| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| muzei-api-3.4.1-javadoc.jar | 2022-01-03 | 378.4 kB | |
| muzei-api-3.4.1-sources.jar | 2022-01-03 | 38.4 kB | |
| muzei-api-release.aar | 2022-01-03 | 91.4 kB | |
| Muzei API 3.4.1.tar.gz | 2021-12-17 | 136.8 MB | |
| Muzei API 3.4.1.zip | 2021-12-17 | 137.5 MB | |
| README.md | 2021-12-17 | 1.7 kB | |
| Totals: 6 Items | 274.8 MB | 0 | |
Muzei API 3.4.1 includes compatibility fixes when targeting API 31 specifically around PendingIntent mutability and an improvement when multiple threads attempt to download artwork simultaneously. It is compatible with Muzei 3.3.0 and higher.
What's Changed
- Specify PendingIntent mutability for legacy command returned by
getCommands()by @ianhanniballake in [d4f348a935ac822081f66e95bb1eb76d2b961841] - Specify PendingIntent mutability in
getArtworkInfo()withinMuzeiArtProviderby @yellowbluesky in https://github.com/muzei/muzei/pull/747 - Prevent concurrent writes to artwork's cache by @strievi in https://github.com/muzei/muzei/pull/712
- Muzei API now depends on ExifInterface <[inline_block>0</inline_block>](https://developer.android.com/jetpack/androidx/releases/exifinterface#1
New Contributors
- @yellowbluesky made their first contribution in https://github.com/muzei/muzei/pull/747
- @strievi made their first contribution in https://github.com/muzei/muzei/pull/712
Full Changelog: https://github.com/muzei/muzei/compare/api3.4.0...api3.4.1
Using Muzei API 3.4.1
Include the Muzei API in your app by adding the dependency to your build.gradle:
implementation "com.google.android.apps.muzei:muzei-api:3.4.1"
Note: Muzei API depends on AndroidX. You must migrate to AndroidX to use the Muzei API.