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
|
9e5d98d2e8
|
Changed default text color for TrailButton.
|
2021-02-09 16:23:41 +02:00 |
|
M
|
0bc804c284
|
Fixes. Changed terms of use text.
|
2021-02-01 20:12:37 +02:00 |
|
M
|
6639d25264
|
CAKE-220. CAKE-241. CAKE-242.
|
2021-01-18 22:52:12 +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 |
|
M
|
a4ead9c2ba
|
Another beautiful day fixes
|
2021-01-12 13:14:28 +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
|
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 |
|
M
|
c0835d46ef
|
Merge branch '4.1.0' into CAKE-198-notes-for-transactions
|
2021-01-05 21:57:05 +02:00 |
|
OleksandrSobol
|
823e9d11ae
|
CAKE-221 | added pendingTransactionFeeFiatAmount getter to send_view_model.dart; applied feeFiatAmount property instead transactionPriority in the confirm_sending_alert.dart; fixed base_alert_dialog.dart
|
2020-12-30 16:54:55 +02:00 |
|
OleksandrSobol
|
ac1709bffb
|
CAKE-221 | added fiat amount to estimated fee; reworked confirm_sending_alert.dart; applied alert when transaction was committed
|
2020-12-29 20:48:57 +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
|
89c240091b
|
Merged btc and 4.1.0 branches.
|
2020-12-18 20:42: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
|
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 |
|
M
|
62a877dd61
|
Fixes
|
2020-11-30 19:17:44 +02:00 |
|
OleksandrSobol
|
5ee278237f
|
CAKE-169 | added useSSL parameter to node.dart and to node_create_or_edit_view_model.dart; applied useSSL parameter in the connectToNode() method (monero_wallet.dart) and in the save() method (node_create_or_edit_view_model.dart); created standard_checkbox.dart and applied StandardCheckbox widget in the node_create_or_edit_page.dart
|
2020-11-30 19:05:49 +02:00 |
|
M
|
ba2b5fb1fa
|
Fixes issue with loading old android wallets. Changed seed text field type to visual password.
|
2020-11-13 16:58:28 +02:00 |
|
M
|
58280d1bb2
|
Merge pull request #143 from cake-tech/CAKE-172-restore-and-rescan-screen-fixes
CAKE-172 | added onHeightOrDateEntered function to blockchain_height_…
|
2020-11-12 22:31:13 +02:00 |
|
OleksandrSobol
|
838368c1f4
|
CAKE-172 | added onHeightOrDateEntered function to blockchain_height_widget and called it in the restoreHeightController listener; added string resources to blockchain_height_widget; added isButtonEnabled parameter to rescan view model and wallet restore view model; added reaction on mode in the wallet restore page; applied isDisable to buttons in wallet restore page and rescan page
|
2020-11-12 21:03:57 +02:00 |
|
OleksandrSobol
|
70467b1fe7
|
CAKE-168 | fixed blockheight calculation by date; changed getHeightByDate method; changed first date in the date picker to 1 of May, 2014
|
2020-11-12 17:46:05 +02:00 |
|
M
|
ad3142aeb9
|
Changed app font to Lato. Changes for anrdoid version
|
2020-11-11 17:55:18 +02:00 |
|
M
|
03f47e393c
|
Fixes.
|
2020-11-10 01:14:47 +02:00 |
|
M
|
fdb0f49f88
|
Fixes.
|
2020-11-04 17:54:44 +02:00 |
|
M
|
7e33f1ae0a
|
CAKE-150
|
2020-11-04 00:29:06 +02:00 |
|
M
|
f59812fe4a
|
CAKE-83
|
2020-10-30 15:33:03 +02:00 |
|
M
|
b8e435ea8e
|
Fixes.
|
2020-10-29 12:49:07 +02:00 |
|
M
|
aa120c33b1
|
Updates
|
2020-10-20 15:09:49 +03:00 |
|
M
|
598b8c9b9c
|
TMP
|
2020-10-14 00:11:04 +03:00 |
|
M
|
f9cc21478a
|
TMP
|
2020-10-09 21:34:21 +03:00 |
|
M
|
a8695cc560
|
Merge pull request #117 from cake-tech/CAKE-97-date-picker-for-ios
Cake 97 date picker for ios
|
2020-10-06 14:43:39 +03:00 |
|
M
|
961e4203f1
|
Merge pull request #116 from cake-tech/CAKE-104-add-description-for-exchange-provider-picker
Cake 104 add description for exchange provider picker
|
2020-10-06 14:42:05 +03:00 |
|
OleksandrSobol
|
33e29a7132
|
CAKE-99 | added paste_ios.png and removed duplicate.png; applied ios paste icon to address_text_field
|
2020-10-02 20:28:34 +03:00 |
|
OleksandrSobol
|
738d719fec
|
CAKE-104 | added description parameter to the picker; applied description text in the present provider picker
|
2020-10-02 19:30:13 +03:00 |
|
OleksandrSobol
|
ae6291179e
|
CAKE-97 | created date_picker for Android and iOS; applied date picker to blockchain_height_widget
|
2020-10-01 20:29:06 +03:00 |
|
M
|
fe147ff9ed
|
Fixes
|
2020-09-30 21:23:15 +03:00 |
|
M
|
696b808698
|
Fixes
|
2020-09-29 20:56:11 +03:00 |
|
M
|
e3678d2cf9
|
Fixes
|
2020-09-28 18:47:43 +03:00 |
|
M
|
34aa7fdc76
|
Fixes pre release.
|
2020-09-25 18:32:44 +03:00 |
|
OleksandrSobol
|
a0164ec33f
|
Merge branch 'new-world' into CAKE-49-refactor-send-and-exchange-screen
# Conflicts:
# lib/di.dart
# lib/src/screens/base_page.dart
# lib/src/screens/exchange/widgets/base_exchange_widget.dart
# lib/src/screens/send/widgets/base_send_widget.dart
# pubspec.lock
|
2020-09-22 21:59:13 +03:00 |
|
OleksandrSobol
|
585f90b2fb
|
CAKE-49 | deleted base send widget, base exchange widget and top panel; added extendBodyBehindAppBar property and transparent AppBar style to base page; refactored send page, send template page, exchange page and exchange template page
|
2020-09-22 21:32:43 +03:00 |
|
M
|
e4ebfc94b2
|
Part 1
|
2020-09-21 14:50:26 +03:00 |
|