Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-01 | accept tips | Sebastian | |
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 | |
2020-09-01 | [wallet] adapt WalletResponseTest to new error format | 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 | [wallet] fulfillment_url is no longer required in contract terms | 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 | [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-07-29 | [wallet] update to new wallet-core with v8 exchange API | Torsten Grote | |
(except payments which are still buggy) | |||
2020-05-15 | [wallet] clean up old history code that not needed anymore | Torsten Grote | |
The history is now only for debugging visible in dev mode, so it is sufficient to show JSON and not parse all its fields. | |||
2020-05-15 | [wallet] separate history and transactions UI | Torsten Grote | |
The history with its JSON payload is only shown in dev mode while the transactions are prepared to move to the new API. | |||
2020-04-15 | [wallet] rename history to transactions | Torsten Grote | |
2020-04-13 | [wallet] Fix HistoryEventTest and run unit tests in CI | Torsten Grote | |
2020-04-13 | [wallet] adapt to latest API breaking changes of wallet-core | Torsten Grote | |
2020-04-01 | [wallet] automatic code cleanup | Torsten Grote | |
2020-03-20 | Let all apps use the same Amount class | Torsten Grote | |
The wallet now also uses taler-kotlin-common | |||
2020-03-18 | Merge all three apps into one repository | Torsten Grote | |