Remove weather
Revert "Lockscreen Colors: add back Weather color options [2/2]" This reverts commitde292e0788. Revert "Cherish:introduce WeatherView Bg Selection [2/2]" This reverts commit7f3e49bcd8. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish:add WeatherView Alignment options [2/2]" This reverts commite9f1e46eb2. Revert "LS Styles: add default values & summary for font preferences" This reverts commit60a7b23d9f. Revert "Cherish:LS Weather Temp & City Fonts [2/2]" This reverts commita0bf7cbee1. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish:Add switches for Weather Image as well" This reverts commitafc4d880b1. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Weather: Add switches to show city/temp on lockscreen [2/2]" This reverts commite43f47cf7a. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish:Add keyguard weather style (2/2)" This reverts commitfd8b4b59fa. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish:add back weather parts [3/3]" This reverts commit7287e081fc. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -199,15 +199,6 @@
|
||||
android:summary="%s"
|
||||
android:defaultValue="1" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingListPreference
|
||||
android:key="lockscreen_weather_alignment"
|
||||
android:title="@string/lockscreen_weather_alignment_title"
|
||||
android:dialogTitle="@string/lockscreen_weather_alignment_title"
|
||||
android:entries="@array/lockscreen_item_alignment_entries"
|
||||
android:entryValues="@array/lockscreen_item_alignment_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="1" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingListPreference
|
||||
android:key="lock_ownerinfo_alignment"
|
||||
android:title="@string/lockscreen_ownerinfo_alignment_title"
|
||||
@@ -239,34 +230,6 @@
|
||||
android:title="@string/lockscreen_hide_shortcuts_title"
|
||||
android:summary="@string/lockscreen_hide_shortcuts_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_weather"
|
||||
android:title="@string/lockscreen_weather_category" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_weather_enabled"
|
||||
android:icon="@drawable/ic_cloud"
|
||||
android:title="@string/lockscreen_weather_enabled_title"
|
||||
android:summary="@string/lockscreen_weather_enabled_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="lockscreen_weather_style"
|
||||
android:title="@string/lockscreen_weather_style_title"
|
||||
android:dialogTitle="@string/lockscreen_weather_style_title"
|
||||
android:entries="@array/lockscreen_weather_style_entries"
|
||||
android:entryValues="@array/lockscreen_weather_style_values"
|
||||
android:defaultValue="0"
|
||||
android:dependency="lockscreen_weather_enabled"
|
||||
android:summary="%s" />
|
||||
|
||||
<Preference
|
||||
android:key="omnijaws_settings"
|
||||
android:icon="@drawable/ic_weather"
|
||||
android:title="@string/lockscreen_weather_settings_title"
|
||||
android:summary="@string/lockscreen_weather_settings_summary"
|
||||
android:fragment="com.cherish.settings.fragments.OmniJawsSettings" />
|
||||
|
||||
<!-- Lockscreen Visualizer-->
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user