summaryrefslogtreecommitdiff
path: root/wallet/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2024-01-02[wallet] Fix HTTP URIs and error handlingTorsten Grote
Previously, we would crash for certain URIs. Cleartext comms only allowed for localhost.
2023-10-25[wallet] Make keyboard resize views and make manual withdraw scrollableIván Ávalos
2023-08-30[wallet] try not to instantiate TalerWalletCore more than onceTorsten Grote
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] TalerWalletCore now pulled from MavenIván Ávalos
2023-02-22[wallet] Initial work for QuickJS migration.Iván Ávalos
2023-02-14[wallet] Add support for ext+taler:// URIIván Ávalos
2023-01-26[wallet] Experimental port to Material 3Iván Ávalos
2023-01-03Fix some lint warningsTorsten Grote
2022-11-02[wallet] Open payto:// URIs and hook into deposit to bank account flowTorsten Grote
2022-09-23[wallet] Implement beginning of depositsTorsten Grote
2022-09-23[wallet] Support uppercase URIsTorsten Grote
2022-07-04[wallet] fix packageName for flavorsTorsten Grote
The applicationIdSuffix used for flavors otherwise gets appended to the internal package names as well causing activities not to be found, because it looks in a wrong package.
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-01use new annotation for polymorphic serializationFlorian Dold
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2022-05-16-upgrade gradleFlorian Dold
2021-12-07Show bank details for manual withdrawalTorsten Grote
2020-09-16Make apps work on API 21+ (except cashier that needs 23+)Torsten Grote
2020-07-02[wallet] Try to connect to open Wi-FiTorsten Grote
if included in fragment of scanned/opened taler:// URI
2020-05-11compress native libsFlorian Dold
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote