summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
AgeCommit message (Collapse)Author
36 hours[wallet] Use TransactionManager.selectedScope instead of passing around ↵dev/ivan-avalos/masterIván Ávalos
scopeInfo (cherry picked from commit afcb6f620cbe2b1b0d70d23ee27344e74cf4bf1c)
36 hours[wallet] DD51'd more views, UX improvements and some fixesIván Ávalos
(cherry picked from commit 0498e424a0bdcf8ffe74419a2ad42ade9283d08f)
2024-02-27[wallet] Remove a vestige of tipsIván Ávalos
2024-02-27[wallet] Pending operations are no more!Iván Ávalos
bug 0008508
2024-02-06[wallet] bye bye tips!Torsten Grote
2024-02-06[wallet] Replace exchange selection fragment with dialog decoupled from ↵Iván Ávalos
withdrawals
2024-02-02[wallet] Delete now unused AlreadyPaidFragmentIván Ávalos
2024-02-02[wallet] Redirect to details view after payment, deprecate proposalId, and ↵Iván Ávalos
remove pending op actions bug 0008297
2024-01-08[wallet] support withdraw-exchange URITorsten Grote
2024-01-08[wallet] Refactor p2p payments to show tx details when readyIván Ávalos
2023-09-27[wallet] Make title of PromptPaymentFragment translatableTorsten Grote
2023-09-26[wallet] Fix back navigation after template prompt.Iván Ávalos
2023-09-26[wallet] Initial version of template supportIván Ávalos
2023-09-05[wallet] skip ManualWithdrawFragment when doing a manual withdraw from ↵Iván Ávalos
balances list
2023-04-13[wallet] Render dummy transactions whenever we can't parse a transactionTorsten Grote
2023-04-13[wallet] Migrated payment and refund detail to ComposeIván Ávalos
2023-04-13[wallet] Migrated withdrawal and refresh detail to ComposeIván Ávalos
2023-03-28[wallet] Add test option in dev mode and remove backup optionTorsten Grote
to not give false impression that there's an actual backup/
2023-02-23[wallet] close button for outgoing peer payments brings user to balanceTorsten Grote
2023-02-22[wallet] navigate to withdrawal transaction detail for bank withdrawalsTorsten Grote
#7676
2023-01-05[wallet] Show details of tip transactionTorsten Grote
#0007476
2022-11-03[wallet] Improve flow for making a bank depositTorsten Grote
2022-11-02[wallet] Open payto:// URIs and hook into deposit to bank account flowTorsten Grote
2022-10-27[wallet] Implement making deposits (not fully functional)Torsten Grote
2022-09-23[wallet] Implement beginning of depositsTorsten Grote
2022-09-07[wallet] implement prototype for handling incoming pay-pull URITorsten Grote
2022-09-07[wallet] implement prototype for handling incoming pay-push URITorsten Grote
2022-09-06[wallet] implement prototype for outgoing peer transactionsTorsten Grote
2022-08-23[wallet] Clean up manual withdrawal code a bitTorsten Grote
2022-08-17[wallet] Use global navigation to handle Taler URIsTorsten Grote
so it works from whichever fragment we are currently in
2022-08-17[wallet] Show FAB also in transaction list when having more than one currencyTorsten Grote
2022-07-01accept tipsSebastian
2021-12-07Show bank details for manual withdrawalTorsten Grote
2020-09-28[wallet] Enable manual withdrawal (without payto:// parsing/display)Torsten Grote
2020-09-28[wallet] implement exchange selection for withdrawalsTorsten Grote
2020-09-03[wallet] migrate away from kotlin view extensionsTorsten Grote
2020-07-29[wallet] update to new wallet-core with v8 exchange APITorsten Grote
(except payments which are still buggy)
2020-07-20[wallet] move withdrawal code to withdraw packageTorsten Grote
Also show payment options from exchange's payto URIs
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] 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-06-11[wallet] UI mockup for backup and anastasisTorsten Grote
2020-05-22[wallet] add option to enter URI manually by long pressing scan buttonTorsten Grote
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] 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-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