summaryrefslogtreecommitdiff
path: root/cashier/src/main/java/net/taler/cashier/withdraw
AgeCommit message (Collapse)Author
2024-02-19[cashier] Upgrade to newer bank APIs and better response handlingIván Ávalos
2023-01-03[cashier] Fix some lint warningsTorsten Grote
2022-09-13[cashier] disable timeout when showing QR codeTorsten Grote
There's no need for a timeout. The withdrawal gets aborted when the user navigates away.
2022-08-17Upgrade librariesTorsten Grote
2022-07-14[cashier] show error message when bank is reporting mismatching currenciesTorsten Grote
2022-06-07cashier: adapt URLs to euFin SandboxMS
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2020-09-03[cashier] migrate to view binding as kotlin extensions are brokenTorsten Grote
2020-08-27[cashier] don't crash on unexpected network inputTorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-04-23[cashier] add offline detection to all failing HTTP requestsTorsten Grote
and show a better error message in these cases
2020-04-22[cashier] improve strings and error messages after input from ChristianTorsten Grote
2020-04-22[cashier] expose internal error messages to UITorsten Grote
2020-03-24Allow fractional withdrawals with cashier appTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Factor out some cashier code into common libraryTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote