Commit graph

669 commits

Author SHA1 Message Date
Oleksandr Sobol
139f223de8 CAKE-198 | fixed string resources 2020-12-23 10:39:59 +02:00
OleksandrSobol
023336d460 CAKE-198 | applied ability to make a note with some details about transaction; added transactionNote property and note getter to transaction_description.dart; added multiline textfield for notes (send_page.dart); added transaction_details_list_item.dart, textfield_list_item.dart, textfield_list_row.dart, transaction_details_view_model.dart to the app 2020-12-22 20:42:30 +02:00
M
8067c07e94 Changed iOS project version to 4.1.0 (9). 2020-12-21 22:21:41 +02:00
M
7f2b109381 Fixed balance dispaying. Changed updating of balance after sending. Changed text for pre seed screen for btc wallet type. 2020-12-21 22:20:46 +02:00
OleksandrSobol
b1e0bf0edd CAKE-208 | merged 4.1.0 branch into current and resolved problems 2020-12-18 21:42:00 +02:00
OleksandrSobol
6f386a1efe Merge branch '4.1.0' into CAKE-208-bug-after-balance-changing
# Conflicts:
#	lib/store/settings_store.dart
#	lib/view_model/dashboard/balance_view_model.dart
2020-12-18 21:33:43 +02:00
M
782de5d1d8 Merge branch '4.1.0' of github.com:cake-tech/cake_wallet_private into 4.1.0 2020-12-18 21:30:55 +02:00
M
bd2bab997f Added backsupport for old saved themes 2020-12-18 21:30:43 +02:00
M
98343bd480 Merge pull request #160 from cake-tech/CAKE-218-change-sync-status-text
Cake 218 change sync status text
2020-12-18 21:28:59 +02:00
M
4e4dfe33dd Merge pull request #159 from cake-tech/CAKE-217-reduce-space-on-the-transactions-list
Cake 217 reduce space on the transactions list
2020-12-18 21:28:29 +02:00
OleksandrSobol
dcb892b24c CAKE-217 | merged 4.1.0 branch into current and resolved problems 2020-12-18 21:24:05 +02:00
OleksandrSobol
9a2794fc7c Merge branch '4.1.0' into CAKE-217-reduce-space-on-the-transactions-list
# Conflicts:
#	lib/src/screens/dashboard/widgets/trade_row.dart
#	lib/src/screens/dashboard/widgets/transaction_raw.dart
2020-12-18 21:14:59 +02:00
OleksandrSobol
7168e4727d Merge branch '4.1.0' into CAKE-216-exchange-status-bug 2020-12-18 21:05:02 +02:00
M
89c240091b Merged btc and 4.1.0 branches. 2020-12-18 20:42:28 +02:00
OleksandrSobol
b59d633665 CAKE-217 | reduced space between rows in the trade_row.dart and transaction_raw.dart 2020-12-18 20:02:08 +02:00
M
89095bc7d4 Merge pull request #157 from cake-tech/CAKE-219-change-buttons-colors-fordark-mode
Cake 219 change buttons colors fordark mode
2020-12-18 18:52:12 +02:00
M
89cebac642 Merge pull request #154 from cake-tech/CAKE-182-light-theme
Cake 182 light theme
2020-12-18 18:52:02 +02:00
M
29ed9103e8 Merge pull request #156 from cake-tech/CAKE-210-fix-dot-or-comma-on-the-receive-screen
CAKE-210 | added possibility to enter comma in amount field (qr_widge…
2020-12-18 18:51:46 +02:00
Oleksandr Sobol
b2a2c16feb CAKE-218 | changed sync status text 2020-12-18 17:51:57 +02:00
M
72bb8af6f3 FIxes(2). 2020-12-18 17:49:10 +02:00
Oleksandr Sobol
799f691610 CAKE-218 | changed sync status text 2020-12-18 15:48:04 +02:00
OleksandrSobol
572948d176 CAKE-219 | changed buttons color for dark mode on send and wallet list pages; change button text color on send template page 2020-12-18 15:21:30 +02:00
OleksandrSobol
837f639129 CAKE-216 | added trade_details_view_model.dart to the app; applied TradeDetailsViewModel to the trade_details_page.dart; added _updateItems() method to the exchange_trade_view_model.dart; reworked content in the exchange_trade_page.dart 2020-12-18 14:42:53 +02:00
M
91fd0e8261 Fixes(1). 2020-12-17 22:50:26 +02:00
OleksandrSobol
c257c60d72 CAKE-210 | added possibility to enter comma in amount field (qr_widget.dart); replaced comma by dot in the MoneroURI and BitcoinURI classes (wallet_address_list_view_model.dart) 2020-12-17 20:14:16 +02:00
M
4a2f1e48ff Fixes. 2020-12-17 15:39:21 +02:00
OleksandrSobol
8a0f815216 CAKE-182 | fixed status bar 2020-12-16 22:58:10 +02:00
OleksandrSobol
4098f6f586 CAKE-182 | fixed status bar on dashboard and receive pages 2020-12-16 22:45:45 +02:00
M
1188edd5b7 Merged 4.0.91. Changed build version for iOS to 5 2020-12-16 21:20:17 +02:00
M
02ebc54a38 Fixed updating of transactions history. Added support for part formatted electrum server response 2020-12-16 21:16:47 +02:00
OleksandrSobol
d370c912bb CAKE-208 | added current balance display mode saving to shared preferences (settings_store.dart); added moneroBalance property, reactions and _onWalletChange() method to balance_view_model.dart 2020-12-16 20:39:53 +02:00
M
db7ef6f777 Change build number for ios project 2020-12-15 22:02:41 +02:00
OleksandrSobol
6639238ca7 CAKE-182 | moved themes directory from src to lib 2020-12-15 21:43:50 +02:00
M
2060edc8ee Minor fixes: fixed scanning of btc uri; fixed display of confirm button on exchange trade screen./ 2020-12-15 21:40:28 +02:00
OleksandrSobol
10b419fbbe CAKE-182 | applied new color scheme to alert buttons; deleted themes.dart; added theme_base.dart, light_theme.dart, bright_theme.dart, dark_theme.dart, theme_list.dart to the app 2020-12-15 21:30:16 +02:00
M
96deee0b2d Changed version to 4.0.91 2020-12-15 21:04:24 +02:00
M
3ba4a4a367 Changed version to 4.0.10 2020-12-15 20:41:28 +02:00
M
48c48bd3db Force added User-Agent header field to all requests to xmr.to 2020-12-15 20:41:06 +02:00
M
8cb9bd15cd Fixes for update fiat rate after change of current wallet type. Fixes for change amount for btc transactions. Changed displaying of balance for btc wallet. General fixes. 2020-12-15 18:29:10 +02:00
OleksandrSobol
85497a1218 CAKE-182 | changed colors on dashboard page for light theme; changed action buttons icons on dashboard page; changed buttons colors on alerts for light theme; deleted item_from_theme.dart; added getters (isLightTheme, isBrightTheme, isDarkTheme) to Themes class; applied getters to the app 2020-12-14 19:54:56 +02:00
OleksandrSobol
941e7c4dd8 CAKE-182 | applied light theme to the app 2020-12-11 20:46:20 +02:00
M
eede39ee7a Merged 4.0.9 2020-12-11 20:10:06 +02:00
Oleksandr Sobol
8b349435df CAKE-207 | fixed string resources 2020-12-10 20:35:11 +02:00
OleksandrSobol
3053c0f3fb CAKE-207 | changed Themes class; removed isDarkTheme from settings store and screens; added currentTheme to settings store; changed SwitcherListItem to PickerListItem for themes in the settings_view_model.dart; created item_from_theme.dart; changed currentDarkTheme property on currentTheme in the preferences_key.dart; applied themes to keyboard bar color in the exchange_page.dart, receive_page.dart, send_page.dart and send_template_page.dart; applied itemFromTheme() to new_wallet_page.dart, new_wallet_type_page.dart, pre_seed_page.dart, wallet_seed_page.dart, seed_language_page.dart, welcome_page.dart, base_page.dart and main.dart 2020-12-10 19:53:40 +02:00
M
43e602b71e Added p2sh address to output script. 2020-12-08 23:47:08 +02:00
M
c20d57e9a9 Changed version to 4.0.9 2020-12-07 20:51:11 +02:00
M
cbf265bd92 Changed listener for update of transactions list. 2020-12-04 21:09:55 +02:00
M
042b17a82f Merge pull request #144 from cake-tech/CAKE-158-transaction-and-balance-displaying-between-accounts
CAKE-158 | added calculating balance to _onAccountChangeReaction in t…
2020-12-04 11:25:59 +02:00
M
5ea8b79ae2 Merge pull request #149 from cake-tech/CAKE-185-digits-limit-on-monero-transaction
Cake 185 digits limit on monero transaction
2020-12-04 11:20:33 +02:00
OleksandrSobol
df01fa0314 CAKE-185 | removed isValidAmount() from exchange_view_model.dart and exchange_page.dart; throw exception in the createTrade() (xmrto_exchange_provider.dart) if number of fractional digits of amount more than 8 2020-12-03 23:22:56 +02:00