Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | Translated using Weblate (Swedish) | Stefan Lidstrom | |
Currently translated at 100.0% (127 of 127 strings) Translation: GNU Taler/Wallet Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/sv/ | |||
2021-02-01 | Added translation using Weblate (Swedish) | Weblate Admin | |
2021-01-04 | Fix translation issues after pulling in translations | Torsten Grote | |
2021-01-04 | Translated using Weblate (Japanese) | Weblate Admin | |
Currently translated at 41.8% (54 of 129 strings) Translation: GNU Taler/Wallet Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/ja/ | |||
2021-01-04 | Deleted translation using Weblate (Japanese (jp)) | Weblate Admin | |
2021-01-04 | Added translation using Weblate (Japanese) | Weblate Admin | |
2021-01-04 | Translated using Weblate (Japanese) | Maki Konno | |
Currently translated at 37.2% (48 of 129 strings) Translation: GNU Taler/Wallet Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/jp/ | |||
2021-01-04 | Added translation using Weblate (Japanese) | Maki Konno | |
2021-01-04 | Added translation using Weblate (German) | Stefan | |
2021-01-04 | Translated using Weblate (Spanish) | Javier Sepulveda | |
Currently translated at 100.0% (129 of 129 strings) Translation: GNU Taler/Wallet Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/es/ | |||
2021-01-04 | Translated using Weblate (Spanish) | Javier Sepulveda | |
Currently translated at 99.2% (128 of 129 strings) Translation: GNU Taler/Wallet Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/es/ | |||
2021-01-04 | Added translation using Weblate (Spanish) | Javier Sepulveda | |
2021-01-04 | wallet: remove/change confusing strings | Torsten Grote | |
2020-10-13 | [wallet] expose error message when withdrawing TESTKUDOS fails | Torsten Grote | |
2020-09-28 | [wallet] Enable manual withdrawal (without payto:// parsing/display) | Torsten Grote | |
2020-09-28 | [wallet] implement exchange selection for withdrawals | Torsten Grote | |
2020-09-23 | [wallet] update to new Taler logo | Torsten Grote | |
2020-09-16 | Make apps work on API 21+ (except cashier that needs 23+) | Torsten Grote | |
2020-09-09 | [wallet] improve log viewer by not updating it and pre-filtering | Torsten Grote | |
2020-09-09 | [wallet] Fix opening bank confirmation URL | Torsten Grote | |
Fixes #0006593 | |||
2020-09-08 | Fix minor lint warnings | Torsten Grote | |
2020-09-08 | [wallet] Use bottom sheet to show errors instead of snackbar | Torsten Grote | |
2020-09-08 | [wallet] change how we check if launching intents is safe | Torsten Grote | |
Resolving activities won't work anymore in Android 11. See: https://cketti.de/2020/09/03/avoid-intent-resolveactivity/ | |||
2020-09-07 | [wallet] add logcat viewer to dev settings | Torsten Grote | |
2020-09-07 | [wallet] always show product details (remove details button) | Torsten Grote | |
2020-09-03 | [wallet] show different withdrawal error message when app is offline | Torsten Grote | |
2020-09-03 | [wallet] migrate away from kotlin view extensions | Torsten Grote | |
2020-09-03 | Don't crash on empty manual withdrawal amount | Torsten Grote | |
2020-09-01 | [wallet] show fullfillment message on payment details screen | 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-26 | [wallet] include JSON error details in user-facing error message | Torsten Grote | |
ugly, but helps with debugging | |||
2020-08-24 | [wallet] upgrade to latest wallet-core version | Torsten Grote | |
2020-08-24 | Get rid of Jackson and only use multi-platform serialization | Torsten Grote | |
2020-08-24 | Upgrade to Kotlin 1.4 | Torsten Grote | |
2020-08-18 | Include Taler common Kotlin library as a submodule | Torsten Grote | |
2020-08-12 | [wallet] remove remaining deserialization off the UI thread | Torsten Grote | |
2020-08-12 | [wallet] adapt to new Refund API | Torsten Grote | |
2020-08-12 | [wallet] fix icon tint declaration (CI lint error) | Torsten Grote | |
2020-08-11 | [wallet] upgrade wallet-core and adapt payment API | Torsten Grote | |
2020-08-11 | [wallet] start to move deserialization into the backend API | Torsten Grote | |
and off the UI thread for less sluggish, i.e. more responsive UI | |||
2020-08-06 | [wallet] show error icon for transactions with error | Torsten Grote | |
2020-08-05 | [wallet] show more user-friendly error messages for operations | Torsten Grote | |
2020-07-31 | [wallet] adapt to new message envelope API | Torsten Grote | |
2020-07-31 | Remove left-over class from libraryfication | Torsten Grote | |
(fixes release builds) | |||
2020-07-30 | [wallet] upgrade payment flow to new API | Torsten Grote | |
2020-07-30 | Split out common code into multiplatform Kotlin library | Torsten Grote | |
2020-07-29 | [wallet] update to new wallet-core with v8 exchange API | Torsten Grote | |
(except payments which are still buggy) | |||
2020-07-21 | [wallet] introduce build flavors for distribution channels | Torsten Grote | |
(google play, fdroid, nightly) and show flavor name in dev settings | |||
2020-07-20 | [wallet] move withdrawal code to withdraw package | Torsten Grote | |
Also show payment options from exchange's payto URIs |