summaryrefslogtreecommitdiff
path: root/wallet/src/test/java/net/taler
AgeCommit message (Collapse)Author
2024-02-20[wallet] Fix failing testIván Ávalos
2024-02-06[wallet] bye bye tips!Torsten Grote
2023-01-03[common] Fix warnings in Bech32 implementationTorsten Grote
2023-01-03Adapt to new seconds based time formatTorsten Grote
2022-08-23[wallet] Fix lint errorTorsten Grote
2022-07-01accept tipsSebastian
2022-06-20Fix lint and CI issuesTorsten 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-15accept decimal and bitcoin exchangesSebastian
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2020-09-01[wallet] adapt WalletResponseTest to new error formatTorsten Grote
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-09-01[wallet] don't crash on serialization errors from wallet-coreTorsten 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 termsTorsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-11[wallet] upgrade wallet-core and adapt payment APITorsten Grote
2020-08-11[wallet] start to move deserialization into the backend APITorsten 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 APITorsten Grote
(except payments which are still buggy)
2020-05-15[wallet] clean up old history code that not needed anymoreTorsten 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 UITorsten 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 transactionsTorsten Grote
2020-04-13[wallet] Fix HistoryEventTest and run unit tests in CITorsten Grote
2020-04-13[wallet] adapt to latest API breaking changes of wallet-coreTorsten Grote
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Merge all three apps into one repositoryTorsten Grote