AppIconLoader Versions Save

Android app icon loader from AOSP iconloaderlib

v1.5.0

1 year ago
  • Migrated appiconloader-coil to Coil 2.

v1.4.0

2 years ago
  • Synchronized iconloaderlib code from Android 12L.
  • Patched iconloaderlib to fix MIUI "optimization" reliably.

v1.3.1

3 years ago
  • Fixed MIUI "optimization" that draws an extra shadow.
  • Fixed the sample app to show all apps on Android 11.
  • Published library to Maven Central.

v1.3.0

3 years ago
  • Updated iconloaderlib to Android 11 source code.

v1.2.0

4 years ago
  • Enabled shape detection by default.
  • Moved the shrinkNonAdaptiveIcons parameter to AppIconLoader constructor.

v1.1.0

4 years ago
  • Fixed crash when using shrinkNonAdaptiveIcons due to package name mismatch.
  • Added shrinkNonAdaptiveIcons as a parameter in APIs.
  • AppIconLoader.loadIcon() now returns the result Bitmap directly.

v1.0.0

4 years ago
  • Initial release.