summaryrefslogtreecommitdiff
path: root/taler-kotlin-android/src/main/java/net/taler/common
AgeCommit message (Collapse)Author
15 hours[taler-android] Improve handling of currencies with no symbolIván Ávalos
(cherry picked from commit c9371584fedf8783ab472d32deb35b24b0329cab)
15 hours[wallet] Improve DD51 unit rendering and adapt tests accordinglyIván Ávalos
(cherry picked from commit c7b2cbe5c39192648336746a719ecdfa88221b28)
15 hours[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-03-13[wallet] Make payto:// URIs shareableIván Ávalos
bug 0008534
2023-09-26[wallet] Refactor amount input into single composableIván Ávalos
2023-08-30[wallet] Fixed serialization error in contract termsIván Ávalos
2023-06-12Remove Amount#fromDouble() as it was buggy and isn't really neededTorsten Grote
2023-04-25[wallet] Upgrade all the things and target Android 13Torsten Grote
2023-01-23[wallet] launchInAppBrowser() now uses startActivitySafe()Iván Ávalos
2023-01-03[wallet] Don't allow entering invalid amountsTorsten Grote
#0007350
2023-01-03[common] Fix warnings in Bech32 implementationTorsten Grote
2023-01-03Adapt to new seconds based time formatTorsten Grote
2022-10-27[wallet] Implement making deposits (not fully functional)Torsten Grote
2022-09-23[wallet] Support uppercase URIsTorsten Grote
2022-09-13[wallet] Simplify Bitcoin withdrawal screenTorsten Grote
2022-06-30Fix TalerUtils compile errorTorsten Grote
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-15accept decimal and bitcoin exchangesSebastian
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2020-09-28[wallet] implement exchange selection for withdrawalsTorsten Grote
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-09-03[pos] make app work on API 24+Torsten Grote
2020-08-27[wallet] fulfillment_url is no longer required in contract termsTorsten Grote
2020-08-26[cashier] adapt to latest bank API changes (no more SignedAmount)Torsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten 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-31Remove left-over class from libraryficationTorsten Grote
(fixes release builds)
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote