Commit graph

539 commits

Author SHA1 Message Date
Oleksandr Sobol
2322a4a73a CAKE-169 | fixed string resources 2020-12-02 20:47:53 +02:00
Oleksandr Sobol
aad33eb513 Merge remote-tracking branch 'origin/4.0.9' into CAKE-169-improve-new-node-screen-form
# Conflicts:
#	lib/generated/i18n.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
2020-12-02 20:42:41 +02:00
OleksandrSobol
4f280e103e CAKE-169 | added NodeSSL class with getter useSSl; applied useSSL in the connectToNode() method in the monero_wallet.dart; added dynamic parameter to ExecutedSuccessfullyState class; applied ExecuteState class to connect() method in the node_create_or_edit_view_model.dart; deleted connection_state.dart; deleted _isEffectsInstalled parameter from node_create_or_edit_page.dart 2020-12-02 20:26:41 +02:00
M
e745e56f2d Merge pull request #150 from cake-tech/CAKE-194-add-preseed-screen
Cake 194 add preseed screen
2020-12-01 21:40:30 +02:00
M
b4d0984ef3 Merge pull request #146 from cake-tech/CAKE-187-add-new-btc-address-for-validation
CAKE-187 | added new btc address for validation (address_validator.dart)
2020-12-01 21:13:56 +02:00
M
4887b84f04 Merge pull request #147 from cake-tech/CAKE-193-rename-receive-screen-button
CAKE-193 | renamed receive screen button
2020-12-01 21:12:15 +02:00
M
a78aa2ffe0 Merge pull request #148 from cake-tech/CAKE-191-remove-scan-the-qr-code-on-receive-screen
Cake 191 remove scan the qr code on receive screen
2020-12-01 21:10:34 +02:00
Oleksandr Sobol
ee666db21b CAKE-169 | fixed string resources 2020-11-30 21:37:20 +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
Oleksandr Sobol
cc9cb9001d CAKE-194 | fixed string resources 2020-11-27 23:16:47 +02:00
Oleksandr Sobol
4dcd17dc10 CAKE-194 | fixed string resources 2020-11-27 14:16:42 +02:00
OleksandrSobol
3ebc0627e7 CAKE-194 | added pre seed page to app; called pre seed page when creating new wallet from welcome an wallet list pages; added images to assets 2020-11-27 13:08:17 +02:00
OleksandrSobol
900b7ffedc CAKE-191 | removed Scan the qr code from qr widget 2020-11-26 19:50:58 +02:00
OleksandrSobol
8cf6d73daa CAKE-193 | renamed receive screen button 2020-11-24 15:01:16 +02:00
OleksandrSobol
29b03628e6 CAKE-191 | removed Scan the QR code from receive page 2020-11-24 14:51:59 +02:00
OleksandrSobol
e927df3712 CAKE-187 | added new btc address for validation (address_validator.dart) 2020-11-20 19:07:29 +02:00
OleksandrSobol
83fea0e9d3 CAKE-169 | made Save button disabled during testing connection to node (node_create_or_edit_page.dart) 2020-11-20 18:46:06 +02:00
Oleksandr Sobol
88477751c6 CAKE-169 | fixed string resources 2020-11-20 17:47:24 +02:00
OleksandrSobol
6cd6139fb3 CAKE-169 | created connection_state.dart; added connect() method and connectionState parameter to node_create_or_edit_view_model.dart; replaced Reset button to Connect button and added _setEffects() method to node_create_or_edit_page.dart; changed useSSL parameter from false to true in the connectToNode() method (monero_wallet.dart) 2020-11-19 21:13:54 +02:00
M
1afe4255a7 Another one fix for authentication bar disapearing. Changed build version to 20 for android, 4.0.8 (3) for iOS. 2020-11-17 14:31:09 +02:00
M
ce465ca622 Fixed authentication bar disapearing. Changed build version to 19 for android, 4.0.8 (2) for iOS. 2020-11-17 11:00:58 +02:00
M
d8ba6e411e Changed version for iOS project to 4.0.8 (1). Updated version of flutter_secure_storage. 2020-11-16 23:52:39 +02:00
M
6418b28c08 CAKE-177. CAKE-176. CAKE-115. 2020-11-16 20:17:03 +02:00
M
70cf8f4560 Disabled backups for android. Changed version to 4.0.7 2020-11-16 17:00:46 +02:00
M
1629d18c77 Merge branch '4.0.6' of github.com:cake-tech/cake_wallet_private into 4.0.6 2020-11-13 18:56:20 +02:00
M
6e24abe244 Update README.md 2020-11-13 18:54:29 +02:00
M
4ad03e7b33 Update README.md 2020-11-13 18:54:09 +02:00
M
99ce7c78d1 Changed app version to 4.0.6 2020-11-13 17:25:44 +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
fcaf7b4abb Changed app version to 4.0.5 2020-11-12 22:58:54 +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
M
3b4e6fc1bf Merge pull request #141 from cake-tech/CAKE-171-fiat-amount-displaying-bug-on-transaction-list
CAKE-171 | fixed fiat amount displaying bug on transaction list; move…
2020-11-12 22:25:38 +02:00
M
1a7c2d4d8a Merge pull request #142 from cake-tech/CAKE-168-blockheight-calculation-by-date
Cake 168 blockheight calculation by date
2020-11-12 22:20:46 +02:00
M
29247967e7 Fixes 2020-11-12 22:20:20 +02:00
M
c5d6826a07 Merge branch '4.0.4-fixes' of github.com:cake-tech/cake_wallet_private into 4.0.4-fixes 2020-11-12 22:02:47 +02:00
M
4e4cd08135 Hack for display login issue 2020-11-12 22:02:37 +02:00
M
381d559ea6 Merge pull request #140 from cake-tech/CAKE-147-make-back-button-bigger
Cake 147 make back button bigger
2020-11-12 21:48:17 +02:00
OleksandrSobol
d682f6504b CAKE-168 | fixed getHeightByDate method 2020-11-12 21:12:58 +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
M
52c5d11787 Fixes for biometrical auth for android 2020-11-12 20:07:13 +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
OleksandrSobol
7bbc14d549 CAKE-171 | fixed fiat amount displaying bug on transaction list; moved calculating price, type of fiat currency and display mode to transaction list item 2020-11-12 11:32:57 +02:00
M
37d3bf3fa9 Merge branch '4.0.4-fixes' of github.com:cake-tech/cake_wallet_private into 4.0.4-fixes 2020-11-12 10:17:14 +02:00
M
22f9f6bac9 Changed target skd version for android and project version 2020-11-12 10:16:56 +02:00
M
36b8cc9086 Merge pull request #137 from cake-tech/CAKE-160-remove-digit-after-dots-for-cryptobalance
CAKE-160 | added to format_amount.dart case when amount contains ',' …
2020-11-11 21:03:33 +02:00
OleksandrSobol
c18fb9e31b CAKE-147 | changed size of arrow_back_ios icon from 24 to 16 2020-11-11 20:52:46 +02:00
M
65c2abdedc Cleaned unneded logs 2020-11-11 18:06:19 +02:00
M
3d89c85462 Changed app version to 4.0.4 2020-11-11 17:55:42 +02:00
M
ad3142aeb9 Changed app font to Lato. Changes for anrdoid version 2020-11-11 17:55:18 +02:00
M
882c57a132 CAKE-91 2020-11-11 11:49:46 +02:00