summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/videoplayer_activity.xml
AgeCommit message (Collapse)Author
2021-05-14Switched video player to ViewBindingByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2021-04-14Don't handle play image resource in PlaybackControllerByteHamster
2021-01-21Add scrubbing time overlay (#4786)asdoi
2020-04-04Double-tap video to skipByteHamster
2020-02-12Added ripple effect to video control buttonsByteHamster
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-03-29Change the icons in interface #3040Matias de Andrea
2018-12-01force LTR dir for play controlsMostafa Ahangarha
2018-11-30Force LTR directionMostafa Ahangarha
Playing btns should remain in LTR direction to keep consistancy in playing media experience across applications.
2018-11-23Improve RTL supportMostafa Ahangarha
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future.
2018-01-09Centered seekBarByteHamster
2018-01-09Allow to touch space next to video playerByteHamster
2016-02-23rewind/fastforward labels on videoplayeractivity layoutDomingos Lopes
2016-01-23Video Player: Add rewind and fast forward buttonsMartin Fietz
2016-01-23RefactorMartin Fietz
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-07Fixed fullscreen issues in video playerdaniel oeh
Affects issue #563
2014-11-20fix blurry play/pause overlay in videoplayer activityJens Müller
2014-11-15Moved videoplayer layout from layout-land to layoutdaniel oeh
Although the screen orientation of the VideoPlayerActivity is 'landscape', Android sometimes tries to launch it in portrait mode anyway.