summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/backend/WalletBackendService.kt
AgeCommit message (Collapse)Author
2023-03-28[wallet] Don't run qtart in a separate processTorsten Grote
This required IPC and the mechanism chosen was limiting us to transferring 1MB (or less!) to/from wallet-core. Now we simply run it in an IO thread. The should be no functional difference (except new bugs introduced when swapping in a new mechanism). The second process with qtart running in WalletBackendService also got killed when the OS killed our main process.
2023-02-22[wallet] adapt qtart log level and only log on debug buildsTorsten Grote
2023-02-22[wallet] TalerWalletCore now pulled from MavenIván Ávalos
2023-02-22[wallet] Initial work for QuickJS migration.Iván Ávalos
2022-11-01[wallet] Allow exporting the entire DBTorsten Grote
2021-10-12Upgrade to fixed akono releaseTorsten Grote
2021-07-12use v0.8.1 of wallet-coreJonathan Buchanan
2021-02-05wallet: wallet-core package is now in a scopeFlorian Dold
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-07-31[wallet] adapt to new message envelope APITorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-05-08[wallet] prevent download of wallet-core with every buildTorsten Grote
2020-04-06[wallet] expose notification payloads to Android UITorsten Grote
also ignore ping notifications (to see if they are really needed)
2020-03-18Merge all three apps into one repositoryTorsten Grote