10208 Commits

Author SHA1 Message Date
Cristian Lungu
f3fd33d63a
fix: tx confirmation title network color 2024-11-05 14:06:13 +02:00
Cristian Lungu
08fea7fe5f
fix: input amount fee rebase leftover 2024-11-05 13:46:43 +02:00
Cristian Lungu
792caf5259
fix: tx confirmation summary-info address initials 2024-11-05 13:34:37 +02:00
Cristian Lungu
c02d97d380
fix: hide "Amount received" on collectible confirmation 2024-11-05 13:33:46 +02:00
Cristian Lungu
3001fa91e9
ref: extracted transaction title component 2024-11-05 13:33:20 +02:00
Cristian Lungu
2714c7b9e5
fix: network-values reagent warning 2024-11-05 11:52:45 +02:00
Cristian Lungu
307155a4ca
ref: split tx confirmation subs into components 2024-11-04 20:23:41 +02:00
Cristian Lungu
a5ef314d6a
ref: account summary from tx confirmation 2024-11-04 20:21:07 +02:00
Cristian Lungu
2ba16e6762
fix: refactored send confirmation title 2024-11-04 20:21:07 +02:00
Cristian Lungu
6acda08ebb
fix: network-values amount should be fixed 2024-11-04 20:16:12 +02:00
Cristian Lungu
90166ad45a
fix: sending BonderFee as string 2024-11-04 20:16:11 +02:00
Cristian Lungu
ef8490961a
fix: addressed review comments 2024-11-04 20:16:11 +02:00
Cristian Lungu
e4ae78bb25
test: added subscription tests 2024-11-04 20:16:11 +02:00
Cristian Lungu
ea07780e9c
fix: lint 2024-11-04 20:16:11 +02:00
Cristian Lungu
ff569f328a
fix: wallet input component tests 2024-11-04 20:16:11 +02:00
Cristian Lungu
e4b42fc0ca
fix: tests for estimated-received 2024-11-04 20:16:10 +02:00
Cristian Lungu
9397dd46e8
feat: added bridge bonder-fee info sheet 2024-11-04 20:16:10 +02:00
Cristian Lungu
34d6b3c1d5
feat: moved send estimated-fees in separate ns 2024-11-04 20:16:10 +02:00
Cristian Lungu
3c7d299ef7
feat: title-icon prop for quo/data-item 2024-11-04 20:16:10 +02:00
Cristian Lungu
43a8be9d52
fix: route out value not using token decimals 2024-11-04 20:16:10 +02:00
Cristian Lungu
adff7a5120
ref: moved estimated received from event to sub 2024-11-04 20:16:09 +02:00
Cristian Lungu
4db4b5c84b
test: added test cases for out amount and received 2024-11-04 20:16:09 +02:00
Cristian Lungu
23d84a54fc
fix: show correct bridge values for to/received/fees 2024-11-04 20:16:09 +02:00
Cristian Lungu
5d51ae55b5
test: estimated-received-by-chain-test tests 2024-11-04 20:16:09 +02:00
Cristian Lungu
d51d88fc0b
ref: added token precision constant 2024-11-04 20:16:09 +02:00
Cristian Lungu
bf8fa45e52
fix: using estimated received value for transactions 2024-11-04 20:16:08 +02:00
Lungu Cristian
077b885617
Fix wallet action buttons alignment (#21514)
* fix: wallet-ctas dynamic spacing

* fix: updated bridge icon according to designs
2024-11-04 20:01:54 +02:00
Tetiana Churikova
2e42da5996
gh: added Type (#21472) 2024-11-04 16:53:18 +01:00
Tetiana Churikova
f6dc9d1ad3
e2e: skipping waku tests and fixes (#21471) 2024-11-04 16:33:03 +01:00
Mohamed Javid
9f1eb60e21
chore_: Remove Goerli code (#21508)
This commit removes the goerli-related code from the mobile repo.

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-11-04 18:10:36 +05:30
Mohamed Javid
8e7d5233df
fix(wallet)_: Bridging tx improvements (#21523)
This commit fixes two issues faced in L1 to L2 tx:

- fail with 'L1_ETH_BRG: Value does not match amount' error
- reverted tx due to out of gas error

Status go changes: https://github.com/status-im/status-go/pull/6012

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-11-04 15:04:36 +05:30
Mohamed Javid
4f40fda6a3
fix(wallet)_: Chain prefix for ENS resolved address (#21504)
This commit removes chain prefixes being added to ENS resolved address in send flow

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-11-01 21:09:59 +05:30
flexsurfer
f0079961f4
[#21316] Keycard - Allow user to migrate existing Profile to the new … (#21467) 2024-11-01 12:48:07 +01:00
Lungu Cristian
9862abb7eb
Fix "Failed to get dApps" error when a session expired (#21531)
* fix: pass the topic instead of entire session

* chore: added logs for future debugging
2024-10-30 15:51:26 +02:00
Brian Sztamfater
6d7697870d
feat(swap): add metrics for swaps (#21485)
Signed-off-by: Brian Sztamfater <brian@status.im>
2024-10-29 12:01:47 -03:00
Parvesh Monu
4f53a2b11e
fix No tabs are available in the app on Graphene OS (#21520) 2024-10-29 20:14:26 +05:30
Siddarth Kumar
fd9e8273e1
chore(deps)_: use gradle plugin to get deps (#21502)
related issue : https://github.com/status-im/status-mobile/issues/15447

This commit makes use of https://github.com/gradle/github-dependency-graph-gradle-plugin to generate deps so that we may get rid of the AWK script that parses `gradle` output to figure out `gradle` dependencies.

credits to Vedran for doing initial research on this dependency generator plugin.

We still miss a few dependencies and are not completely able to get rid of the hack list step just yet.

I also moved `react-native-share` out of  `pluginManagement ` block in `android/settings.gradle` because it does not belong there.
2024-10-29 11:39:50 +05:30
Parvesh Monu
6afaba23b5
fix Error when creating an account on e2e build (#21496) 2024-10-29 00:54:07 +05:30
Mohamed Javid
4aef76281c
fix(wallet-settings)_: Icon color in missing keypair section (#21498)
This commit fixes the icon color in the missing keypair section

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-10-28 15:53:25 +05:30
Mohamed Javid
c62d7d501e
fix(wallet)_: token supported networks (#21451)
This commit 
- fixes the networks/chains supported by the token based on the token list fetched from status-go instead of relying on the balance-per-chain map as status-go returns balance for chains only if there is a positive balance
- adds supported-networks key to token data map for network details

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-10-24 16:00:18 +05:30
Sean Hagstrom
65cdb0dfe7
chore: refactor screens definitions and add more navigation events for screens (#21328)
This change refactors the navigation-screens namespace to organise each screen definition into a group based on the app features. It also adds some metrics tracking to all the of the screens defined in the navigation-screens namespace. 

Additionally, in this change we've introduced a new build configuration for shadow-cljs which allows us to conditionally include code for certain shadow-cljs builds. In this case, we've decided to only exclude the metrics re-frame interceptor from being required when running the component-tests build. This is due to a complication with the metrics interceptor depending on the navigation-screens namespace, which would eventually require many other third-party dependencies that do not have mocks defined for the component tests. To avoid defining more mocks, we've avoided requiring the metrics interceptor for now.
2024-10-23 08:28:41 -07:00
Mohsen
ea18966f33
[#21439] fix: close swap flow after confirmation (#21466)
Signed-off-by: Brian Sztamfater <brian@status.im>
2024-10-23 11:41:36 -03:00
Icaro Motta
e1abe5c6e2
feat(onboarding): Present Terms to users upgrading from v1 or those who need to accept updated Terms (#21487)
Cherry-pick d45eb5ec20.

Fixes https://github.com/status-im/status-mobile/issues/21113

Related status-go PR: https://github.com/status-im/status-go/pull/5977
2024-10-23 11:26:29 -03:00
Siddarth Kumar
cac96b589f
chore(ci)_: bump universal apk size limit to 125MB (#21486) 2024-10-23 12:45:59 +05:30
Volodymyr Kozieiev
f8d4f56d2d
collectible metrics (#21280) 2024-10-22 16:10:14 +01:00
Mohamed Javid
0957fb6e0a
fix(wallet)_: Activity tab is selected on navigating back from the swap flow (#21474)
This commit fixes activity tab is selected when navigating back from the swap flow

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-10-22 18:55:19 +05:30
Lungu Cristian
5118a5095d
Fix networks on select asset screen (#21403)
* fix: filter tokens by balance on select asset

* feat: added network-list-with-positive-balance

* fix: swaps error when using networks with balance

* fix: hide send/bridge/swap when no token balance
2024-10-22 15:55:37 +03:00
Andrey Bocharnikov
01c5cf2498
fix: client should pass a list with "Symbol" and without "ChainID-" prefix to wallet_fetchMarketValues, wallet_fetchPrices (#21453)
Signed-off-by: Brian Sztamfater <brian@status.im>
2024-10-22 09:15:47 -03:00
Parvesh Monu
fae4b34863
fix Group Admin has no option to Edit a Group Chat (#21457) 2024-10-21 22:01:31 +05:30
Parvesh Monu
020d5cc1c1
fix public chat deletion and name display issues post-migration (#21469) 2024-10-21 16:51:41 +05:30