summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/fragment_transactions.xml
AgeCommit message (Collapse)Author
2023-04-11[wallet] Show text on floating scan action buttonTorsten Grote
hide on scroll behavior still needs to be fixed for multi currency mode
2023-01-26[wallet] Experimental port to Material 3Iván Ávalos
2022-09-06[wallet] Improve rendering of transaction list error messageTorsten Grote
2022-08-23[wallet] Move balance down in transaction listTorsten Grote
and show new buttons for sending/receiving (not functional yet)
2022-08-17[wallet] Show FAB also in transaction list when having more than one currencyTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
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] rename history to transactionsTorsten Grote