Skip to content

Commit

Permalink
Feature/july changes (#598)
Browse files Browse the repository at this point in the history
* Fixed play after seeking issue on iOS

* Fixed audio track selection issue on iOS/Android

* Fixed issue where speed which couldn't be applied on iOS was saved in player state.

* Added support for D-pad navigation using a Android TV remote control (#586)

* Exposes all active eventListener (#585)

* Updated changelog

* Added docs

* Updated documentation

* Updated documentation

* Added BetterPlayerMultipleGestureDetector, general refactor

* General refactor

Co-authored-by: Daniel Zarins <74965667+danielz-nenda@users.noreply.github.com>
Co-authored-by: Letalus <41230136+Letalus@users.noreply.github.com>
3 people authored Jul 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 936ca1b commit 009da9d
Showing 54 changed files with 1,613 additions and 1,071 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.0.71
* Fixed play after seeking issue on iOS.
* Fixed audio track selection issue on iOS/Android.
* Fixed issue where speed which couldn't be applied on iOS was saved in player state.
* Added support for D-pad navigation using a Android TV remote control (by https://github.com/danielz-nenda)
* Added `BetterPlayerMultipleGestureDetector` to handle problems with gesture detection
* Expose getter for `eventListeners` in `BetterPlayerController` (by https://github.com/Letalus)
* Updated documentation
* Updated dependencies

## 0.0.70
* Fixed file data source exception. Right now user will be only warned.
* Fixed playback speed after seek in iOS.
Loading

0 comments on commit 009da9d

Please sign in to comment.