summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
AgeCommit message (Collapse)Author
2020-09-07[wallet] always show product details (remove details button)Torsten Grote
2020-09-06[wallet] bump wallet-core versionFlorian Dold
2020-09-05[wallet] bump wallet-core versionFlorian Dold
2020-09-04upgrad wallet core versionFlorian Dold
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] 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-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-24rename multi-platform submoduleTorsten Grote
2020-08-20upgrade wallet core versionFlorian Dold
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-12[wallet] Fix unit tests by including non-Android JSON dependencyTorsten Grote
2020-08-12[wallet] adapt to new Refund APITorsten 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-07-31[wallet] adapt to new message envelope APITorsten Grote
2020-07-31Enable code minification for release builds of all appsTorsten Grote
Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason.
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-17[wallet] add UI for making manual withdrawal via exchangeTorsten Grote
2020-07-17[wallet] show list of known exchanges in settingsTorsten Grote
2020-06-26[wallet] Move Anastasis UI mockup into its own library moduleTorsten Grote
2020-06-22[wallet] Improve Anastasis UI mockupTorsten Grote
2020-05-18[wallet] upgrade to latest core and fix sorting bugTorsten Grote
2020-05-15[wallet] remove workarounds for fixed core bugsTorsten Grote
2020-05-15[wallet] render transaction list from new transactions APITorsten 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-08[wallet] prevent download of wallet-core with every buildTorsten Grote
2020-05-08update wallet-core version and wallet display versionFlorian Dold
2020-04-30[wallet] show ToS markdown in expandable sectionsTorsten Grote
2020-04-16[wallet] allow transactions to be selected by long tapTorsten Grote
2020-04-15[wallet] move dev mode and TESTKUDOS into proper settings screenTorsten 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-03-24Fix Wallet QR code scanning and nightly version number displayTorsten Grote
2020-03-20Ignore annoying lint errors caused by material design libTorsten Grote
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