summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/payment/PaymentManager.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-09-26[wallet] simplify pay templatesTorsten Grote
2023-09-26[wallet] first cleanup of payment template workTorsten Grote
the PayTemplateComposable still needs refactoring
2023-09-26[wallet] Improved templates UX and PoS confirmation codesIván Ávalos
2023-09-26[wallet] Initial version of template supportIván Ávalos
2023-06-28[wallet] Show errors as JSONIván Ávalos
bug 0007606
2022-11-02[wallet] Open payto:// URIs and hook into deposit to bank account flowTorsten Grote
2022-11-01[wallet] Upgrade libraries (untested because demo is down again)Torsten Grote
2022-10-27[wallet] Implement making deposits (not fully functional)Torsten Grote
2022-10-17[wallet] use new name of preparePayForUri wallet-core APIFlorian Dold
2022-09-23[wallet] Implement beginning of depositsTorsten Grote
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2020-09-07[wallet] always show product details (remove details button)Torsten Grote
2020-09-01[wallet] show fullfillment message on payment details screenTorsten Grote
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten 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-08-05[wallet] show more user-friendly error messages for operationsTorsten Grote
2020-07-30[wallet] upgrade payment flow to new APITorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
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-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