mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix DefaultMediaNotificationProvider typo in release notes
Also merge two 'Remove deprecated symbols' sections
PiperOrigin-RevId: 482171490
(cherry picked from commit a4965053bd)
This commit is contained in:
parent
6ec2f1ef6d
commit
b592c78ce7
1 changed files with 9 additions and 9 deletions
|
|
@ -63,12 +63,13 @@
|
||||||
* Ensure commands are always executed in the correct order even if some
|
* Ensure commands are always executed in the correct order even if some
|
||||||
require asynchronous resolution
|
require asynchronous resolution
|
||||||
([#85](https://github.com/androidx/media/issues/85)).
|
([#85](https://github.com/androidx/media/issues/85)).
|
||||||
* Add `DefaultNotificationProvider.Builder` to build
|
* Add `DefaultMediaNotificationProvider.Builder` to build
|
||||||
`DefaultNotificationProvider` instances. The builder can configure the
|
`DefaultMediaNotificationProvider` instances. The builder can configure
|
||||||
notification ID, the notification channel ID and the notification
|
the notification ID, the notification channel ID and the notification
|
||||||
channel name used by the provider. Also, add method
|
channel name used by the provider. Also, add method
|
||||||
`DefaultNotificationProvider.setSmallIcon(int)` to set the notifications
|
`DefaultMediaNotificationProvider.setSmallIcon(int)` to set the
|
||||||
small icon ([#104](https://github.com/androidx/media/issues/104)).
|
notifications small icon
|
||||||
|
([#104](https://github.com/androidx/media/issues/104)).
|
||||||
* Ensure commands sent before `MediaController.release()` are not dropped
|
* Ensure commands sent before `MediaController.release()` are not dropped
|
||||||
([#99](https://github.com/androidx/media/issues/99)).
|
([#99](https://github.com/androidx/media/issues/99)).
|
||||||
* `SimpleBitmapLoader` can load bitmap from `file://` URIs
|
* `SimpleBitmapLoader` can load bitmap from `file://` URIs
|
||||||
|
|
@ -104,10 +105,9 @@
|
||||||
* Remove deprecated symbols:
|
* Remove deprecated symbols:
|
||||||
* Remove `DefaultAudioSink` constructors, use `DefaultAudioSink.Builder`
|
* Remove `DefaultAudioSink` constructors, use `DefaultAudioSink.Builder`
|
||||||
instead.
|
instead.
|
||||||
* Remove deprecated symbols:
|
* Remove `Transformer.Builder.setOutputMimeType(String)`. This feature has
|
||||||
* Remove `Transformer.Builder.setOutputMimeType(String)`. This feature
|
been removed. The MIME type will always be MP4 when the default muxer is
|
||||||
has been removed. The MIME type will always be MP4 when the default
|
used.
|
||||||
muxer is used.
|
|
||||||
|
|
||||||
### 1.0.0-beta02 (2022-07-21)
|
### 1.0.0-beta02 (2022-07-21)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue