Added state when an invalid query (generating a 404 code) is detected by the SyncAdapter.

This commit is contained in:
Dan Galpin
2015-05-24 14:30:51 -07:00
parent 0577edf74c
commit c3375ecabe
5 changed files with 41 additions and 5 deletions

View File

@@ -117,5 +117,6 @@
<string name="empty_forecast_list_no_network">No weather information available. The network is not available to fetch weather data.</string>
<string name="empty_forecast_list_server_down">No weather information available. The server is not returning data.</string>
<string name="empty_forecast_list_server_error">No weather information available. The server is not returning valid data. Please check for an updated version of Sunshine.</string>
<string name="empty_forecast_list_invalid_location">No weather information available. The location in settings is not recognized by the weather server.</string>
</resources>