summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/Utils.kt
AgeCommit message (Collapse)Author
10 days[wallet] Improve transaction list UI designIván Ávalos
2023-11-07[wallet] Upgrade KYC to new APIIván Ávalos
2023-06-28[wallet] small JSON error fixupTorsten Grote
2023-06-28[wallet] Show errors as JSONIván Ávalos
bug 0007606
2023-02-15[wallet] Fixed broken fulfillment URL and made it visually clear that it is ↵Iván Ávalos
a link #0007675
2023-01-23[wallet] launchInAppBrowser() now uses startActivitySafe()Iván Ávalos
2023-01-18[wallet] Statically import TalerErrorCode fields.Iván Ávalos
2023-01-18[wallet] Implemented custom tabsIván Ávalos
2023-01-18[wallet] Refactored error codes into GANA-generated enumIván Ávalos
#0006632
2023-01-17[wallet] Clean up KYC handling a bitTorsten Grote
#0007566
2023-01-03[wallet] Add share button to Peer-Push (and adapt to new API)Torsten Grote
#0007471
2023-01-03[wallet] change send money texts for BitcoinTorsten Grote
#0007495
2023-01-03[wallet] Move to accompanist theme adapter as the old one is deprecatedTorsten Grote
2022-09-23[wallet] Support uppercase URIsTorsten Grote
2022-09-06[wallet] implement prototype for outgoing peer transactionsTorsten Grote
2022-08-17[wallet] Scan QR codes in mixed modeTorsten Grote
so we can scan inverted codes as well
2020-09-16Make apps work on API 21+ (except cashier that needs 23+)Torsten Grote
2020-08-05[wallet] show more user-friendly error messages for operationsTorsten Grote
2020-07-02[wallet] Try to connect to open Wi-FiTorsten Grote
if included in fragment of scanned/opened taler:// URI
2020-04-16[wallet] change main screen if there is only one currencyTorsten Grote
If there is more than one currency, the screen shows a list of balances per currency like it used to. If there is only one currency, the main screen directly shows the list of transactions with the balance in the toolbar.
2020-04-03[wallet] add detail page for withdrawal event in historyTorsten Grote
Also make history accessible by tapping the balance
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Merge all three apps into one repositoryTorsten Grote