summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/MainActivity.kt
AgeCommit message (Collapse)Author
2022-09-23[wallet] Implement beginning of depositsTorsten Grote
2022-09-23[wallet] Support uppercase URIsTorsten Grote
2022-09-07[wallet] implement prototype for handling incoming pay-pull URITorsten Grote
2022-09-07[wallet] implement prototype for handling incoming pay-push URITorsten Grote
2022-08-17[wallet] Scan QR codes in mixed modeTorsten Grote
so we can scan inverted codes as well
2022-08-17[wallet] Use global navigation to handle Taler URIsTorsten Grote
so it works from whichever fragment we are currently in
2022-08-17[wallet] Show FAB also in transaction list when having more than one currencyTorsten Grote
2022-07-06support http when scanning a qr codeSebastian
2022-07-01accept tipsSebastian
2021-09-21add support to +http under devModeSebastian
2021-09-17add support for wallet actions over http (not secured)Sebastian
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2020-09-08[wallet] Use bottom sheet to show errors instead of snackbarTorsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-08-12[wallet] adapt to new Refund APITorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-07-17[wallet] adapt code to new TransactionWithdrawal APITorsten Grote
2020-07-17[wallet] show list of known exchanges in settingsTorsten Grote
2020-07-02[wallet] Try to connect to open Wi-FiTorsten Grote
if included in fragment of scanned/opened taler:// URI
2020-06-26[wallet] Move Anastasis UI mockup into its own library moduleTorsten Grote
2020-06-11[wallet] UI mockup for backup and anastasisTorsten Grote
2020-05-15[wallet] show currency's transaction list after successful operationsTorsten Grote
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] 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.
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-03-30[wallet] Add basic support for refundsTorsten Grote
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