Serhii
f4148e0989
[skip ci] rework UI for disable fiat mode
2022-12-07 12:44:08 +02:00
Serhii
214c1fe0db
Merge branch 'main' into CW-118-Allow-disabling-of-fiat
2022-12-06 17:37:12 +02:00
Omar Hatem
dc60123f79
Merge pull request #529 from cake-tech/CW-182-allow-trusted-nodes
...
Cw 182 allow trusted nodes
2022-12-04 02:17:35 +02:00
Omar Hatem
707df3717d
Merge pull request #662 from cake-tech/CW-259-fix-change-now-trade
...
[CW-259] Fix Change now trade issue
2022-12-03 23:49:45 +02:00
OmarHatem
116e468581
calculate best rate based on deposit/receive amount
2022-12-02 23:20:06 +02:00
OmarHatem
3bcd31ac44
calculate best rate based on min/max amount
2022-12-02 20:38:16 +02:00
OmarHatem
091ac41ee2
allow null minimum amount in limits
2022-12-01 22:37:13 +02:00
OmarHatem
dd99508d3e
Fix static amount value for determining best rate and replace it with the input the user types
2022-12-01 22:11:51 +02:00
Omar Hatem
bfcd3ee002
Merge pull request #643 from cake-tech/CW-223-settings-reorganization
...
Cw 223 settings reorganization
2022-12-01 21:37:43 +02:00
OmarHatem
914fffe51c
Initialize wallet directly from constructor argument [skip ci]
2022-12-01 21:33:17 +02:00
Godwin Asuquo
03748d680a
[skip ci] format files
2022-12-01 21:21:51 +02:00
Justin Ehrenhofer
6685fb5804
[CW-257] Change Bitcoin block explorer to mempool.space
2022-11-29 11:05:38 -06:00
Godwin Asuquo
3acbfbae79
Fix issues from code review
2022-11-25 22:51:07 +02:00
Godwin Asuquo
63df8c6b6f
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-223-settings-reorganization
2022-11-23 22:54:24 +02:00
Godwin Asuquo
5462836b8d
seperate settings view model
2022-11-23 19:06:41 +02:00
Godwin Asuquo
0fcd72f821
format indent code
2022-11-23 09:05:47 +02:00
Serhii
50d32021f6
Merge branch 'main' into CW-118-Allow-disabling-of-fiat
2022-11-22 19:48:43 +02:00
Serhii
92328c4102
move logic to viewmodels
2022-11-22 19:33:24 +02:00
Omar Hatem
9b32c9c956
CW-227 Add Disable Exchange option to settings ( #642 )
...
* Add Disable Exchange option to settings
2022-11-21 21:18:18 -05:00
Omar Hatem
bcf09b048c
Cw 220 fix grey exchange screen ( #641 )
...
* Fix nullability issue for ChangeNow rateId
* Handle concurrent modification error from Splay Tree
2022-11-21 20:52:03 -05:00
Godwin Asuquo
c67e8c5037
[CW-233] Fix missing display balance setting
2022-11-18 20:53:35 +02:00
OmarHatem
a82803de3a
Fix Casting issue
2022-11-18 20:32:52 +02:00
Godwin Asuquo
549975ecc1
Reorganize settings
2022-11-16 09:29:14 +02:00
Serhii
7d49dc4761
rework confirm sending screen for cake pay ( #603 )
...
* rework confirm sending allert
* remove confirm_modal.dart
* fix text color and buttons size
2022-11-10 13:08:52 -05:00
Omar Hatem
71444219be
Cw 218 fix change pin using bio auth ( #599 )
...
* - push change pin page as a replacement for auth page to avoid closing it once its opened
- Add cool-down duration after popping flushbars and pushing new routes
2022-11-07 15:35:34 -05:00
Serhii
c99e5f6f31
fix localization
2022-11-04 14:28:41 +02:00
Serhii
d4c7004a3c
add Disable fiat mode
2022-11-04 13:58:04 +02: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
OmarHatem
b8eaf98ff1
Merge branch 'flutter-upgrade' of https://github.com/cake-tech/cake_wallet into CW-182-allow-trusted-nodes
2022-11-03 21:34:20 +02: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
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
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
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
Omar Hatem
65b87ecae0
Fix nullability of selected provider ( #562 )
...
Remove un-necessary null operators
2022-10-24 15:06:03 -04:00
OmarHatem
1eb9e65617
Set trusted daemon after node connection
2022-10-20 20:24:01 +02: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
d4b5ffd0d6
Adapt error message check in backup errors ( #550 )
2022-10-20 12:37:02 -04:00
OmarHatem
469f23c09b
Merge branch 'flutter-upgrade' of https://github.com/cake-tech/cake_wallet into CW-182-allow-trusted-nodes
...
Conflicts:
cw_core/lib/node.dart
lib/view_model/node_list/node_create_or_edit_view_model.dart
2022-10-20 13:18:00 +02: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
Omar Hatem
3c4ba6da53
Create haven default node instead of loading from YAML ( #544 )
2022-10-19 18:21:16 -04:00
Omar Hatem
da6fd9a9ff
Cw 188 fix grey screen ( #537 )
...
* Fix late initialization exception when using late with Mobx
Fix index out of range exception in picker
* Add haven account list class to configure file to be generated in haven.dart
2022-10-17 17:01:50 -04:00
M
1beb18b045
Flutter upgrade
2022-10-12 13:09:57 -04:00
OmarHatem
cb9f690745
Add Native setTrustedDaemon and trustedDaemon functions and integrate them with their wallets
2022-10-07 15:25:20 +02:00
OmarHatem
d748f12e44
Allow marking Monero Nodes as trusted
2022-10-04 14:54:39 +02:00
Godwin Asuquo
c921ad890a
Truncate to double ( #511 )
...
* Truncate to double
* fix format remaining amount
2022-09-19 11:09:23 -04:00
Serhii
f59c2fbd2b
add new coins to exchange ( #499 )
...
* add new coins
APE, AVAXC, BTT, BTTBSC, DOGE, FIRO, USDTTRC20, HBAR, SC, SOL, USDC, USDCSOL, ZEN, XVG
* remove UST icon
* remove xhv from excludeDepositCurrencies
* remove xhv from excludeReceiveCurrencies
2022-09-07 13:10:21 +01:00
Omar Hatem
244d20d1b6
Skip unsupported providers when calculating best rate provider ( #500 )
2022-09-07 12:43:03 +01:00
Serhii
424cf25052
Сake pay filter white screen bug ( #491 )
...
* increase touch area for filter button
* rework card list view model
* fix button color
* fix formating
2022-09-02 16:04:19 +01:00
Godwin Asuquo
bd25d047b2
CW-148 cake pay partial redemptions ( #490 )
...
* Ionia custom redemption screen
* update ionia gift card remaining amount with custom value
* [NO-TASK] Fix issues with custom redeem
* replace redeem
* update remaining amount
* fixed from code review
* Add localization
2022-09-02 14:47:45 +01:00