Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit debb17a1 authored by Scott Warner's avatar Scott Warner Committed by Steve Kondik
Browse files

Update the GPS tile to use the appropriate location modes

With 4.4, there were new location modes this tile did not support
Update it to turn the GPS on/off without changing the network-based location
option, and use a new icon for battery saving mode.

The tile will now either toggle between high accuracy and battery saving,
or location off and device sensors only.

Change-Id: Ifdfb9832c77671ab1f0c415ea2c25dfee2888578
parent aa5ed4e8
Loading
Loading
Loading
Loading
+915 B
Loading image diff...
+685 B
Loading image diff...
+1.21 KiB
Loading image diff...
+1.48 KiB
Loading image diff...
+9 −0
Original line number Diff line number Diff line
@@ -69,6 +69,15 @@
    <string name="quick_settings_network_adb_disabled_label">Disabled</string>
    <string name="quick_settings_network_adb_enabled_label">Enabled</string>

    <!-- [CHAR LIMIT=30] Location settings screen, high accuracy location mode -->
    <string name="location_mode_high_accuracy_title">High accuracy</string>
    <!-- [CHAR LIMIT=30] Location settings screen, battery saving location mode -->
    <string name="location_mode_battery_saving_title">Battery saving</string>
    <!-- [CHAR LIMIT=30] Location settings screen, device only location mode -->
    <string name="location_mode_sensors_only_title">Device only</string>
    <!-- [CHAR LIMIT=30] Location settings screen, location off mode -->
    <string name="location_mode_location_off_title">Location off</string>

    <!-- Expanded desktop strings break the rules a bit - the icon identifies the feature, the string indicates current state -->
    <string name="quick_settings_expanded_desktop">Expanded</string>
    <string name="quick_settings_expanded_desktop_off">Normal</string>
Loading