Allow searching in Video playlist and UI improvements
2 unresolved threads
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):
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
Activity
Filter activity
changed milestone to %3.2
added 1 commit
- aaedc34c - Use the same UI improvements for audio player playlist
added 20 commits
-
aaedc34c...c69ee409 - 18 commits from branch
videolan:master
- 566ba602 - Allow searching in Video playlist and UI improvements
- a66aa5b6 - Use the same UI improvements for audio player playlist
-
aaedc34c...c69ee409 - 18 commits from branch
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" changed this line in version 4 of the diff
87 90 val ctx = holder.itemView.context 88 91 val media = getItem(position) 89 92 holder.binding!!.media = media changed this line in version 4 of the diff