summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-09[wallet] Fix opening bank confirmation URLTorsten Grote
Fixes #0006593
2020-09-09[pos] improve error message when fetching the history failsTorsten Grote
2020-09-09bump wallet core versionFlorian Dold
2020-09-09bump wallet core versionFlorian Dold
2020-09-08Fix minor lint warningsTorsten Grote
2020-09-08[wallet] Use bottom sheet to show errors instead of snackbarTorsten Grote
2020-09-08[pos] use bottom sheet for showing errors instead of snackbarTorsten Grote
2020-09-08[wallet] change how we check if launching intents is safeTorsten Grote
Resolving activities won't work anymore in Android 11. See: https://cketti.de/2020/09/03/avoid-intent-resolveactivity/
2020-09-08[cashier] prepare play store uploadTorsten Grote
2020-09-08[pos] prepare for play store uploadTorsten Grote
2020-09-08[wallet] prepare play store uploadTorsten Grote
2020-09-07[wallet] add logcat viewer to dev settingsTorsten Grote
2020-09-07[pos] show snackbar at the bottom instead of top (should resolve UI issues)Torsten Grote
2020-09-07[wallet] always show product details (remove details button)Torsten Grote
2020-09-07[pos] fix merchant API test case after removing instance fieldTorsten Grote
2020-09-06[wallet] bump wallet-core versionFlorian Dold
2020-09-05[wallet] bump wallet-core versionFlorian Dold
2020-09-04upgrad wallet core versionFlorian Dold
2020-09-03[cashier] fix incomplete API change from 4572a3d5fTorsten Grote
2020-09-03Remove instance parameter from merchant configTorsten Grote
and reset order state when moving to new config
2020-09-03[cashier] API changeFlorian Dold
2020-09-03[wallet] show different withdrawal error message when app is offlineTorsten Grote
2020-09-03[pos] make app work on API 24+Torsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-09-03[pos] migrate to view bindingTorsten Grote
2020-09-03[cashier] migrate to view binding as kotlin extensions are brokenTorsten Grote
2020-09-03Don't crash on empty manual withdrawal amountTorsten Grote
2020-09-01[cashier] amount, not balance amount (following ISO 20022)Florian Dold
2020-09-01[wallet] adapt WalletResponseTest to new error formatTorsten 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-09-01[wallet] don't crash on serialization errors from wallet-coreTorsten Grote
This should not be necessary if we had a stable API with documentated and versioned changes, but well...
2020-09-01[cashier] check authentication credentials against auth endpointTorsten Grote
before accepting config This was an unannounced change at the server which removed auth from the /config endpoint.
2020-08-27[wallet] fulfillment_url is no longer required in contract termsTorsten Grote
2020-08-27[cashier] don't crash on unexpected network inputTorsten Grote
2020-08-26[wallet] include JSON error details in user-facing error messageTorsten Grote
ugly, but helps with debugging
2020-08-26[cashier] adapt to latest bank API changes (no more SignedAmount)Torsten Grote
2020-08-24[wallet] upgrade to latest wallet-core versionTorsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten Grote
2020-08-24Add README files to top-level and update the project onesTorsten Grote
2020-08-24rename multi-platform submoduleTorsten Grote
2020-08-24mostly disable proguardFlorian Dold
2020-08-24proguardFlorian Dold
2020-08-23jackson proguard rulesFlorian Dold
2020-08-20upgrade wallet core versionFlorian Dold
2020-08-18Bootstrap new submodule in CITorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-12[wallet] Fix unit tests by including non-Android JSON dependencyTorsten Grote
2020-08-12[wallet] remove remaining deserialization off the UI threadTorsten Grote