summaryrefslogtreecommitdiff
path: root/taler-kotlin-android
AgeCommit message (Collapse)Author
2020-08-24rename multi-platform submoduleTorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-11[pos] Improve coroutine-based merchant library accessTorsten Grote
2020-08-05[wallet] support Timestamp with "never"Torsten Grote
2020-08-03[pos] improve payment processingTorsten Grote
- cancel orders that have been abandoned and will not be paid - show unpaid orders in history (in case one makes it through) - set deadlines when creating orders in case it helps with enabling refunds
2020-07-31Enable code minification for release builds of all appsTorsten Grote
Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason.
2020-07-31Remove left-over class from libraryficationTorsten Grote
(fixes release builds)
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote