summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/balances
AgeCommit message (Collapse)Author
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-11[wallet] start to move deserialization into the backend APITorsten Grote
and off the UI thread for less sluggish, i.e. more responsive UI
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
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-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.