summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-08-12[wallet] adapt to new Refund APITorsten Grote
2020-08-12[wallet] fix icon tint declaration (CI lint error)Torsten 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
2020-08-11[pos] Improve coroutine-based merchant library accessTorsten Grote
2020-08-06[wallet] show error icon for transactions with errorTorsten Grote
2020-08-05[wallet] support Timestamp with "never"Torsten Grote
2020-08-05[wallet] show more user-friendly error messages for operationsTorsten Grote
2020-08-04[pos] Implement new refund API (untested since there is no wallet support)Torsten Grote
Also do a bit of code cleanup and minor refactorings This also removes the volley HTTP library which is not needed anymore
2020-08-03[pos] fix tests in merchant-libTorsten Grote
2020-08-03Try to get fdroid nightly command to pick up our release buildsTorsten Grote
2020-08-03[pos] improve payment processingTorsten Grote
- cancel orders that have been abandoned and will not be paid - show unpaid orders in history (in case one makes it through) - set deadlines when creating orders in case it helps with enabling refunds
2020-07-31[wallet] adapt to new message envelope APITorsten Grote
2020-07-31Enable code minification for release builds of all appsTorsten Grote
Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason.