Releases: vkay94/DoubleTapPlayerView
Releases · vkay94/DoubleTapPlayerView
DPTV 1.0.4
Build changes
- Added default implementation handling of pre-defined Kotlin interface methods for Java (1.8) (issue #15)
- Updated ExoPlayer version to 2.15.0 and other dependencies
- Updated AGP to 7.0.1
- Incremented Kotlin version to 1.5.21
- Fixed jitpack publishing
The demo can be found in the assets of the v1.0.2 release since there are no added features.
DTPV 1.0.2
Build changes
- Updated ExoPlayer version to 2.13.2 (fixes #14 )
DTPV 1.0.1
Features
- [YT-Overlay] Add optional
shouldForward
-method toPerformListener
to allow self-defined conditions whether to rewind, to forward or to ignore the current tap. For detailed explanation, please look for the documentation here.
Build changes
- Updated dependencies (ExoPlayer 2.12.3)
DTPV 1.0.0
Merge pull request #7 from vkay94/dev_rework Rework
DTPV 0.7.1
Features
- [DoubleTapPlayerView] Removed
final
keyword from class to allow inheritance
Bugs
- Downgraded ConstraintLayout version to 1.1.3 because of AAPT error which could show sometimes in build process if other dependencies use different versions of ConstraintLayout
Behavior Changes
- Changed visibility of CirleClipTapView to
internal
- Added
public.xml
to make internal used resources private to projects which implement this library
Build changes
- Reduced minimum SDK version to 16
- Downgraded ConstraintLayout to 1.1.3
- Updated ExoPlayer version to 2.11.7
DTPV 0.7.0
Will be added soon
DTPV 0.6.0
Features
- [YT-Overlay] Added methods to rewind/forward programmatically (enters doubletap mode)
Build changes
- Updated ExoPlayer version to 2.10.5
- Replaced full ExoPlayer dependdency with core and ui
DTPV 0.5.2
Behavior Changes
- YT-Overlay: Moved seek logic from
SeekListener
implementation to class, so no need to handle seeking yourself when overriding the listener methods
Build changes
- Reduced minSDK to Version 16 (minimum requirement for ExoPlayer2)