Skip to content

Releases: vkay94/DoubleTapPlayerView

DPTV 1.0.4

26 Aug 11:56
2812341
Compare
Choose a tag to compare

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

07 Apr 11:36
Compare
Choose a tag to compare

Build changes

  • Updated ExoPlayer version to 2.13.2 (fixes #14 )

DTPV 1.0.1

29 Mar 17:53
7925a06
Compare
Choose a tag to compare

Features

  • [YT-Overlay] Add optional shouldForward-method to PerformListener 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

24 Jul 19:02
75e77ea
Compare
Choose a tag to compare
Merge pull request #7 from vkay94/dev_rework

Rework

DTPV 0.7.1

06 Jul 19:03
01a75cc
Compare
Choose a tag to compare

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

03 Dec 15:47
df0950e
Compare
Choose a tag to compare

Will be added soon

DTPV 0.6.0

04 Nov 21:19
9ef177d
Compare
Choose a tag to compare

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

08 Oct 19:46
Compare
Choose a tag to compare

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)