Skip to content

Commit 5328d64

Browse files
authored
Merge pull request androidx#498 from androidx/release-1.1.0
Release 1.1.0
2 parents 2fc189d + 00005cb commit 5328d64

File tree

892 files changed

+73047
-20990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

892 files changed

+73047
-20990
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ body:
1717
tracker: https://github.com/google/ExoPlayer/issues?q=is%3Aissue
1818
- type: dropdown
1919
attributes:
20-
label: Media3 Version
20+
label: Version
2121
description: What version of Media3 (or ExoPlayer) are you using?
2222
options:
23-
- Media3 1.1.0-alpha01
23+
- Media3 1.1.0
2424
- Media3 1.0.2
2525
- Media3 1.0.1
2626
- Media3 1.0.0
@@ -33,6 +33,8 @@ body:
3333
- Media3 1.0.0-alpha02
3434
- Media3 1.0.0-alpha01
3535
- Media3 `main` branch
36+
- Media3 pre-release (alpha, beta or RC not in this list)
37+
- ExoPlayer 2.19.0
3638
- ExoPlayer 2.18.7
3739
- ExoPlayer 2.18.6
3840
- ExoPlayer 2.18.5
@@ -54,6 +56,12 @@ body:
5456
- Older (unsupported)
5557
validations:
5658
required: true
59+
- type: textarea
60+
attributes:
61+
label: More version details
62+
description: |
63+
Required if you selected `main` or `dev-v2` (please provide an exact commit SHA),
64+
or 'pre-release' or 'older' (please provide the version).
5765
- type: textarea
5866
attributes:
5967
label: Devices that reproduce the issue
@@ -114,7 +122,7 @@ body:
114122
* Attach a file here
115123
* Include a media URL
116124
* Refer to a piece of media from the demo app (e.g. `Misc > Dizzy (MP4)`)
117-
* If you don't want to post media publicly please email the info to dev.exoplayer@gmail.com with subject 'Issue #\<issuenumber\>' after filing this issue, and note that you will do this here.
125+
* If you don't want to post media publicly please email the info to android-media-github@google.com with subject 'Issue #\<issuenumber\>' after filing this issue, and note that you will do this here.
118126
* If you are certain the issue does not depend on the media being played, enter "Not applicable" here.
119127
120128
For DRM-protected media please also include the scheme and license server URL.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Don't forget to check ExoPlayer's supported formats and devices, if applicable
3939
(https://developer.android.com/guide/topics/media/exoplayer/supported-formats).
4040

4141
If there's something you don't want to post publicly, please submit the issue,
42-
then email the link/bug report to dev.exoplayer@gmail.com using a subject in the
43-
format "Issue #1234", where #1234 is your issue number (we don't reply to
44-
emails).
42+
then email the link/bug report to android-media-github@google.com using a
43+
subject in the format "Issue #1234", where #1234 is your issue number (we don't
44+
reply to emails).

.idea/icon.svg

Lines changed: 10 additions & 0 deletions
Loading

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,24 @@ you made on top of `main` using
3838
$ git diff -U0 main... | google-java-format-diff.py -p1 -i
3939
```
4040

41+
### Push access to PR branches
42+
43+
Please ensure maintainers of this repository have push access to your PR branch
44+
by ticking the `Allow edits from maintainers` checkbox when creating the PR (or
45+
after it's created). See the
46+
[GitHub docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
47+
for more info. This allows us to make changes and fixes to the PR while it goes
48+
through internal review, and ensures we don't create an
49+
['evil' merge](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefevilmergeaevilmerge)
50+
when it gets merged.
51+
52+
This checkbox only appears on PRs from individual-owned forks
53+
(https://github.com/orgs/community/discussions/5634). If you open a PR from an
54+
organization-owned fork we will ask you to open a new one from an
55+
individual-owned fork. If this isn't possible we can still merge the PR, but it
56+
will result in an 'evil' merge because the changes and fixes we make during
57+
internal review will be part of the merge commit.
58+
4159
## Contributor license agreement
4260

4361
Contributions to any Google project must be accompanied by a Contributor

0 commit comments

Comments
 (0)