Bug fixes, move clock format settings, fix network provider for weather updates and add notification when location is turned off with google awareness as provider
This commit is contained in:
@@ -281,6 +281,30 @@
|
||||
android:id="@+id/clock_text_size_label"
|
||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingLeft="32dp"
|
||||
android:paddingRight="32dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:gravity="center_vertical"
|
||||
android:id="@+id/action_hour_format"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AnotherWidget.Settings.Title"
|
||||
android:text="@string/settings_hour_format_title"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/hour_format_label"
|
||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -373,30 +397,6 @@
|
||||
android:id="@+id/date_format_label"
|
||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingLeft="32dp"
|
||||
android:paddingRight="32dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:gravity="center_vertical"
|
||||
android:id="@+id/action_hour_format"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AnotherWidget.Settings.Title"
|
||||
android:text="@string/settings_hour_format_title"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/hour_format_label"
|
||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@@ -9,7 +9,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="-16dp"
|
||||
android:lineSpacingMultiplier="1"
|
||||
android:lineSpacingExtra="0dp"
|
||||
android:visibility="gone"
|
||||
|
@@ -71,8 +71,8 @@
|
||||
<string name="settings_weather_provider_api_key_title">"Provider del Meteo "</string>
|
||||
<string name="settings_weather_provider_api_key_subtitle_all_set">Il provider meteo è configurato correttamente</string>
|
||||
<string name="settings_weather_provider_api_key_subtitle_not_set">Il provider meteo deve essere configurato</string>
|
||||
<string name="notification_gps_title">Localizzazione disattivata</string>
|
||||
<string name="notification_gps_subtitle">Riaccendi la localizzazione per avere il meteo aggiornato.</string>
|
||||
<string name="notification_gps_title">Riattiva la localizzazione</string>
|
||||
<string name="notification_gps_subtitle">Google Awareness ha bisogno del GPS attivo per funzionare.</string>
|
||||
<string name="action_feedback">Feedback</string>
|
||||
<string name="feedback_title">AW Feedback</string>
|
||||
<string name="feedback_chooser_title">Invia email…</string>
|
||||
@@ -153,4 +153,6 @@
|
||||
<string name="background_service_subtitle">AW è attivo in background</string>
|
||||
<string name="action_show_widget_preview">Mostra Anteprima Widget</string>
|
||||
<string name="action_hide_widget_preview">Nascondi Anteprima Widget</string>
|
||||
<string name="error_widget_notification_title">GPS Disattivato</string>
|
||||
<string name="error_widget_notification_subtitle">Riattiva il GPS così che Another Widget possa aggiornare il meteo con le API di Google Awareness.</string>
|
||||
</resources>
|
@@ -73,8 +73,8 @@
|
||||
<string name="settings_weather_provider_api_key_title">Weather Provider</string>
|
||||
<string name="settings_weather_provider_api_key_subtitle_all_set">The weather provider is configured correctly</string>
|
||||
<string name="settings_weather_provider_api_key_subtitle_not_set">The weather provider must be configured</string>
|
||||
<string name="notification_gps_title">Location is turned off</string>
|
||||
<string name="notification_gps_subtitle">Turn on the localization to get the updated weather.</string>
|
||||
<string name="notification_gps_title">Turn location on</string>
|
||||
<string name="notification_gps_subtitle">Google Awareness needs active GPS to work.</string>
|
||||
<string name="action_feedback">Feedback</string>
|
||||
<string name="feedback_title">AW Feedback</string>
|
||||
<string name="feedback_chooser_title">Send email…</string>
|
||||
@@ -158,4 +158,6 @@
|
||||
<string name="background_service_subtitle">AW is running in the background</string>
|
||||
<string name="action_show_widget_preview">Show Widget Preview</string>
|
||||
<string name="action_hide_widget_preview">Hide Widget Preview</string>
|
||||
<string name="error_widget_notification_title">Location is turned off</string>
|
||||
<string name="error_widget_notification_subtitle">Turn Location back on so Another Widget can update weather informations with Google Awareness API.</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user