aboutsummaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions/TransactionsFragment.kt
AgeCommit message (Collapse)Author
2022-11-01[wallet] Upgrade libraries (untested because demo is down again)Torsten Grote
2022-09-06[wallet] implement prototype for outgoing peer transactionsTorsten Grote
2022-08-23[wallet] Move balance down in transaction listTorsten Grote
and show new buttons for sending/receiving (not functional yet)
2022-08-17Upgrade librariesTorsten Grote
2022-08-17[wallet] Scan QR codes in mixed modeTorsten Grote
so we can scan inverted codes as well
2022-08-17[wallet] Add ability to cancel/delete transactionsTorsten Grote
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-05[wallet] show more user-friendly error messages for operationsTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-05-20[wallet] implement transaction searchTorsten Grote
2020-05-15[wallet] render transaction list from new transactions APITorsten 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] allow transactions to be selected by long tapTorsten 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