diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-10 04:07:59 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-10 04:07:59 +0000 |
commit | 2df26c3faa65dff62aa2c550991fa363331b7e98 (patch) | |
tree | 64e213f536efe4537a4d72a4a32309533e3e5a70 /app/src/main/res | |
parent | 6d8dcc8fe7ba26708e2151c0d4cd5927263795e6 (diff) | |
download | infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.tar infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.tar.gz infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.tar.bz2 infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.tar.lz infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.tar.xz infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.tar.zst infinity-for-reddit-2df26c3faa65dff62aa2c550991fa363331b7e98.zip |
Separate folder for each subreddit in download locations is available.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/download_location_preferences.xml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f9ef4518..f1801b33 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -477,6 +477,7 @@ <string name="settings_image_download_location_title">Image Download Location</string> <string name="settings_gif_download_location_title">Gif Download Location</string> <string name="settings_video_download_location_title">Video Download Location</string> + <string name="settings_separate_folder_for_each_subreddit">Separate Folder for Each Subreddit</string> <string name="no_link_available">Cannot get the link</string> diff --git a/app/src/main/res/xml/download_location_preferences.xml b/app/src/main/res/xml/download_location_preferences.xml index 7954cb87..e8215fe9 100644 --- a/app/src/main/res/xml/download_location_preferences.xml +++ b/app/src/main/res/xml/download_location_preferences.xml @@ -10,4 +10,9 @@ <Preference app:key="video_download_location" app:title="@string/settings_video_download_location_title" /> + + <SwitchPreference + app:defaultValue="false" + app:key="separate_folder_for_each_subreddit" + app:title="@string/settings_separate_folder_for_each_subreddit" /> </PreferenceScreen>
\ No newline at end of file |