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
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
3099e4f4
Commit
3099e4f4
authored
5 years ago
by
Nicolas Pomepuy
Committed by
Geoffrey Métais
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add information ctx action to artists and albums
Fixes
#1052
parent
4d626ae8
No related branches found
No related tags found
1 merge request
!272
Add information ctx action to artists and albums
Pipeline
#10026
failed with stage
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/src/org/videolan/vlc/util/Constants.kt
+1
-1
1 addition, 1 deletion
vlc-android/src/org/videolan/vlc/util/Constants.kt
with
1 addition
and
1 deletion
vlc-android/src/org/videolan/vlc/util/Constants.kt
+
1
−
1
View file @
3099e4f4
...
...
@@ -169,7 +169,7 @@ const val CTX_COPY = 1 shl 26
const
val
CTX_VIDEO_FLAGS
=
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_DELETE
or
CTX_DOWNLOAD_SUBTITLES
or
CTX_INFORMATION
or
CTX_PLAY_ALL
or
CTX_PLAY_AS_AUDIO
or
CTX_ADD_TO_PLAYLIST
const
val
CTX_TRACK_FLAGS
=
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_DELETE
or
CTX_INFORMATION
or
CTX_PLAY_ALL
or
CTX_ADD_TO_PLAYLIST
or
CTX_SET_RINGTONE
const
val
CTX_AUDIO_FLAGS
=
CTX_PLAY
or
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_ADD_TO_PLAYLIST
const
val
CTX_AUDIO_FLAGS
=
CTX_PLAY
or
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_ADD_TO_PLAYLIST
or
CTX_INFORMATION
const
val
CTX_PLAYLIST_FLAGS
=
CTX_AUDIO_FLAGS
or
CTX_DELETE
const
val
CTX_PLAYLIST_ITEM_FLAGS
=
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_ADD_TO_PLAYLIST
or
CTX_INFORMATION
or
CTX_DELETE
or
CTX_SET_RINGTONE
const
val
CTX_VIDEO_GOUP_FLAGS
=
CTX_APPEND
or
CTX_PLAY_GROUP
...
...
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