OmarHatem
337bfd0527
- Replace payfura widget with direct browser link
...
- Remove Payfura widget class as it is duplicate for the web view page
2023-06-16 17:05:00 +03:00
Omar Hatem
c4926ae63a
V4.6.6 fixes ( #970 )
...
* Fix popping wrong context in exchange page
* Pass exception handler to wallets code
* Fix mobile UI with iPad view
* Set iPhone deployment target to 11 [skip ci]
* Update Macos deployment target [skip ci]
2023-06-16 04:14:01 +03:00
Serhii
a7ba4a84e8
CW-398-MoonPay-offramp-(Sell)-improvements ( #964 )
...
* Implement MoonPay offramp widget
* Add Litecoin to strings
* improve webview page
* Rename route string
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-06-14 02:15:10 +03:00
Godwin Asuquo
affc35f335
CW-342 Enable Mac Layout on iPad ( #958 )
...
* Add iPad responsive layout
* Set magic number to position input field on wider screens
* Adjust screen resolution
* Update target device family for ios
* Add icons for iPad
* Revert width adjustment for ipad
* Fix overflowing balance
* Fix overflowing balance
* Fix PR issues
* Remove unused icons [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-06-14 02:04:52 +03:00
Rafael Saes
e84d02f661
CW-383-replace-swipe-to-delete-wallet-action-with-a-delete-trash-icon-on-the-right ( #935 )
...
* feat: replace "swipe to delete" wallet action with a delete / trash icon on the right
* fix: remove InkWell and _actionPane actions
* feat: add a bit of padding from the end
2023-06-10 01:31:05 +03:00
Rafael Saes
b16cfaaff5
Cw 231 display balance in send and transaction screens when long pressing and when show balance is disabled ( #926 )
...
* feat: allow reversing displayMode by long pressing on transactions page
* feat: allow reversing displayMode by long pressing on send page
* revert: revert transaction_list_item.dart but keep BalanceDisplayMode get displayMode => balanceViewModel.displayMode
2023-06-10 01:29:34 +03:00
Godwin Asuquo
e8446f0c98
CW-400 investigate cupertino nav bar null exception ( #943 )
...
* Fix null error on back navigation after pushReplacementNamed
* Fix null error on back navigation after pushReplacementNamed
* Close all visible keyboard for page navigation context
* Fix issue with market place navigation
* Remove focus before back navigation
* Fix background color
* Fix background color
* Fix background color
2023-06-08 02:16:52 +03:00
Adegoke David
3b073d9751
Cw-410 Null Issue With 2FA ( #960 )
...
* chore: Setup
* hotfix: null check operator used when totp arguments are null causing issues
* hotfix: null check operator used when totp arguments are null causing issues
* hotfix: null check operator used when totp arguments are null causing issues
* hotfix: null check operator used when totp arguments are null causing issues
* fix: Review changes
---------
Co-authored-by: David Adegoke <blazebrain@Davids-MacBook-Pro.local>
2023-06-06 15:13:49 +03:00
Rafael Saes
e592c892cc
fix: theme refactor for wallet_unlock_page.dart ( #951 )
2023-05-26 23:16:36 +03:00
OmarHatem
825c99094f
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into linux/password-direct-input
2023-05-26 21:16:08 +03:00
Omar Hatem
19cbc40e81
New versions 4.6.6 and 1.3.7 ( #949 )
...
Disable 'prevent screenshots' option from Desktop since it's not supported yet
2023-05-26 21:13:22 +03:00
OmarHatem
5ba313cb13
Fix Conflicts with main
2023-05-26 16:43:30 +03:00
OmarHatem
53d3db5340
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into linux/password-direct-input
...
Conflicts:
cw_core/lib/wallet_base.dart
lib/core/auth_service.dart
lib/di.dart
lib/main.dart
lib/router.dart
lib/routes.dart
lib/src/screens/dashboard/desktop_widgets/desktop_wallet_selection_dropdown.dart
lib/src/screens/restore/restore_wallet_from_seed_page.dart
lib/src/screens/settings/security_backup_page.dart
lib/src/screens/wallet_list/wallet_list_page.dart
lib/store/settings_store.dart
lib/view_model/wallet_creation_vm.dart
macos/Podfile.lock
pubspec_base.yaml
res/values/strings_bg.arb
res/values/strings_en.arb
res/values/strings_id.arb
res/values/strings_my.arb
res/values/strings_nl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_th.arb
res/values/strings_tr.arb
res/values/strings_uk.arb
res/values/strings_ur.arb
res/values/strings_zh.arb
2023-05-26 15:09:55 +03:00
Rafael Saes
baabc0a915
Cw 373 theme refactoring in preparation to support additional themes ( #933 )
...
* refactor(Theme): migrate accentColor
- based on the specs at https://docs.flutter.dev/release/breaking-changes/theme-data-accent-properties#migration-guide .
* refactor(Theme): all deprecated TextTheme styles
* refactor(Theme): deprecated backgroundColor for colorScheme.background
* refactor(Theme): deprecated buttonColor to use TextTheme backgroundColor instead
* refactor(Theme): deprecated isAlwaysShown to use thumbVisibility instead
2023-05-25 02:19:51 +03:00
Serhii
18ba724009
CW-379-Investigate-trade-ID-status-updates ( #930 )
...
* cancel Anonpay updateInvoice timer
* Remove un-needed dependency injection of anonpayDetailsViewModel since it can be accessed via the parent class [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-24 19:12:42 +03:00
Justin Ehrenhofer
53c55523c2
Ionia don't->didn't ( #941 )
2023-05-24 19:02:28 +03:00
Godwin Asuquo
1ac74b3182
CW-388 Add hausa language ( #936 )
...
* Add hausa language
* Add hausa language
* Add cupertino delegete
* Add flag to git
* - Fix hausa_intl.dart issue
- Fix menu items not updating properly
- Fix Nav bar issue
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-19 17:33:16 +03:00
Godwin Asuquo
1e868f876e
CW-352 add enable disable screenshot feature to i os ( #931 )
...
* Disable ios screen recording
* Minor Enhancements
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-17 18:34:41 +03:00
Adegoke David
43e062d1ac
Cw-263-TOTP-2FA-In-Security-Settings ( #892 )
...
* CW-263-TOTP-2FA-in-security-settings WIP
* Implement TOTP 2FA WIP
* Implement TOTP 2FA Authentication
* chore: Remove unneeded formatting
* revert formatting
* fixes
* CW-263-TOTP-2FA-in-security-settings WIP
* Setup TOTP Complete, left with Modify TOTF
* CW-263-TOTP-2FA-in-security-settings
* CW-263-TOTP-2FA-in-security-settings
* CW-263-TOTP-2FA-in-security-settings
* fix: Add copy-to-clipboard for qr secret key
* fix: Translation
* chore: Move strings into translation files
* feat: End to end flow for TOTP
* hotfix: Switch totp to use sha512
* Update strings; 8 digits and error explanation
* fix: Totp 2fa implementation feedback
* hotfix: same action for button and alert close
* feat: App should show both normal and totp auths when totp is enabled
* hotfix: prevent barrier from dismissing
* fix: Changes requested during PR review
* - Minor Enhancements
- Minor UI fixes
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-17 17:43:23 +03:00
Rafael Saes
40f3ccbe42
Cw 268 contact address validation ( #905 )
...
* feat: Proper Bitcoin address validation in exchange screen
* fix: use custom validation in addition to RegEx to make sure all address cases are validated
- for cases like P2SH addresses starting with a 3, which are not validated by bitcoin_flutter functions
* feat: add bitcoin_flutter to root project
* refactor: improve conditional isValid return chain
* feat: enhance contact page address validation
- only shows address box when a currency is selected, to prevent the selected value from being null
- changes TextValidator() for the new AddressValidator()
* fix: use -1 for initial selectedAtIndex, since there is no currency yet selected
2023-05-15 15:43:52 +03:00
Rafael Saes
7fa7c45c0c
CW-370-add-options-to-enable-disable-buy-and-sell-actions ( #920 )
...
* feat: In the privacy settings screen, add 2 options to Enable/Disable Buy and Sell actions
* fix: add strings
* fix: add the rest of the strings
* fix: disable instead of hide buy & sell buttons
* fix: use disableSell
* fix: main actions able to be onTapped even when disabled
2023-05-15 15:26:56 +03:00
Omar Hatem
1a3d47748d
V4.6.4 bug fixes ( #922 )
...
* Fix Concurrent modification exception
* Fix minor UI issues
* Change onramper crypto asset name for Litcoin
* Fix secure storage issue, fetching password/PIN with null
* - Fix Navigation issue while keyboard is displaying
- Remove deprecated screen
* Take currency From/To info from our trade not the returned one
* Fix anon pay fields UI
* Fix Anonpay border/icons UI
* Add extra padding in QR image as a safe layer
* Generalize ignored connection error
* Remove Bio Auth option from desktop
* Fix some Transaction info not parsed correctly
2023-05-10 16:58:31 +03:00
Rafael Saes
e28e2fbdde
CW-376-picker-ui-issue ( #919 )
...
* feat: use common modal widget for repeated picker logic and display
* refactor: rename widget
* refactor: clear wrapper logic from picker widget and move title to hasTitle
* Minor code readability enhancements [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-10 15:19:38 +03:00
Godwin Asuquo
759e61f67e
Fix keyboard is not entering text in fields until focus ( #918 )
2023-05-10 14:35:41 +03:00
Serhii
086019d926
CW-365-Wallet-QR-codes-not-working-properly-on-some-devices ( #909 )
...
* add exception for range error
* add app links for wallets
* Update reference to qr.flutter clone
* QrImage update
* Update fullscreen_qr_page.dart
* Add automatic version for wallet QR
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-08 23:30:14 +03:00
Godwin Asuquo
9714961298
CW-260 show amount received for each account ( #907 )
...
* Show amount received for each account
* Enable litcoin send all
* disable litcoin send all
* Indent code
* Fix large font resolution for account title
2023-05-05 15:58:41 +03:00
Godwin Asuquo
25b743df47
CW-368 Fix Range error accessing outputs ( #912 )
2023-05-05 03:15:35 +03:00
Rafael Saes
f012aaebf4
Cw 363 back button on receive screen in bright theme is white ( #910 )
...
* feat: Add missing title on wallet_list_page.dart
* feat: add bool lightTitleColor value when theme needs lighter color title, instead of hardcoding to Colors.white
- Light color theme taken from Share button from receive page
* fix: revert changes & use currentTheme.type to use proper theme style
* fix: use share button color logic also on overriden leading Widget on address_page
* refactor: remove unnecessary titleColor
2023-05-04 03:33:05 +03:00
Serhii
f47f690803
fix getting correct currency from template ( #898 )
2023-05-03 10:01:51 +03:00
Omar Hatem
367efb3cae
V4.6.4 fixes ( #904 )
...
* Check if context is still mounted or not before showing popup
* - Refactor Restore route flow
- Fix Monero.com restore from QR
- Remove deprecated restore classes
- Update Monero.com app version and notes
* Update Macos version and release notes
* Fixate android plugin versions as Flutter published new fail packages version
* Revert desktop changes as it's not supported yet to scan QR code on Desktop [skip ci]
* Revert macos version update [skip ci]
2023-04-27 17:06:09 +02:00
Omar Hatem
82b513d1f8
V4.6.3 bug fixes ( #896 )
...
* Add blocking screenshots native function to Monero.com [skip ci]
* Fix seeds QR data
* Update app versions and release notes [skip ci]
* Update only build number for macos since it wasn't released yet [skip ci]
* Fix adding sub-address
* Fix Accounts Popup UI
* Update app versions and release notes [skip ci]
* Fix add/edit node issue
* Update app versions and release notes [skip ci]
* Fix input fields focus/keyboard issues
* Update app versions and release notes [skip ci]
2023-04-26 14:59:27 +02:00
Serhii
1eb8d0c698
CW-229 Improved restore options from QR code ( #793 )
...
* add restoring wallet from qr
* add restore mode
* add alert for exceptions
* add restore from seed
* add check for create wallet state
* convert sweeping page into stateful
* fix parsing url
* restoration flow update
* update restoring from key mode
* update config
* fix restor of BTC and LTC wallets
* fix pin code issue
* wallet Seed/keys uri or code fix
* fix key restore credentials
* update the restore workflow
* update from main
* PR coments fixes
* update
* update
* PR fixes
2023-04-21 20:36:47 +02:00
Godwin Asuquo
f2b8dd21a1
CW-240 Receive fiat currency amount and receive animations ( #877 )
...
* Redesign receive amount field
* Fix issues with animations
* Fix issues with animations
* Fix max fraction digit to 8
* add another 0
* Update amount when currency is changed
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-04-21 20:03:42 +02:00
Serhii
8ffac75e8c
CW-59-New-update-highlight-popup ( #863 )
...
* add update pop up
* add release notes for monero com
* PR comments fixes
* Pr coments fixes
* minor fixes
* update from main
* [skip ci] remove unrelated mac os files
* add check isNewInstall
* update pop-up UI
* fix size
* Add update popup to desktop dashboard page [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-04-21 17:21:31 +02:00
Adegoke David
8f16af4748
CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address ( #880 )
...
* CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address
* Delete widget_test.dart
* fix: Revert unneeded changes made
* CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address
* CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address
* fix: Requested changes
* Update
* CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address
* fix: Filter address in address book
* Update local branch
* CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address
* CW-344-Exchanging-TO-the-current-wallet-currency-should-allow-changing-the-address
2023-04-20 19:14:11 +02:00
Serhii
315c4c911c
CW-325-Coin-Control-enhancements ( #846 )
...
* fix checkbox
* save the output state
* add note as a header
* Allow copy the Amount and Address
* add frozen balance to dashboard
* add block explorer
* fix url launcher
* code formatting
* minor fixes
* Revert "minor fixes"
This reverts commit d230b6a07b
.
* fix missing implementations error
* [skip ci] update localization
* fix unspent with same txid
* add amount check
* add vout check
* remove formattedTotalAvailableBalance
* remove unrelated mac os files
2023-04-20 15:46:41 +02:00
Serhii
f26815efb8
CW-351-Add-option-in-Privacy-settings-to-enable-disable-screenshots ( #885 )
...
* add prevent screenshots option
* fix prevent screen recording
* update localization
* Update strings_ja.arb
2023-04-20 11:59:59 +02:00
Adegoke David
7b91b0e938
Cw 262 better handle user exchange amount below minimum or maximum trade size ( #868 )
...
* CW-262-Better-handle-user-exchange-amount-below-minimum-or-maximum-trade-size
* fix: App should compute conversion even if it's not within the limits
2023-04-20 03:13:37 +02:00
Godwin Asuquo
efef30f8eb
CW-278 Enhance PIN timeout feature code ( #886 )
...
* CW-278 enhance pin timeout feature
* CW-278 enhance pin timeout feature
* Update flow to remove extension
* Replace pin request on other instances
2023-04-20 02:54:25 +02:00
M
2ff6cf43b3
Merge branch 'main' of github.com:cake-tech/cake_wallet into linux/password-direct-input
2023-04-19 15:18:43 -04:00
Omar Hatem
27961f2f25
Pre-release bug fixes ( #888 )
...
* Fix Exchange picker UI issue
* Fixate local_auth_android version
* Remove shared pref android package override since it's fixed
2023-04-19 16:38:07 +02:00
Rafael Saes
5ad67b62a5
Cw 304 enhance talkback ( #887 )
...
* fix(#536 ): add talkback support to missing main and common elements
* fix(#564 ): add talkback support for slidable node items & addresses page
* fix: add missing delete button from add pin widget
2023-04-18 19:36:56 +02:00
Omar Hatem
9e7009f339
V4.6.2 Bug Fixes ( #874 )
...
* Added a temporary workaround for empty receive addresses
* Fix Typo in PR template
* Make existing node private [skip ci]
* Fix transactions page background color [skip ci]
* Update ios version for internal test build [skip ci]
* update macos version for internal test build [skip ci]
2023-04-17 21:09:26 +02:00
Godwin Asuquo
a472527c6f
CW-33 Add app review after successful transactions and exchange ( #864 )
...
* Add app reveiw on transactions and exchange
* Update Onramper page
* Fix issues in popup review
2023-04-17 20:06:58 +02:00
Adegoke David
4a203a43c8
CW-331-Add-option-to-disable-market-place-in-display-settings ( #872 )
...
* CW-331-Add-option-to-disable-market-place-in-display-settings [skip ci]
* CW-331-Add-option-to-disable-market-place-in-display-settings [skip ci]
2023-04-16 15:45:35 +02:00
Serhii
3b69aa8686
CW-273-Don't-add-node-under-Advanced-Privacy-Settings-if-it-already-exists ( #876 )
...
* don't add existing node
* minor fixes
* Add back IsExecutingState to connect [skip ci]
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-04-14 20:55:12 +02:00
Rafael Saes
ff7a217d84
CW-338: Currency picker UI when keyboard is showing ( #854 )
...
* fix: Currency picker UI when keyboard is showing
* refactor: move picker logic into the common Picker widget
- CurrencyPicker uses the common Picker widget in grid mode
- SeedLanguagePicker uses the common Picker widget in grid mode
- Added logic for keyboard showing UI into Picker widget
- Added `softWrap: true` to the item text, so it doesn't overflow
* fix: remove subPickerItemsList
* fix: add final
* fix: move function out of initState()
* fix: keep build functions separate to remove boolean comparisons
* fix: remove onItemSelected from already selected item
* fix: change Expanded for Flexible widget
2023-04-14 16:52:07 +02:00
Omar Hatem
c5477e4f9e
Dashboard desktop view ( #737 )
...
* Add build scripts for macOS. Add macos for cw_monero plugin. Add macos proj to the application.
* - Update Flutter secure storage to work with macos
- Enable uni links only on Mobile
- Update devcelocale to work with macos
* Add network access to mac
* Change Dashboard view on desktop size screens
* Add on Tap to desktop_action_button.dart
Remove unused functions
* Fix arch match for monero lib for darwin x86_64 -> x86-64
* Add Bundle ID in entitlements files through app config script
* Update deployment target to 10.13
* Revert back to Cake fork for secure storage
* Revert back to Cake fork for secure storage
* Revert mac os version
* Revert mac os version
* Add platform channel specific code for mac os
* Add desktop sidebar
* [skip ci] Add desktop sidebar
* [skip ci] Add desktop sidebar
* - Remove legacy migration from macos
- Remove wake lock native code and just use the ready made package
* Remove wake lock native code and just use the ready made package
* Remove unstoppable domain from macos since it's not supported
* Temporarily fetch unstoppable domains only on mobile
* refactor desktop settings sidebar
* Ignore increasing brightness for non-mobile platforms
* Add Wallet selection dropdown to dashboard desktop view
* Generate MacOS icons
* localize settings
* fix dashboard sidebar and responsive utils
* Change Mac os app name and bundle id
* Fix exchange page as fullScreenDialog
* Remove constants
* - Refactor onRamper to have a single point of modification
- Enlarge initial app size
- update Flutter and Packages
* Add pubspec.lock and Podfile.lock to gitignore
* Remove Podfile.lock from cache
* Fix bug on sidebar reset
* Fix issues from code review
* [skip ci] reformat desktop dashboard
* [skip ci] reformat desktop dashboard
* Revert removing .lock files
* Revert changes in .gitignore
* [skip ci] remove .project changes
* [skip ci] remove .project changes
* Separate Dashboard desktop view from mobile view
* constraint images and pincoded box
* Remove drawer from mac os
* - Listen to keyboard events in PIN screen
- Fix PIN buttons style
* Fix desktop nav bar UI
* Add Marketplace to dashboard view
* Update trailing icon to open transaction page
* Update widget contraints
* Add empty trailing to center page title on desktop
* Refresh desktop dashboard actions on wallet change
* Change ionia welcome page animation
* Fix Constrained width screens UI
* Refactor sidebar state management
* remove empty line
* Add max width constrain to Welcome page
* Change Exchange page UI depending on platform
* - Change design/paddings for Send page on desktop view
- Make AddTemplateButton instead of having it duplicated in send/exchange
* Fix Desktop dashboard actions background color
* Constrain primary Buttons width
* Make side menu items toggle back to dashboard
* Add padding to support page
* Add width constraints to desktop dashboard
* Fix UI issues, paddings and alignments
* Rename misleading variable
Change initial mac window size
* Fix wallet create in settings
* remove unnecessary code
* remove unnecessary code
* Remove duplicated constrains
* - Use close icon on main screens
- Minor UI fixes
* fix pageview controller reset index
* Add create and restore wallet options to dropdown menu
* Fix desktop background color and address book view issues
* Fix input field
* Add onFieldSubmitted to allow "enter" button interaction
* Fix issue from code review
* Fix Popup width constraint and add focus orders
* Fix variable name
* Fix issues from code review
* refactor dropdown items
* Fix alignment in create and restore wallet screens
* Fix dropdown change state bug
Hide scanner for desktop
* remove space
* override navbar with desktopnavbar
* Remove autofocus
* remove unused code
* Fix ionia input field alignment
* Replace removed code
* Add app lock feature on mac
* Add assertion to avoid null
* Add Nano currency image
* Enable adding contact from send screen
* Fix UI issues
Add missing translation
* pop only PIN screen after successful auth
* Add back wallet settings page to desktop settings actions
* Fix Navigation animation for settings screens
* Fixate MobX version to fix restore issue
* CW-324 Refresh current settings page if wallet changed (#811 )
* Fix refresh current settings page if wallet changed
* Fix refresh current settings page if wallet changed
* Refresh Wallet Seeds/Keys List upon wallet change
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
* Remove navigation workaround for duplicate key, and fix the issue by handling creation/disposing of global key (#840 )
* Cw 323 add wallet list to settings on mac (#843 )
* Remove navigation workaround for duplicate key, and fix the issue by handling creation/disposing of global key
* - Register Wallet List as singleton in Desktop to be modify the same instance from settings and dropdown
- General Fixes and Enhancements
* Fix Changing/Restoring wallet from settings
* Fix Create wallet not showing seeds screens if launched from settings
* Add max width constraint for Alerts
* - Add Desktop API keys
- Fix Change back up password issue
- Fix Popup width
* Sync Mac with latest main updates
* Swap Transactions icon with lock icon
* Save backup file locally on desktop
* Sync with latest main updates
* Fix Navigation issues with anonpay
* Update macos build version
* Remove deprecated custom wake lock code for Android
* Remove Legacy CryptoSwift package from MacOS
* - Refactor Payfura page code
- Add OnRamper new configs to onramper_buy_provider.dart
- Fix Conflicts with main
* Updated device locale package
* Update android tools
* Revert changes and update only gradle version
* Downgrade android tools version
* Update gradle version
* Update package/gradle/plugin version
* - Fixate device locale version
- Downgrade gradle version
* Update kotlin version
* Update gradle version
* Trial for a custom fork from devicelocale
* Fixate shared preferences package version
* Revert gradle version
* Revert kotlin version
* Downgrade gradle version
* Downgrade gradle version
* Repair cache and clean before build
* Fixate flutter version
* update google services version
* revert google services version
* Force shared pref android version
* Override shared prefs android package version
* Override shared prefs android package [skip ci]
---------
Co-authored-by: M <m@cakewallet.com>
Co-authored-by: Godwin Asuquo <godilite@gmail.com>
Co-authored-by: Godwin Asuquo <41484542+godilite@users.noreply.github.com>
2023-04-14 06:39:08 +02:00
M
f52c45b167
Change encryption method for electrum wallets is wallet password provides directly. Add ability to user for repeat wallets password and compare with original wallet password before wallet creation for cases when wallet password provides directly.
2023-04-10 19:16:13 -04:00
Godwin Asuquo
4fd8b722e9
Add padding to adjust top ( #861 )
...
* Add padding to adjust top
* Update padding
2023-04-07 17:53:01 +02:00
Serhii
72df78ad8c
CW-335-Add-Payfura-widget-for-XMR-Buy ( #857 )
...
* add payFura widget
* Update pr_test_build.yml
* Change Buy strings
Also add Sell string to ZH, which was missing
* minor fixes
* update alert for monero.com
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-03-31 20:34:39 +02:00
Serhii
9f1325ba0f
Merge pull request #853 from cake-tech/CW-339-Advanced-settings-page-crash-on-a-fresh-install
...
CW-339-Advanced-settings-page-crash-on-a-fresh-install
2023-03-31 15:53:45 +03:00
Serhii
ca638ebd71
[skip ci] minor fix
2023-03-31 15:52:47 +03:00
M
3b82a390c1
Add ability to enter wallet password directly. Add ability to build without flutter secure storage. Add excludeFlutterSecureStorage
flag to too/configure.dart for settings for secure storage. Add wallet unlock screen.
2023-03-30 18:33:59 -04:00
Serhii
1ff4b9bf88
fix node editing
2023-03-30 18:39:43 +03:00
Godwin Asuquo
8b7bfd74e3
Fix anonpay clear form buttton ( #850 )
2023-03-30 16:43:26 +02:00
Godwin Asuquo
3006679560
Cw 314 trocador receive screen update ( #823 )
...
* Change receive screen ui
* Upgrade flutter packages
* revert Upgrade flutter packages
* revert Upgrade flutter packages
* Adjust flow for anon invoice page navigation
* Add receive screen ui
* Implement anonpay invoice
* Add invoice detail to transactions page
* Implement donation link
* Fix transaction filter and details view
* Save donation link
* Fix transaction display issues
* Fix formatting
* Fix merge conflict
* Fix localization
* Fix transaction amount display
* Fix transaction limit for fiat
* Update fix from code review
* Fix issues from code review
* Make amountTo nullable to avoid potential
* Remove encoding for description in donation link
* Remove optional params from request
* Fix QR image version
* Refactor QRCode, fix issues from code review
* Pass version to QRCode full page
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-03-24 17:26:42 +02:00
Godwin Asuquo
893a267de6
Require pin code on backup and seed/view page ( #844 )
...
* Require pin code on backup and seedview page
* Require pin code on backup and seedview page
2023-03-23 18:18:02 +02:00
Omar Hatem
ab4d020560
New Version Updates v4.6.1 and v1.3.1 ( #837 )
2023-03-20 17:15:14 +02:00
Serhii
7dfc5b23bc
CW-243-Better-error-message-for-too-many-decimals ( #818 )
...
* update amoung validation
* fix decimal validator
* minor fix
2023-03-15 19:22:08 +02:00
Serhii
fc2627df38
CW-319-Wallet-Seed-keys-URI-QR-code ( #831 )
...
* wallet QR code on Wallet/Seed screen
* fix restore height for new wallet
* fix height parameter
* fix currenHeight and HeightByDate for haven
* update configure.dart
* fix coments
* minor fix
2023-03-15 17:30:06 +02:00
Serhii
f458e5b349
CW-277-Allow-editing-nodes ( #827 )
...
* allow editing nodes
* fix buttons size
* fix comments
2023-03-15 15:24:38 +02:00
Serhii
3424b9abde
incognito mode for keyboard ( #829 )
2023-03-14 02:30:05 +02:00
OmarHatem
de62987338
Add Fiat API mode to advanced privacy settings page
2023-03-02 19:13:00 +02:00
OmarHatem
8625e33537
Merge branch 'CW-282-add-trocador-exchange' of https://github.com/cake-tech/cake_wallet into CW-317-change-fiat-api
...
Conflicts:
lib/src/screens/settings/privacy_page.dart
2023-03-02 18:58:23 +02:00
Godwin Asuquo
15237d5f79
Fix issues from code review
2023-03-02 17:13:25 +02:00
Godwin Asuquo
b0175719b9
Fix issues from code review
2023-03-01 23:44:15 +02:00
Godwin Asuquo
dbfbadffda
Filter to use Tor only exchange
2023-03-01 15:50:31 +02:00
OmarHatem
ce4b1cd4ae
Update fiat API version
...
Enable Tor support for Fiat
2023-02-28 18:23:21 +02:00
Omar Hatem
9fcb379d19
Merge pull request #784 from cake-tech/fix-support-page-links
...
Fix Support links
2023-02-27 18:39:35 +02:00
Omar Hatem
18a8ad04d4
Merge pull request #808 from cake-tech/fix-null-checks-on-disposed-screens
...
Fix null checks on disposed screens
2023-02-27 18:39:16 +02:00
Omar Hatem
db861c036e
Merge pull request #783 from cake-tech/fix-share-backup-on-ipad
...
Fix Share issue on iPad
2023-02-27 18:37:27 +02:00
OmarHatem
f470723ece
Add try/catch block in case launch url throws a platform exception
2023-02-27 16:07:22 +02:00
OmarHatem
2c43f29d64
Check if context is still mounted before showing a popup [skip ci]
2023-02-27 15:59:20 +02:00
OmarHatem
14a4d41339
Fixate MobX version to fix restore issue
2023-02-25 00:07:15 +02:00
OmarHatem
89aaa9bfef
Add back wallet settings page to desktop settings actions
2023-02-24 15:49:37 +02:00
OmarHatem
26a7bfcee5
Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into desktop-ui-enhancements
2023-02-24 15:39:01 +02:00
OmarHatem
143a6eecf5
pop only PIN screen after successful auth
2023-02-24 15:38:05 +02:00
OmarHatem
a210a1e325
Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into CW-321-lock-app-feature-on-mac
2023-02-24 15:23:36 +02:00
OmarHatem
f00dc9132c
Fix UI issues
...
Add missing translation
2023-02-24 15:19:59 +02:00
OmarHatem
05b1bb05c4
Enable adding contact from send screen
2023-02-24 15:18:31 +02:00
Godwin Asuquo
538220f7bc
Add assertion to avoid null
2023-02-24 14:50:19 +02:00
Godwin Asuquo
770ed710d7
Add app lock feature on mac
2023-02-24 14:24:40 +02:00
OmarHatem
f050f022b6
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into dashboard-desktop-view
...
Conflicts:
lib/src/screens/buy/onramper_page.dart
lib/src/screens/seed/wallet_seed_page.dart
pubspec_base.yaml
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
2023-02-24 00:40:19 +02:00
Omar Hatem
f8acc1c007
Merge pull request #791 from cake-tech/fix-desktop-colors-addressbook
...
Fix desktop background color and address book view issues
2023-02-23 21:56:50 +02:00
Godwin Asuquo
d3eb22e1d4
Replace removed code
2023-02-23 21:16:28 +02:00
Godwin Asuquo
8d482464d9
Fix ionia input field alignment
2023-02-23 18:56:20 +02:00
Omar Hatem
67503f393d
Merge pull request #797 from cake-tech/align-create-restore-screens
...
Fix alignment in create and restore wallet screens
2023-02-23 18:24:32 +02:00
Godwin Asuquo
016bca01f4
remove unused code
2023-02-23 18:18:40 +02:00
Omar Hatem
9934460004
Merge pull request #796 from cake-tech/fix-popup-width-constraints
...
Fix Popup width constraint and add focus orders
2023-02-23 18:06:27 +02:00
Godwin Asuquo
bba0ce2ec6
Remove autofocus
2023-02-23 18:03:44 +02:00
Godwin Asuquo
28c599e68a
Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into align-create-restore-screens
2023-02-23 17:51:26 +02:00
Godwin Asuquo
d5e9982e91
override navbar with desktopnavbar
2023-02-23 16:03:20 +02:00
Omar Hatem
7a504abc01
Merge pull request #787 from cake-tech/macos-fix-settings-create-wallet
...
Fix wallet create in settings
2023-02-22 19:31:37 +02:00
Godwin Asuquo
6dc4eafff4
Fix dropdown change state bug
...
Hide scanner for desktop
2023-02-22 18:44:49 +02:00
Godwin Asuquo
c41b6b7f89
Fix alignment in create and restore wallet screens
2023-02-22 16:17:26 +02:00
Godwin Asuquo
07f6f43e0b
refactor dropdown items
2023-02-21 22:05:02 +02:00
Godwin Asuquo
88e245e480
Fix issues from code review
2023-02-21 12:22:32 +02:00
OmarHatem
c05d70b118
Fix variable name
2023-02-21 01:52:47 +02:00
Godwin Asuquo
44b1eec81d
Fix Popup width constraint and add focus orders
2023-02-20 23:24:19 +02:00
Godwin Asuquo
cf125d1e06
Fix issue from code review
2023-02-18 14:23:48 +02:00
OmarHatem
c920b62aa0
Add onFieldSubmitted to allow "enter" button interaction
2023-02-18 00:13:51 +02:00
Godwin Asuquo
59a79242af
Fix input field
2023-02-17 19:06:41 +02:00
Godwin Asuquo
52468e1331
Fix desktop background color and address book view issues
2023-02-17 18:19:26 +02:00
Godwin Asuquo
4bc81242fc
Add create and restore wallet options to dropdown menu
2023-02-17 16:41:49 +02:00
Godwin Asuquo
75d52794f4
Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into macos-fix-settings-create-wallet
2023-02-16 18:27:19 +02:00
Godwin Asuquo
e0970fa182
fix pageview controller reset index
2023-02-16 18:05:10 +02:00
OmarHatem
55bf964a27
- Use close icon on main screens
...
- Minor UI fixes
2023-02-16 17:51:52 +02:00
OmarHatem
5296a2118a
Remove duplicated constrains
2023-02-15 23:50:15 +02:00
Godwin Asuquo
2496a6574a
remove unnecessary code
2023-02-15 22:14:07 +02:00
Godwin Asuquo
f0c4952809
remove unnecessary code
2023-02-15 22:13:24 +02:00
Godwin Asuquo
3dcf5b05a5
Fix wallet create in settings
2023-02-15 22:11:34 +02:00
OmarHatem
8de9c80fe1
Rename misleading variable
...
Change initial mac window size
2023-02-15 20:55:06 +02:00
OmarHatem
54dab5883f
Check for context first before showing popup
2023-02-15 17:50:48 +02:00
OmarHatem
f8d70e7ce6
Fix UI issues, paddings and alignments
2023-02-15 16:07:46 +02:00
OmarHatem
b1947426fb
Merge branch 'CW-311-remove-drawer-from-mac-os' of https://github.com/cake-tech/cake_wallet into desktop-ui-for-exchange-send
...
Conflicts:
lib/src/screens/dashboard/desktop_dashboard_page.dart
lib/src/screens/dashboard/desktop_widgets/desktop_sidebar_wrapper.dart
2023-02-15 03:09:38 +02:00
OmarHatem
843db65603
Add width constraints to desktop dashboard
2023-02-15 01:28:10 +02:00
Godwin Asuquo
6caeae2817
Add padding to support page
2023-02-14 21:55:13 +02:00
Godwin Asuquo
ea09bba0fb
Make side menu items toggle back to dashboard
2023-02-14 21:53:17 +02:00
OmarHatem
02fe3c008f
Constrain primary Buttons width
2023-02-14 18:05:44 +02:00
OmarHatem
fb5efc0429
Fix Desktop dashboard actions background color
2023-02-14 18:01:24 +02:00
OmarHatem
8f76232937
- Change design/paddings for Send page on desktop view
...
- Make AddTemplateButton instead of having it duplicated in send/exchange
2023-02-14 17:21:09 +02:00
OmarHatem
bd04383b7c
Change Exchange page UI depending on platform
2023-02-14 01:36:34 +02:00
OmarHatem
f49695f417
Fix support links/emails not opening
2023-02-13 20:44:23 +02:00
OmarHatem
b5542d9f7d
Add share files to share utils and unify the fix for ipad
2023-02-13 20:41:18 +02:00
OmarHatem
10b877f55e
Merge branch 'CW-301-desktop-side-bar-ui' of https://github.com/cake-tech/cake_wallet into CW-311-remove-drawer-from-mac-os
2023-02-11 00:48:16 +02:00
OmarHatem
dd13172cfe
Add max width constrain to Welcome page
2023-02-11 00:41:48 +02:00
Godwin Asuquo
bdfe070f8d
Refactor sidebar state management
2023-02-11 00:32:26 +02:00
OmarHatem
5fa50c7668
Fix Constrained width screens UI
2023-02-10 23:27:19 +02:00
OmarHatem
c1bf0ee7aa
Merge branch 'CW-301-desktop-side-bar-ui' of https://github.com/cake-tech/cake_wallet into CW-310-add-constraints-to-images-on-macos
...
Conflicts:
lib/src/screens/pin_code/pin_code_widget.dart
2023-02-10 22:54:13 +02:00
OmarHatem
3fb8be0053
Merge branch 'CW-301-desktop-side-bar-ui' of https://github.com/cake-tech/cake_wallet into CW-318-desktop-marketplace
...
Conflicts:
lib/src/screens/dashboard/desktop_widgets/desktop_dashboard_actions.dart
2023-02-10 22:33:31 +02:00
Omar Hatem
2623546b5e
Merge pull request #776 from cake-tech/CW-309-allow-pin-keyboard-entry-on-macos
...
Allow Keyboard usage on PIN screen
2023-02-10 22:09:55 +02:00
OmarHatem
887afdadd0
Change ionia welcome page animation
2023-02-10 20:39:23 +02:00
OmarHatem
2b2bebe98f
Refresh desktop dashboard actions on wallet change
2023-02-10 20:26:07 +02:00
Godwin Asuquo
eb3b246437
Add empty trailing to center page title on desktop
2023-02-10 20:19:13 +02:00
Godwin Asuquo
32d2bf2c85
Update widget contraints
2023-02-10 20:07:53 +02:00
Godwin Asuquo
89fe8df459
Update trailing icon to open transaction page
2023-02-10 19:45:48 +02:00
OmarHatem
6d49e6a543
Add Marketplace to dashboard view
2023-02-10 18:40:50 +02:00
OmarHatem
2ea360d81d
Fix desktop nav bar UI
2023-02-10 18:15:05 +02:00
Serhii
e464d4a70a
Merge branch 'main' into CW-285-Show-number-of-confirmations-in-transactions-screen-for-Monero-and-Haven-if-10
2023-02-10 00:06:57 +02:00
OmarHatem
677305f625
- Listen to keyboard events in PIN screen
...
- Fix PIN buttons style
2023-02-09 22:53:02 +02:00
Godwin Asuquo
1831ebf435
Remove drawer from mac os
2023-02-09 20:29:38 +02:00
Godwin Asuquo
150d43b2da
constraint images and pincoded box
2023-02-09 20:11:20 +02:00
OmarHatem
a116241185
Separate Dashboard desktop view from mobile view
2023-02-09 19:17:52 +02:00
Godwin Asuquo
3c17310a5b
[skip ci] reformat desktop dashboard
2023-02-08 22:12:11 +02:00
Godwin Asuquo
48ae156eb8
[skip ci] reformat desktop dashboard
2023-02-08 21:57:26 +02:00
Godwin Asuquo
b1b8193043
Fix issues from code review
2023-02-08 20:41:46 +02:00
OmarHatem
8a45cb4dc7
- Add Linter rules for return types and final fields
...
- Enhance exception_handler code
- Add ShareUtil to unify modification point
2023-02-08 20:16:12 +02:00
Godwin Asuquo
a1abdc849a
Fix bug on sidebar reset
2023-02-08 18:56:00 +02:00
Serhii
c10105872c
add number of confirmations to transactions
2023-02-08 18:47:12 +02:00
OmarHatem
27f242a5ee
Use view model variable hasRescan
instead [skip ci]
2023-02-08 18:45:38 +02:00
OmarHatem
fa54ebe855
Fix popup null context as it was using a dismissed (unmounted) context [skip ci]
2023-02-08 17:01:23 +02:00
OmarHatem
1b42d2b61c
Fix Share on iPad and Mac " https://pub.dev/packages/share_plus#known-issues "
2023-02-08 00:06:47 +02:00
OmarHatem
bf407bedec
Check if widget is mounted before showing popups
2023-02-07 18:03:31 +02:00
Godwin Asuquo
f770e095a1
Fix advance privacy setting set state
2023-02-07 17:12:34 +02:00
Godwin Asuquo
70238c1308
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-282-add-trocador-exchange
2023-02-06 21:48:31 +02:00
Godwin Asuquo
032a8c8c33
Add trocador exchange provider
2023-02-06 21:20:43 +02:00
OmarHatem
03f5544545
Ensure widget is still mounted before showing popup
2023-02-06 19:08:44 +02:00
OmarHatem
c94aed6fb1
Remove unused wallet_menu_item.dart
2023-02-06 18:47:20 +02:00
OmarHatem
d4e720f5c0
- Remove old wallet menu widgets
...
- Remove Rescan option from Electrum wallets
2023-02-06 18:46:18 +02:00
OmarHatem
26b79fe0cd
- Refactor onRamper to have a single point of modification
...
- Enlarge initial app size
- update Flutter and Packages
2023-02-06 18:23:40 +02:00
Serhii
7425beb1ed
Update localization variable
2023-02-02 13:00:44 +02:00
Serhii
50f1c051f9
Merge branch 'main' into CW-302-Update-Cake-Pay-checkout-wording-for-Bitcoin-only
2023-02-02 12:54:15 +02:00
Omar Hatem
2268e89b19
Merge pull request #743 from cake-tech/CW-287-Get-Address-from-twitter-bio
...
CW-287 get address from twitter bio
2023-02-01 19:40:49 +02:00
Serhii
ef01554fdb
fix openAlias address resolv
2023-01-31 21:39:08 +02:00
OmarHatem
0e9d30c915
Fixate QR background and foreground colors in all themes
2023-01-31 17:31:42 +02:00
OmarHatem
dea81f92e3
Merge remote-tracking branch 'origin/CW-301-desktop-side-bar-ui' into CW-301-desktop-side-bar-ui
2023-01-31 16:48:36 +02:00
Godwin Asuquo
69651b3eb4
Remove constants
2023-01-31 15:30:46 +02:00
OmarHatem
c7db7b99a5
Merge remote-tracking branch 'origin/CW-301-desktop-side-bar-ui' into CW-301-desktop-side-bar-ui
...
# Conflicts:
# lib/src/screens/dashboard/dashboard_page.dart
2023-01-31 15:23:47 +02:00
Godwin Asuquo
4902dc8dd4
Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into CW-301-desktop-side-bar-ui
2023-01-31 15:12:01 +02:00
OmarHatem
9ed77cd6f9
Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into CW-301-desktop-side-bar-ui
...
Conflicts:
lib/src/screens/dashboard/dashboard_page.dart
2023-01-30 23:43:09 +02:00
Godwin Asuquo
deadc93a76
fix dashboard sidebar and responsive utils
2023-01-30 23:23:42 +02:00
Justin Ehrenhofer
81f59cacd9
Change to parentheses
...
This way we don't need to translate and create different strings for the "on", which will appear odd in languages other than English. I also added it for FIO and OpenAlias.
Further, I removed the 1 instance of openalias_alert_title. It can be removed from the localization file if/when it's convenient.
I did NOT change anything for Unstoppable, because that appeared to touch a dependency. That has its own custom (but similar) text response
2023-01-30 15:18:19 -06:00
Serhii
304240f34e
Merge branch 'main' into CW-287-Get-Address-from-twitter-bio
2023-01-30 21:10:53 +02:00
OmarHatem
425914ade3
- Replace QR package with another reade made one to exclude error being from painting QR
...
- Revert QR version change so its re-producible if it happens again
2023-01-30 20:03:47 +02:00
Godwin Asuquo
94184d69d6
localize settings
2023-01-30 17:26:40 +02:00
OmarHatem
5b50ea053e
Add Wallet selection dropdown to dashboard desktop view
2023-01-29 16:49:42 +02:00
OmarHatem
b6666ca405
Ignore increasing brightness for non-mobile platforms
2023-01-28 17:13:34 +02:00
OmarHatem
4353e778bb
Increase QR version to support longer addresses
2023-01-28 15:47:44 +02:00
Godwin Asuquo
75f33a433e
refactor desktop settings sidebar
2023-01-28 12:43:44 +02:00
Omar Hatem
194902d8cb
Merge pull request #733 from cake-tech/CW-296-Edit-sub-address-grey-screen
...
CW-296 fix editing label subaddresses
2023-01-26 19:35:06 +02:00
Serhii
9ec006bb03
Merge branch 'main' into CW-302-Update-Cake-Pay-checkout-wording-for-Bitcoin-only
2023-01-25 18:31:30 +02:00
Serhii
337e311d4f
Update Cake Pay checkout wording
2023-01-25 18:21:10 +02:00
Godwin Asuquo
20ae8d530f
[skip ci] Add desktop sidebar
2023-01-25 16:17:50 +02:00
Godwin Asuquo
ba09a24d53
[skip ci] Add desktop sidebar
2023-01-25 16:14:34 +02:00
Godwin Asuquo
4f1f51e0aa
Add desktop sidebar
2023-01-25 15:57:56 +02:00
Serhii
40569962c8
Merge branch 'main' into CW-287-Get-Address-from-twitter-bio
2023-01-24 20:25:56 +02:00
Serhii
83c1907e31
add twitter api
2023-01-24 20:24:46 +02:00
OmarHatem
477d46b1d2
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-237-enhance-error-catching-reporting
2023-01-24 03:03:07 +02:00
OmarHatem
c1c49e878e
[skip ci]
...
- Revert disabling UI error reporting as it will also disable some errors from the view models
- Fix warnings in node list row (potential nullability issue fix)
2023-01-24 02:46:22 +02:00
Justin Ehrenhofer
38012abb56
Change Ionia ToS links
2023-01-23 12:37:20 -06:00
Omar Hatem
5b5c5bad66
Merge pull request #711 from cake-tech/CW-269-research-if-we-can-avoid-re-requesting-camera-permission-on-web-view-in-buy-screen
...
CW-269 replace webview plugin with inappwebview plugin
2023-01-20 15:41:22 +02:00
OmarHatem
42a28d4246
Add on Tap to desktop_action_button.dart
...
Remove unused functions
2023-01-19 04:04:20 +02:00
OmarHatem
42a7439315
Change Dashboard view on desktop size screens
2023-01-18 22:11:59 +02:00
Omar Hatem
131f085f4c
Trigger workflow build
2023-01-18 21:55:01 +02:00
Godwin Asuquo
2393fca435
[skip ci] Update permission check logic
2023-01-18 09:21:07 +01:00
Godwin Asuquo
1b92a86842
Update permission check logic
2023-01-18 09:01:11 +01:00
OmarHatem
456ba28cb2
- Update Flutter secure storage to work with macos
...
- Enable uni links only on Mobile
- Update devcelocale to work with macos
2023-01-17 21:10:39 +02:00
Serhii
8c016e946c
fix editing label subaddresses
2023-01-17 14:14:02 +02:00
Godwin Asuquo
aced1ed147
Update permission status
2023-01-16 19:25:29 +01:00
Godwin Asuquo
3d5bce903d
Fix android permission request
2023-01-16 17:46:04 +01:00
Serhii
25a71fa31e
Merge branch 'main' into CW-252-Add-notice-when-connecting-to-.onion-node
2023-01-13 15:43:29 +02:00
Godwin Asuquo
9bc337534c
Fix initial url
2023-01-12 18:06:07 +01:00
Omar Hatem
fa655fcea8
Merge pull request #694 from cake-tech/CW-222-Address-book-incorrect-header-color
...
CW-222 fix header color
2023-01-12 15:37:32 +02:00
Godwin Asuquo
3cb5e5b2ee
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-269-research-if-we-can-avoid-re-requesting-camera-permission-on-web-view-in-buy-screen
2023-01-10 18:18:04 +01:00
Godwin Asuquo
6434f36f1a
update webview permission implementation
2023-01-10 18:14:26 +01:00
OmarHatem
e904c0a7b7
Show popup on un-caught exceptions to send errors via email
2023-01-06 19:42:37 +02:00
OmarHatem
baeff1ea14
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-237-enhance-error-catching-reporting
2023-01-06 16:18:21 +02:00
Godwin Asuquo
3dbf5d8b8c
update onramperpage webview
2023-01-06 08:08:36 +01:00
Mathias Herberts
768320003c
Fixed FR translations. Added localized strings in contact list
2023-01-05 22:39:32 +01:00
Serhii
e53602afa3
Add alert for onion nodes
2023-01-05 12:53:05 +02:00
Godwin Asuquo
b8293ac0ae
replace webview plugin with inappwebview plugin to check camera permission once in app
2023-01-05 09:40:05 +01:00
Serhii
e579839596
fix header color
2023-01-04 13:59:59 +02:00
Omar Hatem
9bd0de6d08
Merge pull request #625 from cake-tech/CW-122-Rework-filter-on-the-transactions-list-screen
...
[CW-122] rework filter on the transactions list screen
2022-12-28 20:50:17 +02:00
Serhii
daa9fc4acc
minor fixes
2022-12-28 14:00:59 +02:00
Omar Hatem
4bf2fa6216
Merge pull request #525 from cake-tech/CW-175-Refactoring-of-crypto-currency-list
...
[CW-175] refactoring of crypto currency list
2022-12-27 23:02:31 +02:00
Serhii
dec818a27a
fix localisation key name
2022-12-26 21:18:52 +02:00
Serhii
ca79052914
PR fixes
2022-12-26 20:41:21 +02:00
Serhii
d893562dad
update localization
2022-12-24 01:09:54 +02:00
Serhii
89028500e7
extract SectionDivider widget
2022-12-23 23:58:39 +02:00
Omar Hatem
ffed123f18
Merge pull request #683 from cake-tech/CW-286-add-cake-pay-web-card
...
[CW-286] Add Cake Pay Web Card to marketplace
2022-12-22 18:40:19 +02:00
Omar Hatem
915b265f69
Merge pull request #680 from cake-tech/CW-275-fix-picker-search-issue
...
Fix Settings Pickers Search
2022-12-21 21:04:52 +02:00
OmarHatem
e005e2aed7
Add Cake Pay Web Card to marketplace
2022-12-21 19:15:02 +02:00
Omar Hatem
501e62829b
Merge pull request #608 from cake-tech/CW-167-Custom-redeem-screens-fix
...
CW-258 fix increasing brightness
2022-12-19 16:04:36 +02:00
Serhii
00c008ed8b
Merge branch 'main' into CW-122-Rework-filter-on-the-transactions-list-screen
2022-12-16 15:14:13 +02:00
OmarHatem
6148b91c8a
Fix Generic Type being enforced to extend Object
2022-12-16 14:33:33 +02:00
Omar Hatem
3f7889dac0
Merge pull request #677 from cake-tech/fix-not-opening-send-screen-from-uri
...
Fix Send screen not opening from URI
2022-12-15 19:57:14 +02:00
OmarHatem
4c9fd5db65
Navigate to send screen even if the user does not need to authenticate
2022-12-15 18:00:56 +02:00
OmarHatem
f9566cf33e
Check whether it needs to request auth or not AFTER the user gets back to the app
2022-12-15 14:14:54 +02:00
Omar Hatem
d1832aa510
Merge branch 'main' into CW-225-pin-timeout
2022-12-13 20:40:20 +02:00
Omar Hatem
b21bcf3652
Merge pull request #657 from cake-tech/CW-66-open-app-from-qr-code
...
Cw 66 open app from qr code
2022-12-13 20:38:06 +02:00
Godwin Asuquo
dbf214ee1b
[skip ci] fix issues from code review
2022-12-13 18:26:25 +01:00
Godwin Asuquo
b486edb803
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-12-13 16:24:28 +01:00
Godwin Asuquo
f15bc28219
[skip ci] fix issues from code review
2022-12-13 16:19:31 +01:00
Godwin Asuquo
0d889416d4
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-161-partial-redemption-fix
2022-12-13 06:44:34 +01:00
OmarHatem
30ef231d24
Fix fill data condition
2022-12-12 22:16:46 +02:00
Justin Ehrenhofer
53e713a105
Move address book above security settings in menu
2022-12-12 12:51:28 -06:00
Justin Ehrenhofer
b5ba26adcd
[CW-276] Privacy settings icon, name, and position
2022-12-12 10:07:37 -06:00
OmarHatem
826ae46b07
- Fix not filling fiat amount
...
- Fix conflicts with master
2022-12-12 18:01:42 +02:00
OmarHatem
01024b6694
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/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_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-12 15:41:16 +02:00
Serhii
2da50776d1
code formatting
2022-12-12 14:28:53 +02:00
Serhii
b536973077
make checkbox stateless
2022-12-12 00:07:05 +02:00
Serhii
c57507e530
redesigh checkbox
2022-12-10 12:56:37 +02:00
Serhii
b9ef71749e
Merge branch 'main' into CW-122-Rework-filter-on-the-transactions-list-screen
2022-12-09 23:35:14 +02:00
Godwin Asuquo
59484e5b91
Fix formatting
2022-12-09 20:19:23 +01:00
Godwin Asuquo
07ea937d37
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-12-09 19:42:07 +01:00
Godwin Asuquo
9ef1186c45
Fix issues from code review
2022-12-09 17:08:52 +01:00
OmarHatem
ae1d2a3bec
Add validation on node input in advanced privacy settings
2022-12-08 21:33:14 +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
Godwin Asuquo
0203f686c5
fix issue with custom redeem amount remaining
2022-12-07 18:12:45 +01:00
Serhii
37ca795756
[skip ci] change fiat api UI to swich mode
2022-12-07 15:31:33 +02:00
Serhii
228e157b39
[skip ci] Update localization
2022-12-07 14:04:14 +02:00
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
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
7e64399476
remove un-necessary attributes passing
2022-12-04 05:27:49 +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
Serhii
4c7a0a8cb9
rework _getCurrencyImage func
2022-12-03 00:34:34 +02:00
Serhii
5f1e8e9d33
remove isEditable parameter
2022-12-02 23:36:22 +02:00
Omar Hatem
a281124c18
Merge pull request #654 from cake-tech/CW-234-Gift-cards-filter-button-null-exception
...
[CW-234] gift cards filter button null exception
2022-12-02 15:03:33 +02:00
Godwin Asuquo
03748d680a
[skip ci] format files
2022-12-01 21:21:51 +02:00
Godwin Asuquo
34cfe7591f
Fix authentication required when minimize app
2022-11-30 22:57:48 +02:00
Godwin Asuquo
8511805ee3
Fix correct adjusted amount for custom redeem
2022-11-30 10:00:05 +02: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
Godwin Asuquo
2eb9db4ca6
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-161-partial-redemption-fix
2022-11-29 17:06:35 +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
Serhii
84c563a922
Merge branch 'main' into CW-167-Custom-redeem-screens-fix
2022-11-28 22:13:15 +02:00
Serhii
87cdd128ef
Merge branch 'main' into CW-234-Gift-cards-filter-button-null-exception
2022-11-28 22:04:47 +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
OmarHatem
a51384bd06
Remove unused nodes_list_page.dart
2022-11-28 14:04:03 +02:00
OmarHatem
0188089bd8
Remove unused nodes list page route
2022-11-26 14:07:01 +02:00
Godwin Asuquo
3acbfbae79
Fix issues from code review
2022-11-25 22:51:07 +02:00
OmarHatem
7b99e409a9
Send error file via email
2022-11-25 18:59:47 +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
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
Serhii
2db7534480
small fix
2022-11-22 00:07:27 +02:00
Serhii
05f1b17a73
fix contact list bug
2022-11-21 22:41:09 +02: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
mkyq
ab305e22a2
Remove duplication for qr codes. ( #628 )
2022-11-16 18:30:35 -05:00
Serhii
91d7e87334
fix gift card filter colors
2022-11-16 23:31:42 +02:00
Godwin Asuquo
549975ecc1
Reorganize settings
2022-11-16 09:29:14 +02:00
Serhii
9ce8a1944b
fix empty containers
2022-11-14 22:50:07 +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
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