mkyq
418c9563fe
Ionia ( #437 )
...
* Initial ionia service
* Ionia manage card UI (#374 )
* design ui for cakepay
* Add manage cards page ui
* create auth ui for ionia
* add authentication logic
* implement user create card
* Add ionia merchant sevic
* Add anypay. Add purschase gift card.
* display virtual card (#385 )
* display virtual card
* fix formatting
* Remove IoniaMerchantService from IoniaViewModel
* Add hex and txKey for monero pending transaction.
* Changed monero version and monero repo to cake tech.
* Add anypay payment. Add filter by search for ionia, add get purchased items for ionia.
* Fix for get transactions for hidden addresses for electrum wallet
* Add ionia categories.
* Add anypay commited info for payments.
* Update UI with new fixes (#400 )
* Change ionia base url. Add exception throwing for error messaging for some of ionia calls.
* CW-102 fix logic for ionia issues (#403 )
* refactor tips (#406 )
* refactor tips
* refactor ionia tips implementation
* Cw 115 implement gift cards list for ionia (#405 )
* Implement show purchased cards
* fix padding
* Fixes for getting of purchased gift cards.
* Implement gift card details screen (#408 )
* Implement gift card details screen
* Add redeem for ionia gift cards
* Fix navigation after ionia opt redirection.
* Fix update gift cards list.
* Add payment status update for ionia.
* Add usage instruction to gift card.
* Add copy for ionia gift card info.
* Change version for Cake Wallet ios.
* Add localisation (#414 )
* Fixes for fiat amounts for ionia.
* CW-128 marketplace screen text changes (#416 )
* Change text on marketplace
* fix build issues
* fix build
* UI fixes for ionia.
* UI fixes for ionia. (#421 )
* CW-129 ionia welcome screen text changes (#418 )
* update welcome text
* Update localization
* Cw 133 (#422 )
* UI fixes for ionia.
* Fixes for display card item on gift cards screen.
* Fix signup page (#419 )
* Changed tips for ionia.
* Cw 132 (#425 )
* UI fixes for ionia.
* Changed tips for ionia.
* Cw 131 (#426 )
* UI fixes for ionia.
* Changed tips for ionia.
* Fixes for IoniaBuyGiftCardDetailPage screen. Renamed 'Manage Cards' to 'Gift Cards'. Hide discount badge label for 0 discount.
* Change ionia heading font style (#427 )
* Fix for AddressResolver in di
* Changed build number for Cake Wallet ios.
* fix currency format for card details and routing for mark as redeemed (#431 )
* fix terms and condition overflow in ionia (#430 )
* fix terms and condition scroll
* fix color issues
* reuse
* refactor widget
* Remove IoniaTokenService
* Change api for ionia to staging
* Update versions for Cake Wallet for android and ios.
* Fixes for instructions. Remove diplay error on payment status screen.
* Change build versions for Cake Wallet
* Add ionia sign in.
* Update for discounts and statuses for ionia merch.
* Fixes for qr/barcode on ionia gift card screen.
* Fixed formatting for display ionia discounts.
* Fix merchant.discount.toStringAsFixed issue
* Add savingsPercentage to ionia merch discount.
* Change build number for Cake Wallet ios and android.
* Disable ionia for haven (#440 )
Co-authored-by: Godwin Asuquo <41484542+godilite@users.noreply.github.com>
2022-07-28 18:03:16 +01:00
M
63a0395c2d
Remove Next Address button and logic for electrum wallets. Add disclaimer for electrum wallets on address screen. Change way for generation of current receive and change addresses.
2022-01-24 14:04:23 +02:00
M
25607bdcae
Change way for generate change and receive addresses.
2022-01-18 18:27:33 +02:00
M
c55144b0f0
Fixes for Litecoin transaction priorities
2022-01-12 18:13:16 +02:00
M
50f7dc0640
Fixes for casting Litecoin wallets to Bitcoin wallets. Instead of that is using Electrum wallet class.
2022-01-12 15:33:56 +02:00
M
cfb82dd02d
Changed way for generation of change address for electrum wallets. Remove some yats call.
2022-01-12 15:20:43 +02:00
M
4535a1aaa8
Move bitcoin and monero parts into self modules.
2021-12-24 14:52:08 +02:00
M
e6b1da376d
Configure wallet types for the app
2021-12-24 14:41:34 +02:00
M
c76ffd6327
Fixes for electrum
2021-12-08 12:46:01 +00:00
M
42104fd825
Yat, electrum addresses fixes
2021-12-08 11:09:38 +00:00
OleksandrSobol
3b649ef682
CAKE-359 | added text field for extracted (from Yat, Unstoppable Domains, OpenAlias) address to send_card.dart; added extractedAddress and isParsedAddress parameters to output.dart; applied extractedAddress to monero_wallet.dart and electrum_wallet.dart; added TextValidator to send_view_model.dart
2021-09-22 16:47:10 +03:00
OleksandrSobol
a5831a25e7
CAKE-345 | merged CAKE-349 branch into current
2021-08-16 11:30:48 +03:00
OleksandrSobol
3967cc8d40
CAKE-345 | fixed conditions in electrum_wallet.dart and monero_wallet.dart
2021-08-13 15:06:40 +03:00
OleksandrSobol
a8375321bc
CAKE-345 | applied "any" method instead "where" and made single conditions in the createTransaction method (electrum and monero wallets); renamed credentialAmount on totalAmount and made it final in the monero_wallet.dart; made optional paymentId in createTransaction and createTransactionMultDest methods in the transaction_history.dart
2021-08-11 15:20:09 +03:00
OleksandrSobol
1e3ec8da1c
CAKE-345 | added monero_output.dart to the app; fixed transaction_history.dart; renamed SendItem on Output; calculated formattedCryptoAmount in the output.dart; used outputs list instead sendItemList; fixed bitcoin_transaction_credentials.dart, electrum_wallet.dart, monero_transaction_creation_credentials.dart, monero_wallet.dart, exchange and send pages, view models
2021-08-10 17:52:35 +03:00
OleksandrSobol
3abb78febf
Merge branch 'main' into CAKE-345-batch-sending
...
# Conflicts:
# lib/bitcoin/electrum_wallet.dart
2021-08-04 17:43:03 +03:00
M
ecce85b9b5
Changed text for no inputs exception.
2021-07-26 14:05:52 +03:00
M
b0724348a1
Added verification for unspent coins while transaction creation.
2021-07-23 19:10:22 +03:00
OleksandrSobol
a1c6b0be3f
Merge branch 'release-4.2.4' into CAKE-345-batch-sending
...
# Conflicts:
# lib/src/screens/send/send_page.dart
2021-07-22 19:56:17 +03:00
OleksandrSobol
c14d021f07
CAKE-345 | merged release-4.2.4 branch into current and resolved problems
2021-07-22 19:48:26 +03:00
OleksandrSobol
2a047e1f51
Merge branch 'release-4.2.4' into CAKE-345-batch-sending
...
# Conflicts:
# lib/bitcoin/electrum_wallet.dart
# lib/src/screens/send/send_page.dart
# lib/src/screens/send/send_template_page.dart
# lib/view_model/send/send_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_hr.arb
# res/values/strings_it.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-07-22 17:52:48 +03:00
OleksandrSobol
dd947bdba1
Merge branch 'release-4.2.4' into CAKE-333-ltc-sending-bug
...
# Conflicts:
# lib/src/screens/send/send_page.dart
2021-07-22 14:36:07 +03:00
M
3dd1bdabcc
Merge branch 'release-4.2.4' into CAKE-334-unspent-coins-control-application-logic
2021-07-22 10:48:22 +03:00
OleksandrSobol
7b2d89f96f
CAKE-345 | changed bitcoin transaction credentials; reworked createTransaction() method in the electrum_wallet.dart for batch sending; fixed exchange_trade_page.dart and send_page.dart; reworked confirm_sending_alert.dart; fixed _credenials() and commitTransaction() methods in the send_view_model.dart
2021-07-20 18:03:49 +03:00
OleksandrSobol
0d367c4b45
CAKE-343 | added bitcoin_wallet_addresses.dart and litecoin_wallet_addresses.dart tj the app; moved addresses from wallets to wallet addresses classes; deleted wallet addresses credentials
2021-07-13 08:46:34 +03:00
OleksandrSobol
e03f0ce4d3
CAKE-343 | added wallet_addresses.dart, monero_wallet_addresses.dart, electrum_wallet_addresses.dart, wallet_addresses_credentials.dart, monero_wallet_addresses_credentials.dart and electrum_wallet_addresses_credentials.dart to the app; applied ElectrumWalletAddresses to electrum_wallet.dart and MoneroWalletAddresses to monero_wallet.dart; fixed contact_list_view_model.dart, other view models and services
2021-07-08 17:52:48 +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
7724d5e248
CAKE-333 | fixed commit() method in the pending_bitcoin_transaction.dart; added bitcoin_commit_transaction_exception.dart to the app
2021-06-24 18:59:19 +03:00
OleksandrSobol
6709b7779a
CAKE-343 | applied subaddresses for contact book; added addresses field to wallet_info.dart; added updateAddressesInfo() to wallet_base.dart; applied updateAddressesInfo() to wallet services and view models
2021-06-18 15:36:49 +03:00
M
643da68048
Minor bug fixes. 4.2.1.
2021-05-12 18:06:39 +03:00
M
a439560d4d
Fixes for LTC and added banner for old bitcoin electrum wallets.
2021-05-11 16:52:48 +03:00
M
b096123ea1
Fixed mnemonic generation call for litecoin service.
2021-05-10 20:01:54 +03:00
M
2b4248e30b
Merged main into ltc.
2021-05-10 19:51:13 +03:00
M
1cb27d9da3
Fixes for LTC electrum nodes available.
2021-05-10 19:00:20 +03:00
M
bcd4fdd5e0
Changed random seed generation for bitcoin.
2021-05-10 13:06:57 +03:00
M
595636c24d
Fixes for LTC.
2021-05-07 21:59:03 +03:00
M
35a76cd0e7
Merged main into ltc.
2021-05-07 10:39:08 +03:00
M
1330966794
Reworked electrum wallet. Added Litecoin wallet.
2021-05-07 10:36:38 +03:00
M
d23228ac01
Updated bitcoin slow transaction priority. Changed version to 4.1.6.
2021-04-21 11:59:13 +03:00
M
390a2f6adb
Update bitcoin_wallet.dart
2021-04-06 18:54:22 +03:00
OleksandrSobol
13923d7781
CAKE-305 | saved btc wallet in the nextAddress() method
2021-04-01 19:14:43 +03:00
M
35aabcd248
Estimated fee rates.
2021-02-13 00:38:34 +02:00
M
0bc804c284
Fixes. Changed terms of use text.
2021-02-01 20:12:37 +02:00
M
2ce34919bf
Fixes for backups for Android. Fixes for send almost all amount.
2021-01-29 22:18:07 +02:00
M
e3b8ea1128
CAKE-234
2021-01-27 15:51:51 +02:00
M
7ba379f388
Another beautiful day fixes and changed version again!
2021-01-12 20:58:42 +02:00
M
a4ead9c2ba
Another beautiful day fixes
2021-01-12 13:14:28 +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
26a30a62f0
Changed address list for btc wallet type. Changed android and ios projects version.
2021-01-07 14:19:21 +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
7f2b109381
Fixed balance dispaying. Changed updating of balance after sending. Changed text for pre seed screen for btc wallet type.
2020-12-21 22:20:46 +02:00
M
72bb8af6f3
FIxes(2).
2020-12-18 17:49:10 +02:00
M
91fd0e8261
Fixes(1).
2020-12-17 22:50:26 +02:00
M
4a2f1e48ff
Fixes.
2020-12-17 15:39:21 +02:00
M
02ebc54a38
Fixed updating of transactions history. Added support for part formatted electrum server response
2020-12-16 21:16:47 +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
M
43e602b71e
Added p2sh address to output script.
2020-12-08 23:47:08 +02:00
M
93653d4554
Added validation for bitcoin seed. Changed transaction properties for bitcoin wallet type. Added special text after sending for bitcoin.
2020-12-03 21:34:56 +02:00
M
62a877dd61
Fixes
2020-11-30 19:17:44 +02:00
M
9ad76376d9
Mnemonic for electrum
2020-11-27 11:52:05 +02:00
M
e8f53766a0
Added selection of new wallet type. Returned support of bitcoin wallet.
2020-11-12 18:31:53 +02:00
M
649d6dfb59
Recreated ios project (with Swift). Started working on iOS migration. Added iOS specific plagin for get decrypted content of encrypted files (legacy support).
2020-09-21 18:41:44 +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
16fbd9250d
Merge redesign part 4.
2020-09-09 17:13:44 +03:00
M
70ff011fc6
Merge redesign part 3.
2020-09-07 18:13:39 +03:00
M
eaa5d48bb6
Fixes
2020-08-31 17:39:12 +03:00
M
fec2ec2845
Updated for flutter 1.20.x
2020-08-31 11:44:58 +03:00
M
24d139e540
TMP 2
2020-08-29 13:19:27 +03:00
M
6aaac93fa8
TMP 0
2020-08-27 19:54:34 +03:00
M
5eefd6a31b
TMP
2020-08-25 19:32:40 +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
b605a98811
TMP
2020-05-26 18:27:10 +03:00
M
1d793ab284
BTC
2020-05-12 15:04:54 +03:00