summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions/TransactionsFragment.kt
AgeCommit message (Collapse)Author
2024-03-27[wallet] Display transactions by scopeInfo instead of currencyIván Ávalos
(cherry picked from commit 04da36054f8996b1e9d70f84506bf8be2ba3abe6)
2024-03-27[wallet] DD51: enrich some tx amounts with currencySpecificationIván Ávalos
bug 0008329 (cherry picked from commit 021e4443bae33abbdc9de21f2708e633e99ca055)
2024-03-27[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-03-06 [wallet] Don't show JSON errors to non-devsIván Ávalos
bug 0008549
2024-02-09[wallet] Refactor balances into BalanceManagerIván Ávalos
2023-11-07[wallet] Upgrade KYC to new APIIván Ávalos
2023-07-11[wallet] some dd37 fixes after mergingTorsten Grote
2023-07-11[wallet] Better error handling for tx actions.Iván Ávalos
2023-06-28[wallet] Show errors as JSONIván Ávalos
bug 0007606
2023-04-13[wallet] add a FIXME for an app got killed issueTorsten Grote
2023-03-06[wallet] Refresh withdrawal detail screen after confirmationIván Ávalos
bug 0007727
2023-02-14[wallet] Added serializer for unknown fields in TalerErrorInfo.Iván Ávalos
2023-02-14[wallet] Add Confirm with Bank button to transactions listIván Ávalos
#0007676
2023-01-26[wallet] Experimental port to Material 3Iván Ávalos
2023-01-18[wallet] Implemented custom tabsIván Ávalos
2023-01-18[wallet] Fix NullPointerException when kycUrl is nullIván Ávalos
2023-01-17[wallet] Clean up KYC handling a bitTorsten Grote
#0007566
2023-01-17[wallet] Initial implementation of KYC handlingIván Ávalos
#0007566
2023-01-09[wallet] Fix order of buttons for cancel dialogIván Ávalos
2023-01-09[wallet] Add delete dialog in transactions listIván Ávalos
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