Oleksandr Sobol
|
30baad314a
|
Merge branch '4.0.9' into CAKE-185-digits-limit-on-monero-transaction
# Conflicts:
# 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-03 15:55:19 +02:00 |
|
Oleksandr Sobol
|
c21fd04345
|
CAKE-185 | fixed string resources
|
2020-12-03 15:47:13 +02:00 |
|
Oleksandr Sobol
|
1755343ce0
|
Merge remote-tracking branch 'origin/CAKE-185-digits-limit-on-monero-transaction' into CAKE-185-digits-limit-on-monero-transaction
|
2020-12-03 15:06:15 +02:00 |
|
Oleksandr Sobol
|
27cbb43c73
|
Merge remote-tracking branch 'origin/4.0.9' into CAKE-185-digits-limit-on-monero-transaction
# Conflicts:
# 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-03 15:04:59 +02:00 |
|
OleksandrSobol
|
458079d3ae
|
CAKE-185 | added title property to TradeIsCreatedFailure class; applied title property in the createTrade() method (exchange_view_model.dart); applied title property as alert title in the exchange_page.dart
|
2020-12-02 21:51:06 +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
|
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 |
|
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
|
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 |
|
Oleksandr Sobol
|
4f43e963bf
|
CAKE-185 | fixed string resources
|
2020-11-27 09:52:10 +02:00 |
|
OleksandrSobol
|
4cb4ede2d3
|
CAKE-185 | added validation of amount for xmr.to provider in the exchange_page.dart; added isValidAmount() to exchange_view_model.dart
|
2020-11-26 21:04:05 +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
|
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
|
6418b28c08
|
CAKE-177. CAKE-176. CAKE-115.
|
2020-11-16 20:17:03 +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 |
|
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
|
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
|
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 |
|
OleksandrSobol
|
c18fb9e31b
|
CAKE-147 | changed size of arrow_back_ios icon from 24 to 16
|
2020-11-11 20:52:46 +02:00 |
|
M
|
ad3142aeb9
|
Changed app font to Lato. Changes for anrdoid version
|
2020-11-11 17:55:18 +02:00 |
|
M
|
f5e19a13ab
|
Fixes.
|
2020-11-11 00:24:50 +02:00 |
|
M
|
93049b4aa1
|
Fixes for exchanges. CAKE-159.
|
2020-11-10 16:58:40 +02:00 |
|
M
|
03f47e393c
|
Fixes.
|
2020-11-10 01:14:47 +02:00 |
|
OleksandrSobol
|
c729f86ac8
|
CAKE-147 | changed back button image to arrow_back_ios icon with size 24; changed size of leading to 37 (base page)
|
2020-11-09 17:01:58 +02:00 |
|
M
|
b17e7744c6
|
Fixes
|
2020-11-06 20:54:00 +02:00 |
|
M
|
fdb0f49f88
|
Fixes.
|
2020-11-04 17:54:44 +02:00 |
|
M
|
a7a0f59b9c
|
Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into new-world
|
2020-11-04 00:29:15 +02:00 |
|
M
|
7e33f1ae0a
|
CAKE-150
|
2020-11-04 00:29:06 +02:00 |
|
M
|
73133d71fe
|
Merge pull request #133 from cake-tech/CAKE-143-implement-newexchange-alert
Cake 143 implement newexchange alert
|
2020-11-04 00:08:07 +02:00 |
|
Oleksandr Sobol
|
68fa60954d
|
CAKE-145 | changed twitter link and name on the settings page; changed text on the rescan page; changed reconnect alert text; changed button color on create account and create new subaddress pages; changed title of create new subaddress page
|
2020-11-02 18:11:51 +02:00 |
|
Oleksandr Sobol
|
b642f9986f
|
CAKE-143 | added localization to exchange alert
|
2020-11-02 15:02:40 +02:00 |
|
OleksandrSobol
|
7ce30e08b0
|
CAKE-143 | added status parameter to exchange_view_model.dart; called alert when user tries exchange deposit xmr currency but wallet is not synchronized
|
2020-11-02 13:33:45 +02:00 |
|
M
|
5524efb44d
|
Merge pull request #131 from cake-tech/CAKE-133-add-localization
CAKE-133 | added localization to change current wallet alert, to crea…
|
2020-10-30 19:43:05 +02:00 |
|
M
|
a8e62188aa
|
Merge pull request #132 from cake-tech/CAKE-141-xmr_to-exchange-screen-description
CAKE-141 | changed description for xmr.to on exchange and exchange te…
|
2020-10-30 19:37:23 +02:00 |
|
M
|
8117a993f1
|
Merge pull request #129 from cake-tech/CAKE-135-validation-alert
CAKE-135 | removed validation alert in the send and exchange pages wh…
|
2020-10-30 19:36:09 +02:00 |
|
Oleksandr Sobol
|
11d85accec
|
CAKE-141 | changed description for xmr.to on exchange and exchange template pages
|
2020-10-30 19:28:20 +02:00 |
|
Oleksandr Sobol
|
0473d342f3
|
CAKE-133 | added localization to change current wallet alert, to create new wallet popup, to seed alert
|
2020-10-30 18:40:42 +02:00 |
|
M
|
9f498f30a2
|
CAKE-134. CAKE-139. FIXES.
|
2020-10-30 18:32:21 +02:00 |
|