summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/menu
AgeCommit message (Collapse)Author
8 days[wallet] Implement exchange reloadIván Ávalos
bug 0008298
2024-03-28[wallet] Improve observability UI and make it globally reachable from the ↵Iván Ávalos
toolbar bug 0008509
2024-02-27[wallet] Pending operations are no more!Iván Ávalos
bug 0008508
2024-02-20[wallet] DD48: implement exchange deletionIván Ávalos
bug 0008298
2024-01-03[wallet] Add option to add all known dev exchangesTorsten Grote
to ease testing and finding at least one that works
2023-07-11[wallet] some dd37 fixes after mergingTorsten Grote
2022-10-24[wallet] allow peer pull payment even when no balanceTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-07-17[wallet] add UI for making manual withdrawal via exchangeTorsten Grote
2020-05-20[wallet] implement transaction searchTorsten Grote
2020-05-15[wallet] render transaction list from new transactions APITorsten Grote
2020-05-15[wallet] separate history and transactions UITorsten Grote
The history with its JSON payload is only shown in dev mode while the transactions are prepared to move to the new API.
2020-04-16[wallet] allow transactions to be selected by long tapTorsten Grote
2020-04-16[wallet] change main screen if there is only one currencyTorsten Grote
If there is more than one currency, the screen shows a list of balances per currency like it used to. If there is only one currency, the main screen directly shows the list of transactions with the balance in the toolbar.
2020-04-15[wallet] rename history to transactionsTorsten Grote
2020-04-15[wallet] move dev mode and TESTKUDOS into proper settings screenTorsten Grote
2020-04-15[wallet] use floating action button for scan actionTorsten Grote
This prepares a layout change for display of balances and transactions.
2020-04-03[wallet] add detail page for withdrawal event in historyTorsten Grote
Also make history accessible by tapping the balance
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote