summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/balances
AgeCommit message (Collapse)Author
2024-03-27[wallet] DD51'd more views, UX improvements and some fixesIván Ávalos
(cherry picked from commit 0498e424a0bdcf8ffe74419a2ad42ade9283d08f)
2024-03-27[wallet] Cache currency spec per scope infoIván Ávalos
(cherry picked from commit ef2c87b0131138d412cd35c1595ecac4808fa155)
2024-03-27[wallet] Cache currencySpec in loadBalances()Iván Ávalos
(cherry picked from commit cd7cd4c79b727f470bed3f8ecff0fa4790beee57)
2024-03-27[wallet] Display transactions by scopeInfo instead of currencyIván Ávalos
(cherry picked from commit 04da36054f8996b1e9d70f84506bf8be2ba3abe6)
2024-03-27[wallet] Balance layout improvementsIván Ávalos
(cherry picked from commit c734c227737cc961252f8e20ec5249893cf87ab3)
2024-03-27[wallet] DD51: enrich some tx amounts with currencySpecificationIván Ávalos
bug 0008329 (cherry picked from commit 021e4443bae33abbdc9de21f2708e633e99ca055)
2024-03-27[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-03-13[wallet] Fix wrong insufficient balance in multiple placesIván Ávalos
bug 0008610
2024-03-06 [wallet] Don't show JSON errors to non-devsIván Ávalos
bug 0008549
2024-02-28 [wallet] Fix background thread access to loadBalancesIván Ávalos
2024-02-09[wallet] DD35: show scope info in balance listIván Ávalos
2024-02-09[wallet] Refactor balances into BalanceManagerIván Ávalos
2024-01-08[wallet] Fixed serialization issuesIván Ávalos
2024-01-08[wallet] Initial implementation of DD36.Iván Ávalos
2022-08-17[wallet] Show FAB also in transaction list when having more than one currencyTorsten Grote
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
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.