10008 Commits

Author SHA1 Message Date
Sean Hagstrom
b1c9077565 fix: change verbiage from privacy statement to privacy policy 2024-08-26 14:10:33 +01:00
Sean Hagstrom
9ff052b912 fix: remove extra layer of alignment for onboarding checkbox 2024-08-26 12:51:20 +01:00
Ulises M
3aec2602d4 Add link to Privacy Policy in onboarding flow 2024-08-26 12:08:09 +01:00
Sean Hagstrom
90e215ebe9 chore: update icons for android (#21112)
This change updates the Android icon assets for all builds (debug, PR, and release). This change attempts to support the Android adaptive icons and the monochrome/themeable icons for upcoming Android releases.
2024-08-26 11:04:18 +01:00
Sean Hagstrom
fcaa512906 chore: update icons for iOS and iPadOS release apps (#21111)
This commit updates the iOS and iPadOS icon assets for V2, and it also updates some app assets for the app logo.
2024-08-26 10:45:15 +01:00
Andrea Maria Piana
bae9564b89 reduce filter loop to 300ms 2024-08-26 08:57:13 +01:00
Andrea Maria Piana
f71863c831 reduce filter loop to 300ms 2024-08-23 14:46:07 +01:00
Parvesh Monu
93f7826c2c fix: Not visible status bar on light theme (#21105)
The issue occurred because we updated the theme value after setting the root
(not before), which caused the root to be initialized with the old theme value.
2024-08-22 14:29:28 +01:00
Cristian Lungu
fb628cd0f3 fix: send collectible token-id hex conversion 2024-08-21 21:12:51 +01:00
Ulises Manuel
330fb2c9bb feat(settings): Add Privacy Policy and metrics modal for the sharing usage data toggle (#21087)
* Open metrics modal when changing metrics in settings

* Move privacy policy & terms of use components under `status-im.common`

* Add a link to the Privacy Policy in the metrics modal

* Update privacy policy and terms of use content

* Remove extra function wrapper
2024-08-21 21:12:40 +01:00
Mohamed Javid
a8c7aa66de Fix: app upgrade issues in wallet (#21104)
This commit:

- hides keypairs with empty origin in selection while creating an account
- hides remove account button for accounts with empty origin


Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-08-21 15:10:41 +01:00
Andrea Maria Piana
1625ac8bed update statusgo version 2024-08-21 14:28:36 +01:00
Andrea Maria Piana
5af5975ccd Revert "REMOVE ME - add logs"
This reverts commit a6688fb866fc2f8badc2470b3b4a02e56f4c2c16.
2024-08-20 15:28:47 +01:00
Andrea Maria Piana
2f246a29cf update statusgo version 2024-08-20 15:27:30 +01:00
Sean Hagstrom
8241afaeea fix: adjust spacing and verbiage for terms-of-use and privacy-statement onboarding checkbox 2024-08-20 15:25:40 +01:00
frank
0f9d276032 fix_:parse route response
9e7d1303...90b3d0fd
2024-08-20 14:35:52 +01:00
Lungu Cristian
411c892022 fix: dapp tx get-standard-crypto-format arg order (#21086) 2024-08-20 09:49:20 +01:00
Andrea Maria Piana
a6688fb866 REMOVE ME - add logs
9e7d1303...1abe2dec
2024-08-20 09:09:01 +01:00
Andrea Maria Piana
3e6ff0400e Revert "[Remove me] Set credentials to test:test in prod proxy"
This reverts commit 6b29021075019f8238e3f371aa7318ccdd44c252.
2024-08-19 15:27:34 +01:00
Andrea Maria Piana
de30a0fd83 update statusgo version 2024-08-19 10:40:23 +01:00
Andrea Maria Piana
a0cc8c5686 update statusgo 2024-08-19 09:03:27 +01:00
Icaro Motta
5cdf964add feat(wallet): Make wallet behave well when device is offline (#21067)
We make the wallet closer to being offline-first, that is, once data is loaded,
going offline won’t cause unnecessary data re-fetches which currently cause all
balances and data to stay loading forever or eventually balances end up zeroed.

Areas that may be impacted: read-only data displayed in the wallet and editing
accounts.

Fixes https://github.com/status-im/status-mobile/issues/21066
2024-08-19 09:02:27 +01:00
Andrea Maria Piana
98653be7f8 flush hystrix 2024-08-16 19:56:04 +01:00
Andrea Maria Piana
22d47bcffa update statusgo 2024-08-16 14:59:49 +01:00
Andrea Maria Piana
24f82f0b10 Add caching of token amounts
1f7816dd...da70d6f1
2024-08-16 14:14:57 +01:00
Jamie Caprani
09c4e33834
Jc/cp3 (#21058)
* chore(status-go) bump to latest

a93c8572...dd787c98

* feature: require manual acceptance of terms-of-use and privacy-statement (#21010)

This change changes the initial onboarding screen to require users to manually accept the terms-of-use and privacy-statement before continuing to onboard into the app.


* Hide provider down toast
---------

Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>

* 👓 Hide chain down toasts (#21055)

---------

Co-authored-by: Sean Hagstrom <sean@seanhagstrom.com>
Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>
Co-authored-by: Shivek Khurana <khuranashivek@outlook.com>
2024-08-15 15:57:06 +01:00
Andrea Maria Piana
5b79f40de1 add logs 2024-08-15 12:52:40 +01:00
Andrea Maria Piana
6b29021075 [Remove me] Set credentials to test:test in prod proxy
Prod server is misconfigured, it's using test server credentials.
This commit hardcodes those credentials to continue testing. It will
break once prod is updated.
2024-08-15 08:29:08 +01:00
Andrea Maria Piana
236dc37159 Revert "REMOVE ME, log config"
This reverts commit b43fc6fabf5862b11f62fe999cf0127944b89878.
2024-08-15 08:28:33 +01:00
Andrea Maria Piana
b43fc6fabf REMOVE ME, log config 2024-08-15 08:03:35 +01:00
Andrea Maria Piana
3d205c837c drive stage from config
1f7816dd...5bb7c6a8
2024-08-14 20:12:32 +01:00
frank
5c8fc2f700
fix_:enable light client after sync (#21041) (#21042) 2024-08-14 16:46:50 +05:30
Jamie Caprani
1c9d69416b
cherry pick to release (#21038) 2024-08-13 15:48:17 +01:00
Andrea Maria Piana
26fb0b20e7 update status-go version 2024-08-13 14:00:50 +01:00
Mohsen
b47f53777d [#20971] fix: app crash when collectible max limit is nan (#20992) 2024-08-12 10:24:45 -03:00
Parvesh Monu
1d298d0a5d Improve theme switch (#20984) 2024-08-12 10:24:45 -03:00
Andrea Maria Piana
b6f59bc5c0 update status-go version 2024-08-12 13:54:40 +01:00
Andrea Maria Piana
38dd9c46c2 update status-go version 2024-08-12 13:49:42 +01:00
Ulises Manuel
2b6e782e80 fix(wallet): Remove redirection to send flow when the user scans an address QR code (#20979) 2024-08-08 17:28:32 +01:00
Andrea Maria Piana
c32f31f8cd update status-go version 2024-08-08 13:57:27 +01:00
flexsurfer
50e41c8ed5 Token-gated permissions are not displayed on community's homepage #20965 (#20976) 2024-08-08 13:50:14 +01:00
Siddarth Kumar
93b748a629
update status-go version to latest release 2024-08-07 14:50:33 +05:30
frank
a324481206
chore:enable status proxy (#20931)
* feat_: enable status proxy

* chore: update jenkins lib

* chore: add missing env reference

---------

Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
2024-08-07 14:46:44 +05:30
Jamie Caprani
254717971e
Cherry pick to release branch (#20963) 2024-08-06 15:43:10 +01:00
Icaro Motta
05279c111e Bump status-go version 2024-08-02 11:20:20 -03:00
Lungu Cristian
b4a49bfe55 Fix typed-data chainid check (#20943)
* fix: typed-data chainid check & toast on sign fail

* fix: parsing the chain-id and error-handling
2024-08-02 11:20:20 -03:00
Sean Hagstrom
e5c3357317 fix: remove mobile-data sync setting inside legacy settings (#20942) 2024-08-02 11:20:20 -03:00
Parvesh Monu
da2e5ff1c0 fix 'Usage data' bottom sheet reappears after reopening the app if you swipe it down on onboarding (#20945) 2024-08-02 11:20:20 -03:00
Parvesh Monu
f69f075e29 fix Mobile app doesn't allow taking screenshots when the 'Block Screenshots' toggle is turned off (#20941) 2024-08-02 11:20:20 -03:00
Ulises Manuel
81350b978f fix(wallet): Error while bridging tokens due to bonderFees (#20929) 2024-08-02 11:20:20 -03:00