summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/exchanges
AgeCommit message (Collapse)Author
23 hours[wallet] Display transactions by scopeInfo instead of currencyIván Ávalos
(cherry picked from commit 04da36054f8996b1e9d70f84506bf8be2ba3abe6)
23 hours[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-02-20[wallet] DD48: improve exchange deletion dialogIván Ávalos
bug 0008298
2024-02-20[wallet] DD48: implement exchange deletionIván Ávalos
bug 0008298
2024-02-09[wallet] Refactor ExchangeItem into separate fileIván Ávalos
2024-02-06[wallet] add fdold exchange as globalTorsten Grote
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-03[wallet] Add option to add all known dev exchangesTorsten Grote
to ease testing and finding at least one that works
2023-10-10[wallet] Prevent user from interacting with non-contacted exchangesIván Ávalos
2023-06-28[wallet] small JSON error fixupTorsten Grote
2023-06-28[wallet] Handle add and list exchange errors separatelyIvá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-02-22[wallet] show fees for peer pull creditTorsten Grote
2023-02-15[wallet] Fixed broken fulfillment URL and made it visually clear that it is ↵Iván Ávalos
a link #0007675
2023-01-26[wallet] Refactored error colors using MaterialThemeIván Ávalos
2023-01-26[wallet] Experimental port to Material 3Iván Ávalos
2023-01-03[wallet] Fix crash when exchange is missing currencyTorsten Grote
Can happen when exchange info in wallet-core was not yet fully loaded #7480
2022-11-04[wallet] Include error message when listExchanges failsTorsten Grote
2022-10-24[wallet] allow peer pull payment even when no balanceTorsten Grote
2022-09-06[wallet] implement prototype for outgoing peer transactionsTorsten Grote
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2020-09-28[wallet] implement exchange selection for withdrawalsTorsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten 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-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-07-30Split out common code into multiplatform Kotlin libraryTorsten 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-07-17[wallet] add UI for making manual withdrawal via exchangeTorsten Grote
2020-07-17[wallet] Allow to add an exchange manually by providing its base URLTorsten Grote
2020-07-17[wallet] show list of known exchanges in settingsTorsten Grote