summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions/TransactionManager.kt
AgeCommit message (Collapse)Author
2024-04-01[wallet] Re-add custom sorting for pending transactionsIván Ávalos
2024-03-27[wallet] Display transactions by scopeInfo instead of currencyIván Ávalos
(cherry picked from commit 04da36054f8996b1e9d70f84506bf8be2ba3abe6)
2024-03-25[wallet] Remove our custom transaction sortingIván Ávalos
bug 0008252
2023-11-02[wallet] Update refunds 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-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-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-08[wallet] Replace pending with extendedStatusIván Ávalos
2023-03-06[wallet] some fixes for previous commitTorsten Grote
2023-03-06[wallet] Refresh withdrawal detail screen after confirmationIván Ávalos
bug 0007727
2023-02-22[wallet] Improve selecting transaction after bank withdrawalTorsten Grote
2023-02-22[wallet] navigate to withdrawal transaction detail for bank withdrawalsTorsten Grote
#7676
2022-09-23[wallet] Implement beginning of depositsTorsten Grote
2022-08-17[wallet] Add ability to cancel/delete transactionsTorsten Grote
2021-12-08Add a button to cancel manual withdrawalTorsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten 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] start to move deserialization into the backend APITorsten Grote
and off the UI thread for less sluggish, i.e. more responsive UI
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-07-17[wallet] show list of known exchanges in settingsTorsten Grote
2020-05-20[wallet] implement transaction searchTorsten Grote
2020-05-18[wallet] upgrade to latest core and fix sorting bugTorsten Grote
2020-05-15[wallet] show a pending badge next to balances with pending transactionsTorsten Grote
2020-05-15[wallet] cache transactions per currencyTorsten Grote
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] 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] show simplified transactions per currencyTorsten Grote
2020-04-15[wallet] rename history to transactionsTorsten Grote