Skip to content

Commit

Permalink
Settings: Remove omnijaws [2/2]
Browse files Browse the repository at this point in the history
Change-Id: Id411814c2893adf33cdd8e30d0846fbd47703c97
Signed-off-by: NurKeinNeid <[email protected]>
  • Loading branch information
NurKeinNeid committed Dec 9, 2024
1 parent 9285a49 commit 1e983e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
18 changes: 0 additions & 18 deletions res/values-de/derp_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,22 +333,4 @@
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Pixel-Animation</string>
<string name="pixel_navbar_anim_summary">Animation im Pixel-Stil aktivieren</string>

<!-- Weather -->
<string name="weather_settings_title">Wetter-Einstellungen</string>
<string name="weather_settings_summary">Symbolpaket und Wetterdienst einrichten</string>
<string name="lockscreen_weather_category">Wetter</string>
<string name="lockscreen_weather_title">Wetterinfo</string>
<string name="lockscreen_weather_summary">Aktuelle Wetterinfo anzeigen</string>
<string name="lockscreen_weather_enabled_info">Erfordert, dass ein benutzerdefinierter Wetterdienst konfiguriert und Smartspace deaktiviert ist</string>
<string name="lockscreen_weather_location_title">Aktueller Standort</string>
<string name="lockscreen_weather_location_summary">Aktuellen Standort des Wetters anzeigen</string>
<string name="lockscreen_weather_text_title">Wetterlage in Worten</string>
<string name="lockscreen_weather_text_summary">Kurze schriftliche Übersicht der aktuellen Wetterlage anzeigen</string>
<string name="lockscreen_weather_style_title">Pixel-Stil</string>
<string name="lockscreen_weather_style_summary">Wetter in separater Zeile anzeigen</string>

<!-- Smartspace -->
<string name="lockscreen_smartspace_title">Smartspace</string>
<string name="lockscreen_smartspace_summary">Google Smartspace anzeigen, wenn verfügbar</string>
</resources>
18 changes: 0 additions & 18 deletions res/values/derp_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,22 +366,4 @@
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Pixel animation</string>
<string name="pixel_navbar_anim_summary">Toggle home button animation</string>

<!-- Weather -->
<string name="weather_settings_title">Weather settings</string>
<string name="weather_settings_summary">Setup icon pack and weather service</string>
<string name="lockscreen_weather_category">Weather</string>
<string name="lockscreen_weather_title">Show weather</string>
<string name="lockscreen_weather_summary">Replace at a glance with OmniJaws weather</string>
<string name="lockscreen_weather_enabled_info">Requires custom weather service configured and smartspace disabled</string>
<string name="lockscreen_weather_location_title">Current location</string>
<string name="lockscreen_weather_location_summary">Display current weather location</string>
<string name="lockscreen_weather_text_title">Current condition</string>
<string name="lockscreen_weather_text_summary">Display current weather condition summary</string>
<string name="lockscreen_weather_style_title">Pixel style</string>
<string name="lockscreen_weather_style_summary">Display weather as separate row</string>

<!-- Smartspace -->
<string name="lockscreen_smartspace_title">Smartspace</string>
<string name="lockscreen_smartspace_summary">Show Google Smartspace when available</string>
</resources>
41 changes: 0 additions & 41 deletions res/xml/security_lockscreen_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,47 +105,6 @@
android:title="@string/ambient_battery_settings_title"
android:summary="@string/ambient_battery_settings_summary"
android:fragment="org.derpfest.settings.ambient.AmbientBatterySettings" />

<org.derpfest.support.preferences.SecureSettingSwitchPreference
android:key="lockscreen_smartspace_enabled"
android:title="@string/lockscreen_smartspace_title"
android:summary="@string/lockscreen_smartspace_summary"
android:defaultValue="true" />

<Preference
android:title="@string/weather_settings_title"
android:summary="@string/weather_settings_summary">
<intent
android:action="android.intent.action.MAIN"
android:targetPackage="org.omnirom.omnijaws"
android:targetClass="org.omnirom.omnijaws.SettingsActivity" />
</Preference>

<org.derpfest.support.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_enabled"
android:defaultValue="false"
android:title="@string/lockscreen_weather_title"
android:summary="@string/lockscreen_weather_summary" />

<org.derpfest.support.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_location"
android:defaultValue="false"
android:title="@string/lockscreen_weather_location_title"
android:summary="@string/lockscreen_weather_location_summary"
android:dependency="lockscreen_weather_enabled" />

<org.derpfest.support.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_text"
android:title="@string/lockscreen_weather_text_title"
android:summary="@string/lockscreen_weather_text_summary"
android:defaultValue="true"
android:dependency="lockscreen_weather_enabled" />

<!--<org.derpfest.support.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_style"
android:title="@string/lockscreen_weather_style_title"
android:summary="@string/lockscreen_weather_style_summary"
android:dependency="lockscreen_weather_enabled" />-->
</PreferenceCategory>

<PreferenceCategory
Expand Down

0 comments on commit 1e983e6

Please sign in to comment.