mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Moves setting bitmapFactory options from BitmapLoader to DatasourceBitmapLoader
BitmapLoader is a general interface for bitmap loading that could use loading implementations other that BitmapFactory, with the rise of Glide being a loader of choice. It's best to correct this interface so that it remains generic
We can't deprecate easily because the other loadBitmap method in that case has a default implementation that relies on the first one, so the change is still breaking. BitmapLoader is public api in common, but it's @UnstableAPI and hasn't been around for very long (
|
||
|---|---|---|
| .. | ||
| java/androidx/media3/datasource | ||
| res | ||
| AndroidManifest.xml | ||