aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-03-29 14:37:07 -0700
committerLuis Vidal <lvidal@cyngn.com>2016-04-22 15:18:37 -0700
commitc56159a628e4b7033cc33bac7df33a55f9b421a7 (patch)
treeabcf47dd59ec89bd2457abf5e351b8362e2d4036 /res/values/strings.xml
parent8af8dab921671bdcb0cf0472c1a96d068ac6a640 (diff)
downloadandroid_packages_apps_LockClock-c56159a628e4b7033cc33bac7df33a55f9b421a7.tar.gz
android_packages_apps_LockClock-c56159a628e4b7033cc33bac7df33a55f9b421a7.tar.bz2
android_packages_apps_LockClock-c56159a628e4b7033cc33bac7df33a55f9b421a7.zip
Refactor cLock to use the new Weather API
- Content provider was removed - Weather sources (Yahoo and OpenWeatherMap) were removed. Those providers will reside in their own package. - cLock was refactored to use the Weather API to process weather updates and city name disambiguation - cLock will let the active weather service provider decide whether back to back requests are OK. In other words, cLock does not enforce the 10 min wait period between requests anymore TICKET: CYNGNOS-2116 Change-Id: I87ccd5727013dbbd7e96ce0a8e3d4f766f823072
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4a5bdbe..4926cd6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -113,6 +113,8 @@
<string name="weather_refreshing">Refreshing</string>
<string name="weather_last_sync_just_now">Just now</string>
<string name="weather_cannot_reach_provider">Can\'t reach %s at the moment</string>
+ <string name="weather_source_not_selected">not selected</string>
+ <string name="weather_tap_to_select_source">Tap to select one</string>
<!-- Weather - Update frequency -->
<string name="weather_refresh_manual">Manual</string>
@@ -145,8 +147,6 @@
<string name="weather_enabled">Enabled</string>
<string name="weather_enable">Display weather</string>
<string name="weather_source_title">Weather source</string>
- <string name="weather_source_yahoo">Yahoo! Weather</string>
- <string name="weather_source_openweathermap" translatable="false">OpenWeatherMap</string>
<string name="weather_use_custom_location">Use custom location</string>
<string name="weather_geolocated">Geolocated using network</string>
<string name="weather_custom_location_dialog_title">Enter location</string>