summaryrefslogtreecommitdiff
path: root/cashier/src/main/java/net/taler/cashier/withdraw/TransactionFragment.kt
AgeCommit message (Collapse)Author
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.
2020-09-03[cashier] migrate to view binding as kotlin extensions are brokenTorsten Grote
2020-04-23[cashier] add offline detection to all failing HTTP requestsTorsten Grote
and show a better error message in these cases
2020-03-24Allow fractional withdrawals with cashier appTorsten Grote
2020-03-18Factor out some cashier code into common libraryTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote