summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions
AgeCommit message (Collapse)Author
2 days[wallet] Show exchange accounts by priorityIván Ávalos
bug 0008615
2 days[wallet] Improve transaction list UI designIván Ávalos
2 days[wallet] Implement financial loss transactionsIván Ávalos
bug 0008694
2024-04-01[wallet] Re-add custom sorting for pending transactionsIván Ávalos
2024-04-01[wallet] Fix deserialization of unknown minor statesIván Ávalos
bug 0008552
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-25[wallet] Remove our custom transaction sortingIván Ávalos
bug 0008252
2024-03-06[wallet] Add refresh-expired minor stateIván Ávalos
bug 0008552
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
2024-02-06[wallet] bye bye tips!Torsten Grote
2024-01-08[wallet] Fix empty/null account list in manual withdrawalIván Ávalos
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-28[wallet] Show KYC notice in transaction list, and don't render fees when zeroIván Ávalos
2023-11-07[wallet] Translate manual withdrawal to DD37Iván Ávalos
2023-11-07[wallet] Upgrade KYC to new APIIván Ávalos
2023-11-02[wallet] Update refunds to new APIIván Ávalos
2023-10-17[wallet] update wallet-core to dev.33Torsten Grote
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-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] 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] Show suspend/resume only in devMode and rename "fail" to "cancel" in UIIván Ávalos
2023-07-11[wallet] Make DD37 dialog data non-nullable and rename callbackIván Ávalos
2023-07-11[wallet] DD37 fixesIván Ávalos
2023-07-11[wallet] Better error handling for tx actions.Iván Ávalos
2023-07-11[wallet] Handle "fail" DD37 action and prevent non-deletable transactions ↵Iván Ávalos
from being deleted.
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-06-28[wallet] Show errors as JSONIván Ávalos
bug 0007606
2023-06-12Remove Amount#fromDouble() as it was buggy and isn't really neededTorsten Grote
2023-04-25[wallet] Fix ExtendedStatus deserializationTorsten Grote
2023-04-13[wallet] add a FIXME for an app got killed issueTorsten Grote
2023-04-13[wallet] Render dummy transactions whenever we can't parse a transactionTorsten Grote
2023-04-13[wallet] Make transaction error dialog scrollableTorsten Grote
This is important in case the error JSON is long.
2023-04-13[wallet] Clean up compose migration of payment and refund transactionsTorsten Grote
2023-04-13[wallet] Clean up compose migration of withdrawal and refresh transactionsTorsten Grote
2023-04-13[wallet] Remove exchangeBaseUrl from Refresh transactionsTorsten Grote
2023-04-13[wallet] Migrated payment and refund detail to ComposeIván Ávalos
2023-04-13[wallet] Migrated withdrawal and refresh detail to ComposeIván Ávalos
2023-04-10[wallet] Removed action button from transaction listIván Ávalos
2023-03-21[wallet] slight tweaks to showing errors in compose transactionsTorsten Grote
2023-03-21[wallet] Expand JSON error in Compose transaction detail fragmentsIván Ávalos
bug 0007606
2023-03-21[wallet] slight tweaks to showing errors in XML transactionsTorsten Grote