Move the location updates to a foreground service and fix multiple bugs
This commit is contained in:
BIN
app/src/main/res/drawable-hdpi/ic_stat_notification.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_stat_notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 674 B |
BIN
app/src/main/res/drawable-mdpi/ic_stat_notification.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_stat_notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 B |
BIN
app/src/main/res/drawable-xhdpi/ic_stat_notification.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_stat_notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 796 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_stat_notification.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_stat_notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_stat_notification.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_stat_notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -13,6 +13,7 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
app:cardCornerRadius="24dp"
|
||||
app:strokeColor="@color/disabledButtonBackground"
|
||||
app:cardElevation="0dp"
|
||||
android:id="@+id/color"
|
||||
app:cardBackgroundColor="@color/colorNightDark">
|
||||
|
@ -161,6 +161,12 @@
|
||||
<string name="weather_select_a_provider">Select a provider</string>
|
||||
<string name="weather_provider_activity_subtitle">Select a weather provider from the list.\nA few providers need a free personal account,\nbut they are usually more accurate.</string>
|
||||
|
||||
<string name="location_access_notification_channel_id" translatable="false">location-access</string>
|
||||
<string name="location_access_notification_channel_name">Background service</string>
|
||||
<string name="location_access_notification_channel_description">Service used to update the weather based on the current location of the user.</string>
|
||||
<string name="location_access_notification_title">Weather update</string>
|
||||
<string name="location_access_notification_subtitle">We\'re updating the weather based on your current location.</string>
|
||||
|
||||
<!-- Clock -->
|
||||
<string name="settings_clock_title">Clock</string>
|
||||
<string name="settings_clock_app_title">Tap on clock opens</string>
|
||||
|
Reference in New Issue
Block a user