summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/withdraw/manual
AgeCommit message (Collapse)Author
2024-05-16[wallet] Organize strings alphabetically and generalize amount strings (v2)Iván Ávalos
bug 0008587
2024-05-15[wallet] remove no longer necessary isZero() fee checksIván Ávalos
bug 0008830
2024-05-14[wallet] prevent negative fee overflow by performing subtraction checkIván Ávalos
bug 0008830
2024-05-13[wallet] DD53: address cta-wire-transfer issuesIván Ávalos
bug 0008726
2024-04-15[wallet] Check for null or empty bank labelIván Ávalos
bug 0008615
2024-04-15[wallet] Show exchange accounts by priorityIván Ávalos
bug 0008615
2024-04-15[wallet] Add DD51 to Taler withdrawal accountIván Ávalos
2024-04-03[wallet] Make manual withdrawal use correct transfer amountIván Ávalos
2024-03-27[wallet] DD51: enrich manual withdrawal amounts with currencySpecificationIván Ávalos
bug 0008329 (cherry picked from commit b6f98987b842759383eb12ef5f6e4c5ca1468437)
2024-03-27[wallet] DD51: initial rendering based on currency specIván Ávalos
bug 0008329 (cherry picked from commit 4789103406f44ba797c7bfee3112cc6aaa228683)
2024-03-13[wallet] Make payto:// URIs shareableIván Ávalos
bug 0008534
2024-02-29 [wallet] Remove bank URL from x-taler-bank URI, add receiver name to IBANIván Ávalos
bug 0008532
2024-02-29[wallet] Add proper rendering for x-taler-bank URIsIván Ávalos
bug 0008532
2024-01-08[wallet] ScrollableTabRow nitpickIvá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] Initial implementation of DD36.Iván Ávalos
2023-07-11[wallet] some dd37 fixes after mergingTorsten Grote
2023-07-11[wallet] DD37 fixesIván Ávalos
2023-06-12Remove Amount#fromDouble() as it was buggy and isn't really neededTorsten Grote
2023-01-26[wallet] Refactored error colors using MaterialThemeIván Ávalos
2023-01-26[wallet] Experimental port to Material 3Iván Ávalos
2023-01-23[wallet] launchInAppBrowser() now uses startActivitySafe()Iván Ávalos
2023-01-03[wallet] Add share button to Peer-Push (and adapt to new API)Torsten Grote
#0007471
2023-01-03[wallet] change send money texts for BitcoinTorsten Grote
#0007495
2023-01-03[wallet] Fix crash when exchange is missing currencyTorsten Grote
Can happen when exchange info in wallet-core was not yet fully loaded #7480
2023-01-03[wallet] Move to accompanist theme adapter as the old one is deprecatedTorsten Grote
2022-09-13[wallet] Simplify Bitcoin withdrawal screenTorsten Grote
2022-09-06[wallet] implement prototype for outgoing peer transactionsTorsten Grote
2022-08-23[wallet] Fix lint errorTorsten Grote
2022-08-23[wallet] Clean up manual withdrawal code a bitTorsten Grote