From 9035bac3ff801bb982bf54b02c0e9850d6afbc22 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Thu, 28 Oct 2021 22:35:19 +0200 Subject: Update dashboard UI and feature --- app/src/main/res/values/colors.xml | 12 +++++++++++ app/src/main/res/values/strings.xml | 42 +++++++++++++++++++++++++++---------- app/src/main/res/values/themes.xml | 4 ++++ 3 files changed, 47 insertions(+), 11 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 4f45122..2a16240 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -9,4 +9,16 @@ #FFFFFFFF @lineageos.platform:color/color_default_accent + + #DE000000 + + #99000000 + #61000000 + #14212121 + + #FC7222 + #169659 + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d18ccf5..f6bcf72 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,17 +1,37 @@ PrivacyCentralApp - Privacy dashboard helps you control and better protect your privacy - Tap to enable quick privacy protection - Personal data leakage over past 24 hours. - Am I tracked? - Currently there are %1$d trackers in your apps, %2$d trackers are active - Apps Permissions - %1$d apps are requesting %2$d permissions - My Location - "%1$d apps are using location permission\nCurrent location mode: " + + + Quick Privacy + Your online privacy is not protected + Your online privacy is now protected! + Tap to enable your privacy preferences + Trackers: + Vulnerable + Denied + Geolocation: + Exposed + Fake + IP address: + Exposed + Hidden + Personal data leakage + Last 24 hours + %d hits + + Am I tracked? + %1$d app trackers, %2$d active trackers + Apps Permissions + Manage your permissions + Geolocation mode + Real geolocation + Fake geolocation + My internet activity privacy + Real IP address exposed + Real IP address hidden + + Internet Activity Privacy - My Internet Activity Privacy - "Current internet activity mode: " Quick protection enables these settings when turned on - All trackers are turned off.\n- Your geolocation will be faked.\n- Your real IP address will be hidden. Learn more diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 3a7bad8..1e20ab1 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -8,5 +8,9 @@ #007fff + @color/black_text + 16sp + + \ No newline at end of file -- cgit v1.2.1