Commit graph

2274 commits

Author SHA1 Message Date
Rafael Saes
3232c8c0cd feat: additional themes 2023-07-07 12:41:00 -03:00
Rafael Saes
114f41ebd4 feat(display_settings): add new theme selector 2023-07-05 15:17:11 -03:00
Rafael Saes
d3cb19cc3c refactor: move remaining items to CakeTextTheme and some missing fixes 2023-07-05 15:10:45 -03:00
Rafael Saes
74abc02a4f refactor: create QRCodeTheme 2023-07-05 14:59:14 -03:00
Rafael Saes
3f51f22982 refactor: create ReceivePageTheme 2023-07-05 14:49:47 -03:00
Rafael Saes
26cdb9e0cb refactor: create AccountListTheme 2023-07-05 14:31:31 -03:00
Rafael Saes
034d7cf161 refactor: create CakeTextTheme 2023-07-05 09:54:53 -03:00
Rafael Saes
cdc10cba0a refactor: create TransactionTradeTheme 2023-07-05 09:38:00 -03:00
Rafael Saes
94b574b2da refactor: primaryTextTheme.labelSmall.decorationColor -> PlaceholderTheme.color 2023-07-05 09:29:32 -03:00
Rafael Saes
e49c4ea9a8 fix: missing migrated styles 2023-07-05 09:23:29 -03:00
Rafael Saes
c0cf20b543 refactor: create SendPageTheme 2023-07-05 09:10:36 -03:00
Rafael Saes
36359e305e refactor: primaryTextTheme.displayLarge.backgroundColor -> OrderTheme.iconColor 2023-07-05 08:54:18 -03:00
Rafael Saes
85a30d1d81 refactor: primaryTextTheme.bodyLarge.backgroundColor -> AlertTheme.leftButtonTextColor 2023-07-05 08:45:38 -03:00
Rafael Saes
5ba89213c1 refactor: accentTextTheme.titleLarge.backgroundColor -> PickerTheme.dividerColor 2023-07-05 08:41:16 -03:00
Rafael Saes
b5c90c2f9e refactor: accentTextTheme.bodySmall.decorationColor -> InfoTheme.textColor 2023-07-05 08:35:26 -03:00
Rafael Saes
7f929ee976 refactor: create WalletListTheme 2023-07-03 17:40:58 -03:00
Rafael Saes
ca600b4cee refactor: create FilterTheme 2023-07-03 17:37:38 -03:00
Rafael Saes
4e35ba2b5d refactor: create CakeMenuTheme 2023-07-03 16:39:48 -03:00
Rafael Saes
e67e07dd7b refactor: create IndicatorDotTheme 2023-07-03 16:21:11 -03:00
Rafael Saes
89ab198064 refactor: create AddressTheme for accentTextTheme.displaySmall.color 2023-07-03 15:48:27 -03:00
Rafael Saes
a85d8ef5d4 refactor: create BalancePageTheme for accentTextTheme.displaySmall.backgroundColor 2023-07-03 15:36:17 -03:00
Rafael Saes
6b691475fd refactor: create NewWalletTheme for accentTextTheme.displayMedium 2023-07-03 15:26:44 -03:00
Rafael Saes
bc8ce7bf60 refactor: create DashboardPageTheme and use textColor 2023-07-03 15:15:58 -03:00
Rafael Saes
09e2567953 refactor: create ExchangePageTheme 2023-07-03 14:56:29 -03:00
Rafael Saes
bacd8658a4 refactor: accentTextTheme.displayLarge.color -> disabledColor 2023-07-03 14:01:54 -03:00
Rafael Saes
18bfde66c0 refactor: create SupportPageTheme for accentTextTheme.displayLarge.backgroundColor and fix cases that use it 2023-07-03 13:58:02 -03:00
Rafael Saes
4ffeb21c4c refactor: create PinCodeTheme for accentTextTheme.bodyMedium 2023-07-03 13:38:39 -03:00
Rafael Saes
2ef03ceda9 refactor: accentTextTheme.bodyLarge.backgroundColor -> KeyboardTheme.keyboardBarColor 2023-07-03 13:29:44 -03:00
Rafael Saes
7d55092704 refactor: collapsible_standart_list improvements 2023-07-03 13:15:36 -03:00
Rafael Saes
8c7685c01b refactor: base_page improvements and simplify 2023-07-03 13:06:18 -03:00
Rafael Saes
e38a6a7190 refactor: SectionDivider 2023-07-03 09:53:02 -03:00
Rafael Saes
326e8537d7 refactor: create SyncIndicatorTheme 2023-07-03 09:48:09 -03:00
Rafael Saes
afe6a40960 refactor: scrollbarTheme 2023-07-03 09:43:33 -03:00
Rafael Saes
8e7646f594 refactor: text themes using same dialogBackgroundColor 2023-07-03 09:37:29 -03:00
Rafael Saes
ec1d2518bf refactor: accentTextTheme.bodySmall.color -> cardColor 2023-07-03 09:34:56 -03:00
Rafael Saes
2525318b6d refactor: text themes using the same color as primaryColor 2023-07-03 09:32:29 -03:00
Rafael Saes
3fb1a70cde refactor: gradient background 2023-07-03 09:26:43 -03:00
Rafael Saes
f9abd0b2c2 refactor: accentTextTheme.titleLarge.color -> dialogTheme.backgroundColor 2023-07-03 09:17:47 -03:00
Rafael Saes
d0a872b1d2 refactor: themeBase and current themes 2023-07-03 09:03:35 -03:00
Rafael Saes
719c360b97 refactor: deprecated backgroundColor -> colorScheme.background 2023-07-03 09:03:32 -03:00
Rafael Saes
c893da7a11 fix: SectionStandardList using BuildContext as param 2023-06-30 09:34:22 -03:00
Justin Ehrenhofer
bb75472a83
Remove defaultFiat (#972)
Logic can be better handled by IP
2023-06-22 05:20:50 +03:00
Omar Hatem
e9b5c79a1e
V4.6.7 v1.3.8 (#971)
* - Replace payfura widget with direct browser link
- Remove Payfura widget class as it is duplicate for the web view page

* Revert removing swipe to delete wallet feature

* Pump app versions and update release notes
2023-06-20 15:27:07 +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
f1904077d2
CW-395-Trade-ID-status-not-updating-in-trade-details-screen (#957)
* fix ChangeNow trade status

* formatting

* fix hive saving

* Revert SideShift changes

This reverts commit
2023-06-14 23:55:49 +03:00
Serhii
f88e150cd1
fix Electrum transaction updates (#953) 2023-06-14 23:53:58 +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