Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |