- Oct 20, 2022
-
-
Daniel Kuhn authored
From 6.3.5 upward, the iOS package and module are renamed to ARD-Player (without -iOS). Also all Events are now uppercase (ARDPlayerEvent and ARDPlayerEvents). The iOS deployment target is raised to 13.0. Some fiddling around with modular_headers and flipper in the Podfile of the example application: Flipper is incompatible and needed to be disabled
-
Daniel Kuhn authored
Updates ardplayer to v6.3.5 See merge request sportschau_app/react-native-ardplayer!15
-
- Oct 19, 2022
-
-
Tsoumenis Vangelis authored
Apply container size to video player dynamically See merge request sportschau_app/react-native-ardplayer!14
-
- Oct 18, 2022
-
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
- Oct 10, 2022
-
-
Tsoumenis Vangelis authored
Adjusts ArdPlayer to respect outer container/s in Ios See merge request sportschau_app/react-native-ardplayer!13
-
- Oct 06, 2022
-
-
Luciano Vincent authored
After much thought, the conclusive theory was made that width: "100%" should yield the wanted behaviour in Ios, the theory was tested and successful. Furthermore a test in which only height was given was shortly tested, here the player also behaved properly. In the future one could assess also in correlation with the future floating player if this is enough or more has to be done in Ios, meaning not having to pass any width or height and the player still sizing/resizing properly.
-
- Oct 04, 2022
-
-
Tsoumenis Vangelis authored
Introduce autoplay option See merge request sportschau_app/react-native-ardplayer!12
-
Tsoumenis Vangelis authored
-
Move VideoData type to its own file. Add makePlayerConfiguration utility with tests.
-
Tsoumenis Vangelis authored
Introduce onPlay and onPause See merge request sportschau_app/react-native-ardplayer!11
-
Tsoumenis Vangelis authored
-
Tsoumenis Vangelis authored
PlayerHandle is an object that holds methods to control a single instance of Ardplayer. This can be used as parameter to callback functions that listen to player state changed. Should be used as the handle for useImperativeHandle if a ref to a Ardplayer is ever required. Right now only the pause function is needed but others and possibly some state might be added later.
-
- Sep 29, 2022
-
-
Daniel Kuhn authored
onPlay takes a function which gets called with the pause function of the player as argument whenever the player starts playing onPause takes a void function which gets called when the player pauses or stops Add global pause button in example to showcase usage
-
Tsoumenis Vangelis authored
iOS: make callback function optional See merge request sportschau_app/react-native-ardplayer!6
-
Daniel Kuhn authored
-
Daniel Kuhn authored
-
Tsoumenis Vangelis authored
Change Ardplayer props to take videoData object See merge request sportschau_app/react-native-ardplayer!8
-
- Sep 28, 2022
-
-
Tsoumenis Vangelis authored
The Ardplayer component now accepts a prop "video". This is an object to descibe a video to be played. src, title, mimeType, posterSrc?, maxHResolutionPx Also moves mediaCollectionProvider to its own file makeMediaCollection and adds tests. refs #19975
-
Tsoumenis Vangelis authored
Adds installation instructions for android See merge request sportschau_app/react-native-ardplayer!7
-
Stefan Schöttelndreyer authored
-
Tsoumenis Vangelis authored
Fix android layout See merge request sportschau_app/react-native-ardplayer!4
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Tsoumenis Vangelis authored
Add iOS installation instructions See merge request sportschau_app/react-native-ardplayer!5
-
Tsoumenis Vangelis authored
Add initial props to interface component See merge request sportschau_app/react-native-ardplayer!3
-
Tsoumenis Vangelis authored
The src attribute of an Image can not be undefined on android
-
- Sep 27, 2022
-
-
Daniel Kuhn authored
-
- Sep 26, 2022
-
-
Luciano Vincent authored
- Adjusted ArdPlayer component props - Adjusted the return - Refactored getPlayerConfig function - Added a new function mediaCollectionProvider to easily create a mediaCollection - Made some simple type changes involving preview Url - Adjusted Example
-
Tsoumenis Vangelis authored
-
Luciano Vincent authored
-
- Sep 23, 2022
-
-
Tsoumenis Vangelis authored
-
Tsoumenis Vangelis authored
Adds the Typscript implementation of the React Native Component Ardplayer
-
Tsoumenis Vangelis authored
This adds the java implementation of the native component wrapping the ArdPlayer. Exported to React Native as ArdplayerView
-
Tsoumenis Vangelis authored
-
This adds the swift implementation of the native component wrapping the ArdPlayer. Exported to React Native as ArdPlayerView
-