Skip to content

Commit

Permalink
Merge branch 'master' into exoplayer_v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomPainX committed Jan 15, 2023
2 parents 6136069 + 8472089 commit 81113de
Show file tree
Hide file tree
Showing 34 changed files with 3,813 additions and 1,217 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## 4.1.0 (2022-09-11)

### Bug Fixes

- Android Fix bug in getVideoType Error 1 issue#108

## 4.1.0-1 (2022-09-04)

### Chores

- Update to Capacitor 4.1.0

### Bug Fixes

- Android Fix bug in initPlayer with permissions

## 4.0.1 (2022-09-04)

### Chores

- Update to Capacitor 4.0.1

## 3.7.5 (2022-09-05)

### Bug Fixes

- Android Fix bug in initPlayer with permissions

## 3.7.4 (2022-09-03)

### Bug Fixes

- The latest version doesn't play video files from the local device storage #89

### Add Features

- add permission request for reading media file for API > 28

## 3.7.3 (2022-08-31)

### Bug Fixes

- API.md Android Quirks
- iOS - Swiping Video Off Screen Does Not Destroy The Video #105

## 3.7.2 (2022-08-31)

### Chores

- (Android) Exoplayer 2.16.0 by Manuel García Marín (https://github.com/PhantomPainX)

### Added Features

- (Android) Add Chromecast features

## 3.7.1 (2022-08-27)

- (Android) New layout, features and some fixes #106 by Manuel García Marín (https://github.com/PhantomPainX)
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions android/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Sun Sep 04 08:43:31 CEST 2022
gradle.version=7.4.2
Binary file not shown.
21 changes: 21 additions & 0 deletions android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions android/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
arguments=--init-script /var/folders/jz/m6091z2x6yn18q_qgnsy42lm0000gn/T/init12484989191574167869.gradle --init-script /var/folders/jz/m6091z2x6yn18q_qgnsy42lm0000gn/T/init5718432896269751373.gradle
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=/Users/queaujeanpierre/Library/Java/JavaVirtualMachines/corretto-16.0.2/Contents/Home
jvm.arguments=
offline.mode=false
override.workspace.settings=true
show.console.view=true
show.executions.view=true
Binary file added android/build/outputs/aar/android-debug.aar
Binary file not shown.
Binary file added android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 81113de

Please sign in to comment.