summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11one more attempt at hot-fixing installed fdroidserver in CITorsten Grote
2020-05-11[wallet] Fix F-Droid nightly repo archive, so less versions stay in repoTorsten Grote
2020-05-11[wallet] try to keep only last 5 versions in nightly repoTorsten Grote
The wallet APK is huge and 20 versions take up to much space and prevent the repo to be published to the Gitlab Pages mirror.
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-08update wallet-core version and wallet display versionFlorian Dold
2020-05-07Fix translation related lint errorsTorsten Grote
2020-05-07Add German translation (mostly done by Christian Grothoff)Torsten 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-23[pos] improve strings with feedback from ChristianTorsten Grote
2020-04-23[cashier] add offline detection to all failing HTTP requestsTorsten Grote
and show a better error message in these cases
2020-04-22[cashier] improve strings and error messages after input from ChristianTorsten Grote
2020-04-22[cashier] expose internal error messages to UITorsten Grote
2020-04-16[wallet] allow transactions to be selected by long tapTorsten Grote
2020-04-16[wallet] Add unique ID to transactionsTorsten Grote
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-15[wallet] show simplified transactions per currencyTorsten Grote
2020-04-15[wallet] rename history to transactionsTorsten Grote
2020-04-15[wallet] move dev mode and TESTKUDOS into proper settings screenTorsten Grote
2020-04-15[wallet] use floating action button for scan actionTorsten Grote
This prepares a layout change for display of balances and transactions.
2020-04-13[pos] Fix OrderManagerTestTorsten Grote
2020-04-13[common] run unit tests in CITorsten Grote
2020-04-13[wallet] Fix HistoryEventTest and run unit tests in CITorsten Grote
2020-04-13[wallet] adapt to latest API breaking changes of wallet-coreTorsten Grote
2020-04-13[wallet] hide overhead from exchange fee structure if zeroTorsten Grote
2020-04-13[wallet] prepare specifying wallet-core library versionTorsten Grote
2020-04-10[wallet] move wallet-core library download into gradle taskTorsten Grote
This removes the last dependency that had to be manually copied.
2020-04-10[wallet] move akono into a normal gradle dependencyTorsten Grote
This removes the need to manually copy a binary blob and should also make F-Droid inclusion easier.
2020-04-08[wallet] add option to see exchange's fee structureTorsten Grote
2020-04-06[wallet] expose notification payloads to Android UITorsten Grote
also ignore ping notifications (to see if they are really needed)
2020-04-06[wallet] show detail page for refundsTorsten Grote
2020-04-03[wallet] add detail page for payment sent event in historyTorsten Grote
2020-04-03[wallet] add detail page for withdrawal event in historyTorsten Grote
Also make history accessible by tapping the balance
2020-04-02[wallet] Show withdraw feeTorsten Grote
2020-04-02Prevent parallel deploys to nightly repoTorsten Grote
2020-04-02[wallet] Show withdraw summary before ToS and do one-click acceptTorsten Grote
2020-04-02[wallet] remove abort/cancel buttonsTorsten Grote
2020-04-01[cashier] automatic code cleanupTorsten Grote
2020-04-01[wallet] automatic code cleanupTorsten Grote
2020-04-01[pos] automatic code cleanupTorsten Grote
2020-04-01[pos] Enable refundsTorsten Grote