forked from jhomlala/betterplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/player notifications (jhomlala#181)
* setControlsEnabled implementation * Updated documentation * Fixed video list widget buttons not rendering correctly in small resolutions * Fixed video list widget buttons not rendering correctly in small resolutions * Added setOverriddenAspectRatio, added example for overriding aspect ratio * Fixed deviceOrientationsOnFullScreen for iOS * iOS player notifications implementation * Player notification implementation * Player notification implementation * iOS player notifications implementation * iOS player notifications implementation * Android player notifications implementation * General player notifications implementation * Android notification image * iOS notification handling * iOS notification handling * iOS notification handling * iOS notification handling * Android notification handling * Android notification handling * Android notification handling * Notification handling * Notification handling * Notification handling * Merge fixes, readme update, changelog update * Added media file * General refactor * Update README.md * Update README.md * Update README.md * PR refactor
- Loading branch information
Showing
32 changed files
with
1,489 additions
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
android.enableR8=true | ||
android.useAndroidX=true | ||
android.enableJetifier=true |
Oops, something went wrong.