summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/MainFragment.kt
AgeCommit message (Collapse)Author
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-05-22[wallet] add option to enter URI manually by long pressing scan buttonTorsten Grote
2020-05-15[wallet] show a pending badge next to balances with pending transactionsTorsten Grote
2020-05-15[wallet] show currency's transaction list after successful operationsTorsten Grote
2020-05-13[wallet] switch to multi-currency mode when a new currency gets addedTorsten 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] show simplified transactions per currencyTorsten Grote
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.