Volodymyr Kozieiev
5bb3cdc19e
wip
2025-02-20 13:33:04 +00:00
Volodymyr Kozieiev
756e892acb
Saved address refactoring wip
2025-02-20 09:09:47 +00:00
Volodymyr Kozieiev
0dcf4e7b14
Fixed issue when incorrect address details where on the edit page
...
Data to screen was passed via rf-db and acquired in the screen via
sbuscription. But sometimes subscription wasnt calculated yet and
returned nil value. That nil value was captured by use-state and never
updated after subscription updated.
2025-02-19 11:52:33 +00:00
andrey
b3fbed1a1b
[ #21812 ] "Invalid Hex Data for Private Key" and "Invalid PIN Code" errors after mobile attempts to be synced with Desktop imported on keycard
...
https://github.com/status-im/status-go/compare/b2cd7bd8...1bfb0cef
2025-02-18 13:23:23 +01:00
frank
4826bedba4
fix_: revert version ( #22149 )
2025-02-18 20:12:11 +08:00
frank
b81ac07636
fix_: bad node config migration ( #21952 )
...
https://github.com/status-im/status-go/compare/dcce8e9b...6132a9e7
2025-02-18 19:12:18 +08:00
Siddarth Kumar
2da2dfdad7
android: add gradle-lint as dependency ( #22124 )
2025-02-18 13:12:28 +05:30
Andrey Bocharnikov
1036bff41b
feat(wallet): integrate eth rpc proxy ( #22034 )
...
* feat(wallet): Integrate eth-rpc-proxy
closes #22033
2025-02-17 22:27:22 +04:00
Siddarth Kumar
e15b9a224c
ci: upgrade go to 1.22 ( #21940 )
...
- This PR upgrades `go` to `1.22`
- Brings in `gomobile` latest derivation at master of `nixpkgs` : https://github.com/NixOS/nixpkgs/commit/f5abef98e8b8c9f9e6da4bdab63f8be1e57ea8c0
- points to status-go changes where `go` is also upgraded to `1.22` -> https://github.com/status-im/status-go/pull/6258
2025-02-17 22:53:28 +05:30
Parvesh Monu
82ab32c028
Allow user to access recovery phrase after canceling 'Confirm Backup' drawer ( #22108 )
2025-02-17 21:26:36 +05:30
Siddarth Kumar
3541485338
deps: fix path to hack script and regenerate ( #22119 )
...
This PR fixes the path to hack deps script and re-generates `gradle` deps.
Previous PRs passed build phase because we already have the `gradle` deps we need.
However make `nix-update-gradle` would fail due to the incorrect path.
2025-02-17 14:13:21 +05:30
Mohamed Javid
8c82a84aee
feat(wallet)_: Saved addresses limit ( #22069 )
...
This commit adds limit for adding saved addresses upto 20 to prevent any unwanted behaviour.
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com >
2025-02-15 00:34:56 +05:30
Brian Sztamfater
447945f46e
fix: transaction fails when signed from auto-restored derived account after seed phrase recovery with biometric authentication enabled ( #22040 )
...
Signed-off-by: Brian Sztamfater <brian@status.im >
2025-02-14 11:16:50 -03:00
Brian Sztamfater
16b2c90040
feat: show swap proposal exchange rate ( #22078 )
...
Signed-off-by: Brian Sztamfater <brian@status.im >
2025-02-14 10:32:07 -03:00
Alexander
a210d59c4f
Improve activity loading to avoid sitations when activity tab becomes empty after auto-refresh or app backgrounding ( #21988 )
2025-02-14 09:49:34 +01:00
Parvesh Monu
fe0c5c2da7
fix Incorrect name and image at Ready to import key pair screen ( #22080 )
2025-02-13 20:50:43 +05:30
Parvesh Monu
8c91fbdd49
fix Keycard UI issues ( #22075 )
2025-02-13 20:28:07 +05:30
Mohsen
93e0c1fc5e
[ #21483 ] fix: update collectible amounts after sending ( #21867 )
...
* [#21483 ] fix: update collectible amounts after sending
* [#21483 ] test: cover funcs with unit test
* [#21483 ] fix: add condition to update only pending collectible
* [#21483 ] fix: use parse int for conversion
* [#21483 ] fix: round up dispatch delay
2025-02-13 15:38:03 +03:00
Yevheniia Berdnyk
9c7d215217
e2e: added test for contact request, receiver is offline
2025-02-13 11:15:55 +02:00
frank
4668d6a285
chore_: specify kdfIterations explictly ( #22079 )
2025-02-13 16:42:47 +08:00
Parvesh Monu
6c9c92efc7
Update Keycard color in keycard flow ( #22066 )
2025-02-12 21:22:52 +05:30
Yevheniia Berdnyk
eff252c7c0
e2e: added smoke tests for android 12 and 13
2025-02-12 15:06:12 +02:00
Sean Hagstrom
ab12c8a17d
fix: add version field to localSrc definition for go-mobile nix build ( #22041 )
2025-02-12 13:30:23 +01:00
vedran
8b21d6ab53
chore(deps)_: get missing deps versions dynamically
...
To remove hardcoding of specific versions of missing gradle
dependencies, we will use `get_versions.sh` to fetch them dynamically.
Also disable default lint checks to remove redundant
`lintVitalReportRelease` task and dependency.
2025-02-11 14:24:12 +01:00
Tetiana Churikova
36fa4bdb62
fix: update text for keycard ( #22043 )
2025-02-11 12:20:50 +01:00
flexsurfer
ed10ed70f7
[ #21993 ] Keycard - Unlock Keycard ( #22030 )
2025-02-10 13:09:47 +01:00
Parvesh Monu
8c089bb334
Fix keycard theme issue and add documentation for ready to add key pair screen ( #22028 )
2025-02-10 17:18:15 +05:30
Ulises Manuel
45b09603d2
Add reagent support to transform prop keys inside vectors ( #21937 )
...
- Remove now unnecessary wrapper for reanimated/view
- Use kebab-case keywords for the hole-view component
- Use rn/StyleSheet.absoluteFill along with ClojureScript styles
- Fix keys inside view's `:transform` property
- Remove some uses of `merge` to pass styles to components
- Add tests for `convert-prop-value`
2025-02-07 16:50:22 -06:00
Mohsen
857cb47ceb
[ #21939 ] fix: handle sign message after dapp pairing ( #22026 )
2025-02-06 19:44:59 +03:00
Parvesh Monu
4782b3eb2a
Allow users to view the recovery phrase again when creating a profile for an empty keycard ( #22009 )
2025-02-05 20:58:16 +05:30
Parvesh Monu
1a5008bcda
Changing the PIN of the Keycard ( #22008 )
2025-02-05 20:41:41 +05:30
vedran
c5c7f2eb27
chore(ci): bump status-jenkins-lib to include alchemy base api keys
2025-02-05 15:17:28 +01:00
Icaro Motta
25072cff9f
feat(messenger): Add option to copy active message ID ( #22018 )
...
Add option to copy message ID when long pressing on a chat message. Similar to
how it's implemented in the desktop client, the option is only visible if the
user enables the DEBUG log level.
Fixes https://github.com/status-im/status-mobile/issues/21984
2025-02-04 22:40:16 -03:00
Brian Sztamfater
e38cb0dee6
feat: elevate and highlight wallet CTAs on wallet home screen ( #21985 )
...
Signed-off-by: Brian Sztamfater <brian@status.im >
2025-02-04 14:50:42 -03:00
Mohamed Javid
ba4a8b7d81
fix(wallet)_: Clean send data on entering swap flow ( #22007 )
...
This commit fixes assets unsupported for the bridge and appears disabled on the swap flow.
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com >
2025-02-04 18:51:23 +05:30
Yevheniia Berdnyk
882e40d99f
e2e: fix for wallet swap test
2025-02-03 18:01:36 +02:00
Mohamed Javid
c304b1b623
feat(wallet)_: Remove EIP-3770 address format ( #21995 )
...
This commit:
- removes EIP-3770 address format (with chain prefix) from the UI and displays/uses only the address
- removes editing of preferred networks for an account and saved address
- copy/paste functions will remove the chain prefix from the address (if any)
- adds base chain explorer links to account and saved address
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com >
2025-02-03 21:24:24 +05:30
Brian Sztamfater
1da39e064d
fix: prevent receiving routes for unsupported receiving chains on bridge flow ( #21980 )
...
https://github.com/status-im/status-go/compare/bec0c373...dcce8e9b
Signed-off-by: Brian Sztamfater <brian@status.im >
2025-02-03 00:46:42 -03:00
flexsurfer
3899368aa0
[ #21930 ] Keycard - Back up keycard ( #21990 )
2025-01-31 18:42:08 +01:00
Yevheniia Berdnyk
5ff1c8f1e4
e2e: added wallet test for bridge flow
2025-01-30 20:13:34 +02:00
Brian Sztamfater
7289940653
fix: swap fees are not displayed if route estimated time is nil ( #22001 )
...
Signed-off-by: Brian Sztamfater <brian@status.im >
2025-01-30 10:08:37 -03:00
Yevheniia Berdnyk
a253f8cedb
e2e: updated tests with editing profile when starting chat
2025-01-30 11:49:58 +02:00
Ulises Manuel
daf52102ce
feat(onboarding): ask user to update their profile ( #21862 )
...
* Add `buttons-style` prop to bottom actions to allow same button dimensions
* Make events to update a profile more generic
* Fix tests
* Add modal screen to update the profile
* Add introduce yourself modal
* Ask user to update their profile before sending a message or contact request
* Fix color picker selected styles
* Remove some `:f>` now unnecessary
* No longer shows the modal if the user manually updates their profile
2025-01-29 19:50:01 -06:00
Yevheniia Berdnyk
fa20d4d9c3
e2e: added wallet tests for send and swap flows on mainnet
2025-01-29 18:32:03 +02:00
Parvesh Monu
dd26fcf42c
Add Documentation drawer on Check your Keycard screen ( #21997 )
2025-01-29 19:25:34 +05:30
Lungu Cristian
8ac9cc08e1
Keycard signing for dapp interactions ( #21785 )
...
* feat: wip dapps signing with keycard
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: hide the pin sheet before showing the connection sheet
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: signing dapp request with password
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: logic for getting the current dapp
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: issues after endpoints update
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* feat: removed support for eth_sign and signTransaction
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: removed unused event
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* feat: re-enable dapps interactions with keycard
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: adapted to latest standard-auth changes
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* feat: enable connected dapps for keycard
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* ref: removed threading (->)
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: get keycard keypair addresses manually
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
* fix: wrong condition on utils/keycard-address?
---------
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com >
2025-01-28 17:33:34 +02:00
Siddarth Kumar
c1230319e1
nix: add fake git to status-go build derivation ( #21989 )
...
This commit adds a script that overrides `git` to echo version required by `status-go` derivation.
Also fixes error messages like this when building `status-go` :
```
fatal: not a git repository (or any of the parent directories): .git
```
These messages can be often misleading to some developers.
2025-01-27 18:14:27 +05:30
Lungu Cristian
1e48442d67
Fix dapps transactions instantly rejected ( #21973 )
...
* fix: upgraded status-go to fixed version
https://github.com/status-im/status-go/compare/4ec885a9...a2588ee5
* fix: use status-go develop branch
https://github.com/status-im/status-go/compare/4ec885a9...e71fdbc6
* build: using status-go v9.3.0
https://github.com/status-im/status-go/compare/4ec885a9...bec0c373
2025-01-27 13:20:40 +02:00
Sean Hagstrom
94fbbbcb3c
fix: resolve UI glitches for chat, contacts, and keycard ( #21946 )
...
This change resolves some issues related to text-overflow in the app, and it also ensures we use the correct drawer title when editing a user nickname.
2025-01-24 15:51:46 +00:00
Yevheniia Berdnyk
4dfd616583
e2e: additional logging for errors in tests
2025-01-23 12:46:55 +02:00