summaryrefslogtreecommitdiff
path: root/wallet/src
AgeCommit message (Collapse)Author
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
2020-05-15[wallet] remove workarounds for fixed core bugsTorsten Grote
2020-05-15[wallet] provide extra info in transactions when withdrawal requires ↵Torsten Grote
confirmation
2020-05-15[wallet] add clickable actions to transaction details screenTorsten Grote
Bank confirmation can be reached from withdrawal screen and digital fulfillment (http URI) from payment screen.
2020-05-15[wallet] Remove success pages for withdrawal and paymentTorsten Grote
The user is now brought the the transaction list where both are shown directly as pending transactions.
2020-05-15[wallet] clean up old history code that not needed anymoreTorsten Grote
The history is now only for debugging visible in dev mode, so it is sufficient to show JSON and not parse all its fields.
2020-05-15[wallet] render transaction list from new transactions APITorsten Grote
2020-05-15[wallet] separate history and transactions UITorsten Grote
The history with its JSON payload is only shown in dev mode while the transactions are prepared to move to the new API.
2020-05-13[wallet] switch to multi-currency mode when a new currency gets addedTorsten Grote
2020-05-13[wallet] adapt fee parsing to wallet-core changesTorsten Grote
2020-05-12[wallet] upgrade wallet-core and show supported versions in settingsTorsten Grote
2020-05-11[wallet] refresh pending operations with each core notificationTorsten Grote
2020-05-11compress native libsFlorian Dold
2020-05-08[wallet] Show versions in settings when dev mode is onTorsten Grote
2020-05-08[wallet] prevent download of wallet-core with every buildTorsten Grote
2020-05-04Rename Purchase Reference to Receipt #Torsten Grote
2020-04-30[wallet] accept but strip markup in ToS markdown headingsTorsten Grote
2020-04-30Fix lint warnings that appeared after android gradle plugin updateTorsten Grote
2020-04-30[wallet] show ToS markdown in expandable sectionsTorsten Grote
2020-04-27[wallet] refresh transactions when certain notifications arriveTorsten Grote
2020-04-24[wallet] Fix selection of refresh events (that are supposed to go away)Torsten Grote
2020-04-24[wallet] manage Google Play data with fastlaneTorsten Grote
2020-04-16[wallet] allow transactions to be selected by long tapTorsten Grote