Commit graph

483 commits

Author SHA1 Message Date
M
03f47e393c Fixes. 2020-11-10 01:14:47 +02:00
M
c2e7a854bb Changed ios project version to 4.0.2 2020-11-08 22:44:55 +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
8a55d566c6 Fixed migration for pin length. Fixed issue for change of current address on dashboard address page. 2020-11-06 15:12:38 +02:00
M
164fb8b916 Updated xmr.to description 2020-11-04 19:38:18 +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
M
96c9542704 Merge pull request #134 from cake-tech/CAKE-144-exchange-screen-fixes
CAKE-144 | changed string resources on the exchange page
2020-11-04 00:06:52 +02:00
M
bea3a3d88e Merge pull request #135 from cake-tech/CAKE-145-pre-release-fixes
CAKE-145 | changed twitter link and name on the settings page; change…
2020-11-04 00:06:13 +02:00
M
76581505a0 CAKE-149 2020-11-03 18:57:36 +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
c65efd9452 CAKE-144 | changed string resources on the exchange page 2020-11-02 16:03:19 +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
M
827cda617b Merge pull request #130 from cake-tech/CAKE-136-user-can't-add-node-address-with-dash
CAKE-136 | added "-" symbol to node_address_validator.dart; changed m…
2020-10-30 19:35:51 +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
M
ed72cee3f4 CAKE-137 2020-10-30 15:56:23 +02:00
M
f59812fe4a CAKE-83 2020-10-30 15:33:03 +02:00
OleksandrSobol
9748caf407 CAKE-136 | added "-" symbol to node_address_validator.dart; changed minLength from 1 to 0 in the node_port_validator.dart 2020-10-30 15:11:20 +02:00
OleksandrSobol
18e2df4f40 CAKE-135 | removed validation alert in the send and exchange pages when clear/reset buttons was pushed (applied _formKey.currentState.reset()) 2020-10-30 14:42:23 +02:00
M
68f748b09a Changed min ios version to 11.0. Fixes. 2020-10-30 12:39:07 +02:00
M
596706fd2e Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into new-world 2020-10-29 20:10:19 +02:00
M
882f13011c Fixes. 2020-10-29 20:10:09 +02:00
M
e7574c51f6 Merge pull request #127 from cake-tech/CAKE-130-change-exchange-screen
Cake 130 change exchange screen
2020-10-29 20:06:46 +02:00
M
9decb7d324 Merge pull request #126 from cake-tech/CAKE-129-add-new-btc-address-in-the-validation
CAKE-129 | added new length of the new btc address in the address val…
2020-10-29 20:04:40 +02:00
M
ee60244dc2 Merge pull request #125 from cake-tech/CAKE-123-change-telegram-bot-name
CAKE-123 | changed Telegram bot name in the settings page
2020-10-29 20:04:13 +02:00
M
b8e435ea8e Fixes. 2020-10-29 12:49:07 +02:00
Oleksandr Sobol
863a18ea78 CAKE-130 | fixed string resources 2020-10-28 20:20:07 +02:00
OleksandrSobol
bf491c7d14 CAKE-130 | confirmation button shown only for pairs when user send xmr; if provider is xmr.to then button title is Confirm, else button title is Send XMR 2020-10-28 19:33:04 +02:00
OleksandrSobol
692c460988 CAKE-129 | added new length of the new btc address in the address validator 2020-10-26 19:28:36 +02:00
OleksandrSobol
4dce12e2df CAKE-123 | changed Telegram bot name in the settings page 2020-10-26 19:19:48 +02:00
M
44e55f0bc4 Changed background and text colors of confirm buttons on disclaimer and restore wallet screens. 2020-10-26 11:58:16 +02:00
M
f7fe9d76a5 Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into new-world 2020-10-26 11:38:22 +02:00
M
e2c6cb6f4b Fixed loading of setup pin screen from welcome screen for restore case. Renamed 'Next' to 'Restore' for confirm button on restore wallet screen. Removed 'Bitcoin' from welcome screen. 2020-10-26 11:38:01 +02:00
Tanner Silva
cd5426da81 generateName() now returns strings with capitalized words 2020-10-24 13:51:12 -05:00
M
082a5f0b6c Fixes 2020-10-24 17:35:55 +03:00
M
71e02f429d Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into rework-restore-wallet 2020-10-24 15:55:31 +03:00
M
588d93c1a4 Fixes 2020-10-24 15:55:24 +03:00
M
db7e36962b Merge pull request #124 from cake-tech/CAKE-126-unite-show-seed-and-show-keys-screens
Cake 126 unite show seed and show keys screens
2020-10-23 18:41:20 +03:00
M
57eaeb547b Merge pull request #121 from cake-tech/CAKE-116-all-button-validation-bug
CAKE-116 | added AllAmountValidator class to the amount_validator.dar…
2020-10-22 21:30:32 +03:00
M
d881317a76 Merge pull request #122 from cake-tech/CAKE-119-make-qr-code-more-bright-on-the-dark-mode
CAKE-119 | applied white color to qr code on the dark mode (qr widget…
2020-10-22 21:29:49 +03:00
M
8f1c543e8e Merge pull request #123 from cake-tech/CAKE-120-xmr_to-exchange-description
CAKE-120 | added xmr.to exchange description to exchange and exchange…
2020-10-22 21:29:02 +03:00