mkyq
2696c242a9
Removed force white background color for CupertinoDatePicker. ( #605 )
2022-11-07 13:36:57 -05:00
mkyq
8981ebad56
Fix parsing of json to Map<String, dynamic> for ionia api. Update sing in and verify email methods for ionia api. ( #604 )
2022-11-07 13:16:09 -05:00
mkyq
0a0f9e80fd
Update build version for cakewallet to 129; monero.com to 25 ( #600 )
2022-11-04 17:51:27 -04:00
mkyq
5d741b183f
Add default values for hive fields for Node, UnspentCoinsInfo, Wallet… ( #598 )
...
* Add default values for hive fields for Node, UnspentCoinsInfo, WalletInfo, Order, Contact, TransactionDescription, Trade
2022-11-04 15:55:21 -04:00
mkyq
d40cd3ebad
Update build version for cake wallet to 128 ( #594 )
2022-11-03 19:14:48 -04:00
mkyq
3ec414ae66
Add adapters for some of bitcoin, litecoin and monero transactions priorities. Replace direct calls of transaction priorities for exchange_view_model. ( #593 )
2022-11-03 19:13:13 -04:00
mkyq
8683b0f435
Update version for cake wallet to 4.5.0 and monero.com to 1.2.0 ( #592 )
2022-11-03 18:16:58 -04:00
Justin Ehrenhofer
c9450aa017
Switch DE and NL strings ( #591 )
...
* Switch DE and NL strings
Replaces https://github.com/cake-tech/cake_wallet/pull/530 , which deleted NL strings.
Co-Authored-By: Edwin den Boer <22837744+ProkhorZ@users.noreply.github.com>
* Fix 2 strings
Co-Authored-By: Edwin den Boer <22837744+ProkhorZ@users.noreply.github.com>
Co-authored-by: Edwin den Boer <22837744+ProkhorZ@users.noreply.github.com>
2022-11-03 17:10:05 -04:00
Justin Ehrenhofer
30bac3cb6c
Add Anypay token ( #518 )
...
* Add AnyPay token
for interacting with the AnyPay API for Cake Pay payments
* Add missing commas
Co-authored-by: mkyq <53115730+mkyq@users.noreply.github.com>
2022-11-03 16:53:33 -04:00
mkyq
6e01bbb1a5
Merge pull request #590 from cake-tech/flutter-upgrade
...
Flutter upgrade
2022-11-03 16:39:34 -04:00
mkyq
289f382eda
Merge branch 'main' into flutter-upgrade
2022-11-03 15:27:35 -04:00
mkyq
0c995330e3
Change default transaction priorities for monero and haven to automatic. ( #589 )
2022-11-03 15:21:46 -04:00
Serhii
a52f47220e
show warning if exchanging with slow fee ( #579 )
...
* show warning if exchanging with slow fee
* Update setDefaultTransactionPriority for return type void; update for use MoneroTransactionPriority.automatic instead of MoneroTransactionPriority.regular.
Co-authored-by: M <m@cakewallet.com>
2022-11-03 15:21:35 -04:00
mkyq
8e70b611d0
move amount_converter to cw_core ( #588 )
...
Co-authored-by: Serhii <borodenko.sv@gmail.com>
2022-11-03 14:45:50 -04:00
Serhii
b27b55388c
add warning text to the seed screen ( #587 )
...
* Add warning text to the seed screen
* fix font size
2022-11-02 15:53:14 -04:00
Serhii
3996c3de76
Change Monero "regular" fee name to "automatic" ( #576 )
2022-11-02 15:00:40 -04:00
Serhii
0040bca853
Add partners contacts ( #577 )
...
Contacts of SideShift and SimpleSwap partners added to the Support section
2022-11-02 14:11:05 -04:00
Serhii
8e0ef694d6
fix text color for Dark Mode ( #578 )
2022-11-02 13:12:39 -04:00
Omar Hatem
e8b3a0648a
Fix Navigation issue where popping 2 routes at the same time ( #584 )
2022-11-02 13:11:53 -04:00
Omar Hatem
65dfb83a27
Check if address is parsed then create the transaction with the parsed address not the entered address ( #585 )
2022-11-02 13:11:07 -04:00
mkyq
b182c26ff2
Update hive types: UnspentCoinsInfo, Template, ExchangeTemplate. ( #583 )
2022-11-01 17:43:39 -04:00
mkyq
03d6701bb7
Add stacktrace to main error screen ( #582 )
2022-10-31 12:38:24 -04:00
mkyq
ef5d1f5f60
Change type for yatEid and yatLastUsedAddressRaw to optional. ( #580 )
2022-10-31 12:16:46 -04:00
mkyq
52aabee658
Remove direct calls of cw_bitcoin BitcoinTransactionPriority from SendViewModel and SettingsViewModel. Add bitcoinTransactionPriorityWithLabel to bitcoin facade. ( #574 )
2022-10-28 18:09:27 -04:00
Justin Ehrenhofer
12e7b45520
Remove Onramper swap ( #573 )
...
It's not supported here, so removing to avoid confusion
2022-10-28 12:21:58 -04:00
M
a4a9ca2e73
Update build version
2022-10-27 17:36:53 -04:00
M
906703b72f
Update Poidfile for share_plus
2022-10-27 17:35:35 -04:00
mkyq
b2a5c66c37
Add onramper widget for buy screen ( #571 )
2022-10-27 17:33:58 -04:00
mkyq
bd5a2fa49f
Back EditBackupPasswordViewModel factory ( #570 )
2022-10-27 10:28:43 -04:00
M
81cec4ae20
Update build version
2022-10-26 15:34:56 -04:00
mkyq
acb03e5530
Xchaha20 poly1305 integration ( #569 )
...
* Integration of xchacha20-poly1305
* Remove force unwrap from _exportPreferencesJSON
* Deprecate v1 export
* Fix for open backup screen after auth
2022-10-26 15:28:27 -04:00
Omar Hatem
33935c9b1d
Update flushbar ( #568 )
...
* Replace old flushbar package with its updated version
Fix flushbars throughtout the app
* Fix Navigation happening all at once causing debugLocked error
* Remove un-necessary async/await
* Remove un-necessary future delayed
* Make process text flushbar indefinite
* Fix show seeds/keys popping page after being pushed instead of popping the auth route
2022-10-26 14:13:44 -04:00
Serhii
4f2cf983de
check share plugin usage ( #567 )
...
* replace share plugin with share_plus
* fix share button on receive screen
* add share button for btc, ltc wallets
2022-10-26 11:05:08 -04:00
Godwin Asuquo
95ecf4ef56
Cw 181 simple swap extra id fix ( #532 )
...
* extra id for simple swap
2022-10-25 16:36:28 -04:00
Omar Hatem
ed1dc75a3d
Add nullability to amount in transaction_history.dart ( #565 )
2022-10-25 16:33:56 -04:00
Godwin Asuquo
9f187308d4
Fix gift card purchase ( #553 )
...
* Fix gift card purchase
* cast as optional bool
2022-10-24 15:27:10 -04:00
Omar Hatem
d9415af4de
Allow null AccountListItem for create purpose not just editing ( #558 )
2022-10-24 15:25:14 -04:00
Omar Hatem
fb8017a93c
Used the new barcode_scan2 package instead ( #559 )
2022-10-24 15:24:20 -04:00
Omar Hatem
ca36a425a7
Fix exchange provider overflow ( #560 )
...
Fix splash effect style for the new Flutter button configs
2022-10-24 15:23:06 -04:00
Omar Hatem
12e54426bd
Fix edit/delete option slidable ( #561 )
...
* Fix Edit Slidable in receive address cell
Fix Edit/Delete slidable in contact list
* Update Delete node slidable
2022-10-24 15:15:17 -04:00
Omar Hatem
65b87ecae0
Fix nullability of selected provider ( #562 )
...
Remove un-necessary null operators
2022-10-24 15:06:03 -04:00
Omar Hatem
c34c3b0737
Cw 199 add wallet deletion confirmation ( #555 )
...
* Fix Slidable for deleting wallet
Add confirmation dialog for deleting wallet
* Swap confirmation dialog buttons to be consistent with other alerts
2022-10-21 16:06:59 -04:00
M
d2b951f735
Update build version and build number
2022-10-21 12:45:24 -04:00
Godwin Asuquo
66949fd41a
Update close button size ( #551 )
2022-10-21 12:30:36 -04:00
Omar Hatem
4279b82bca
exclude zzec currency from simple swap ( #516 )
2022-10-20 13:54:00 -04:00
Omar Hatem
7e7217008c
Cw 171 exchange auto selector bug ( #523 )
...
* Fix de-selecting exchange providers not getting saved
* only change field value when the amount is better than the already existing one
* Show calculated amount after getting the best value from all providers
* Catch exceptions to avoid stopping the providers calculate amount APIs
* Fix Splay map only saving the last value obtained
* Show limits for the provider with the highest rate
* Load limits on currency pair change
* Show limits for lowest min provider
* Show limits for lowest min and highest max
* Sync best rate every 10 seconds instead of calculating it on every amount change
* Fix conflicts with flutter upgrade
Add null safety to changes in exchange_view_model.dart
* Remove un-necessary checks
2022-10-20 13:47:36 -04:00
Omar Hatem
6046385236
Cw 178 additional accents for exchange ( #526 )
...
* Fix SimpleSwap create exchange (#522 )
* Check for status code 201 instead of 200 to follow SimpleSwap API documentation
* allow 200 and 201 success status code
* Changed app version to 4.4.7 (1.1.1 for monero.com)
* Add new currencies
Separate a list for unsupported currencies for SideShift
Fix currencies normalization symbols
* Add new currencies
* Add Currencies validation and possible length
Co-authored-by: M <m@cakewallet.com>
2022-10-20 13:23:36 -04:00
Omar Hatem
d4b5ffd0d6
Adapt error message check in backup errors ( #550 )
2022-10-20 12:37:02 -04:00
Serhii
3a9c8be9ca
alerts UI fix ( #539 )
...
* fix alerts button UI
* remove comments
2022-10-19 18:28:49 -04:00
Omar Hatem
e1885e44a2
Fix fee priority display ( #540 )
...
* Fix transaction priority displaying empty string
* Fix priority label with rate in send screen
* Make price nullable in transaction list items
2022-10-19 18:24:50 -04:00