summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/backend/WalletResponse.kt
AgeCommit message (Collapse)Author
2024-02-02[wallet] Fix empty error hintsIván Ávalos
bug 0008123
2023-07-04[wallet] Show errorResponse hint in error response when available.Iván Ávalos
2023-03-07[wallet] Implemented JSON serializer for TalerErrorCodeIván Ávalos
bug 0007606
2023-02-14[wallet] Added serializer for unknown fields in TalerErrorInfo.Iván Ávalos
2023-01-18[wallet] Refactored error codes into GANA-generated enumIván Ávalos
#0006632
2023-01-17[wallet] Initial implementation of KYC handlingIván Ávalos
#0007566
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2022-05-23-fix error info serializerFlorian Dold
2020-09-08[wallet] Use bottom sheet to show errors instead of snackbarTorsten Grote
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-08-26[wallet] include JSON error details in user-facing error messageTorsten Grote
ugly, but helps with debugging
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten Grote
2020-08-11[wallet] upgrade wallet-core and adapt payment APITorsten 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