media/libraries/common/src/main/java/androidx/media3/common
olly f2ad8ccd3c Shorten log tags to 23 char limit
When calling Android's Log class directly, there's a LongLogTag
lint check that detects tags over the 23 char limit, however it
cannot detect long log tags in ExoPlayer due to the way that we
log via our own Log class. This commit adds @Size annotations to
enforce the same rule.

PiperOrigin-RevId: 413976364
2021-12-07 17:37:31 +00:00
..
text Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00
util Shorten log tags to 23 char limit 2021-12-07 17:37:31 +00:00
AdOverlayInfo.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
AdPlaybackState.java Add method to reset ad group from final states to be playable again. 2021-11-19 15:18:45 +00:00
AdViewProvider.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
AudioAttributes.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
AuxEffectInfo.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
BasePlayer.java Remove ExoPlayerImpl inheritance from BasePlayer. 2021-12-02 10:05:29 +00:00
Bundleable.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
BundleListRetriever.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
C.java Add missing IntDef constant. 2021-11-09 10:07:30 +00:00
ColorInfo.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
DataReader.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
DeviceInfo.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
DrmInitData.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
ErrorMessageProvider.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
FileTypes.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
FlagSet.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
Format.java Re-position IntDefs in media3 stable API 2021-11-09 10:07:00 +00:00
ForwardingPlayer.java Update most Player parameter & doc references from Window to MediaItem 2021-11-08 15:12:32 +00:00
HeartRating.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
IllegalSeekPositionException.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
MediaItem.java Re-position IntDefs in media3 stable API 2021-11-09 10:07:00 +00:00
MediaLibraryInfo.java Add "3" into media3 version string 2021-12-02 11:55:55 +00:00
MediaMetadata.java Populate ICY headers into MediaMetadata 2021-11-19 14:55:51 +00:00
MediaPeriodId.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
Metadata.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
MimeTypes.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
package-info.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
ParserException.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
PercentageRating.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
PlaybackException.java Re-position IntDefs in media3 stable API 2021-11-09 10:07:00 +00:00
PlaybackParameters.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
Player.java Add additional documentation regarding resource acquisition. 2021-11-19 14:47:08 +00:00
PriorityTaskManager.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
Rating.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
StarRating.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
StreamKey.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
ThumbRating.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
Timeline.java Don't drop updates of the playing period for skipped SSI ads 2021-12-02 09:58:49 +00:00
TrackGroup.java Add optional id to TrackGroup. 2021-12-02 11:56:42 +00:00
TrackGroupArray.java Prohibit duplicate TrackGroups in TrackGroupArray 2021-12-02 11:56:42 +00:00
TrackSelection.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
TrackSelectionArray.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
TrackSelectionOverrides.java Make TrackSelectionOverride.getTrackType public 2021-11-19 14:37:58 +00:00
TrackSelectionParameters.java Add preferredVideoRoleFlags to TrackSelectionParameters. 2021-12-02 11:55:44 +00:00
TracksInfo.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
VideoSize.java Update to androidx.media3 2021-10-27 09:12:46 +01:00