Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
Issue boards
Milestones
Wiki
Code
Merge requests
15
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
50512bd1
Commit
50512bd1
authored
6 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Casting preferences: extract string resource
parent
09900dca
No related branches found
No related tags found
No related merge requests found
Pipeline
#4089
passed with stage
in 3 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlc-android/res/values/strings.xml
+1
-0
1 addition, 0 deletions
vlc-android/res/values/strings.xml
vlc-android/res/xml/preferences_casting.xml
+1
-1
1 addition, 1 deletion
vlc-android/res/xml/preferences_casting.xml
with
2 additions
and
1 deletion
vlc-android/res/values/strings.xml
+
1
−
0
View file @
50512bd1
...
...
@@ -386,6 +386,7 @@
<string
name=
"audio_ducking_title"
>
Lower VLC volume on notifications
</string>
<string
name=
"audio_ducking_summary"
>
Helps to hear audio notifications, navigation instructions or assistant talking
</string>
<string
name=
"casting_category"
>
Casting
</string>
<string
name=
"casting_switch_title"
>
Enable wireless casting
</string>
<string
name=
"casting_passthrough_title"
>
Audio Passthrough
</string>
<string
name=
"casting_passthrough_summary"
>
Let your TV manage audio rendering
</string>
<string
name=
"casting_conversion_quality_title"
>
Conversion quality
</string>
...
...
This diff is collapsed.
Click to expand it.
vlc-android/res/xml/preferences_casting.xml
+
1
−
1
View file @
50512bd1
...
...
@@ -9,7 +9,7 @@
android:defaultValue=
"true"
android:switchTextOff=
"Disabled"
android:switchTextOn=
"Enabled"
android:title=
"
Enable wireless casting
"
/>
android:title=
"
@string/casting_switch_title
"
/>
<CheckBoxPreference
android:key=
"casting_passthrough"
android:defaultValue=
"false"
...
...
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