Add the background location disclaimer
This commit is contained in:
@ -224,6 +224,26 @@
|
||||
android:text="@string/action_grant_permission"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/background_location_warning"
|
||||
android:paddingStart="64dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:orientation="horizontal">
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:duplicateParentState="true"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/background_location_warning"
|
||||
android:textColor="@color/colorSecondaryText"
|
||||
android:letterSpacing="0"
|
||||
android:fontFamily="@font/product_sans"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:textAllCaps="false" />
|
||||
</LinearLayout>
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -93,7 +93,7 @@
|
||||
<string name="settings_weather_refresh_period_subtitle_4">12 ore</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_5">24 ore</string>
|
||||
<string name="settings_custom_location_title">Location</string>
|
||||
<string name="custom_location_gps">Usa geolocalizzazione</string>
|
||||
<string name="custom_location_gps">Geolocalizzazione</string>
|
||||
<string name="show_weather_visible">Meteo visibile</string>
|
||||
<string name="show_weather_not_visible">Meteo nascosto</string>
|
||||
<string name="settings_weather_app_title">Tap sul meteo apre</string>
|
||||
@ -113,6 +113,7 @@
|
||||
<string name="api_key_info_all_set">La chiave API potrebbe aver bisogno di più di 20 minuti per diventare attiva, aggiorneremo il meteo non appena sarà possibile.</string>
|
||||
<string name="settings_weather_icon_pack_title">Icon pack</string>
|
||||
<string name="settings_weather_icon_pack_default">Icon pack %d</string>
|
||||
<string name="background_location_warning">Raccoglieremo i dati sulla posizione per attivare l\'aggiornamento del meteo anche quando l\'app è chiusa o non in uso.\nNon utilizzeremo i tuoi dati in nessun altro modo.</string>
|
||||
|
||||
<!-- Clock -->
|
||||
<string name="settings_clock_title">Orologio</string>
|
||||
|
@ -79,7 +79,7 @@
|
||||
<string name="settings_busy_events_title">Relevant events</string>
|
||||
<string name="settings_busy_events_subtitle">Show only the events\nthat keep you busy</string>
|
||||
<string name="attendee_status_accepted">Accepted events</string>
|
||||
<string name="attendee_status_invited">Events invites</string>
|
||||
<string name="attendee_status_invited">Events invitations</string>
|
||||
<string name="attendee_status_declined">Declined events</string>
|
||||
|
||||
<!-- Weather -->
|
||||
@ -97,7 +97,7 @@
|
||||
<string name="settings_weather_refresh_period_subtitle_4">12 hours</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_5">24 hours</string>
|
||||
<string name="settings_custom_location_title">Location</string>
|
||||
<string name="custom_location_gps">Use geolocation</string>
|
||||
<string name="custom_location_gps">Geolocation</string>
|
||||
<string name="show_weather_visible">Weather info is visible</string>
|
||||
<string name="show_weather_not_visible">Weather info is hidden</string>
|
||||
<string name="settings_weather_app_title">Tap on weather opens</string>
|
||||
@ -117,6 +117,7 @@
|
||||
<string name="api_key_info_all_set">It may take up to ten minutes before your API key is activated. The weather will be updated as soon as it is available.</string>
|
||||
<string name="settings_weather_icon_pack_title">Icon pack</string>
|
||||
<string name="settings_weather_icon_pack_default">Icon pack %d</string>
|
||||
<string name="background_location_warning">We will collect location data to update the weather information even when the app is closed or not in use.\nWe will not use these data otherwise.</string>
|
||||
|
||||
<!-- Clock -->
|
||||
<string name="settings_clock_title">Clock</string>
|
||||
|
Reference in New Issue
Block a user