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.
* [#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>
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>
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>
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.
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
* 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
* [#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
* 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
* 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