summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation/nav_graph.xml
AgeCommit message (Collapse)Author
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] 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] show simplified transactions per currencyTorsten Grote
2020-04-15[wallet] rename history to transactionsTorsten 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-08[wallet] add option to see exchange's fee structureTorsten Grote
2020-04-03[wallet] add detail page for payment sent event in historyTorsten Grote
2020-04-03[wallet] add detail page for withdrawal event in historyTorsten Grote
Also make history accessible by tapping the balance
2020-04-02[wallet] Show withdraw summary before ToS and do one-click acceptTorsten Grote
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-03-24Fix Wallet QR code scanning and nightly version number displayTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote