Seyed Mostafa Hasani
149924ffcb
feat(android): add live video label configuration ( #4190 )
2024-10-02 23:37:18 +02:00
Kamil Moskała
279cc0e5ed
feat(android): allow to hide specific controls ( #4183 )
...
* feat(android): enable to hide specific controls
* fix: ts
* fix: lint
* docs: update `controlsStyles` docs
2024-09-29 20:51:02 +02:00
Olivier Bouillet
9707081ab9
Chore/rework fullscreen configuration ( #4142 )
...
* feat(android): handle navigation bar status in full-screen mode
* chore: update default value of prop
* chore(android): rework fullscreen configuration
---------
Co-authored-by: mostafahasani <seyedmostafahassani@gmail.com>
2024-09-04 09:53:30 +02:00
ashlyWeiting
41e2bed6b3
feat(android): support hiding Exoplayer video duration on android ( #4090 )
...
* feat: support for hiding duration on Android
* docs: add hideDuration property to control styles documentation
2024-08-21 10:05:40 +02:00
Seyed Mostafa Hasani
5059e7a7f1
feat(android): handle increment forward and rewind buttons ( #3818 )
...
* feat(android): handle increment forward and rewind buttons
* fix: function name for get seekIncrementMS
2024-05-28 09:32:30 +02:00
Seyed Mostafa Hasani
95e6140eea
feat(android): add possibility to hide seekBar ( #3789 )
...
* feat: hide seekBar on Android when a video is a live broadcast
* refactor: prop name & code
* chore: update the document for a new prop (controlsStyles)
* refactor: code
* remove: additional variables
* fix: indent issues
* remove: duplicate function
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
revert change1
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
revert change2
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
chore: revert indent change
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
chore: revert indent change
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
chore: revert indent change
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
chore: revert indent change
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
chore: revert indent change
* fix: eslint errors
* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java
chore: revert indent change
---------
Co-authored-by: Olivier Bouillet <62574056+freeboub@users.noreply.github.com>
2024-05-20 12:45:18 +02:00