Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Casanowow Life for love
VLC-Android
Commits
6c659d58
Commit
6c659d58
authored
Jun 23, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move "auto_rescan" setting in main setting page
parent
1ff3ef73
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
31 deletions
+38
-31
vlc-android/res/values/strings.xml
vlc-android/res/values/strings.xml
+1
-0
vlc-android/res/xml/preferences.xml
vlc-android/res/xml/preferences.xml
+37
-25
vlc-android/res/xml/preferences_adv.xml
vlc-android/res/xml/preferences_adv.xml
+0
-6
No files found.
vlc-android/res/values/strings.xml
View file @
6c659d58
...
...
@@ -438,6 +438,7 @@
<string
name=
"player_touch_disable_all"
>
Disable all Touch controls
</string>
<string
name=
"tv_ui_title"
>
Android TV interface
</string>
<string
name=
"tv_ui_summary"
>
Change UI to TV adapted theme
</string>
<string
name=
"medialibrary"
>
Media library
</string>
<string
name=
"medialibrary_directories"
>
Media library folders
</string>
<!--Accessibility-->
...
...
vlc-android/res/xml/preferences.xml
View file @
6c659d58
...
...
@@ -2,11 +2,20 @@
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:title=
"@string/preferences"
>
<PreferenceCategory
android:title=
"@string/medialibrary"
>
<PreferenceScreen
android:key=
"directories"
android:summary=
"@string/directories_summary"
android:title=
"@string/medialibrary_directories"
/>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"auto_rescan"
android:summary=
"@string/auto_rescan_summary"
android:title=
"@string/auto_rescan"
/>
</PreferenceCategory>
<PreferenceCategory
android:title=
"@string/video_prefs_category"
>
<ListPreference
android:defaultValue=
"-1"
android:entries=
"@array/hardware_acceleration_list"
...
...
@@ -21,12 +30,15 @@
android:entryValues=
"@array/screen_orientation_values"
android:key=
"screen_orientation"
android:title=
"@string/screen_orientation"
/>
</PreferenceCategory>
<PreferenceCategory
android:title=
"@string/history"
>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"playback_history"
android:summary=
"@string/playback_history_summary"
android:title=
"@string/playback_history_title"
/>
</PreferenceCategory>
<PreferenceCategory
android:title=
"@string/extra_prefs_category"
>
<Preference
...
...
vlc-android/res/xml/preferences_adv.xml
View file @
6c659d58
...
...
@@ -3,12 +3,6 @@
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:title=
"@string/advanced_prefs_category"
>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"auto_rescan"
android:summary=
"@string/auto_rescan_summary"
android:title=
"@string/auto_rescan"
/>
<CheckBoxPreference
android:defaultValue=
"false"
android:key=
"browser_show_hidden_files"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment