mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
0b5dac0ad0
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.
39 lines
816 B
Bash
39 lines
816 B
Bash
CACHED_WEBVIEWS_ENABLED=1
|
|
DEBUG_WEBVIEW=1
|
|
DEFAULT_NETWORK=mainnet_rpc
|
|
DEV_BUILD=1
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
EXTENSIONS=0
|
|
FLEET=status.prod
|
|
GROUP_CHATS_ENABLED=1
|
|
LOG_LEVEL=info
|
|
MAILSERVER_CONFIRMATIONS_ENABLED=1
|
|
PFS_ENCRYPTION_ENABLED=1
|
|
PFS_TOGGLE_VISIBLE=1
|
|
POW_TARGET=0.002
|
|
POW_TIME=1
|
|
SNOOPY=0
|
|
RPC_NETWORKS_ONLY=0
|
|
PARTITIONED_TOPIC=0
|
|
CONTRACT_NODES=1
|
|
STATUS_GO_PROTOCOL=0
|
|
STATUS_GO_ENABLE_NIMBUS=0
|
|
KEYCARD_TEST_MENU=0
|
|
QR_READ_TEST_MENU=1
|
|
ENABLE_ROOT_ALERT=1
|
|
ENABLE_QUO_PREVIEW=1
|
|
APN_TOPIC=im.status.ethereum.pr
|
|
COMMUNITIES_ENABLED=1
|
|
DATABASE_MANAGEMENT_ENABLED=1
|
|
DELETE_MESSAGE_ENABLED=1
|
|
COMMANDS_ENABLED=1
|
|
TWO_MINUTES_SYNCING=1
|
|
SWAP_ENABLED=1
|
|
STICKERS_TEST_ENABLED=1
|
|
LOCAL_PAIRING_ENABLED=1
|
|
TEST_STATEOFUS=1
|
|
FAST_CREATE_COMMUNITY_ENABLED=1
|
|
TEST_NETWORKS_ENABLED=1
|
|
SHOW_NOT_IMPLEMENTED_FEATURES=0
|
|
ENABLE_ALERT_BANNER=0
|