summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2024-01-02Upgrade librariesTorsten Grote
2024-01-02Upgrade Kotlin and Kotlin serializationTorsten Grote
2023-11-28[wallet] update libsTorsten Grote
2023-10-11upgrade all the things!Torsten Grote
2023-05-23Upgrade material design libraryTorsten Grote
2023-04-25[wallet] Upgrade all the things and target Android 13Torsten Grote
2023-03-06[wallet] upgrade libraries and minify builds againTorsten Grote
2023-02-22[wallet] Final preparations for merging QuickJSIván Ávalos
2023-01-31[wallet] Update libraries after releaseTorsten Grote
2023-01-03Upgrade libraries and wallet core to v0.9.1-dev.1Torsten Grote
2022-11-02[wallet] Open payto:// URIs and hook into deposit to bank account flowTorsten Grote
2022-11-01[wallet] Upgrade libraries (untested because demo is down again)Torsten Grote
2022-08-17Upgrade librariesTorsten Grote
2022-06-30Fix wallet build by upgrading Kotlin/composeTorsten Grote
2022-06-30Fix TalerUtils compile errorTorsten Grote
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2022-05-16-update dependenciesFlorian Dold
2022-05-16-upgrade gradleFlorian Dold
2021-12-07Show bank details for manual withdrawalTorsten Grote
2021-10-12Upgrade to fixed akono releaseTorsten Grote
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2021-02-04Upgrade non-Taler librariesTorsten Grote
2020-10-13Bump library versionsTorsten Grote
2020-09-28[wallet] implement exchange selection for withdrawalsTorsten Grote
2020-09-07[wallet] add logcat viewer to dev settingsTorsten 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-24Upgrade to Kotlin 1.4Torsten Grote
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote
2020-07-23[pos] refactor configuration fetching and validationTorsten Grote
2020-07-22[common] also support multi-platform serialization/deserializationTorsten Grote
2020-07-17[wallet] show list of known exchanges in settingsTorsten Grote
2020-06-26[wallet] Move Anastasis UI mockup into its own library moduleTorsten Grote
2020-06-11[wallet] UI mockup for backup and anastasisTorsten Grote
2020-05-29Upgrade dependencies and gradleTorsten Grote
2020-04-30[wallet] show ToS markdown in expandable sectionsTorsten Grote
2020-04-22[cashier] expose internal error messages to UITorsten Grote
2020-04-15[wallet] use floating action button for scan actionTorsten Grote
This prepares a layout change for display of balances and transactions.
2020-04-01[pos] Enable refundsTorsten Grote
2020-03-24Allow fractional withdrawals with cashier appTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Factor out some cashier code into common libraryTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote