summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/withdraw/WithdrawManager.kt
AgeCommit message (Collapse)Author
2024-03-27[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-02-29 [wallet] Remove bank URL from x-taler-bank URI, add receiver name to IBANIván Ávalos
bug 0008532
2024-02-29[wallet] Add proper rendering for x-taler-bank URIsIván Ávalos
bug 0008532
2024-02-28[wallet] Fix issue where invalid withdraw:// URIs could crash the appIván Ávalos
bug 0008535
2024-02-06[wallet] Replace exchange selection fragment with dialog decoupled from ↵Iván Ávalos
withdrawals
2024-02-06[wallet] List possibleExchanges in exchange selection for withdrawalsIván Ávalos
bug 0008300
2024-01-08[wallet] support withdraw-exchange URITorsten Grote
2024-01-08[wallet] Delete unused numCoins fieldIván Ávalos
2024-01-08[wallet] Fixed serialization issuesIván Ávalos
2024-01-08[wallet] Initial implementation of DD36.Iván Ávalos
2023-02-22[wallet] navigate to withdrawal transaction detail for bank withdrawalsTorsten Grote
#7676
2023-01-18[wallet] Refactored error codes into GANA-generated enumIván Ávalos
#0006632
2023-01-17[wallet] Clean up KYC handling a bitTorsten Grote
#0007566
2023-01-06[wallet] Allow to restrict coins to age when withdrawingTorsten Grote
#0007352
2023-01-03[common] Fix warnings in Bech32 implementationTorsten Grote
2022-10-24[wallet] change subject to message in manual withdrawal URITorsten Grote
2022-09-13[wallet] Don't crash when there's no subject in the payto:// URI for manual ↵Torsten Grote
withdrawals
2022-08-23[wallet] Clean up manual withdrawal code a bitTorsten Grote
2022-06-15accept decimal and bitcoin exchangesSebastian
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-12-08Add a button to cancel manual withdrawalTorsten Grote
2021-12-07Show bank details for manual withdrawalTorsten Grote
2021-11-29show 'accept tos' when there is no ToSSebastian
2020-10-13[wallet] expose error message when withdrawing TESTKUDOS failsTorsten Grote
2020-09-28[wallet] implement exchange selection for withdrawalsTorsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
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-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-20[wallet] move withdrawal code to withdraw packageTorsten Grote
Also show payment options from exchange's payto URIs
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-04-08[wallet] add option to see exchange's fee structureTorsten Grote
2020-04-02[wallet] Show withdraw feeTorsten Grote
2020-04-02[wallet] Show withdraw summary before ToS and do one-click acceptTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Merge all three apps into one repositoryTorsten Grote