OmarHatem
f97a4fec28
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-239-fix-restore-from-backup-using-6-digit-pin
...
Conflicts:
lib/store/settings_store.dart
2022-12-09 20:29:50 +02:00
Godwin Asuquo
9ef1186c45
Fix issues from code review
2022-12-09 17:08:52 +01:00
OmarHatem
4140742bb9
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-239-fix-restore-from-backup-using-6-digit-pin
...
Conflicts:
lib/store/settings_store.dart
2022-12-09 15:59:25 +02:00
OmarHatem
1ef8ef269c
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-118-Allow-disabling-of-fiat
2022-12-08 21:17:59 +02:00
Omar Hatem
3edba88b96
Merge pull request #667 from cake-tech/CW-271-fixed-rate-incorrect-amount
...
[Cw 271] fixed-rate incorrect amount
2022-12-08 21:14:54 +02:00
OmarHatem
4b1e9a10eb
- Rename calculateAmount to fetchRate to be more descriptive
...
- Add Disable Exchange change reaction to save in shared prefs [skip ci]
2022-12-08 21:14:42 +02:00
OmarHatem
6395d6b2f7
- Add Disable fiat API option to advanced privacy settings
2022-12-08 14:10:58 +02:00
OmarHatem
fddac23b94
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-118-Allow-disabling-of-fiat
...
Conflicts:
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_uk.arb
res/values/strings_zh.arb
2022-12-08 14:01:20 +02:00
Omar Hatem
f3b89a2c7f
Merge pull request #601 from cake-tech/CW-159-Filter-address-book-by-type
...
[CW-159] filter contacts and wallets by type
2022-12-08 13:51:01 +02:00
Serhii
2becd32ab8
Merge branch 'CW-118-Allow-disabling-of-fiat' of https://github.com/cake-tech/cake_wallet into CW-118-Allow-disabling-of-fiat
2022-12-08 09:56:08 +02:00
Serhii
a1dd22232b
[skip ci] fix fiat settings display
2022-12-08 09:56:04 +02:00
OmarHatem
55b37164dc
- Make getters to ease attribute access
...
- Add the old 'disable_fiat' translation
- rename getters to be more bool like names
2022-12-07 22:07:32 +02:00
OmarHatem
0da48f66fe
Delegate returning rate to each provider to handle its logic internally
2022-12-07 21:09:15 +02:00
Godwin Asuquo
0203f686c5
fix issue with custom redeem amount remaining
2022-12-07 18:12:45 +01:00
OmarHatem
8ff8cf38b8
Check if the provider supportsFixedRate only if fixed rate is applied [skip ci]
2022-12-07 18:15:30 +02:00
OmarHatem
c235df8935
- Fix reloading settings store
...
- Revert changes to backup_service.dart
2022-12-07 16:41:04 +02:00
Serhii
37ca795756
[skip ci] change fiat api UI to swich mode
2022-12-07 15:31:33 +02:00
Serhii
f4148e0989
[skip ci] rework UI for disable fiat mode
2022-12-07 12:44:08 +02:00
OmarHatem
f14c01303f
- Add whether this provide supports fixed rate or not
...
- Fix Change now fixed rate exchange due to wrong rate id
2022-12-06 19:23:46 +02:00
Serhii
214c1fe0db
Merge branch 'main' into CW-118-Allow-disabling-of-fiat
2022-12-06 17:37:12 +02:00
OmarHatem
36c2702688
- Recalculate best rate if isFixedRate changed
...
- check limits against the receive amount if isFixedRate
2022-12-06 13:30:11 +02:00
Godwin Asuquo
c156691e09
[skip ci] undo formatting in di
2022-12-05 20:14:46 +01:00
OmarHatem
3aa0e626ff
Pass selected currency to the view model instead of the UI
2022-12-05 18:37:35 +02:00
Godwin Asuquo
65cbdd3fbb
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-12-05 13:33:17 +01:00
OmarHatem
9eb8a442d8
Allow setting the new added node as the current selected node
2022-12-04 17:30:09 +02:00
OmarHatem
9d64789983
Fix Conflict with main
...
Rename classes to advanced privacy settings to avoid confusion between settings/privacy-settings
2022-12-04 05:08:42 +02:00
OmarHatem
f792b58338
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-180-advanced-startup-privacy-settings
...
Conflicts:
lib/di.dart
lib/routes.dart
lib/view_model/node_list/node_create_or_edit_view_model.dart
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_uk.arb
res/values/strings_zh.arb
2022-12-04 04:34:32 +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
Serhii
5f1e8e9d33
remove isEditable parameter
2022-12-02 23:36:22 +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
Godwin Asuquo
8511805ee3
Fix correct adjusted amount for custom redeem
2022-11-30 10:00:05 +02:00
Serhii
5cb4b7e2d4
Merge branch 'main' into fix-trade-details-screen-UI
2022-11-29 20:04:44 +02:00
Justin Ehrenhofer
6685fb5804
[CW-257] Change Bitcoin block explorer to mempool.space
2022-11-29 11:05:38 -06:00
OmarHatem
0d685823ce
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-66-open-app-from-qr-code
...
Conflicts:
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_uk.arb
res/values/strings_zh.arb
2022-11-29 17:45:31 +02:00
Serhii
ab499c9069
Merge branch 'main' into CW-122-Rework-filter-on-the-transactions-list-screen
2022-11-28 22:33:54 +02:00
Serhii
189a886fe2
Merge branch 'main' into CW-175-Refactoring-of-crypto-currency-list
2022-11-28 22:21:59 +02:00
Serhii
a5cfc7fa61
Merge branch 'main' into CW-159-Filter-address-book-by-type
2022-11-28 22:20:04 +02:00
Godwin Asuquo
7da2de60cb
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-11-28 18:27:21 +02: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
Serhii
d7d3b78905
refactoring mapFomString method
2022-11-23 13:47:02 +02:00
Godwin Asuquo
0fcd72f821
format indent code
2022-11-23 09:05:47 +02:00
Godwin Asuquo
818a8afe20
[CW-225] Add pin timeout setting
2022-11-22 22:52:28 +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
Serhii
1a089eaa60
Merge branch 'main' into CW-159-Filter-address-book-by-type
2022-11-21 22:03:06 +02: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
269b4c25ab
Merge branch 'main' into CW-122-Rework-filter-on-the-transactions-list-screen
2022-11-14 11:21:06 +02:00
Serhii
74cbb6f001
fix UI with new design CW-138
2022-11-13 21:18:01 +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
Serhii
bf86fd6ed0
update localization
2022-11-10 17:38:23 +02:00
Serhii
1f08d87471
Rework filter on the transactions list screen
2022-11-10 13:25:03 +02:00
OmarHatem
ba783982e4
Update branch to null safety
...
Fix Conflicts with main
2022-11-09 17:53:50 +02:00
OmarHatem
6210d8fba6
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-180-advanced-startup-privacy-settings
...
Conflicts:
cw_core/lib/node.dart
lib/di.dart
lib/router.dart
lib/routes.dart
lib/view_model/node_list/node_create_or_edit_view_model.dart
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_uk.arb
res/values/strings_zh.arb
2022-11-09 15:40:12 +02:00
OmarHatem
f078457c7b
Update Branch to null safety
...
Add deep linking to iOS
2022-11-08 16:56:27 +02:00
OmarHatem
7c7de65cdf
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-66-open-app-from-qr-code
...
Conflicts:
lib/di.dart
lib/src/screens/send/send_page.dart
lib/src/screens/send/widgets/send_card.dart
lib/utils/payment_request.dart
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_uk.arb
res/values/strings_zh.arb
2022-11-08 14:44:58 +02: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
2cd748c151
filter contacts and wallets by type
2022-11-05 20:05:55 +02: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
299df3c087
Separate node form to be more reusable
...
Add node form to privacy settings
2022-10-05 19:28:11 +02:00
OmarHatem
c37bfb2e83
Add Advanced privacy settings page and initial view model
2022-10-05 15:57:17 +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
Serhii
0aee6e1b8d
rework trade details screen ( #449 )
...
* create standart list card item
* create standart list status item
* update localization
* fix date format
* fix theme gradient
* PR comments
* fix issues from code review
2022-09-02 14:10:54 +01:00
mkyq
04be884357
Enable exchange for haven wallets. ( #495 )
2022-09-01 19:46:14 +01:00
Godwin Asuquo
0931696fa1
CW-143 cake pay custom tip amount ( #492 )
...
* Add custom tip logic
* Fix euro currency
2022-09-01 17:29:58 +01:00
Godwin Asuquo
a745319ffa
Fix ionia loading states ( #493 )
2022-09-01 17:14:01 +01:00
Omar Hatem
c50eeee58b
CW 68 exchange automatic rate selector ( #472 )
...
* Add 'Exchange provider picker'
Save user selections
* Save user's exchange providers selection
* Add text for selected providers availability
* Fix selected providers not updating
* Load limits based on highest maximum in the selected providers
* Change received and deposit amount to be the best value from the selected providers
* Add provider name next to Trade ID
Set selected provider based on amount calculated
* Grey out providers who doesn't support selected currency pair
* Fix disabled providers
* Add Provider logo in Confirm Screen
* Only choose a provider if it satisfies its limits
* Fix amount validation
* Fix typo in error message
* Add a queue of possible exchange providers sorted by the best rate to try next if one failed
* Fix string locale typo
* Add Localization for other languages
* Add Placeholder text when there are no providers selected
* Check Exchange provider availability before creating a trade
* Fix "Fixed Rate" changing unconditionally
* Enable "convert to" field regardless of the provider
* Remove "Choose one" from providers picker
* Merge Master
* Fix Conflicts with master
* Add missing isEnabled field in simple swap provider
2022-09-01 15:12:38 +01:00
Godwin Asuquo
d9905a7cf3
Cw 110 integrate simple swap exchange ( #459 )
...
* add support for SimpleSwap exchange
* fix edit receive amount field
* fixed merge conflicts
* Fix issues from code review
2022-08-31 16:34:07 +01:00
Serhii
7fae9cf9bb
Cw 150 cake pay introduction card ( #486 )
...
* create introducing card
* add ability to close the card
* update walletInfo class
* update localization
* fix intro text
* fix card size
* show card for existing and new wallet types
* disable card for haven wallets
* fixes to PR
* fixes to PR
* fix PR
2022-08-30 19:03:02 +01:00
Serhii
5fcbf3634b
sort Giftcards alphabetically ( #469 )
2022-08-30 15:14:05 +01:00
Serhii
4a5747c630
increase brightness for gift card detail page ( #478 )
...
* increase brightness for gift card detail page
* move logic to view model
* fix format
2022-08-30 15:01:45 +01:00
OmarHatem28
e5fac16ef7
Notify user when a different currency is scanned
2022-08-09 17:06:21 +02:00
mkyq
418c9563fe
Ionia ( #437 )
...
* Initial ionia service
* Ionia manage card UI (#374 )
* design ui for cakepay
* Add manage cards page ui
* create auth ui for ionia
* add authentication logic
* implement user create card
* Add ionia merchant sevic
* Add anypay. Add purschase gift card.
* display virtual card (#385 )
* display virtual card
* fix formatting
* Remove IoniaMerchantService from IoniaViewModel
* Add hex and txKey for monero pending transaction.
* Changed monero version and monero repo to cake tech.
* Add anypay payment. Add filter by search for ionia, add get purchased items for ionia.
* Fix for get transactions for hidden addresses for electrum wallet
* Add ionia categories.
* Add anypay commited info for payments.
* Update UI with new fixes (#400 )
* Change ionia base url. Add exception throwing for error messaging for some of ionia calls.
* CW-102 fix logic for ionia issues (#403 )
* refactor tips (#406 )
* refactor tips
* refactor ionia tips implementation
* Cw 115 implement gift cards list for ionia (#405 )
* Implement show purchased cards
* fix padding
* Fixes for getting of purchased gift cards.
* Implement gift card details screen (#408 )
* Implement gift card details screen
* Add redeem for ionia gift cards
* Fix navigation after ionia opt redirection.
* Fix update gift cards list.
* Add payment status update for ionia.
* Add usage instruction to gift card.
* Add copy for ionia gift card info.
* Change version for Cake Wallet ios.
* Add localisation (#414 )
* Fixes for fiat amounts for ionia.
* CW-128 marketplace screen text changes (#416 )
* Change text on marketplace
* fix build issues
* fix build
* UI fixes for ionia.
* UI fixes for ionia. (#421 )
* CW-129 ionia welcome screen text changes (#418 )
* update welcome text
* Update localization
* Cw 133 (#422 )
* UI fixes for ionia.
* Fixes for display card item on gift cards screen.
* Fix signup page (#419 )
* Changed tips for ionia.
* Cw 132 (#425 )
* UI fixes for ionia.
* Changed tips for ionia.
* Cw 131 (#426 )
* UI fixes for ionia.
* Changed tips for ionia.
* Fixes for IoniaBuyGiftCardDetailPage screen. Renamed 'Manage Cards' to 'Gift Cards'. Hide discount badge label for 0 discount.
* Change ionia heading font style (#427 )
* Fix for AddressResolver in di
* Changed build number for Cake Wallet ios.
* fix currency format for card details and routing for mark as redeemed (#431 )
* fix terms and condition overflow in ionia (#430 )
* fix terms and condition scroll
* fix color issues
* reuse
* refactor widget
* Remove IoniaTokenService
* Change api for ionia to staging
* Update versions for Cake Wallet for android and ios.
* Fixes for instructions. Remove diplay error on payment status screen.
* Change build versions for Cake Wallet
* Add ionia sign in.
* Update for discounts and statuses for ionia merch.
* Fixes for qr/barcode on ionia gift card screen.
* Fixed formatting for display ionia discounts.
* Fix merchant.discount.toStringAsFixed issue
* Add savingsPercentage to ionia merch discount.
* Change build number for Cake Wallet ios and android.
* Disable ionia for haven (#440 )
Co-authored-by: Godwin Asuquo <41484542+godilite@users.noreply.github.com>
2022-07-28 18:03:16 +01:00
mkyq
b72443a8c4
Release 4.4.3 ( #415 )
...
* Add ability for change password for wallets classes.
* Update generateWalletPassword
* Add WalletLoadingService
* Add update monero password after wallet loading.
* Update version for Cake Wallet to 4.4.2 (103)
* Changed version for Cake Wallet to 4.4.3 (104).
* Changed version for Cake Wallet android
* Changed version for Monero.com ios and android.
2022-07-19 15:29:28 +01:00
M
a63c099f26
Add aditional check if wallet exists with special name
2022-07-14 12:48:59 +01:00
Omar Hatem
8321c9fbbe
Enable different currencies ( #401 )
2022-07-01 12:04:00 +01:00
Serhii
02533d68a0
prevent using same wallet name as existing ( #391 )
...
* Add wallet name validation
2022-06-29 18:21:21 +01:00
Omar Hatem
dc623f3293
Rework settings pickers ( #398 )
...
Updated pickers and settings screen
2022-06-29 13:38:44 +01:00
Omar Hatem
8bcf70b8f8
Hide keys for BTC & LTC ( #392 )
...
* Remove WIF and Keys from BTC and LTC wallets in the Wallet seed/keys screen
* Move Title assigning logic to view model
2022-06-23 14:36:50 +01:00
mkyq
0caa7337af
Merge pull request #348 from cake-tech/monero.com-explorer
...
Change Monero block explorer to Monero.com
2022-05-03 11:44:54 +01:00
Serhii
c08f2c1667
Cw 55 allow saving templateswith fiat amount ( #343 )
...
* added xhv logo
* Added prefix icon widget
* Added sending fiat template
* template for sending selected fiat currency
* fix issues
2022-05-03 11:44:13 +01:00
Justin Ehrenhofer
2b81647fe1
Change Monero block explorer to Monero.com
...
Merge after Monero.com goes live
2022-04-22 11:17:43 -05:00
Mathias Herberts
6cd07278cc
Fixed localization of "View in Block Explorer" ( #342 )
...
Fixed localization of "View in Block Explorer
2022-04-22 16:15:05 +01:00
Serhii
2e17c59a00
hidden mode for balance on send screen ( #344 )
2022-04-22 16:00:28 +01:00
Godwin Asuquo
6378d052ac
Cw 72 implement sideshift exchange ( #332 )
...
* add sideshift exchange provider
* add secret key
* Fix issues
* Fix issues
* refactor code
* add permission checks to side shift
* fix formatting issues
2022-04-13 14:28:21 +01:00
clear
135ede6a78
Cw-58: Show subaddress label on the transaction details page ( #333 )
...
* CW-58: Show subaddress label on the transaction details page
* add translations
* Fix interface
2022-04-12 16:38:47 +01:00
M
3e43ef9a0e
Fixes for haven dependencies
2022-04-07 12:19:10 +01:00
M
718ef91749
Exclude xhv from exchange currencies list
2022-04-01 14:31:05 +01:00
Rafia Rahman Chowdhury
dee69310ce
Fixed CW-61 app now saves notes permanently ( #299 )
...
* Fixed CW-61 app now saves notes permanently.
2022-03-31 13:00:22 +01:00
mkyq
01150ef2a7
Hv ( #295 )
...
* hv
* Change build version
2022-03-30 17:57:04 +02:00
Serhii
d88ecdb2bb
Fixed qr image on Receive screen for Litecoin ( #296 )
2022-03-23 18:13:53 +01:00
Rafia Rahman Chowdhury
c10d5ef83c
Balance Container redesigned according to Figma ( #287 )
...
* Balance Container redesigned according to Figma
* injected BalancePage to di.dart page
* removed an empty line and injected BalancePage using GetIt
2022-03-18 11:47:57 +01:00
Godwin Asuquo
d2cc812884
Cw 45 implement yat sending ( #269 )
...
* resolve YAT emoji
* remove animation in route builder
change YAT api
* remove yat sending page
* fix crypto address resolving
* check if text is emoji
* use getter for string extension hasOnlyEmojis
* refactor parsed domain from address
* update PR based on changes from code review
* import missing dependencies
2022-03-15 12:11:53 +03:00
Godwin Asuquo
d14150f4b1
Add ach payment amount on buy page ( #282 )
2022-03-07 13:13:39 +03:00
RafiaChy
3a6f69fd73
coded to hide available balance in hidden mode
2022-02-08 21:30:41 +06:00
M
01735a998c
Fix for transaction details for electrum transactions
2022-02-03 14:37:32 +02:00
M
05c4d26634
Fixes for backups for monero.com app
2022-02-02 14:40:40 +02:00
mkyq
ae390ecab2
Merge pull request #249 from cake-tech/CW-6-filter-available-templates-on-send-screen
...
filter templates by current wallet type
2022-01-31 15:17:24 +02:00
Godwin Asuquo
489f15b807
compare lower case currency titles
2022-01-31 13:54:24 +01:00
M
28cf8163ff
Fixes for tx key for monero wallet
2022-01-31 14:08:38 +02:00
M
989ef442ac
Fixes for litecoin transactions. Change fixed rate mode for exchange.
2022-01-27 11:20:51 +02:00
Godwin Asuquo
6254d08dc9
fix issues from review
2022-01-26 17:11:32 +01:00
M
02de3104eb
Fixed rate for changenow.
2022-01-26 17:44:15 +02:00
Godwin Asuquo
1d3e4f4331
filter templates by current wallet type
2022-01-25 15:43:19 +01:00
mkyq
a1b4929bd9
Merge pull request #240 from cake-tech/CW-19
...
Fixes for validation of monero seed. Add French and Italian seeds val…
2022-01-24 14:05:56 +02:00
M
63a0395c2d
Remove Next Address button and logic for electrum wallets. Add disclaimer for electrum wallets on address screen. Change way for generation of current receive and change addresses.
2022-01-24 14:04:23 +02:00
M
bc07f9d69b
Fixes for validation of bitcoin seed mnemonic text.
2022-01-19 17:27:53 +02:00
M
bd2e2ce258
Fixes for validation of monero seed. Add French and Italian seeds validation.
2022-01-19 16:25:58 +02:00
Godwin Asuquo
46afd43884
add tx_description to notes field
2022-01-18 08:46:13 +01:00
M
c55144b0f0
Fixes for Litecoin transaction priorities
2022-01-12 18:13:16 +02:00
M
6f215f5451
Add throwing exception for yat api calls. Remove random address generation on address page.
2022-01-12 17:38:32 +02:00
M
cfb82dd02d
Changed way for generation of change address for electrum wallets. Remove some yats call.
2022-01-12 15:20:43 +02:00
M
5a725e6ec0
Add name text field for restore wallet forms. Update terms of use for monero.com app
2022-01-05 21:17:50 +02:00
M
800c3ec14a
Change screen for new wallets for monero.com app
2022-01-03 20:25:48 +02:00
M
4c4c30bd5d
Fix monero transaction history. Remove morph and xmr.to from filters. Fixe generation monero blockchain height by date.
2021-12-31 15:05:27 +02:00
M
226d546d55
Fixes for monero only app version.
2021-12-30 19:20:00 +02:00
M
e6b1da376d
Configure wallet types for the app
2021-12-24 14:41:34 +02:00
M
42104fd825
Yat, electrum addresses fixes
2021-12-08 11:09:38 +00:00
M
cf20123ede
Add current route to router. Add yat contacts to support screen.
2021-11-05 15:08:45 +00:00
M
fe3d00f1a8
Fixes for yat
2021-11-02 09:17:24 +00:00
OleksandrSobol
c650435d8c
CAKE-360 | added emoji and extracted address to transaction details
2021-10-04 17:25:27 +03:00
OleksandrSobol
c728931b70
CAKE-360 | added shouldShowYatPopup parameter to settings_store.dart and applied this parameter to dashboard_view_model.dart and dashboard_page.dart; added scrollbar to choose_yat_address_alert.dart; changed yat logo; fixed fetchYatAddress() method in the yat_store.dart; created class YatLink
2021-10-04 16:03:35 +03:00
OleksandrSobol
f353442a2a
CAKE-360 | merged all yat branches into current; saving information about yat to connected wallet; fixed qr widget; applied yat, unstoppable domains and open alias to contact book
2021-10-01 18:13:10 +03:00
OleksandrSobol
5389543988
CAKE-359 | renamed parse_address_from_domain_alert.dart to extract_address_from_parsed.dart; renamed defineAddress() method to extractAddressFromParsed()
2021-09-29 14:38:31 +03:00
OleksandrSobol
3b649ef682
CAKE-359 | added text field for extracted (from Yat, Unstoppable Domains, OpenAlias) address to send_card.dart; added extractedAddress and isParsedAddress parameters to output.dart; applied extractedAddress to monero_wallet.dart and electrum_wallet.dart; added TextValidator to send_view_model.dart
2021-09-22 16:47:10 +03:00
OleksandrSobol
8955a10ca8
CAKE-359 | fixed yat_record.dart for multiple addresses in yat; fixed ParsedAddress class; applied ParsedAddress in the parse_address_from_domain_alert.dart; added parsedAddress and renamed applyOpenaliasOrUnstoppableDomains() to fetchParsedAddress() in the output.dart; fixed send_page.dart, send_card.dart and exchange_page.dart; added choose_yat_address_alert.dart to the app; added current wallet address to request parameters in the yat_alert.dart
2021-09-20 17:56:27 +03:00
OleksandrSobol
cdddc12c81
CAKE-356 | added isYatDevMode parameter to the yat_alert.dart; deleted yat_webview_page.dart and yat_view_model.dart; applied localization of Yat to the app
2021-09-16 12:43:43 +03:00
OleksandrSobol
455efeb91f
CAKE-356 | replaced yatAddress to emoji in yat_store.dart, wallet_address_list_view_model.dart and qr_widget.dart; added _fetchEmojiFromUri method to main.dart; changed url for yat service in the yat_alert.dart
2021-09-07 19:43:49 +03:00
OleksandrSobol
af356bd8f1
CAKE-356 | applied yat record to parse_address_from_domain.dart and parse_address_from_domain_alert.dart; fixed yat_record.dart, yat_view_model.dart and yat_webview_page.dart
2021-08-27 20:46:24 +03:00
OleksandrSobol
92aece5e31
CAKE-356 | added "Manage Yats" item to the settings page; reworked primary icon button; added yat address to qr widget; created yat_alert.dart, yat_webview_page.dart, yat_store.dart, yat_view_model.dart, yat_exception.dart, yat_record.dart
2021-08-20 16:26:00 +03:00
M
89569a10c7
Removed firebase dependencies.
2021-08-16 17:44:38 +03:00
OleksandrSobol
30a32ab071
CAKE-345 | fixed add receiver button; applied dotted borders to primary button; applied localization to add receiver button; added scrollbar to confirm_sending_alert.dart
2021-08-12 17:56:34 +03:00
OleksandrSobol
f84c7c9a1c
CAKE-345 | fixed bug on send_card.dart and fixed addresses for transaction details
2021-08-11 17:23:24 +03:00
OleksandrSobol
1e3ec8da1c
CAKE-345 | added monero_output.dart to the app; fixed transaction_history.dart; renamed SendItem on Output; calculated formattedCryptoAmount in the output.dart; used outputs list instead sendItemList; fixed bitcoin_transaction_credentials.dart, electrum_wallet.dart, monero_transaction_creation_credentials.dart, monero_wallet.dart, exchange and send pages, view models
2021-08-10 17:52:35 +03:00
OleksandrSobol
1dd3f69b1c
CAKE-345 | changed isRemoveButtonShow parameter on isBatchSending in the send_view_model.dart; removed "ALL" button from send card for batch sending
2021-08-06 10:55:50 +03:00
OleksandrSobol
3abb78febf
Merge branch 'main' into CAKE-345-batch-sending
...
# Conflicts:
# lib/bitcoin/electrum_wallet.dart
2021-08-04 17:43:03 +03:00
OleksandrSobol
d4c0fb6fec
CAKE-345 | applied batch sending to monero wallet
2021-08-04 17:38:03 +03:00
OleksandrSobol
1d996c94c8
CAKE-343 | added address book button to xmr wallet's address text field on exchange_page.dart and exchange_template_page.dart
2021-07-23 14:05:33 +03:00
OleksandrSobol
d582f89c7d
CAKE-345 | removed isAddReceiverButtonEnabled from send_view_model.dart; fixed height of send card
2021-07-23 09:31:35 +03:00
OleksandrSobol
c14d021f07
CAKE-345 | merged release-4.2.4 branch into current and resolved problems
2021-07-22 19:48:26 +03:00
OleksandrSobol
2a047e1f51
Merge branch 'release-4.2.4' into CAKE-345-batch-sending
...
# Conflicts:
# lib/bitcoin/electrum_wallet.dart
# lib/src/screens/send/send_page.dart
# lib/src/screens/send/send_template_page.dart
# lib/view_model/send/send_view_model.dart
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.arb
# res/values/strings_hr.arb
# res/values/strings_it.arb
# res/values/strings_ja.arb
# res/values/strings_ko.arb
# res/values/strings_nl.arb
# res/values/strings_pl.arb
# res/values/strings_pt.arb
# res/values/strings_ru.arb
# res/values/strings_uk.arb
# res/values/strings_zh.arb
2021-07-22 17:52:48 +03:00
M
051057ca44
Merge branch 'main' of github.com:cake-tech/cake_wallet into release-4.2.4
2021-07-22 13:33:52 +03:00
M
3dd1bdabcc
Merge branch 'release-4.2.4' into CAKE-334-unspent-coins-control-application-logic
2021-07-22 10:48:22 +03:00
M
07f153e706
Merge pull request #152 from cake-tech/CAKE-192-implement-unstoppable-domain
...
Cake 192 implement unstoppable domain
2021-07-22 10:37:55 +03:00
OleksandrSobol
7b2d89f96f
CAKE-345 | changed bitcoin transaction credentials; reworked createTransaction() method in the electrum_wallet.dart for batch sending; fixed exchange_trade_page.dart and send_page.dart; reworked confirm_sending_alert.dart; fixed _credenials() and commitTransaction() methods in the send_view_model.dart
2021-07-20 18:03:49 +03:00
OleksandrSobol
e6cfa2b636
CAKE-345 | reworked send page for batch sending; added send_item.dart, send_card.dart, send_template_view_model.dart and parse_address_from_domain_alert.dart to the app; reworked send template page; fixed exchange_trade_page.dart and exchange_trade_view_model.dart
2021-07-16 12:32:36 +03:00
OleksandrSobol
0d367c4b45
CAKE-343 | added bitcoin_wallet_addresses.dart and litecoin_wallet_addresses.dart tj the app; moved addresses from wallets to wallet addresses classes; deleted wallet addresses credentials
2021-07-13 08:46:34 +03:00
OleksandrSobol
e03f0ce4d3
CAKE-343 | added wallet_addresses.dart, monero_wallet_addresses.dart, electrum_wallet_addresses.dart, wallet_addresses_credentials.dart, monero_wallet_addresses_credentials.dart and electrum_wallet_addresses_credentials.dart to the app; applied ElectrumWalletAddresses to electrum_wallet.dart and MoneroWalletAddresses to monero_wallet.dart; fixed contact_list_view_model.dart, other view models and services
2021-07-08 17:52:48 +03:00
OleksandrSobol
c72245d904
CAKE-343 | fixed contact_list_view_model.dart and updateAddressInfo() in the monero_wallet.dart
2021-07-07 12:29:33 +03:00
OleksandrSobol
5f02a7ddf5
CAKE-344 | fixed MoonPay icon color on support and dashboard pages
2021-07-06 18:13:29 +03:00
OleksandrSobol
20e0c830cf
CAKE-334 | applied unspent coins control to the app; added unspent_coins_info.dart; reworked createTransaction(), calculateEstimatedFee() and updateUnspent() methods in the electrum_wallet.dart; fixed unspent_coins_list_view_model.dart, unspent_coins_details_view_model.dart, unspent_coins_list_item.dart, unspent_coins_list_page.dart and unspent_coins_details_page.dart; fixed bitcoin_transaction_wrong_balance_exception.dart; added properties to bitcoin_unspent.dart; applied localization to unspent coins pages
2021-07-05 16:52:24 +03:00
OleksandrSobol
3f81f708e5
Merge branch 'main' into CAKE-330-unspent-coins-details-UI
...
# Conflicts:
# lib/router.dart
# lib/routes.dart
2021-07-01 12:39:37 +03:00
OleksandrSobol
dbf4897ac8
CAKE-344 | added MoonPay contact to support page; applied icon color change according to theme
2021-06-29 13:52:22 +03:00
OleksandrSobol
bb219e4da2
CAKE-192 | created parse_address_from_domain.dart; applied parseAddressFromDomain() to send_page.dart and exchange_page.dart; deleted unstoppable_domain_address_alert.dart
2021-06-22 11:29:30 +03:00
OleksandrSobol
6709b7779a
CAKE-343 | applied subaddresses for contact book; added addresses field to wallet_info.dart; added updateAddressesInfo() to wallet_base.dart; applied updateAddressesInfo() to wallet services and view models
2021-06-18 15:36:49 +03:00
OleksandrSobol
37f326e21f
Merge branch 'main' into CAKE-192-implement-unstoppable-domain
...
# Conflicts:
# android/app/build.gradle
# android/build.gradle
# ios/Podfile
# ios/Podfile.lock
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.arb
# res/values/strings_hr.arb
# res/values/strings_it.arb
# res/values/strings_ja.arb
# res/values/strings_ko.arb
# res/values/strings_nl.arb
# res/values/strings_pl.arb
# res/values/strings_pt.arb
# res/values/strings_ru.arb
# res/values/strings_uk.arb
# res/values/strings_zh.arb
2021-06-15 13:18:52 +03:00
M
81b34a30e7
Changes for buy page for bitcoin and litecoin. Added listeners for notifications from resume and launch.
2021-06-08 23:06:22 +03:00
M
951cdbeb50
Merge pull request #134 from cake-tech/CAKE-297-subaddress-for-incoming-transaction
...
Cake 297 subaddress for incoming transaction
2021-06-07 21:57:10 +03:00
OleksandrSobol
d5d1afd89b
CAKE-306 | merged main branch into current; added _fetchBuyItems() method to buy_view_model.dart; deleted isMoonPayEnabled parameter from settings_store.dart
2021-06-07 16:40:25 +03:00
OleksandrSobol
68f1e39620
Merge branch 'main' into CAKE-306-add-moonpay-option-for-btc-buying
...
# Conflicts:
# lib/di.dart
# lib/view_model/dashboard/dashboard_view_model.dart
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.arb
# res/values/strings_hr.arb
# res/values/strings_it.arb
# res/values/strings_ja.arb
# res/values/strings_ko.arb
# res/values/strings_nl.arb
# res/values/strings_pl.arb
# res/values/strings_pt.arb
# res/values/strings_ru.arb
# res/values/strings_uk.arb
# res/values/strings_zh.arb
2021-06-07 15:26:21 +03:00
M
b5cc1bbe7d
Merge pull request #147 from cake-tech/notification
...
Notification
2021-06-04 18:28:05 +03:00
M
ff6e4d58f7
Added push notifications, FCM.
2021-06-04 18:25:17 +03:00
OleksandrSobol
febb446c96
Merge branch 'CAKE-329-unspent-coins-list-UI' into CAKE-330-unspent-coins-details-UI
...
# Conflicts:
# lib/src/screens/unspent_coins/unspent_coins_list_page.dart
2021-06-02 17:39:44 +03:00
OleksandrSobol
9e1c151f85
CAKE-306 | fixed moonpay_buy_provider.dart; added onEnabled() method to moonpay_buy_provider.dart; checked is MoonPayBuyProvider enabled; added isMoonPayEnabled to settings_store.dart
2021-06-01 21:03:35 +03:00
OleksandrSobol
b1add664ad
CAKE-329 | reworked unspent_coins_list_page.dart and unspent_coins_list_item.dart; fixed standard_checkbox.dart; applied unspent coins control only to btc wallet
2021-05-31 21:04:00 +03:00
OleksandrSobol
1fccb0b546
Merge branch 'main' into CAKE-306-add-moonpay-option-for-btc-buying
...
# Conflicts:
# lib/buy/wyre/wyre_buy_provider.dart
# lib/di.dart
# lib/src/screens/dashboard/dashboard_page.dart
# lib/view_model/dashboard/dashboard_view_model.dart
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.arb
# res/values/strings_ja.arb
# res/values/strings_ko.arb
# res/values/strings_nl.arb
# res/values/strings_pl.arb
# res/values/strings_pt.arb
# res/values/strings_ru.arb
# res/values/strings_uk.arb
# res/values/strings_zh.arb
2021-05-28 12:06:50 +03:00
OleksandrSobol
e36c07b0da
CAKE-330 | added unspent coins details page to the app
2021-05-27 20:57:51 +03:00
OleksandrSobol
b71e85b112
CAKE-329 | applied observable list to items in the unspent_coins_list_view_model.dart
2021-05-26 19:10:46 +03:00
OleksandrSobol
aca8e8a292
CAKE-329 | added unspent coins list page to the app
2021-05-25 20:32:36 +03:00
OleksandrSobol
251d6ad502
Merge branch 'main' into CAKE-192-implement-unstoppable-domain
...
# Conflicts:
# android/app/src/main/java/com/cakewallet/cake_wallet/MainActivity.java
# ios/Runner/AppDelegate.swift
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.arb
# res/values/strings_ja.arb
# res/values/strings_ko.arb
# res/values/strings_nl.arb
# res/values/strings_pl.arb
# res/values/strings_pt.arb
# res/values/strings_ru.arb
# res/values/strings_uk.arb
# res/values/strings_zh.arb
2021-05-24 19:09:43 +03:00
OleksandrSobol
9ad276622f
CAKE-297 | merged main branch into current
2021-05-18 19:37:43 +03:00
OleksandrSobol
b474936aee
Merge branch 'main' into CAKE-297-subaddress-for-incoming-transaction
...
# Conflicts:
# lib/monero/monero_wallet.dart
# lib/view_model/transaction_details_view_model.dart
2021-05-18 19:25:49 +03:00
OleksandrSobol
66e22c2d07
CAKE-324 | fixed localization
2021-05-18 19:14:42 +03:00
OleksandrSobol
34ee2dd8e6
CAKE-324 | added website and github links to support page
2021-05-17 21:22:49 +03:00
OleksandrSobol
8567f20809
CAKE-297 | fixed addressIndex
2021-05-12 19:34:36 +03:00
M
f4c57e22f2
Minor bug fixes.
2021-05-11 18:37:26 +03:00
M
a439560d4d
Fixes for LTC and added banner for old bitcoin electrum wallets.
2021-05-11 16:52:48 +03:00
M
2b4248e30b
Merged main into ltc.
2021-05-10 19:51:13 +03:00
M
b23db7e414
Merge pull request #125 from cake-tech/CAKE-314-bnb-exchange-bug
...
CAKE-314 | changed bnb crypto currency to bnb bep2; removed bnb bep2 …
2021-05-10 19:26:00 +03:00
OleksandrSobol
7bbd530319
CAKE-297 | applied subaddress for incoming transaction
2021-05-10 19:10:33 +03:00
M
595636c24d
Fixes for LTC.
2021-05-07 21:59:03 +03:00
M
1330966794
Reworked electrum wallet. Added Litecoin wallet.
2021-05-07 10:36:38 +03:00
OleksandrSobol
ae7ccacf29
CAKE-306 | fixed moonpay_buy_provider.dart, buy_view_model.dart and order_details_view_model.dart
2021-04-30 13:12:00 +03:00
OleksandrSobol
3675350452
CAKE-314 | changed bnb crypto currency to bnb bep2; removed bnb bep2 from receive currency list on exchange page
2021-04-30 12:46:15 +03:00
OleksandrSobol
9627590ba5
CAKE-306 | fixed findOrderById() in the moonpay_buy_provider.dart; fixed saveOrder() in the buy_view_model.dart
2021-04-30 11:08:25 +03:00
OleksandrSobol
bbe75451a4
CAKE-312 | wrapped unlock page by WillPopScope; fixed biometricAuth() in the auth_view_model.dart
2021-04-22 18:56:14 +03:00
OleksandrSobol
ae9efb0ae8
CAKE-192 | implemented unstoppable domain address to the app
2021-04-20 20:49:53 +03:00
OleksandrSobol
1c976bfaa1
CAKE-306 | applied _saveOrder() to buy_webview_page.dart; fixed moonpay_buy_provider.dart and wyre_buy_provider.dart; canceled timers on exchange_trade_page.dart, order_details_page.dart and trade_details_page.dart; reworked pre_order_page.dart
2021-04-15 20:10:23 +03:00
OleksandrSobol
697fc7f5a5
CAKE-306 | reworked buy_list_item.dart and pre_order_page.dart; added clear button to pre_order_page.dart; fixed order_row.dart and order_details_view_model.dart; added MoonPay statuses to trade_state.dart
2021-04-14 21:23:10 +03:00
OleksandrSobol
19ffffa6cc
CAKE-306 | applied buy_webview_page.dart to the app; fixed order_details_view_model.dart and order_row.dart; applied localization to the pre_order_page.dart; deleted unused files
2021-04-13 21:40:44 +03:00
OleksandrSobol
346a034d0a
CAKE-306 | added MoonPay option for BTC buying; applied PreOrderPage to the app; created Wyre and MoonPay buy providers
2021-04-12 21:22:22 +03:00
M
b32418d9e8
Merge pull request #110 from cake-tech/CAKE-296-remove-xmr-to-xrp-and-xmr-to-xlm-exchange-pairs
...
Cake 296 remove xmr to xrp and xmr to xlm exchange pairs
2021-04-09 15:24:15 +03:00
OleksandrSobol
68c12cbb79
CAKE-296 | added receiveCurrencies (list of crypto currencies without xlm and xrp) to exchange_view_model.dart; applied receiveCurrencies to receive card in the exchange_page.dart
2021-04-06 20:11:26 +03:00
M
c3fb0cfcd4
Merge pull request #104 from cake-tech/CAKE-288-hidden-balance-fixes
...
Cake 288 hidden balance fixes
2021-04-06 18:55:33 +03:00
OleksandrSobol
753d164d6e
CAKE-296 | removed xmr to xrp and xmr to xlm exchange pairs from ChangeNow pair list; disabled exchange button when pair is not exists
2021-04-01 21:08:11 +03:00
OleksandrSobol
0848ede37f
CAKE-305 | fixed transfer to wyre next btc address
2021-03-31 20:02:44 +03:00
OleksandrSobol
3da9eb38aa
CAKE-288 | added possibility to see available and additional balance by pressing on hidden balance (balance_page.dart); fixed switch of display mode on order_list_item.dart and trade_list_item.dart
2021-03-31 19:18:33 +03:00
M
c0a12c6026
Merge pull request #102 from cake-tech/CAKE-301-add-wyre-contact-to-support
...
Cake 301 add wyre contact to support
2021-03-29 22:03:03 +03:00
OleksandrSobol
c077bb6b98
CAKE-301 | replaced link for wyre contact
2021-03-29 20:32:39 +03:00
OleksandrSobol
013ba5f462
CAKE-301 | added wyre contact to support page
2021-03-26 20:59:38 +02:00
OleksandrSobol
3839850f04
CAKE-299 | fixed bug for estimatedFee getter in the send_view_model.dart
2021-03-26 20:16:10 +02:00
M
47c12a459c
Merge branch 'main' into deploy
2021-03-24 12:22:42 +02:00
M
21ae0ec0da
Merge pull request #96 from cake-tech/CAKE-279-integrate-wyre
...
Cake 279 integrate wyre
2021-03-24 12:13:01 +02:00
OleksandrSobol
1cbbc71201
CAKE-279 | canceled changes in AndroidManifest.xml and MainActivity.java; added static constants to wyre_service.dart; moved WyreException class into own file; imported WyreService by di.dart
2021-03-23 20:57:20 +02:00
OleksandrSobol
08efc52f71
CAKE-279 | removed find_order_by_id.dart; added and applied wyre_service.dart to the app
2021-03-23 19:19:01 +02:00
M
5cad3a9612
Updates wyre.
2021-03-23 13:05:01 +02:00
M
23f73df391
Whatever.
2021-03-22 19:38:55 +02:00
M
e77cf89651
Changed api to prod mode.
2021-03-18 11:15:07 +02:00
OleksandrSobol
af9d39f460
CAKE-279 | added isRunningWebView to the dashboard_view_model.dart; applied isRunningWebView to call of WebViewPage in the dashboard_page.dart
2021-03-17 21:32:13 +02:00
OleksandrSobol
d752692c3f
CAKE-279 | saved orderId in the orders store; added saveOrder() method to the dashboard_view_model.dart
2021-03-17 20:21:26 +02:00
OleksandrSobol
76c7108bd7
CAKE-293 | applied webview to the app
2021-03-17 12:32:22 +02:00
M
db75167302
Changed monero dependencies path for android. Changed scripts for generation of secrets.
2021-03-16 15:20:46 +02:00
OleksandrSobol
7316646b44
CAKE-292 | removed StandardCheckBox from exchange_page.dart; made receive amount not editable
2021-03-15 19:54:04 +02:00
OleksandrSobol
60333e235d
CAKE-279 | applied order details to the app
2021-03-12 21:04:37 +02:00
OleksandrSobol
313f829689
CAKE-279 | integrated Wyre to the app; added buy button to dashboard page for btc wallet; added buyCryptoCurrency() method to dashboard_view_model.dart
2021-03-03 20:54:23 +02:00
OleksandrSobol
d228b75f54
CAKE-284 | resolved problems
2021-03-01 20:19:04 +02:00
OleksandrSobol
6245dfe885
CAKE-284 | added static function defineUrlForCalculatingAmount() to changenow_exchange_provider.dart; fixed FAQ in the support_view_model.dart
2021-03-01 20:16:28 +02:00
OleksandrSobol
5b242002d1
Merge branch 'main' into CAKE-284-add-support-to-the-main-menu
...
# Conflicts:
# lib/view_model/settings/settings_view_model.dart
2021-03-01 19:51:08 +02:00
M
f0c7605b1d
Merge branch 'main' into CAKE-278-implement-fixed-rate-flow-for-changenow
2021-03-01 19:34:15 +02:00
M
0e3b4d6719
Merge pull request #85 from cake-tech/CAKE-283-change-FAQ-on-the-app
...
CAKE-283 | changed FAQ on the app (now it shown in browser)
2021-03-01 18:37:24 +02:00
OleksandrSobol
b2b17e66c5
CAKE-284 | moved support from settings to main menu; added support_page.dart and support_view_model.dart to the app
2021-02-25 20:25:52 +02:00
OleksandrSobol
bc407b9f0f
CAKE-280 | updated alert text for xlm and xrp trades
2021-02-24 19:45:30 +02:00
OleksandrSobol
574fdfa874
CAKE-283 | moved url to static const
2021-02-24 10:26:02 +02:00
OleksandrSobol
fc70852002
CAKE-278 | applied fixed rate mode only for pair xmr-btc; added _defineIsReceiveAmountEditable() to exchange_view_model.dart; added reaction on isReceiveAmountEditable to exchange_page.dart
2021-02-23 19:36:03 +02:00
OleksandrSobol
3135823afa
CAKE-283 | changed FAQ on the app (now it shown in browser)
2021-02-22 20:46:05 +02:00
OleksandrSobol
fb6e7de166
CAKE-278 | fixed calculating estimated amount when receive amount is entered; fixed applyTemplate() method in the exchange_page.dart and reset() method in the exchange_view_model.dart
2021-02-19 10:37:30 +02:00
OleksandrSobol
6e102c4969
CAKE-278 | applied fixed-rate flow to changenow_exchange_provider.dart, exchange_view_model.dart and exchange_page.dart; added isFixedRateMode to fetchLimits(), createTrade() and calculateAmount() methods in the exchange_provider.dart
2021-02-18 21:08:52 +02:00
OleksandrSobol
317ef8f3e4
CAKE-278 | added isReceiveAmountEditable and isFixedRateMode to exchange_view_model.dart; fixed changeReceiveAmount() in the exchange_view_model.dart; applied StandardCheckbox to exchange_page.dart for checking fixed rate mode; applied alert dialog to exchange_page.dart when receive amount has focus and fixed rate mode is not checked; added reaction for isFixedRateMode in the exchange_page.dart; added key and changeValue() to standard_checkbox.dart
2021-02-16 21:06:23 +02:00
M
35aabcd248
Estimated fee rates.
2021-02-13 00:38:34 +02:00
M
86a8174100
Merge pull request #75 from cake-tech/cake-254
...
[cake-254] Added ability to track trade directly with a web browser for ChangeNow transactions
2021-02-09 18:35:26 +02:00
M
8b96e9e234
Merge pull request #82 from cake-tech/CAKE-263
...
Removed morph from exchange list.
2021-02-09 18:35:01 +02:00
Tanner Silva
f4bc4ce734
changed if logic to implement ExchangeProviderDescription
2021-02-09 09:50:41 -06:00
M
acc4bfe84a
Removed morph from exchange list.
2021-02-09 15:54:50 +02:00
Tanner Silva
c05c2e7c29
optimized code
2021-02-08 18:31:47 -06:00
OleksandrSobol
f65a6c5ad4
CAKE-264 | fixed fiat entering bug; added cryptoNumberPattern to send_view_model.dart
2021-02-04 18:37:43 +02:00
Tanner Silva
12d3c03a1b
fixed error with URL launcher
2021-02-03 05:47:59 -06:00
Tanner Silva
e08f665e4a
Added ability to track trade in trade details page
2021-02-02 20:19:13 -06:00
M
0bc804c284
Fixes. Changed terms of use text.
2021-02-01 20:12:37 +02:00
M
2ce34919bf
Fixes for backups for Android. Fixes for send almost all amount.
2021-01-29 22:18:07 +02:00
M
5631961e47
Some another fixes for Android. Never ask us about that.
2021-01-28 19:58:17 +02:00
M
b75484594c
Merge pull request #162 from cake-tech/CAKE-48
...
[CAKE-48] Block explorer link added to transaction details page.
2021-01-27 18:32:44 +02:00
M
e3b8ea1128
CAKE-234
2021-01-27 15:51:51 +02:00
Tanner Silva
248cb3a0da
Block explorer row in transaction details is now implemented as an item subclass rather than being index dependent in the list
2021-01-20 20:01:49 -06:00
M
6639d25264
CAKE-220. CAKE-241. CAKE-242.
2021-01-18 22:52:12 +02:00
M
87e0e4b3bb
Merge pull request #169 from cake-tech/CAKE-64-add-extra-payment-info-for-some-currencies
...
Cake 64 add extra payment info for some currencies
2021-01-15 20:12:43 +02:00
M
5999744fc7
Added displaying of errors on restore from backup screen.
2021-01-15 20:07:05 +02:00
M
47ceac2dd6
Backup stuff.
2021-01-15 19:41:30 +02:00
M
9a79fcdc23
Merged 4.1.0
2021-01-13 19:18:28 +02:00
M
c09a41b090
Backup.
2021-01-13 18:43:34 +02:00
OleksandrSobol
944c218fd0
CAKE-64 | renamed 'Extra ID' on 'Destination tag' for XRP and 'Memo' for 'XLM'; applied localization to 'Destination tag' and 'Memo'
2021-01-13 11:47:56 +02:00
Tanner Silva
027e94f524
Merged with 4.1.0
2021-01-12 19:05:56 -06:00
M
a4ead9c2ba
Another beautiful day fixes
2021-01-12 13:14:28 +02:00
M
9db6e233c7
Another beautiful day changes
2021-01-11 19:15:27 +02:00
OleksandrSobol
580c0d87f0
CAKE-64 | added extra ID to _updateItems() method in the exchange_trade_view_model.dart; added extra_id to string resources
2021-01-11 19:14:53 +02:00
M
ae10c9cff7
Merge pull request #167 from cake-tech/CAKE-222-fix-fee-picker-on-the-settings-screen
...
Cake 222 fix fee picker on the settings screen
2021-01-08 21:14:29 +02:00
M
bef18de7a6
Added auto saving of wallet address to wallet info. Added users wallet addresses into address book.
2021-01-08 20:10:37 +02:00
OleksandrSobol
39e91c74cd
CAKE-222 | applied adaptive picker to send and settings pages
2021-01-08 18:49:28 +02:00
OleksandrSobol
0e721b7795
Merge branch '4.1.0' into CAKE-222-fix-fee-picker-on-the-settings-screen
2021-01-08 17:38:57 +02:00
M
26a30a62f0
Changed address list for btc wallet type. Changed android and ios projects version.
2021-01-07 14:19:21 +02:00
M
41b4c337e9
Merge pull request #165 from cake-tech/CAKE-227-xmr-account-name-displaying-for-btc
...
CAKE-227 | applied null to subname for btc wallet in the dashboard_vi…
2021-01-06 23:02:22 +02:00
M
6a9720d5d6
Fixes and changed build versions for ios and android projects.
2021-01-06 22:53:59 +02:00
OleksandrSobol
53c12d7bc0
CAKE-227 | applied null to subname for btc wallet in the dashboard_view_model.dart; deleted isDrawBottom from trade_details_page.dart, transaction_details_page.dart, standart_list_row.dart, textfield_list_row.dart; applied SectionStandardList to trade_details_page.dart and transaction_details_page.dart
2021-01-06 15:34:04 +02:00
OleksandrSobol
68a39bdcfc
CAKE-222 | fixed transaction priority picker on the send page
2021-01-06 10:42:21 +02:00
M
5fa0a9c912
Fixes
2021-01-05 22:37:25 +02:00
M
1d37aa68aa
Merge branch '4.1.0' of github.com:cake-tech/cake_wallet_private into 4.1.0
2021-01-05 22:03:31 +02:00