Commit graph

171 commits

Author SHA1 Message Date
Omar Hatem
68a057b91b
CW-450 Add version code & version name to android configs (#1020)
* Add version code and version name to android configuration

* Update inject_app_details.sh

configure script to run on Linux
2023-08-04 20:02:05 +03:00
Omar Hatem
3ce4000dcf
Cw 78 ethereum (#862)
* Add initial flow for ethereum

* Add initial create Eth wallet flow

* Complete Ethereum wallet creation flow

* Fix web3dart versioning issue

* Add primary receive address extracted from private key

* Implement open wallet functionality

* Implement restore wallet from seed functionality

* Fixate web3dart version as higher versions cause some issues

* Add Initial Transaction priorities for eth
Add estimated gas price

* Rename priority value to tip

* Re-order wallet types

* Change ethereum node
Fix connection issues

* Fix estimating gas for priority

* Add case for ethereum to fetch it's seeds

* Add case for ethereum to request node

* Fix Exchange screen initial pairs

* Add initial send transaction flow

* Add missing configure for ethereum class

* Add Eth address initial setup

* Fix Private key for Ethereum wallets

* Change sign/send transaction flow

* - Fix Conflicts with main
- Remove unused function from Haven configure.dart

* Add build command for ethereum package

* Add missing Node list file to pubspec

* - Fix balance display
- Fix parsing of Ethereum amount
- Add more Ethereum Nodes 

* - Fix extracting Ethereum Private key from seeds
- Integrate signing/sending transaction with the send view model

* - Update and Fix Conflicts with main

* Add Balances for ERC20 tokens

* Fix conflicts with main

* Add erc20 abi json

* Add send erc20 tokens initial function

* add missing getHeightByDate in Haven

* Allow contacts and wallets from the same tag

* Add Shiba Inu icon

* Add send ERC-20 tokens initial flow

* Add missing import in generated file

* Add initial approach for transaction sending for ERC-20 tokens

* Refactor signing/sending transactions

* Add initial flow for transactions subscription

* Refactor signing/sending transactions

* Add home settings icon

* Fix conflicts with main

* Initial flow for home settings

* Add logic flow for adding erc20 tokens

* Fix initial UI

* Finalize UI for Tokens

* Integrate UI with Ethereum flow

* Add "Enable/Disable" feature for ERC20 tokens

* Add initial Erc20 tokens

* Add Sorting and Pin Native Token features

* Fix price sorting

* Sort tokens list as well when Sort criteria changes

* - Improve sorting balances flow
- Add initial add token from search bar flow

* Fix Accounts Popup UI

* Fix Pin native token

* Fix Enabling/Disabling tokens
Fix sorting by fiat once app is opened
Improve token availability mechanism

* Fix deleting token
Fix renaming tokens

* Fix issue with search

* Add more tokens

* - Fix scroll issue
- Add ERC20 tokens placeholder image in picker

* - Separate and organize default erc20 tokens
- Fix scrolling
- Add token placeholder images in picker
- Sort disabled tokens alphabetically

* Change BNB token initial availability

* Fix Conflicts with main

* Fix Conflicts with main

* Add Verse ERC20 token to the initial tokens list

* Add rename wallet to Ethereum

* Integrate EtherScan API for fetching address transactions
Generate Ethereum specific secrets in Ethereum package

* Adjust transactions fiat price for ERC20 tokens

* Free Up GitHub Actions Ubuntu Runner Disk Space

* Free Up GitHub Actions Ubuntu Runner Disk space (trial 2)

* Fix Transaction Fee display

* Save transaction history

* Enhance loading time for erc20 tokens transactions

* Minor Fixes and Enhancements

* Fix sending erc20
fix block explorer issue

* Fix int overflow

* Fix transaction amount conversions

* Minor: `slow` -> `Slow` 

* Update build guide

* Fix fetching fiat rate taking a lot of time by only fetching enabled tokens only and making the API calls in parallel not sequential

* Update transactions on a periodic basis

* For fee, use ETH spot price, not ERC-20 spot price

* Add Etherscan History privacy option to enable/disable Etherscan API

* Show estimated fee amounts in the send screen

* fix send fiat fields parsing issue

* Fix transactions estimated fee less than actual fee

* handle balance sorting when balance is disabled
Handle empty transactions list

* Fix Delete Ethereum wallet
Fix balance < 0.01

* Fix Decimal place for Ethereum amount
Fix sending amount issue

* Change words count

* Remove balance hint and Full balance row from Ethereum wallets

* support changing the asset type in send templates

* Fix Templates for ERC tokens issues

* Fix conflicts in send templates

* Disable batch sending in Ethereum

* Fix Fee calculation with different priorities

* Fix Conflicts with main

* Add offline error to ignored exceptions

---------

Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
2023-08-04 20:01:49 +03:00
Omar Hatem
e34ba6cfbc
Update app versions (#998) 2023-07-14 20:18:46 +03:00
Omar Hatem
e9b5c79a1e
V4.6.7 v1.3.8 (#971)
* - Replace payfura widget with direct browser link
- Remove Payfura widget class as it is duplicate for the web view page

* Revert removing swipe to delete wallet feature

* Pump app versions and update release notes
2023-06-20 15:27:07 +03:00
Omar Hatem
19cbc40e81
New versions 4.6.6 and 1.3.7 (#949)
Disable 'prevent screenshots' option from Desktop since it's not supported yet
2023-05-26 21:13:22 +03:00
Omar Hatem
4e4b3c7a56
Update Monero package (#942) 2023-05-25 15:46:45 +03:00
Omar Hatem
a0117096a8
- New version update (#924)
- Remove unAccepted URI schemes
2023-05-11 22:55:07 +03:00
Omar Hatem
367efb3cae
V4.6.4 fixes (#904)
* Check if context is still mounted or not before showing popup

* - Refactor Restore route flow
- Fix Monero.com restore from QR
- Remove deprecated restore classes
- Update Monero.com app version and notes

* Update Macos version and release notes

* Fixate android plugin versions as Flutter published new fail packages version

* Revert desktop changes as it's not supported yet to scan QR code on Desktop [skip ci]

* Revert macos version update [skip ci]
2023-04-27 17:06:09 +02:00
Omar Hatem
82b513d1f8
V4.6.3 bug fixes (#896)
* Add blocking screenshots native function to Monero.com [skip ci]

* Fix seeds QR data

* Update app versions and release notes [skip ci]

* Update only build number for macos since it wasn't released yet [skip ci]

* Fix adding sub-address

* Fix Accounts Popup UI

* Update app versions and release notes [skip ci]

* Fix add/edit node issue

* Update app versions and release notes [skip ci]

* Fix input fields focus/keyboard issues

* Update app versions and release notes [skip ci]
2023-04-26 14:59:27 +02:00
Omar Hatem
9d47e0e67c
V4.6.3_1.3.3 (#893)
* - Update App versions
- Add release notes

* Modify Monero.com release notes

* Fix issues with Frozen balance for Monero.com build

* Update cake wallet app build number
2023-04-24 14:02:17 +02:00
Omar Hatem
a3622fa90c
Update app versions (#860) 2023-04-03 20:42:12 +02:00
Omar Hatem
ab4d020560
New Version Updates v4.6.1 and v1.3.1 (#837) 2023-03-20 17:15:14 +02:00
OmarHatem
c986fce562 Update app versions 2023-03-06 20:09:17 +02:00
OmarHatem
0517efc711 Update build versions 2023-03-06 19:21:04 +02:00
OmarHatem
f7e7024ffe Update app versions 2023-03-03 01:52:46 +02:00
OmarHatem
4ab7edf90b Separate test build apk from overriding the original app 2023-03-01 07:01:17 +02:00
OmarHatem
1481ebc229 Separate test build apk from overriding the original app 2023-03-01 06:34:10 +02:00
OmarHatem
23128dbe3c Separate test build apk from overriding the original app 2023-03-01 05:40:52 +02:00
OmarHatem
576152de99 New Release versions
- Cake Wallet 4.5.8
- Monero.com 1.2.7
2023-02-08 21:42:23 +02:00
OmarHatem
a6adfc15d3 Update android build version for Cake Wallet [skip ci] 2023-02-03 01:15:23 +02:00
OmarHatem
6072fd09d6 Update app version 2023-02-02 15:54:59 +02:00
Justin Ehrenhofer
0dc7474e62 Bump Haven to 3.0.7
https://github.com/haven-protocol-org/haven-main/compare/v3.0.3...v3.0.7
2023-01-23 14:31:44 -06:00
Justin Ehrenhofer
5c742d127b Bump Haven to 3.0.3 2023-01-11 14:46:32 -06:00
OmarHatem
38b21e3254 new version
- cake wallet: v4.5.6
- monero: v1.2.5
2023-01-04 20:39:36 +02:00
OmarHatem
033560cf3a Test upgrading haven repo 2022-12-29 03:52:40 +02:00
OmarHatem
a3afcc19fe New App Version Cake Wallet v4.5.5 - Monero v1.2.4 2022-12-22 20:00:16 +02:00
OmarHatem
947d1e2f7c Pump app versions and build numbers [skip ci] 2022-12-15 22:15:03 +02:00
OmarHatem
8e01b2d67a Revert script changes in injecting app details [skip ci] 2022-12-14 19:27:44 +02:00
Omar Hatem
b4aff67467
Revert script changes in injecting app details [skip ci] 2022-12-14 19:21:51 +02:00
OmarHatem
de37b25f92 Revert script changes in injecting app details [skip ci] 2022-12-14 19:19:57 +02:00
OmarHatem
8a12683137 - Update version to 4.5.3 for cakewallet; 1.2.2 for monero.com
- Fix android script to injecting app details
2022-12-14 17:19:45 +02:00
mkyq
3d836d5dce
Update android build version for cakewallet to 136; monero.com 32. (#633) 2022-11-16 22:00:59 -05:00
mkyq
841b69aef7
Android exported (#632)
* Add android:exported="true" to android activity.

* Update build version for android for cakewallet to 135; monero.com 31.
2022-11-16 21:55:26 -05:00
mkyq
91941e7c80
Update build number for android cakewallet to 134; monero.com to 30. (#631) 2022-11-16 20:19:23 -05:00
mkyq
35007fcf3e
Update version to 4.5.1 for cakewallet; 1.2.1 for monero.com. (#629) 2022-11-16 18:33:12 -05:00
M
1efced7607 Update build version for cake wallet to 132; monero.com 28 2022-11-10 13:11:10 -05:00
mkyq
b6a6bf88ba
Update build number for cakewallet to 130; monero.com to 26 (#606) 2022-11-07 15:54:50 -05:00
mkyq
0a0f9e80fd
Update build version for cakewallet to 129; monero.com to 25 (#600) 2022-11-04 17:51:27 -04:00
mkyq
d40cd3ebad
Update build version for cake wallet to 128 (#594) 2022-11-03 19:14:48 -04:00
mkyq
8683b0f435
Update version for cake wallet to 4.5.0 and monero.com to 1.2.0 (#592) 2022-11-03 18:16:58 -04:00
mkyq
289f382eda
Merge branch 'main' into flutter-upgrade 2022-11-03 15:27:35 -04:00
M
a4a9ca2e73 Update build version 2022-10-27 17:36:53 -04:00
M
81cec4ae20 Update build version 2022-10-26 15:34:56 -04:00
M
d2b951f735 Update build version and build number 2022-10-21 12:45:24 -04:00
Omar Hatem
6046385236
Cw 178 additional accents for exchange (#526)
* Fix SimpleSwap create exchange (#522)

* Check for status code 201 instead of 200 to follow SimpleSwap API documentation

* allow 200 and 201 success status code

* Changed app version to 4.4.7 (1.1.1 for monero.com)

* Add new currencies
Separate a list for unsupported currencies for SideShift
Fix currencies normalization symbols

* Add new currencies

* Add Currencies validation and possible length

Co-authored-by: M <m@cakewallet.com>
2022-10-20 13:23:36 -04:00
M
40e4f7de1f Changed app version to 4.4.7 (1.1.1 for monero.com) 2022-09-26 17:15:51 -04:00
M
04e059a3de Update build number for android 2022-09-15 08:23:42 -04:00
mkyq
d137e570df
Update cake wallet version to 4.4.6 and monero.com to 1.1.0 (#503) 2022-09-07 14:30:50 +01:00
M
805d72219e Copy lib unbound to monero dir. 2022-08-10 15:40:39 +01:00
M
f44bf9eb00 Update versions for Cake Wallet and Monero.com 2022-08-09 17:58:51 +01:00
M
8919fdc4d2 Update OpenSSL, add unbound for android build scripts 2022-08-09 17:31:33 +01:00
mkyq
aa9ed08648
Release 4.4.4 (#451)
* Update build versions for Cake Wallet for ios and android.

* Add formatted crypto amount to xmr transaction for anypay transactions. Hide order id and payment id if they are not exists on payment status screen.

* Change build number for Cake Wallet ios and android.

* Change ionia api to production endpoint.

* Update version for monero.com app.

* Update build number to cake wallet.

* Fix for formatting amount for any_pay_payment totalAmount.
2022-08-04 14:27:28 +01:00
mkyq
3cfe2ec532
Fix/xmr anypay tx fix hide order (#447)
* Update build versions for Cake Wallet for ios and android.

* Add formatted crypto amount to xmr transaction for anypay transactions. Hide order id and payment id if they are not exists on payment status screen.

* Change build number for Cake Wallet ios and android.
2022-07-29 19:24:40 +01:00
mkyq
4bbde495ee
Update build versions for Cake Wallet for ios and android. (#445) 2022-07-28 19:15:26 +01:00
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
mkyq
b72443a8c4
Release 4.4.3 (#415)
* Add ability for change password for wallets classes.

* Update generateWalletPassword

* Add WalletLoadingService

* Add update monero password after wallet loading.

* Update version for Cake Wallet to 4.4.2 (103)

* Changed version for Cake Wallet to 4.4.3 (104).

* Changed version for Cake Wallet android

* Changed version for Monero.com ios and android.
2022-07-19 15:29:28 +01:00
M
b58b0002b0 Change version for monero.com to 1.0.6 2022-05-18 17:55:59 +01:00
M
7fc50cde46 Change build number for 4.4.1 version 2022-05-18 17:15:00 +01:00
M
08ffaaa69f Change version to 4.4.1 2022-05-18 10:20:40 +01:00
mkyq
e593f731b2
Merge pull request #321 from cake-tech/build_android_app_env
build: android: don't exit terminal if no app name specified
2022-04-12 16:45:11 +01:00
mkyq
075df9ef5f
Merge pull request #319 from cake-tech/build_android_zlib_fix
build: android: always clone zlib
2022-04-12 16:43:40 +01:00
M
04db28e276 Change version for monero.com app 2022-04-07 12:35:41 +01:00
M
3ecb37877e Change version to 4.4.0 for Cake Wallet. 2022-04-04 15:30:50 +01:00
M
f52450307e Rollback to use boost 1.72.0 for android. 2022-04-04 15:29:37 +01:00
M
b3cf61d762 Fix for path for wallet api files. 2022-04-01 13:54:04 +01:00
M
d2fea80882 Merge remote-tracking branch 'origin/main' 2022-04-01 13:50:43 +01:00
M
61e87d3f61 Fir for android build 2022-04-01 13:50:33 +01:00
M
d4b59d97de Fix for batch sending. Add build haven for cakewallet android app. 2022-04-01 13:48:55 +01:00
clear-xmr
cb2cc903e0 build: android: don't exit terminal if no app name specified 2022-04-01 11:27:33 +02:00
clear-xmr
09db6151e4 build: android: always clone zlib 2022-04-01 10:58:46 +02:00
mkyq
2337ae557e
Merge pull request #318 from cake-tech/build_android_openssl_nodocs
build: android: openssl: don't install docs
2022-03-31 21:47:35 +01:00
clear-xmr
ddf0d28c8a build: android: openssl: don't install docs 2022-03-31 22:42:29 +02:00
clear-xmr
8b96f8a3af build: android: bump Boost to 1.75 2022-03-31 22:33:24 +02:00
M
7746b80eed Change build version 2022-03-31 19:00:33 +01:00
mkyq
496632eea9
Merge pull request #316 from cake-tech/build_android_haven_cb
build: android: fix unportable shebang
2022-03-31 18:55:11 +01:00
clear-xmr
e4526bcfd2 build: android: fix unportable shebang 2022-03-31 16:47:50 +02:00
clear-xmr
de3dcb9e02 build: android: use git repo for zlib 2022-03-31 14:37:50 +02:00
mkyq
67e935b692
Merge pull request #311 from cake-tech/monero_17_3
Update Monero to v0.17.3.0
2022-03-31 14:03:47 +02:00
clear
3046581a91
android: build: allow configuring build threads (#313) 2022-03-31 12:58:30 +01:00
mkyq
01150ef2a7
Hv (#295)
* hv
* Change build version
2022-03-30 17:57:04 +02:00
clear-xmr
cf046b4682 Update Monero to v0.17.3.0 2022-03-30 12:45:48 +02:00
M
5902fbf36d Change project version 2022-02-08 10:59:52 +02:00
M
d049579af0 Change build number 2022-02-03 20:04:52 +02:00
M
2480e4d984 Change app version 2022-02-03 15:52:40 +02:00
M
d6f3d0bd16 Change version for monero.com 2022-02-03 14:12:02 +02:00
M
66d4b959af Change bundle id for monero.com android app 2022-02-01 10:47:12 +02:00
M
b20313fc77 Update app version 2022-01-31 16:29:40 +02:00
M
c2dfa3330d Change build version for android and ios projects. 2022-01-27 15:28:26 +02:00
M
860e904816 Change build number. Remove fixed rate checkbox on exchange screen. 2022-01-24 18:46:02 +02:00
M
db753241a5 Changed project version and build number 2022-01-24 17:27:39 +02:00
M
3bb338190e Change version for android project and build number for ios project. 2022-01-18 19:49:37 +02:00
M
22d285966d Change build number for android app to 80 2022-01-14 21:10:51 +02:00
M
68d9c890b1 Change version to 4.3.2 (75) for android app 2022-01-14 20:47:46 +02:00
M
414ea8c443 Fix android app icon 2022-01-14 20:35:29 +02:00
M
0f02c4f0c1 Change version to 4.3.1 Update pub spec for cw_monero. 2022-01-14 14:41:30 +02:00
M
1a0d33ee31 Fixes for android bundle id. Fixes for feeRates picking for electrum wallets. Change ios build number to 72. 2022-01-13 16:48:42 +02:00
M
6481ba2822 Fixes for available addresses for electrum based wallets. 2022-01-13 15:48:26 +02:00
M
5e172f982f Added AndroidManifest to gitignore 2022-01-12 17:04:10 +02:00
M
d6b9753ffa Change version to 4.2.9 Fixes for randomAddress for electrum wallet 2022-01-12 15:57:23 +02:00
M
26f6be0ce6 Update build scripts for android 2022-01-11 20:20:44 +02:00