summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/transactions/TransactionDetailFragment.kt
AgeCommit message (Collapse)Author
2024-03-27[wallet] DD51: enrich some tx amounts with currencySpecificationIván Ávalos
bug 0008329 (cherry picked from commit 021e4443bae33abbdc9de21f2708e633e99ca055)
2024-03-06 [wallet] Don't show JSON errors to non-devsIván Ávalos
bug 0008549
2023-07-11[wallet] some dd37 fixes after mergingTorsten Grote
2023-07-11[wallet] Make DD37 dialog data non-nullable and rename callbackIván Ávalos
2023-07-11[wallet] DD37 fixesIván Ávalos
2023-07-11[wallet] Better error handling for tx actions.Iván Ávalos
2023-07-11[wallet] Handle "fail" DD37 action and prevent non-deletable transactions ↵Iván Ávalos
from being deleted.
2023-07-11[wallet] Implemented DD37 with the new txActions fieldIván Ávalos
2023-04-13[wallet] Clean up compose migration of payment and refund transactionsTorsten Grote
2023-03-21[wallet] slight tweaks to showing errors in compose transactionsTorsten Grote
2023-03-21[wallet] slight tweaks to showing errors in XML transactionsTorsten Grote
2023-03-21[wallet] Expand JSON error in XML transaction detail fragmentsIván Ávalos
bug 0007606
2023-03-06[wallet] Refresh withdrawal detail screen after confirmationIván Ávalos
bug 0007727
2023-02-15[wallet] Fixed broken fulfillment URL and made it visually clear that it is ↵Iván Ávalos
a link #0007675
2023-01-26[wallet] Experimental port to Material 3Iván Ávalos
2023-01-23[wallet] launchInAppBrowser() now uses startActivitySafe()Iván Ávalos
2023-01-09[wallet] Fix order of buttons for cancel dialogIván Ávalos
2022-09-23[wallet] Support uppercase URIsTorsten Grote
2022-08-17Upgrade librariesTorsten Grote
2022-08-17[wallet] Add ability to cancel/delete transactionsTorsten Grote
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2020-09-08[wallet] change how we check if launching intents is safeTorsten Grote
Resolving activities won't work anymore in Android 11. See: https://cketti.de/2020/09/03/avoid-intent-resolveactivity/
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-09-01[wallet] show fullfillment message on payment details screenTorsten Grote
2020-08-24[wallet] upgrade to latest wallet-core versionTorsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-12[wallet] adapt to new Refund APITorsten Grote
2020-07-17[wallet] adapt code to new TransactionWithdrawal APITorsten Grote
2020-05-19[wallet] Implement detail page for refresh transactionTorsten Grote
2020-05-15[wallet] show generic transaction titles in detail action barTorsten Grote
2020-05-15[wallet] remove workarounds for fixed core bugsTorsten Grote
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] 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-04-15[wallet] show simplified transactions per currencyTorsten Grote
2020-04-15[wallet] rename history to transactionsTorsten Grote