John Ngei
a1662752bc
chore(onboarding): Remove welcome screen from onboarding ( #20912 )
...
* Fix customization color in disclaimer on onboarding
* Remove welcome page from onboarding
* Fix notification permission request on onboarding
* e2e: updated create user flow
---------
Co-authored-by: Ulises M <ulises.ssb@hotmail.com>
Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>
2024-09-17 16:20:34 -06:00
Parvesh Monu
6bf1aecb6d
Improve app theme naming and doc strings ( #21107 )
2024-08-22 10:55:05 +05:30
Parvesh Monu
35e71289dc
Improve theme switch ( #20984 )
2024-08-09 16:42:49 +02:00
Parvesh Monu
4586f8007c
Add toggle in advanced settings for mobile data
...
4a43b2b2...9755b3de
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2024-07-29 14:27:28 +05:30
Lungu Cristian
cee21241d4
WalletConnect no internet edge-cases ( #20826 )
...
* feat: only initialize wc if internet online
* feat: no internet toast for session establishment
* feat: no internet banner on session requests
* feat: reloading walletconnect on connection change
* fix: re-initialize only when previously failed to
* fix: removed legacy net-info ns
* ref: renamed :network-status to :network/status
* ref: moved network subs to own "category"
* fix: device network fx args
* fix: tests & showing persisted dapps when offline
* fix: addressed review comments
* fix: rebase issues
* fix: linting
* fix: usage of web3-wallet (#20864 )
* fix: moved networks to contextx and renaming
* ref: moved building supported namespaces into fx
2024-07-25 11:21:31 +03:00
Icaro Motta
0b5dac0ad0
feat(settings): Revamp legacy Privacy and security settings ( #20671 )
...
Revamps the legacy "Privacy and security" screen to meet the new designs.
Fixes https://github.com/status-im/status-mobile/issues/20618
- Removed setting "Set dApp access permissions" (won't be used anymore).
- Removed setting "Display collectibles" (won't be used anymore).
- Removed setting "Chat link previews setting" (they already had no effect).
- Removed "Reset password setting". This setting is already supported in Profile
> Password > Change password.
- Removed "Delete my profile". Profile deletion is already supported in the
login screen.
- Moved setting "Show your profile picture" to Profile > Privacy and security.
- Moved setting "Accept new chats from <XYZ>" to "Allow new contact requests" in
Profile > Messages. Now it's just a toggle.
- Moved Block screenshots (Android) or Hide Preview (iOS) which are both
accessible in Profile > Privacy and security.
- Created function utils.navigation/navigate-back, but I only used this in 2
namespaces to keep the PR under scope.
Areas that may be impacted: old legacy settings that are still relevant.
2024-07-11 22:23:17 -03:00
Parvesh Monu
de6d9a6c3b
chore: remove hot reload while theme changing ( #20663 )
2024-07-08 14:51:27 +05:30
yqrashawn
0d9bedf11c
fix: use "Biometric" instead of Touch ID when no Biometric found ( #20555 )
...
Signed-off-by: yqrashawn <namy.19@gmail.com>
2024-07-01 09:57:21 +08:00
flexsurfer
65b0d1cd17
Feature/remove old screens and code ( #19795 )
2024-04-30 08:41:47 +02:00
Parvesh Monu
b65ac2ab14
fix alert banner issues ( #19773 )
2024-04-29 21:56:41 +05:30
flexsurfer
380603ddce
Implement blocked contacts setting inside profile messages settings #… ( #19616 )
2024-04-23 19:12:00 +02:00
flexsurfer
2b40a4d0c4
Feature/remove reagent atom from theme ( #19706 )
2024-04-18 16:14:17 +02:00
Jamie Caprani
63a168b6f4
chore: remove old wallet code, signing code and keycard code ( #19467 )
2024-04-10 10:41:24 -07:00
Alexander
fa9645d6dd
Partial handlers update (re-frame/reg-event-fx instead of rf/defn) ( #19005 )
...
* Handlers update (re-frame/reg-event-fx instead of rf/defn)
* Fixes
* Fixes
* Fixes
2024-03-14 10:24:37 +01:00
Lungu Cristian
637efa24cf
Clean up biometrics and standard-auth and add tests ( #18756 )
...
* ref(biometric): events using reg-event-fx & other
* test(biometric-events): show-message
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix(biometrics): removed unnecessary event
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* test(biometrics): tests & schemas for events
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref(standard-auth): refactored authorize
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* test(biometrics): fixed event tests
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref(standard-auth): authorize using events
* feat(standard-auth): schemas and removed old auth
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* test(standard-auth): added integration tests
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* feat(biometric): added missing schema
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref(biometrics): moved schemas to a separate file
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix(biometric): pressing biometric quickly errors
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: removed namespaced keywords for errors
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref: removed the use of vector cb for biometric fx
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: removed :maybe from fx schema
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref: remove event-fx schema
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* feat: added nested biometrics db keys
* fix: using ExceptionInfo for the error schema
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* test: removed clearing fixture and small refactor
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: reset db password inside standard-authentication
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref: use naming convention for effects
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* ref: renamed not-canceled? to success?
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* rev: removed biometrics schemas :(
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: removed set-in & fix on-close bug
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: onboarding biometric not triggered
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: invalid props bug on onboarding welcome
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: moved side effect cb call into effect
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* test: moved integration test to new location
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: password input theme
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
* fix: disabled biometric not triggering fail when checking biometric
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
---------
Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
2024-03-12 12:14:56 +02:00
Jamie Caprani
42d2690c85
chore: remove legacy wallet code ( #18749 )
2024-02-25 20:00:56 +00:00
Jamie Caprani
0964424a36
chore: remove old wallet signals and move signals to status-im ns ( #18285 )
2024-02-05 03:40:58 -08:00
yqrashawn
fe9a4eac59
feat: re-fetch community info in community overview and channel ( #18465 )
...
Signed-off-by: yqrashawn <namy.19@gmail.com>
2024-01-18 22:05:31 +08:00
flexsurfer
602b27105b
FINAL BOSS! rename status-im2 to status-im ( #18241 )
2023-12-19 20:59:07 +01:00
flexsurfer
f89fd8ca54
move status-im under legacy ( #18237 )
2023-12-19 18:41:30 +01:00