summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/Utils.kt
AgeCommit message (Collapse)Author
2020-08-05[wallet] show more user-friendly error messages for operationsTorsten Grote
2020-07-02[wallet] Try to connect to open Wi-FiTorsten Grote
if included in fragment of scanned/opened taler:// URI
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-03[wallet] add detail page for withdrawal event in historyTorsten Grote
Also make history accessible by tapping the balance
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Merge all three apps into one repositoryTorsten Grote