Serhii
4269f18d01
fix colors
2022-11-10 16:43:01 +02:00
Serhii
1f08d87471
Rework filter on the transactions list screen
2022-11-10 13:25:03 +02:00
OmarHatem
ec10732eda
Save node on continue
2022-11-09 19:40:12 +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
Serhii
7d92a964c7
Change synchronization status text
...
changed the status from "Starting sync" to "Attempting sync".
2022-11-09 12:14:21 +02:00
mkyq
d99aac9d98
Cast rateId as optional String for calculateAmount for ChangeNow api. ( #612 )
2022-11-08 15:57:33 -05:00
Godwin Asuquo
85ad6fa7ab
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-161-partial-redemption-fix
2022-11-08 19:55:33 +02:00
OmarHatem
f68798dd19
Move handling deep links to app root
2022-11-08 18:12:01 +02:00
Serhii
dfb52223e0
fix increasing brightness
...
brightness decreases after leaving "gift card barcode screen"
2022-11-08 17:49:51 +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
mkyq
b6a6bf88ba
Update build number for cakewallet to 130; monero.com to 26 ( #606 )
2022-11-07 15:54:50 -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
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
Serhii
2cd748c151
filter contacts and wallets by type
2022-11-05 20:05:55 +02: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
Serhii
c99e5f6f31
fix localization
2022-11-04 14:28:41 +02:00
Serhii
b5e74874ce
update localization files
2022-11-04 14:11:06 +02:00
Serhii
d4c7004a3c
add Disable fiat mode
2022-11-04 13:58:04 +02: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
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
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