OleksandrSobol
|
455efeb91f
|
CAKE-356 | replaced yatAddress to emoji in yat_store.dart, wallet_address_list_view_model.dart and qr_widget.dart; added _fetchEmojiFromUri method to main.dart; changed url for yat service in the yat_alert.dart
|
2021-09-07 19:43:49 +03:00 |
|
OleksandrSobol
|
39c40255d3
|
CAKE-356 | applied deep links to the app
|
2021-09-06 11:19:13 +03:00 |
|
OleksandrSobol
|
20e0c830cf
|
CAKE-334 | applied unspent coins control to the app; added unspent_coins_info.dart; reworked createTransaction(), calculateEstimatedFee() and updateUnspent() methods in the electrum_wallet.dart; fixed unspent_coins_list_view_model.dart, unspent_coins_details_view_model.dart, unspent_coins_list_item.dart, unspent_coins_list_page.dart and unspent_coins_details_page.dart; fixed bitcoin_transaction_wrong_balance_exception.dart; added properties to bitcoin_unspent.dart; applied localization to unspent coins pages
|
2021-07-05 16:52:24 +03:00 |
|
OleksandrSobol
|
1fccb0b546
|
Merge branch 'main' into CAKE-306-add-moonpay-option-for-btc-buying
# Conflicts:
# lib/buy/wyre/wyre_buy_provider.dart
# lib/di.dart
# lib/src/screens/dashboard/dashboard_page.dart
# lib/view_model/dashboard/dashboard_view_model.dart
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.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
|
2021-05-28 12:06:50 +03:00 |
|
M
|
a439560d4d
|
Fixes for LTC and added banner for old bitcoin electrum wallets.
|
2021-05-11 16:52:48 +03:00 |
|
M
|
1cb27d9da3
|
Fixes for LTC electrum nodes available.
|
2021-05-10 19:00:20 +03:00 |
|
M
|
1330966794
|
Reworked electrum wallet. Added Litecoin wallet.
|
2021-05-07 10:36:38 +03:00 |
|
OleksandrSobol
|
346a034d0a
|
CAKE-306 | added MoonPay option for BTC buying; applied PreOrderPage to the app; created Wyre and MoonPay buy providers
|
2021-04-12 21:22:22 +03:00 |
|
OleksandrSobol
|
ff8ed30483
|
CAKE-272 | added parameters to script; added possibility to generate locales.dart from arb file list; added loadLocaleList() method to language_service.dart
|
2021-03-24 18:52:30 +02:00 |
|
OleksandrSobol
|
60333e235d
|
CAKE-279 | applied order details to the app
|
2021-03-12 21:04:37 +02:00 |
|
M
|
0bc804c284
|
Fixes. Changed terms of use text.
|
2021-02-01 20:12:37 +02:00 |
|
M
|
e3b8ea1128
|
CAKE-234
|
2021-01-27 15:51:51 +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
|
9db6e233c7
|
Another beautiful day changes
|
2021-01-11 19:15:27 +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 |
|
M
|
6a9720d5d6
|
Fixes and changed build versions for ios and android projects.
|
2021-01-06 22:53:59 +02:00 |
|
M
|
798d9a1edf
|
Fixes
|
2021-01-05 20:31:03 +02:00 |
|
M
|
89c240091b
|
Merged btc and 4.1.0 branches.
|
2020-12-18 20:42:28 +02:00 |
|
OleksandrSobol
|
8a0f815216
|
CAKE-182 | fixed status bar
|
2020-12-16 22:58:10 +02:00 |
|
OleksandrSobol
|
6639238ca7
|
CAKE-182 | moved themes directory from src to lib
|
2020-12-15 21:43:50 +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
|
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
|
62a877dd61
|
Fixes
|
2020-11-30 19:17:44 +02:00 |
|
M
|
5c4e1b4d01
|
Fixes.
|
2020-11-08 22:44:09 +02:00 |
|
M
|
b17e7744c6
|
Fixes
|
2020-11-06 20:54:00 +02:00 |
|
M
|
6b86cfbea2
|
Updated to flutter v1.22.2
|
2020-10-19 14:20:24 +03:00 |
|
M
|
598b8c9b9c
|
TMP
|
2020-10-14 00:11:04 +03:00 |
|
M
|
f9cc21478a
|
TMP
|
2020-10-09 21:34:21 +03:00 |
|
OleksandrSobol
|
f6e099eb0a
|
CAKE-114 | applied disclaimer page when user install wallet first time; applied route to disclaimer page as initial route (main.dart); change leading widget in the disclaimer page; applied call of welcome page when user press accept button in the disclaimer page
|
2020-10-08 19:38:33 +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
|
73991e1c9c
|
Fixes for load wallet from wallet list. Fixed updating of balance after current wallet change
|
2020-09-24 12:16:13 +03:00 |
|
M
|
b0a31147dd
|
Migration for iOS.
|
2020-09-23 21:26:10 +03:00 |
|
M
|
e4ebfc94b2
|
Part 1
|
2020-09-21 14:50:26 +03:00 |
|
M
|
95917b2cdb
|
Merge redesign part 7.
|
2020-09-15 23:35:49 +03:00 |
|
M
|
d67ab4934d
|
Merge redesign part 6.
|
2020-09-14 15:08:33 +03:00 |
|
M
|
c950f8bfc0
|
Merge redesign part 1.
|
2020-09-01 14:18:07 +03:00 |
|
M
|
6aaac93fa8
|
TMP 0
|
2020-08-27 19:54:34 +03:00 |
|
Oleksandr Sobol
|
731f12cd63
|
CAKE-27 | applied light theme to send and send template pages; made status bar is transparent; reworked menu widget and base send widget; applied switch between light and dark themes
|
2020-08-20 20:43:54 +03:00 |
|
Oleksandr Sobol
|
fe9deecd03
|
CAKE-20 | updated send and send template pages; added send_template_store and exchange_template_store; created base_send_widget; applied send_template_store to send_view_model; applied base_send_widget to send and send template pages; added properties to address_text_field, base_text_field and template_tile
|
2020-07-29 19:55:42 +03:00 |
|
Oleksandr Sobol
|
1055c1b539
|
CAKE-18 | created fiat convertation service and fiat convertation store; added calculating price to bootstrap; applied fiat convertation store to balance view model
|
2020-07-24 19:29:16 +03:00 |
|
Oleksandr Sobol
|
bdfe208d20
|
CAKE-15 | created header row, transaction page, balance view model, formatted item list, wallet balance; applied new design to trade and transaction rows; applied transaction page to dashboard page; applied balance view model, trade store, trade filter store and transaction filter store to dashboard view model; changed trade list item and transaction list item
|
2020-07-23 15:20:52 +03:00 |
|
M
|
f45875ba3a
|
General changes. CAKE-1.
|
2020-07-06 23:09:03 +03:00 |
|
M
|
81cee186db
|
TMP 4
|
2020-06-20 10:10:00 +03:00 |
|
M
|
cfde445d32
|
TMP 3
|
2020-06-03 12:56:23 +03:00 |
|
M
|
5a45ffef40
|
TMP 2
|
2020-06-01 21:56:21 +03:00 |
|
Oleksandr Sobol
|
7daf74c9f5
|
CWA-206 | fixed status bar text and icon colors for light and dark modes
|
2020-06-01 20:36:25 +03:00 |
|
M
|
b605a98811
|
TMP
|
2020-05-26 18:27:10 +03:00 |
|
Oleksandr Sobol
|
b1f8658eec
|
CWA-212 | created exchange template and exchange template store; added exchange cards to exchange template page; added exchange templates to exchange page; added provider icons to provider picker
|
2020-05-14 20:29:10 +03:00 |
|
M
|
1d793ab284
|
BTC
|
2020-05-12 15:04:54 +03:00 |
|
Oleksandr Sobol
|
25f3920073
|
CWA-210 | added template class, template tile, send template page and send template store
|
2020-05-08 19:22:56 +03:00 |
|
Oleksandr Sobol
|
cb4fff7aec
|
CWA-175 | added seed language parameter to wallet manager and wallet list service, created seed_language_page and seed_language_store, applied seed language page before create and restore wallet, added mnemonics
|
2020-02-28 22:16:39 +02:00 |
|
M
|
1315a53212
|
Replaced eu-node.cakewallet.io by xmr-node-eu.cakewallet.com and node.cakewallet.io by xmr-node-usa-east.cakewallet.com in remote nodes list. Added migration for change current remote node if user use old eu or usa remote node by new addresses. Changed way for set default remote node for initial setup by base on current user time zone.
|
2020-01-08 18:38:38 +02:00 |
|
M
|
78ec11de47
|
Fixed issues for linter and analyzer
|
2020-01-08 15:12:50 +02:00 |
|
M
|
69f4c127ab
|
Added the project
|
2020-01-04 21:31:52 +02:00 |
|