summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/payment/PromptPaymentFragment.kt
AgeCommit message (Collapse)Author
2024-03-06[wallet] Improve pending payments UX and error handlingIván Ávalos
2024-03-06[wallet] Fix serialization error of "pending" paymentsIván Ávalos
bug 0008505
2024-02-02[wallet] Redirect to details view after payment, deprecate proposalId, and ↵Iván Ávalos
remove pending op actions bug 0008297
2023-06-28[wallet] Show errors as JSONIván Ávalos
bug 0007606
2022-08-17Upgrade librariesTorsten Grote
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2020-09-07[wallet] always show product details (remove details button)Torsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-11[wallet] upgrade wallet-core and adapt payment APITorsten Grote
2020-07-30[wallet] upgrade payment flow to new APITorsten Grote
2020-05-15[wallet] show currency's transaction list after successful operationsTorsten 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-04-15[wallet] use floating action button for scan actionTorsten Grote
This prepares a layout change for display of balances and transactions.
2020-04-02[wallet] remove abort/cancel buttonsTorsten 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