Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-01 | use new annotation for polymorphic serialization | Florian Dold | |
2022-05-19 | -remove multiplatform dependency, library upgrade WIP | Florian Dold | |
2022-05-16 | -update dependencies | Florian Dold | |
2022-05-16 | -upgrade gradle | Florian Dold | |
2021-08-27 | Update libraries and do associated maintenance | Torsten Grote | |
2021-02-05 | [merchant-lib] Support claimed orders | Torsten Grote | |
2021-02-04 | Upgrade non-Taler libraries | Torsten Grote | |
2020-09-07 | [pos] fix merchant API test case after removing instance field | Torsten Grote | |
2020-09-03 | Remove instance parameter from merchant config | Torsten Grote | |
and reset order state when moving to new config | |||
2020-09-01 | [wallet] support the new TalerErrorInfo error format | Torsten Grote | |
Yet another last-minute breaking protocol change. | |||
2020-08-27 | [cashier] don't crash on unexpected network input | 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-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 | [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-22 | [common] also support multi-platform serialization/deserialization | Torsten Grote | |
2020-07-21 | [pos] config endpoint does not need authentication | Torsten Grote | |
2020-07-20 | [pos] create merchant-lib and move first v1 API endpoint there | Torsten Grote | |