Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
30a2b6fa
Commit
30a2b6fa
authored
7 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Option to remember repeat mode
parent
53a68fdc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlc-android/res/values/strings.xml
+2
-0
2 additions, 0 deletions
vlc-android/res/values/strings.xml
vlc-android/res/xml/preferences_audio.xml
+5
-0
5 additions, 0 deletions
vlc-android/res/xml/preferences_audio.xml
with
7 additions
and
0 deletions
vlc-android/res/values/strings.xml
+
2
−
0
View file @
30a2b6fa
...
...
@@ -332,6 +332,8 @@
<string
name=
"audio_title_alignment_centre"
>
Centre
</string>
<string
name=
"audio_title_alignment_right"
>
Right
</string>
<string
name=
"audio_title_alignment_marquee"
>
Marquee
</string>
<string
name=
"audio_save_repeat_title"
>
Save repeat mode
</string>
<string
name=
"audio_save_repeat_summary"
>
Remember repeat mode when loading audio playlists
</string>
<string
name=
"headset_prefs_category"
>
Headset
</string>
<string
name=
"enable_headset_detection"
>
Detect headset
</string>
<string
name=
"enable_headset_detection_summary"
>
Detect headset insertion and removal
</string>
...
...
This diff is collapsed.
Click to expand it.
vlc-android/res/xml/preferences_audio.xml
+
5
−
0
View file @
30a2b6fa
...
...
@@ -9,6 +9,11 @@
android:key=
"lockscreen_cover"
android:summary=
"@string/lockscreen_cover_summary"
android:title=
"@string/lockscreen_cover_title"
/>
<CheckBoxPreference
android:defaultValue=
"false"
android:key=
"audio_save_repeat"
android:summary=
"@string/audio_save_repeat_summary"
android:title=
"@string/audio_save_repeat_title"
/>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"animate_playlist_scroll"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment