Skip to content
Snippets Groups Projects

Allow searching in Video playlist and UI improvements

Merged Nicolas Pomepuy requested to merge Aza/vlc-android:search_video_playlist into master
2 unresolved threads

Description

Add a way to search in a Video playlist + UI improvement

Motivation and Context

It was not possible to filter a video playlist although it was possible in audio player.

It was also kind of ugly

How Has This Been Tested?

Emulator 29

Screenshots / GIFs (if appropriate):

Screenshot_1562040394

Screenshot_1562040402

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: #854 (closed)

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
21 name="subTitle"
22 type="String"/>
23
20 24 </data>
21 25
22 <RelativeLayout
23 android:orientation="vertical"
24 android:layout_width="match_parent"
25 android:layout_height="wrap_content"
26 android:minHeight="40dp"
27 android:layout_margin="5dip"
28 android:clickable="true"
29 android:onClick="@{(view) -> holder.onClick(view, media)}" >
30 <LinearLayout
26 <androidx.constraintlayout.widget.ConstraintLayout
27 android:orientation="vertical"
  • 87 90 val ctx = holder.itemView.context
    88 91 val media = getItem(position)
    89 92 holder.binding!!.media = media
  • added 1 commit

    • f3263566 - Fix some focus issues and clean some code

    Compare with previous version

  • Please register or sign in to reply
    Loading