summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions/TransactionAdapter.kt
AgeCommit message (Collapse)Author
2024-04-15[wallet] Improve transaction list UI designIván Ávalos
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)
2023-11-28[wallet] Show KYC notice in transaction list, and don't render fees when zeroIván Ávalos
2023-09-19[wallet] don't crash when transaction list has no bindingAdapterPositionTorsten Grote
2023-07-28[wallet] show peer transaction summary/purpose in listTorsten Grote
2023-07-11[wallet] some dd37 fixes after mergingTorsten Grote
2023-07-11[wallet] Fully remove deprecated status fieldsIván Ávalos
2023-07-11[wallet] Implemented DD37 with the new txActions fieldIván Ávalos
2023-04-10[wallet] Removed action button from transaction listIván Ávalos
2023-03-08[wallet] Replace pending with extendedStatusIván Ávalos
2023-02-14[wallet] Add Confirm with Bank button to transactions listIván Ávalos
#0007676
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-06Transactions background changes when selecting with a long pressIván Ávalos
#0007478
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2020-09-16Make apps work on API 21+ (except cashier that needs 23+)Torsten Grote
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-06[wallet] show error icon for transactions with errorTorsten Grote
2020-05-19[wallet] show transaction errors to userTorsten Grote
2020-05-15[wallet] remove workarounds for fixed core bugsTorsten Grote
2020-05-15[wallet] provide extra info in transactions when withdrawal requires ↵Torsten Grote
confirmation
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-24[wallet] Fix selection of refresh events (that are supposed to go away)Torsten Grote
2020-04-16[wallet] allow transactions to be selected by long tapTorsten Grote
2020-04-15[wallet] show simplified transactions per currencyTorsten Grote
2020-04-15[wallet] rename history to transactionsTorsten Grote