Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-19 | -remove multiplatform dependency, library upgrade WIP | Florian Dold | |
2022-05-16 | -upgrade gradle | Florian Dold | |
2021-12-07 | Show bank details for manual withdrawal | Torsten Grote | |
2021-08-27 | Update libraries and do associated maintenance | Torsten Grote | |
2021-02-04 | Upgrade non-Taler libraries | Torsten Grote | |
2020-09-16 | Make apps work on API 21+ (except cashier that needs 23+) | Torsten Grote | |
2020-09-03 | [cashier] migrate to view binding as kotlin extensions are broken | 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-27 | [cashier] don't crash on unexpected network input | Torsten Grote | |
2020-08-24 | Upgrade to Kotlin 1.4 | Torsten Grote | |
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-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 | |
2020-05-29 | Upgrade dependencies and gradle | Torsten Grote | |
2020-05-26 | Ignore some paths for lint and upgrade secrurity library | Torsten Grote | |
2020-04-30 | Fix lint warnings that appeared after android gradle plugin update | Torsten Grote | |
2020-03-20 | Ignore annoying lint errors caused by material design lib | Torsten Grote | |
2020-03-18 | Factor out some cashier code into common library | Torsten Grote | |
2020-03-18 | Fix lint issues and CI dependencies | Torsten Grote | |
2020-03-18 | Merge all three apps into one repository | Torsten Grote | |