summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions/Transactions.kt
AgeCommit message (Collapse)Author
9 days[wallet] Show exchange accounts by priorityIván Ávalos
bug 0008615
9 days[wallet] Implement financial loss transactionsIván Ávalos
bug 0008694
2024-03-27[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-02-06[wallet] bye bye tips!Torsten Grote
2024-01-08[wallet] Refactor p2p payments to show tx details when readyIván Ávalos
2024-01-08[wallet] Initial implementation of DD36.Iván Ávalos
2023-11-07[wallet] Upgrade KYC to new APIIván Ávalos
2023-09-27[wallet] products in TransactionInfo seem to be optional nowTorsten Grote
2023-09-26[wallet] Improved templates UX and PoS confirmation codesIván Ávalos
2023-07-11[wallet] fix refund transaction after API changeTorsten 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-07-11[wallet] Initial work for DD37 transitionsIván Ávalos
2023-04-25[wallet] Fix ExtendedStatus deserializationTorsten Grote
2023-04-13[wallet] Render dummy transactions whenever we can't parse a transactionTorsten Grote
2023-04-13[wallet] Remove exchangeBaseUrl from Refresh transactionsTorsten Grote
2023-03-08[wallet] Replace pending with extendedStatusIván Ávalos
2023-01-05[wallet] Show details of tip transactionTorsten Grote
#0007476
2022-09-23[wallet] Implement beginning of depositsTorsten Grote
2022-09-07[wallet] implement prototype for handling incoming pay-pull URITorsten Grote
2022-09-07[wallet] implement prototype for handling incoming pay-push URITorsten Grote
2022-09-06[wallet] implement prototype for outgoing peer transactionsTorsten Grote
2022-07-01accept tipsSebastian
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-09-03Don't crash on empty manual withdrawal amountTorsten Grote
2020-09-01[wallet] show fullfillment message on payment details screenTorsten Grote
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-08-24[wallet] upgrade to latest wallet-core versionTorsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-12[wallet] remove remaining deserialization off the UI threadTorsten Grote
2020-08-12[wallet] adapt to new Refund APITorsten Grote
2020-08-11[wallet] upgrade wallet-core and adapt payment APITorsten Grote
2020-08-11[wallet] start to move deserialization into the backend APITorsten Grote
and off the UI thread for less sluggish, i.e. more responsive UI
2020-08-06[wallet] show error icon for transactions with errorTorsten Grote
2020-07-20[wallet] manual withdrawals are confirmed when not pending anymoreTorsten Grote
2020-07-17[wallet] adapt code to new TransactionWithdrawal APITorsten Grote
2020-05-19[wallet] Implement detail page for refresh transactionTorsten Grote
2020-05-19[wallet] show transaction errors to userTorsten Grote
2020-05-18[wallet] upgrade to latest core and fix sorting bugTorsten Grote
2020-05-15[wallet] show generic transaction titles in detail action barTorsten Grote
2020-05-15[wallet] remove workarounds for fixed core bugsTorsten Grote
2020-05-15[wallet] add clickable actions to transaction details screenTorsten Grote
Bank confirmation can be reached from withdrawal screen and digital fulfillment (http URI) from payment screen.
2020-05-15[wallet] Remove success pages for withdrawal and paymentTorsten Grote
The user is now brought the the transaction list where both are shown directly as pending transactions.
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