From bdf9198bb069f2ab9619cb4d3a85f5c2cbf9f0cd Mon Sep 17 00:00:00 2001 From: jacquarg Date: Tue, 5 Apr 2022 18:53:40 +0200 Subject: 5217 - Display blocked trackers, 5216 : add leaks in tooltips --- app/src/main/res/drawable/ic_legend_blocked.xml | 21 + app/src/main/res/drawable/ic_legend_leaked.xml | 21 + app/src/main/res/layout/fragment_dashboard.xml | 49 +++ app/src/main/res/layout/trackers_item_graph.xml | 49 +++ app/src/main/res/layout/widget.xml | 522 +++++++++++++++++++----- app/src/main/res/values/strings.xml | 2 + 6 files changed, 560 insertions(+), 104 deletions(-) create mode 100644 app/src/main/res/drawable/ic_legend_blocked.xml create mode 100644 app/src/main/res/drawable/ic_legend_leaked.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/ic_legend_blocked.xml b/app/src/main/res/drawable/ic_legend_blocked.xml new file mode 100644 index 0000000..15f8c56 --- /dev/null +++ b/app/src/main/res/drawable/ic_legend_blocked.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_legend_leaked.xml b/app/src/main/res/drawable/ic_legend_leaked.xml new file mode 100644 index 0000000..a96501f --- /dev/null +++ b/app/src/main/res/drawable/ic_legend_leaked.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 53ec617..ff64733 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -188,6 +188,55 @@ android:text="@string/dashboard_state_ipaddress_off" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toBottomOf="@+id/graph" /> + + + + + + + + + + + + + + - - + + + + + - + + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + + - + + + + + - + + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + - + + + + + - + + + + + - + + + + - + android:layout_marginRight="1.5dp" + > + + + - - - - - - + + + + + + + + + + + System Congratulations! No trackers are profiling you. + Blocked leaks + Allowed leaks @string/app_name -- cgit v1.2.1