From 28f21297e4d700384f0d445fd4a296ad2bcc496a Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 3 May 2021 23:38:48 +0530 Subject: Add FakeLocation and InternetActivityPrivacy feature --- app/src/main/res/drawable/ic_my_location.xml | 22 ++ app/src/main/res/layout/fragment_dashboard.xml | 412 +++++++++++---------- app/src/main/res/layout/fragment_fake_location.xml | 1 + .../layout/fragment_internet_activity_policy.xml | 4 +- app/src/main/res/values/strings.xml | 8 +- 5 files changed, 243 insertions(+), 204 deletions(-) create mode 100644 app/src/main/res/drawable/ic_my_location.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/ic_my_location.xml b/app/src/main/res/drawable/ic_my_location.xml new file mode 100644 index 0000000..3b04dc4 --- /dev/null +++ b/app/src/main/res/drawable/ic_my_location.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index ed4de49..663c270 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -15,10 +15,20 @@ tools:layout_height="56dp" /> + + @@ -84,250 +94,256 @@ android:gravity="center" android:paddingLeft="32dp" android:paddingRight="32dp" + android:paddingBottom="16dp" android:text="@string/personal_leakage_info" android:textColor="@color/black" android:textSize="12sp" /> - - - - - - + + + + + + + - - - - - - + - - - - - + + + + + + + - - - - - - - - + - - - + + + + + + + - - - - - - - - + - - - + + + + + + + - - - - + + + diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 1b02f86..1ebe9ef 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -99,6 +99,7 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f79852c..989e233 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -4,11 +4,11 @@ Tap to enable quick privacy protection Personal data leakage over past 24 hours. Am I tracked? - Currently there are 77 trackers in your apps, 12 trackers are active + Currently there are %1$d trackers in your apps, %2$d trackers are active Apps Permissions - 120 apps are requesting 72 permissions + %1$d apps are requesting %2$d permissions My Location - "7 apps are using location permission\n Current location mode: " + "%1$d apps are using location permission\nCurrent location mode: " My Internet Activity Privacy "Current internet activity mode: " Quick protection enables these settings when turned on @@ -24,7 +24,7 @@ Choose if you want to expose your real IP address or hide when connected to the internet (uses the tor network). Use real IP address I can be tracked by my IP address. - Hide IP address + Hide IP address I am anonymous on the internet. Manage and control apps requesting various permissions. -- cgit v1.2.1