From 49c21b2da749a6ec3632c43b5c3fb5dec509116e Mon Sep 17 00:00:00 2001 From: jhonboy121 Date: Sat, 27 Aug 2022 01:21:39 +0700 Subject: [PATCH] Cherish: Add some features for status bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Statusbar icon [2/2] Option to Display Data Disabled Indicator Icon [2/2] Allow using 4G icon instead LTE [2/2] Make roaming indicator optional [2/2] old style mobile data indicators [2/2] Co-authored-by: Pranav Vashi Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 25 +++++++++++++++-- res/xml/cherish_settings_statusbar.xml | 38 ++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 3 deletions(-) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index d6da28a..5e01726 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -78,9 +78,6 @@ Quick settings - - Status bar icons - Display music visualizer @@ -200,5 +197,27 @@ Invert 3 button navigation bar + + Icons + + + Status bar icons + Choose which status bar icons can be shown + + + Show data disabled icon + Display the cross sign next to signal bar when data is disabled + + + Use old style mobile data icons + Show mobile type icon on top of the signal indicator + + + Show 4G instead of LTE + Replace LTE indicator with 4G + + + Roaming indicator + Display roaming indicator when in roaming mode diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index e09aa9e..ef9c0ed 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -20,5 +20,43 @@ android:title="@string/network_traffic_title" android:summary="@string/network_traffic_summary" android:fragment="com.cherish.settings.fragments.NetworkTrafficSettings" /> + + + + + + + + + + + + + + + +