Skip to content
Snippets Groups Projects

Add a setting to avoid showing video thumbnails

Merged Nicolas Pomepuy requested to merge Aza/vlc-android:video_thumb_setting into master
1 unresolved thread

Description

A setting has been added to avoid showing the video thumbnails in lists

Motivation and Context

Thumbnails can be spoilers / privacy issues

How Has This Been Tested?

Emulator API 28

Screenshots / GIFs (if appropriate)

Screenshot_1556616105

Screenshot_1556616111

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING section of the README document.

Resolves

Fixes: #852 (closed)

Edited by Nicolas Pomepuy

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
47 48 if (item.itemType == MediaLibraryItem.TYPE_GENRE && !isForTV(binding)) {
48 49 return
49 50 }
51 if (item is MediaWrapper && item.type == MediaWrapper.TYPE_VIDEO && !Settings.getInstance(v.context).getBoolean("show_video_thumbnails", true)) {
  • Geoffrey Métais added 82 commits

    added 82 commits

    Compare with previous version

  • Geoffrey Métais added 4 commits

    added 4 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading