Skip to content

Sahil kamra/feature/tpe 2168/upgrade to 6.14#44

Open
sahil-kamra wants to merge 1230 commits intoupgrade_5.2.1from
sahil-kamra/feature/TPE-2168/upgrade-to-6.14
Open

Sahil kamra/feature/tpe 2168/upgrade to 6.14#44
sahil-kamra wants to merge 1230 commits intoupgrade_5.2.1from
sahil-kamra/feature/TPE-2168/upgrade-to-6.14

Conversation

@sahil-kamra
Copy link
Copy Markdown

No description provided.

freeboub and others added 30 commits June 22, 2024 10:55
* Adding onControlsVisiblityChange for Android
* perf: ensure we do not provide callback to native if no callback provided from app

* chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size

* chore: improve issue template

* fix(android): avoid video view flickering at playback startup

* fix: ensure player doesn't start when view is unmounted

* Fix/ensure view drop stop playback startup (TheWidlarzGroup#3875)

* fix: ensure player doesn't start when view is unmounted

* chore(docs): fix typo
…3932)

* feat(android): allow to build from source code

* fix(android): allow to build plugin from source
…heWidlarzGroup#3934)

* refactor: basic example from class component to functional component

* refactor: toast component path

* refactor: bufferConfig prop

* refacotr: import component path

* fix: seekbar issue on iOS
…ctory to allow build success on projects without HLS support (TheWidlarzGroup#3948) (TheWidlarzGroup#3950)

Co-authored-by: Darren Taft <darren.taft@bt.com>
* feat: 🔥 version bump react native for ios FabricExample
* feat: ✨ copied newly created basic example TS files
…heWidlarzGroup#3961)

* chore: 🔥 updated FabricExample/Gemfile.lock (bundle install)

* feat: updated react-native-video.podspec for implementing new architecture

* feat: updated FabricExample/ios/Podfile.lock (pod install)

* chore: updated examples/basic Gemfile.lock (bundle install)

* chore: ⚡ updated examples/basic ios Podfile.lock (pod install)
…roup#3968)

* refactor(ios): refactor NowPlayingInfoCenerManager

* fix(ios): fix lint error
…zGroup#3957)

* feat: 🔥 version bump react native for ios FabricExample

* feat: ✨ copied newly created basic example TS files

* feat: 🔥 bump up native layers of FabricExample android app

* feat: 🔥 turn off buildDir setting in android/build.gradle for correct Fabric codegen dir location

* Revert "feat: 🔥 turn off buildDir setting in android/build.gradle for correct Fabric codegen dir location"

This reverts commit 62ec8d7.
- ANR occurred setFullscreen(true) when view controller presenting
…up#3962)

* refactor(android): migrate VideoEventEmitter to Kotlin

* feat(android): apply rewritten EventEmitter's functions

* refactor(android): remove duplicated code

* fix(android): fix lint error

* fix(android): fix event name value

* refactor(android): rename of event constants for Fabric

- https://github.com/facebook/react-native/blob/v0.74.3/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModuleConstantsHelper.java#L136-L138
…heWidlarzGroup#3964)

* chore: upgrade react-native & expo version

* chore: update Podfile.lock
* refactor: basic example from class component to functional component

* refactor: toast component path

* refactor: bufferConfig prop

* refacotr: import component path

* fix: seekbar issue on iOS

* refactor: state variable

* chore: refactor overlay component according to new state structure
…larzGroup#3983)

* Rename .java to .kt

* chore(android): migrate DefaultReactExoplayerConfig to Kotlin
* feat: add expo plugins

* add export

* fix import

* fix bugs

* build `lib` to `CommonJS`

* restore `build.gradle`

* remove plugin tmp

* add expo plugin for ios caching

* add docs for expo plugin

* fix expo plugin export

* fix docs
* perf: ensure we do not provide callback to native if no callback provided from app

* chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size

* chore: improve issue template

* fix(android): avoid video view flickering at playback startup

* chore(android): refactor DRM props into a dedicated class

* Update android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java

* chore: fix linter

* fix: ensure drm prop is correctly cleaned

* feat(android): move viewType (secure texture) & drm inside the source

The origianl behavior has been kept for interoperability, but marked as deprecated in doc

* chore: fix linter

* chore(ios): move drm prop in source like on android

* chore: fix linter

* chore: clean log

* fix: allow to disable secure View

* chore: fix viewType resolution (source value was not handled)

* chore: use contentDeepEquals instead of manual checks

* chore: fix linter

* fix: ensure player doesn't start when view is unmounted

* Fix/ensure view drop stop playback startup (TheWidlarzGroup#3875)

* fix: ensure player doesn't start when view is unmounted

* chore: revert change

* chore: add warning in case of invalid Surface configuration

* chore: code clean

* fix: simplify surface management

* chore: restore previous code

* chore: fix typo

* chore: code cleanup

* feat(android): add multiDrm flag support

* docs: update docs

* chore: fix ios build

* chore: fix deprecated declaration

---------

Co-authored-by: Krzysztof Moch <krzysmoch.programs@gmail.com>
…roup#3985)

* Rename .java to .kt

* chore(android): migrate AspectRatioFrameLayout to Kotlin

* chore: refactor setter and getter of class

* fix: use field
KrzysztofMoch and others added 29 commits March 12, 2025 18:22
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
* refactor(ios): unpause after exiting fullscreen

* chore: lint code
…oup#4494)

* feat: manage asset plugins

* fix: continue when plugin is not exoplayer plugin

* refactor: change functions plugin type

* docs: introduce new plugins
…idlarzGroup#4495)

Otherwise, the Video can be initiated with playback rate 0.5 and
play correctly (slower), but in native playback speed controls 1.0
will be marked as current playback speed.
* feat(android): implement initialBitrate

* refactor: reorder type

* docs: add initialBitrate section

* fix: lint

* refactor: move `initialBitrate` into `source.bufferConfig`
…p#4503)

* fix: beter isLocalAsset checks

* fix: add "asset://" to possible assets paths

* Update src/Video.tsx

---------

Co-authored-by: Olivier Bouillet <62574056+freeboub@users.noreply.github.com>
…p#4492)

* feat(ios): allow to disable audio sessions management

* chore: lint code

* chore: fix alphabetical order
Co-authored-by: Jonathan Jacobs <jonathan@yoco.co.za>
@linear
Copy link
Copy Markdown

linear Bot commented May 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.