Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | Update libraries and do associated maintenance | Torsten Grote | |
2021-02-08 | read play store API key from environment variable | Florian Dold | |
2021-02-05 | [pos] Remove QR code once order has been claimed | Torsten Grote | |
2021-02-04 | Upgrade non-Taler libraries | Torsten Grote | |
2021-02-02 | Translated using Weblate (Swedish) | Stefan Lidstrom | |
Currently translated at 100.0% (63 of 63 strings) Translation: GNU Taler/Point-of-Sale Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/sv/ | |||
2021-02-02 | Added translation using Weblate (Swedish) | Stefan Lidstrom | |
2021-01-04 | Translated using Weblate (Spanish) | Javier Sepulveda | |
Currently translated at 100.0% (63 of 63 strings) Translation: GNU Taler/Point-of-Sale Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/es/ | |||
2021-01-04 | Added translation using Weblate (Spanish) | Javier Sepulveda | |
2021-01-04 | Translated using Weblate (German) | Christian Grothoff | |
Currently translated at 100.0% (63 of 63 strings) Translation: GNU Taler/Point-of-Sale Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/de/ | |||
2020-10-13 | Bump library versions | Torsten Grote | |
2020-09-16 | Make apps work on API 21+ (except cashier that needs 23+) | Torsten Grote | |
2020-09-09 | [pos] improve error message when fetching the history fails | Torsten Grote | |
2020-09-08 | Fix minor lint warnings | Torsten Grote | |
2020-09-08 | [pos] use bottom sheet for showing errors instead of snackbar | Torsten Grote | |
2020-09-08 | [pos] prepare for play store upload | Torsten Grote | |
2020-09-07 | [pos] show snackbar at the bottom instead of top (should resolve UI issues) | Torsten Grote | |
2020-09-03 | Remove instance parameter from merchant config | Torsten Grote | |
and reset order state when moving to new config | |||
2020-09-03 | [pos] make app work on API 24+ | Torsten Grote | |
2020-09-03 | [pos] migrate to view binding | Torsten Grote | |
2020-09-01 | [wallet] support the new TalerErrorInfo error format | Torsten Grote | |
Yet another last-minute breaking protocol change. | |||
2020-09-01 | [wallet] don't crash on serialization errors from wallet-core | Torsten Grote | |
This should not be necessary if we had a stable API with documentated and versioned changes, but well... | |||
2020-08-24 | Upgrade to Kotlin 1.4 | Torsten Grote | |
2020-08-24 | Add README files to top-level and update the project ones | Torsten Grote | |
2020-08-18 | Include Taler common Kotlin library as a submodule | Torsten Grote | |
2020-08-11 | [pos] Improve coroutine-based merchant library access | Torsten 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-lib | Torsten Grote | |
2020-08-03 | Try to get fdroid nightly command to pick up our release builds | Torsten Grote | |
2020-08-03 | [pos] improve payment processing | Torsten 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 | Enable code minification for release builds of all apps | Torsten 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-30 | Split out common code into multiplatform Kotlin library | Torsten Grote | |
2020-07-28 | [pos] adapt history to new v1 API | Torsten Grote | |
2020-07-23 | [pos] refactor configuration fetching and validation | Torsten Grote | |
2020-07-23 | [pos] delete unpaid/unclaimed orders when user cancels or timeout happens | Torsten 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-lib | Torsten Grote | |
2020-07-21 | [pos] config endpoint does not need authentication | Torsten Grote | |
2020-07-21 | [pos] compare version from backend and show error if incompatible | Torsten Grote | |
2020-07-20 | [pos] create merchant-lib and move first v1 API endpoint there | Torsten Grote | |
2020-05-26 | Translated using Weblate | Weblate | |
2020-05-15 | [pos] fix string commit | Torsten Grote | |
2020-05-07 | Fix translation related lint errors | Torsten Grote | |
2020-05-07 | Add German translation (mostly done by Christian Grothoff) | Torsten Grote | |
2020-05-04 | Rename Purchase Reference to Receipt # | Torsten Grote | |
2020-04-30 | Fix lint warnings that appeared after android gradle plugin update | Torsten Grote | |
2020-04-23 | [pos] improve strings with feedback from Christian | Torsten Grote | |
2020-04-16 | [wallet] allow transactions to be selected by long tap | Torsten Grote | |
2020-04-13 | [pos] Fix OrderManagerTest | Torsten Grote | |
2020-04-13 | [common] run unit tests in CI | Torsten Grote | |
2020-04-02 | Prevent parallel deploys to nightly repo | Torsten Grote | |
2020-04-01 | [pos] automatic code cleanup | Torsten Grote | |