summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/history
AgeCommit message (Collapse)Author
2020-05-15[wallet] clean up old history code that not needed anymoreTorsten Grote
The history is now only for debugging visible in dev mode, so it is sufficient to show JSON and not parse all its fields.
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-15[wallet] rename history to transactionsTorsten 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-13[wallet] adapt to latest API breaking changes of wallet-coreTorsten Grote
2020-04-06[wallet] show detail page for refundsTorsten Grote
2020-04-03[wallet] add detail page for payment sent event in historyTorsten Grote
2020-04-03[wallet] add detail page for withdrawal event in historyTorsten Grote
Also make history accessible by tapping the balance
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-03-24Fix Wallet QR code scanning and nightly version number displayTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Fix lint issues and CI dependenciesTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote