From c8dda3c0c0a40d60e7fddbe1dcf072ecb7bbc65d Mon Sep 17 00:00:00 2001 From: orionlee Date: Fri, 13 Sep 2019 12:00:22 -0700 Subject: #3387 ask for location permission for Wi-Fi filter UI on Android 10+. --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c7bd2d2a2..adf938d75 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -394,6 +394,8 @@ Configure the automatic download of episodes. Enable Wi-Fi filter Allow automatic download only for selected Wi-Fi networks. + Permission required + Location permission is required for Wi-Fi filter. Tap to grant the permission. Download when not charging Allow automatic download when the battery is not charging Parallel Downloads -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0 From db2141a7b44c1eee971f48cb703f9bb4c187634a Mon Sep 17 00:00:00 2001 From: orionlee Date: Sat, 14 Sep 2019 13:14:57 -0700 Subject: #3387 permission prompt - add warning icon to make it stand out. --- core/src/main/res/drawable/ic_warning_red.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/src/main/res/drawable/ic_warning_red.xml (limited to 'core/src/main/res') diff --git a/core/src/main/res/drawable/ic_warning_red.xml b/core/src/main/res/drawable/ic_warning_red.xml new file mode 100644 index 000000000..475a41bbb --- /dev/null +++ b/core/src/main/res/drawable/ic_warning_red.xml @@ -0,0 +1,5 @@ + + + -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0