summaryrefslogtreecommitdiff
path: root/taler-kotlin-android/src/main/java/net/taler/common/AndroidUtils.kt
AgeCommit message (Collapse)Author
2020-09-09[wallet] improve log viewer by not updating it and pre-filteringTorsten Grote
2020-09-08[pos] use bottom sheet for showing errors instead of snackbarTorsten Grote
2020-09-08[wallet] change how we check if launching intents is safeTorsten Grote
Resolving activities won't work anymore in Android 11. See: https://cketti.de/2020/09/03/avoid-intent-resolveactivity/
2020-09-07[wallet] add logcat viewer to dev settingsTorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote