summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler
AgeCommit message (Collapse)Author
2024-02-02[wallet] Replace deprecated `reset' request with new `clearDb'Iván Ávalos
2024-02-02[wallet] use expected DB file extensionTorsten Grote
2024-01-08[wallet] support withdraw-exchange URITorsten Grote
2024-01-08[wallet] Add UX from now-deleted push/pull result screens into p2p tx detailsdev/ivan-avalos/dd36Iván Ávalos
2024-01-08[wallet] Re-add disable back navigationIván Ávalos
2024-01-08[wallet] ScrollableTabRow nitpickIván Ávalos
2024-01-08[wallet] Delete unused numCoins fieldIván Ávalos
2024-01-08[wallet] Fix empty/null account list in manual withdrawalIván Ávalos
2024-01-08[wallet] Refactor p2p payments to show tx details when readyIván Ávalos
2024-01-08[wallet] Layout improvement to manual withdrawal detailsIván Ávalos
2024-01-08[wallet] Manual withdrawal: hide fee when zero and relax paddings for ↵Iván Ávalos
smaller screens
2024-01-08[wallet] Fixed serialization issuesIván Ávalos
2024-01-08[wallet] Initial implementation of DD36.Iván Ávalos
2024-01-03[wallet] Inform user when sending isn't working due to insufficient balanceTorsten Grote
2024-01-03[wallet] Add option to add all known dev exchangesTorsten Grote
to ease testing and finding at least one that works
2024-01-02[wallet] Fix HTTP URIs and error handlingTorsten Grote
Previously, we would crash for certain URIs. Cleartext comms only allowed for localhost.
2023-11-28[wallet] Add confirmation dialog for DB import and i18nize some stringsIván Ávalos
2023-11-28[wallet] Proper DB import/export functionalityIván Ávalos
2023-11-28[wallet] Show KYC notice in transaction list, and don't render fees when zeroIván Ávalos
2023-11-07[wallet] Translate manual withdrawal to DD37Iván Ávalos
2023-11-07[wallet] Upgrade KYC to new APIIván Ávalos
2023-11-02[wallet] Update refunds to new APIIván Ávalos
2023-10-25[wallet] Make more TextFields singleLineTorsten Grote
2023-10-25[wallet] Don't allow zero amount for p2p transactionsIván Ávalos
2023-10-25[wallet] Refactor wire transfer and remove BIC/SWIFT fieldIván Ávalos
2023-10-25[wallet] Remove deprecated ExperimentalMaterial3Api decoratorsIván Ávalos
2023-10-25[wallet] Remove "Warning:" from push payment screenTorsten Grote
2023-10-17[wallet] update wallet-core to dev.33Torsten Grote
2023-10-11[wallet] upgrade wallet-core to dev.25Torsten Grote
2023-10-10[wallet] Trim text in URI input fragmentIván Ávalos
2023-10-10[wallet] Fix P2P payments (API changes)Iván Ávalos
2023-10-10[wallet] Prevent user from interacting with non-contacted exchangesIván Ávalos
2023-10-10[wallet] Fix extension and MIME type of exported database (JSON -> SQLite3)Iván Ávalos
2023-09-27[wallet] products in TransactionInfo seem to be optional nowTorsten Grote
2023-09-27[wallet] Fix back navigation crash due to duplicated core instanceTorsten Grote
2023-09-26[wallet] another NetworkManager fixTorsten Grote
2023-09-26[wallet] upgrade to qtart 0.9.3-dev.16Torsten Grote
2023-09-26[wallet] Fix back navigation after template prompt.Iván Ávalos
2023-09-26[wallet] simplify pay templatesTorsten Grote
2023-09-26[wallet] simplify AmountInputFieldTorsten Grote
2023-09-26[wallet] fix: AmountInputField reacts to external changesIván Ávalos
2023-09-26[wallet] Improved AmountInputField with a VisualTransformationIván Ávalos
2023-09-26[wallet] Support 0.x fractions in AmountInputFieldIván Ávalos
2023-09-26[wallet] Refactor amount input into single composableIván Ávalos
2023-09-26[wallet] fixes for templates parsing and UIIván Ávalos
2023-09-26[wallet] Additional refactoring of pay templatesIván Ávalos
2023-09-26[wallet] add some potential TODOs for pay templatesTorsten Grote
2023-09-26[wallet] Improve internal logic of templatesIván Ávalos
2023-09-26[wallet] first cleanup of payment template workTorsten Grote
the PayTemplateComposable still needs refactoring
2023-09-26[wallet] Improved templates UX and PoS confirmation codesIván Ávalos