summaryrefslogtreecommitdiff
path: root/wallet/src
AgeCommit message (Collapse)Author
2020-09-07[wallet] always show product details (remove details button)Torsten Grote
2020-09-03[wallet] show different withdrawal error message when app is offlineTorsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-09-03Don't crash on empty manual withdrawal amountTorsten Grote
2020-09-01[wallet] adapt WalletResponseTest to new error formatTorsten Grote
2020-09-01[wallet] show fullfillment message on payment details screenTorsten 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-27[wallet] fulfillment_url is no longer required in contract termsTorsten Grote
2020-08-26[wallet] include JSON error details in user-facing error messageTorsten Grote
ugly, but helps with debugging
2020-08-24[wallet] upgrade to latest wallet-core versionTorsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-12[wallet] remove remaining deserialization off the UI threadTorsten Grote
2020-08-12[wallet] adapt to new Refund APITorsten Grote
2020-08-12[wallet] fix icon tint declaration (CI lint error)Torsten Grote
2020-08-11[wallet] upgrade wallet-core and adapt payment APITorsten Grote
2020-08-11[wallet] start to move deserialization into the backend APITorsten Grote
and off the UI thread for less sluggish, i.e. more responsive UI
2020-08-06[wallet] show error icon for transactions with errorTorsten Grote
2020-08-05[wallet] show more user-friendly error messages for operationsTorsten Grote
2020-07-31[wallet] adapt to new message envelope APITorsten Grote
2020-07-31Remove left-over class from libraryficationTorsten Grote
(fixes release builds)
2020-07-30[wallet] upgrade payment flow to new APITorsten Grote
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-07-21[wallet] introduce build flavors for distribution channelsTorsten Grote
(google play, fdroid, nightly) and show flavor name in dev settings
2020-07-20[wallet] move withdrawal code to withdraw packageTorsten Grote
Also show payment options from exchange's payto URIs
2020-07-20[wallet] manual withdrawals are confirmed when not pending anymoreTorsten Grote
2020-07-17[wallet] adapt code to new TransactionWithdrawal APITorsten Grote
2020-07-17[wallet] add UI for making manual withdrawal via exchangeTorsten Grote
2020-07-17[wallet] Allow to add an exchange manually by providing its base URLTorsten Grote
2020-07-17[wallet] show list of known exchanges in settingsTorsten Grote
2020-07-02[wallet] Try to connect to open Wi-FiTorsten Grote
if included in fragment of scanned/opened taler:// URI
2020-06-26[wallet] Move Anastasis UI mockup into its own library moduleTorsten Grote
2020-06-22[wallet] Improve Anastasis UI mockupTorsten Grote
2020-06-11[wallet] UI mockup for backup and anastasisTorsten Grote
2020-05-26Ignore some paths for lint and upgrade secrurity libraryTorsten Grote
2020-05-26Update translation filesWeblate
Updated by "Cleanup translation files" hook in Weblate. Translation: GNU Taler/Wallet - Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/wallet-android/
2020-05-26Translated using WeblateWeblate
2020-05-22[wallet] add option to enter URI manually by long pressing scan buttonTorsten Grote
2020-05-20[wallet] implement transaction searchTorsten Grote
2020-05-19[wallet] Implement detail page for refresh transactionTorsten Grote
2020-05-19[wallet] show transaction errors to userTorsten Grote
2020-05-18[wallet] upgrade to latest core and fix sorting bugTorsten Grote
2020-05-15[wallet] show generic transaction titles in detail action barTorsten Grote
2020-05-15[wallet] remove unused strings after moving to new transaction APITorsten Grote
2020-05-15[wallet] show a pending badge next to balances with pending transactionsTorsten Grote
2020-05-15[wallet] show currency's transaction list after successful operationsTorsten Grote
2020-05-15[wallet] cache transactions per currencyTorsten Grote