Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-13 | [wallet] Simplify Bitcoin withdrawal screen | Torsten Grote | |
2022-06-30 | Fix TalerUtils compile error | Torsten Grote | |
2022-06-20 | Fix lint and CI issues | Torsten Grote | |
Note that I only fixes the most grave things that made things fail. I didn't address all issues introduces lately nor making sure the targetSdk bump to 32 has no unintented side-effects. | |||
2022-06-15 | accept decimal and bitcoin exchanges | Sebastian | |
2022-06-01 | use new annotation for polymorphic serialization | Florian Dold | |
2022-05-19 | -remove multiplatform dependency, library upgrade WIP | Florian Dold | |
2020-09-28 | [wallet] implement exchange selection for withdrawals | Torsten Grote | |
2020-09-09 | [wallet] improve log viewer by not updating it and pre-filtering | Torsten Grote | |
2020-09-08 | [pos] use bottom sheet for showing 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-03 | [pos] make app work on API 24+ | Torsten Grote | |
2020-08-27 | [wallet] fulfillment_url is no longer required in contract terms | Torsten Grote | |
2020-08-26 | [cashier] adapt to latest bank API changes (no more SignedAmount) | Torsten Grote | |
2020-08-24 | Get rid of Jackson and only use multi-platform serialization | Torsten Grote | |
2020-08-18 | Include Taler common Kotlin library as a submodule | Torsten Grote | |
2020-08-05 | [wallet] support Timestamp with "never" | 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 | Remove left-over class from libraryfication | Torsten Grote | |
(fixes release builds) | |||
2020-07-30 | Split out common code into multiplatform Kotlin library | Torsten Grote | |