10570 Commits
Author SHA1 Message Date
Siddarth Kumar e0da660e05 readme: add deprecation warning 2026-07-22 18:13:37 +05:30
Siddarth Kumar 05c7dfb6e7 shell: fix clojure shell when system has yarn v4
make run-clojure used to break when system had yarn v4 because yarn 1.22.22 would check for package.json in parent directories,
setting SKIP_YARN_COREPACK_CHECK prevents that.
2025-10-23 11:39:38 +05:30
Siddarth Kumar fc4f5a4fb5 fastlane: re-create keychain at runtime 2025-07-09 15:46:01 +05:30
Volodymyr Kozieiev 8b5f938384 Zero values can be send via Status (Sepolia) network (#22632)
* 0 values can be send via Status (Sepolia) network

https://github.com/status-im/status-go/compare/41a1d4b9...658d142d

* bump version
2025-07-09 15:46:00 +05:30
Volodymyr Kozieievandandrey 13e54b394c Feature/news feed copy (#22626)
* [#22404] [News Feed] Implement News AC component

* QA

* Incoming rss feed sanitized from html tags.

* test fix

* test

* use fast-image instead of rn image to avoid problem on android

* uncomment marking as read

---------

Co-authored-by: andrey <motor4ik@gmail.com>
2025-07-03 12:21:35 +01:00
Volodymyr Kozieiev 962508a925 status-go version updated: on-ramp provider removed
https://github.com/status-im/status-go/compare/41a1d4b9...ccefc04f
2025-07-03 12:21:35 +01:00
Volodymyr Kozieiev 72a6abc69a Removed ambiguous "runtime" from compile time var naming (#22623) 2025-07-03 12:21:32 +01:00
Volodymyr Kozieiev d3024a9b00 Updated status-go version. Fixed issue with weird token balances
https://github.com/status-im/status-go/compare/41a1d4b9...fb457a3c
2025-07-03 12:21:08 +01:00
Volodymyr Kozieiev 6177c5fc2f Updated to latest status-go release branch
https://github.com/status-im/status-go/compare/41a1d4b9...c7f33359
2025-07-03 12:21:08 +01:00
Volodymyr Kozieiev f3b4f72760 arguments order fixed (#22618) 2025-07-03 12:21:08 +01:00
Siddarth Kumar 4120141e37 ci: bump jenkins lib for apk size limit increase
We need this bump to increase universal APK size limit from 125 MB to 135 MB
2025-07-03 12:21:07 +01:00
Volodymyr Kozieiev 245790088b release branch cut 2025-07-03 12:21:07 +01:00
loudgolemandJakub e6f06cfc6a fix(nix/gradle): pad status messages to clear display properly
Co-authored-by: Jakub <i+github@always.fail>
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-06-23 20:40:29 +02:00
jakub 674261c7e2 fix: Android builds to accept Proxy env vars
When calling `make build-fdroid` target which calls `scripts/build-android.sh`
it receives Status RPC Proxy credentials which it has to pass to Nix
derivation shell, and it needs to be added to the whitelist in the script.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2025-06-05 12:15:04 +02:00
Parvesh Monu 0aa7d75881 Implement privacy mode UI behind toggle (#22502) 2025-05-21 22:05:41 +05:30
Mohamed Javid e2230c5c1b fix(wallet)_: Fee mode and custom TX fields for non EIP 1559 TX (#22597)
This commit:
- Fixes custom TX settings fields shown for non-EIP-1559 TX (Eg, BSC chain TX)
    - Shows Gas Price, Gas Amount, and Nonce for non-EIP-1559 TX
    - Shows Base Fee, Priority Fee, Gas Amount and Nonce for EIP-1559 TX
- Shows only Fast (medium) gas fee mode along with custom mode for non-EIP-1559 TX
- Hides base gas fee field in TX settings for Status Network, as it is gasless
- Fixes the swap amount persisted after the swap TX

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2025-05-21 20:52:48 +05:30
Volodymyr Kozieiev 5317195ac1 Market page connected to backend. New architecture described. (#22574) 2025-05-21 09:54:58 +01:00
Yevheniia Berdnyk c2864f6ea8 e2e: added more wallet connect tests 2025-05-20 17:21:46 +03:00
Mohsen c7ee3a104e [#22548] fix: correct exchange rate order for swap (#22588) 2025-05-20 13:01:26 +03:00
Yevheniia Berdnyk 533627026c e2e: fix for waku backup and wallet connect tests 2025-05-19 23:18:18 +03:00
Tetiana Churikova a3f8597d22 fix: disable by default market tab feature with mocked data (#22611) 2025-05-19 21:32:04 +05:30
Sean Hagstrom 13959f6a11 feat: Update the enable-notifications flows and notification settings UI (#22524)
This change integrates the Firebase news notifications into the onboarding flow. This change also introduces some changes to the notifications settings screen to match the recent designs and behaviors. Note, that these changes are currently still behind a feature-flag.
2025-05-19 14:00:05 +01:00
Parvesh Monu 29f80d2815 fix Incorrect error reporting when creating a new profile (#22583) 2025-05-19 13:40:32 +05:30
Ulises Manuel 1967469e6c [#22579] Add modal with help to create a community (#22582)
* Refactor of common components

* Add modal to help users to create a community
2025-05-19 16:25:16 +09:00
Ajay Sivan 78f933174a fix(group-chat): Prevent adding more participants than the allowed group limit (#22561)
Addresses an issue where users were able to add more participants to a
group chat than the allowed maximum(20). The new logic ensures that participant
additions are validated against the group size limit, preventing overflows.

This PR also adds member count in the right side of Manage members header.

Platforms:

- Android
- iOS

Areas that may be impacted:

Functional
- Group chats

Steps to test:

- Open Status
- Create a group chat
- Open group chat
- Open group chat options -> Manage members
- Try adding more than 20 members

Fixes #21590 
Author @ajayesivan
2025-05-19 15:52:43 +09:00
frank e364df3c4f docs: add logging and sharing flow documentation (#22554) 2025-05-19 09:01:18 +08:00
Alexander 12844e03e4 Token details page UI (#22380) (#22496)
* Token details page UI (#22380)

* Token details page UI (#22380)

* Fixes

* Fixes

* Fixes for lines

* Fixes

* Fixes
2025-05-18 13:27:52 +02:00
Yevheniia Berdnyk 39311ddc2c e2e: fixes for profile and wallet tests 2025-05-16 19:41:39 +03:00
Ulises Manuel e50c49b437 Redo advanced settings (#22576)
* Fix gaps in options - UI improvement

* Fix icon colors in profile page - UI improvement

* Pass customization color to settings-item's selector component

* Spread blur property across category-settings children so that the UI is consistent

* Pass `on-press` callback to selector inside a drawer-action

* Add new advanced settings screen

* Remove legacy advanced settings screen

* Close bottom sheets when logging out to avoid bugs with the screen not being interactable
2025-05-16 07:38:25 +09:00
Mohsen e121caa1e7 [#22385] fix: tx setting current value as a range (#22568)
* [#22385] fix: tx setting current value as a range

* [#22385] fix: priority fee value issue for custom settings

* [#22385] fix: max priority fee be the same as desktop
2025-05-13 19:20:38 +03:00
Mohamed JavidandShivek Khurana 54d6978111 feat(wallet)_: Add BNB Smart Chain (#22417)
This commit 
- adds support for BNB Smart Chain
- removes categorisation (L1/L2) of chains in settings and token network selection


---------

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Co-authored-by: Shivek Khurana <khuranashivek@outlook.com>
2025-05-13 16:34:59 +05:30
Yevheniia Berdnyk 2ddb642853 e2e: fix for pinned messages test 2025-05-09 17:04:35 +03:00
Mohsen b80bdf8092 [#22567] fix: sign transactions from partially operable account (#22570)
* [#22567] fix: sign transactions from partially operable account

* [#22567] fix: destructure operable key
2025-05-09 12:27:45 +03:00
Tetiana Churikova 2f26b07bbb Tests/custom tx params and nonce (#22569)
* e2e: added new test for setting custom tx params and replacing tx nonce
2025-05-08 20:06:25 +02:00
Yevheniia Berdnyk 0900eb9538 e2e: added wallet connect tests 2025-05-08 17:31:21 +03:00
Parvesh Monu 4b226fd61a Allow user to toggle feature flags from shake gesture drawer (#22564) 2025-05-07 17:10:22 +05:30
Mohsen 2d873f26b3 [#22522] fix: apply new router changes (#22556) 2025-05-06 13:38:44 +03:00
Yevheniia Berdnyk 2e88ba959b e2e: fixes for unpin messages and community logo 2025-05-01 15:15:34 +03:00
Parvesh Monu f27c569c9d Enable long-press functionality for pinned messages on the chat screen (#22553) 2025-04-28 16:53:30 +05:30
Lungu Cristian 0aae13b1c1 Chain management (#22508) 2025-04-24 23:13:07 +03:00
Volodymyr Kozieiev 6cc3c7f55c Metadata updated for F-droid (#22528) 2025-04-24 11:32:41 +01:00
Volodymyr Kozieiev fa7321729c Basic market page (#22523)
* Market page basic implementation

* fix safe area

* feature flag

* review notes fixed
2025-04-24 09:52:43 +01:00
Yevheniia Berdnyk 259475079e e2e: false failures fixes 2025-04-23 15:47:31 +03:00
Shivek Khurana c0c8c82515 🔖 refactor: update references from "Mainnet" to "Ethereum" (#22460)
* refactor: update references from "Mainnet" to "Ethereum" across multiple components and tests

* 🕊️ Update status-go to reflect network name change

*  Replace more uses of Mainnet to Ethreum

* 🐛 Fix issue with incorrect name on bridge>send to

* ⬆️ Update quo component that hardcodes network val

* 🗂️ Update network name on txn confirm and nfts

* 😅 Found one more instance of Mainnet

- Fix lint
- Force push because I pushed proxy password by mistake

* 🤝 Update status go

* 🏷️ Status go tag
2025-04-23 15:50:53 +05:30
Yevheniia Berdnyk 71f37a87ae e2e: changed navigation in tests using view id tracker 2025-04-22 20:34:11 +03:00
Sean Hagstrom 09622f471e chore: update Podfile and Gradle dependencies for safe-area deps (#22525)
This change updates the Podfile and Gradle dependencies for the react safe-area dependencies.
2025-04-22 16:09:06 +01:00
Mohsen d891aaba9d [#22439] fix: open from page when multi operable account exist (#22507) 2025-04-18 18:14:39 +03:00
Mohsen 68366d976b [#22010] fix: wrong selected account for bridging (#22511) 2025-04-18 14:45:03 +03:00
Ulises Manuel ece95ca674 fix: safe areas all over the app for iOS & Android
* Fix safe areas
* Refactor rf/defn -> rf/reg-event-fx for :reload-status-nav-color & :system-theme-mode-changed
* Fix status-bar mode when the theme is  changed for Android
2025-04-17 15:22:50 -06:00
Mohsen e847a58b11 [#22234] feat: add tx params settings for swap (#22327) 2025-04-17 11:28:03 +03:00