summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2020-07-31[cashier] check version from bank when configuringTorsten Grote
real version isn't checked because bank reports invalid version syntax
2020-07-31Remove left-over class from libraryficationTorsten Grote
(fixes release builds)
2020-07-30[wallet] upgrade payment flow to new APITorsten Grote
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-07-28[pos] adapt history to new v1 APITorsten Grote
2020-07-23[pos] refactor configuration fetching and validationTorsten Grote
2020-07-23[pos] delete unpaid/unclaimed orders when user cancels or timeout happensTorsten Grote
This is still not working due to a bug in the merchant API
2020-07-22[pos] migrate order posting and checking to v1 API and merchant-libTorsten Grote
2020-07-22[common] also support multi-platform serialization/deserializationTorsten Grote
2020-07-21[pos] config endpoint does not need authenticationTorsten Grote
2020-07-21[wallet] introduce build flavors for distribution channelsTorsten Grote
(google play, fdroid, nightly) and show flavor name in dev settings
2020-07-21[pos] compare version from backend and show error if incompatibleTorsten Grote
2020-07-20[pos] create merchant-lib and move first v1 API endpoint thereTorsten Grote
2020-07-20[wallet] move withdrawal code to withdraw packageTorsten Grote
Also show payment options from exchange's payto URIs
2020-07-20[wallet] manual withdrawals are confirmed when not pending anymoreTorsten Grote
2020-07-17[wallet] adapt code to new TransactionWithdrawal APITorsten Grote
2020-07-17[wallet] add UI for making manual withdrawal via exchangeTorsten Grote
2020-07-17[wallet] Allow to add an exchange manually by providing its base URLTorsten Grote
2020-07-17[wallet] show list of known exchanges in settingsTorsten Grote
2020-07-02[wallet] Try to connect to open Wi-FiTorsten Grote
if included in fragment of scanned/opened taler:// URI
2020-06-26Drop archive fix from nightly patch (not needed anymore)Torsten Grote
2020-06-26[anastasis] ask for permission to fill in phone number automaticallyTorsten Grote
2020-06-26[anastasis] add more countries and allow switching between themTorsten Grote
2020-06-26[wallet] Move Anastasis UI mockup into its own library moduleTorsten Grote
2020-06-22[wallet] Improve Anastasis UI mockupTorsten Grote
2020-06-11[wallet] UI mockup for backup and anastasisTorsten Grote
2020-05-29Upgrade dependencies and gradleTorsten Grote
2020-05-26Ignore some paths for lint and upgrade secrurity libraryTorsten Grote
2020-05-26Update translation filesWeblate
Updated by "Cleanup translation files" hook in Weblate. Translation: GNU Taler/Wallet - Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/
2020-05-26Translated using WeblateWeblate
2020-05-22[wallet] add option to enter URI manually by long pressing scan buttonTorsten Grote
2020-05-20[wallet] implement transaction searchTorsten Grote
2020-05-19[wallet] Implement detail page for refresh transactionTorsten Grote
2020-05-19[wallet] show transaction errors to userTorsten Grote
2020-05-18[wallet] upgrade to latest core and fix sorting bugTorsten Grote
2020-05-15[wallet] show generic transaction titles in detail action barTorsten Grote
2020-05-15[wallet] remove unused strings after moving to new transaction APITorsten Grote
2020-05-15[wallet] show a pending badge next to balances with pending transactionsTorsten Grote
2020-05-15[wallet] show currency's transaction list after successful operationsTorsten Grote