sarvex / TagFuA

How not to code in Android
0 stars 0 forks source link

Update dependency com.nostra13.universalimageloader:universal-image-loader to v1.9.5 #6

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.nostra13.universalimageloader:universal-image-loader 1.9.1 -> 1.9.5 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nostra13/Android-Universal-Image-Loader (com.nostra13.universalimageloader:universal-image-loader) ### [`v1.9.5`](https://togithub.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md#v195--27112015-) - **New API:** - `ImageLoader.displayImage(..., ImageSize targetImageSize, ...)` - CircleBitmapDisplayer - Better rendering of scaled images. - Fixed bugs: - inPurgeable and inInputShareable causes file descriptor leak on KitKat ([#​1020](https://togithub.com/nostra13/Android-Universal-Image-Loader/issues/1020)) - markSupported() ([#​1026](https://togithub.com/nostra13/Android-Universal-Image-Loader/issues/1026)) ### [`v1.9.4`](https://togithub.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md#v194--29052015-) - **New API:** - `ImageLoader.setDefaultLoadingListener(ImageLoadingListener)` - "Disc -> Disk" migration (deleted DiscCacheAware, MemoryCacheAware) - Video thumbnails support (`file://...`) - Fixed 0-length files problem ### [`v1.9.3`](https://togithub.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md#v193--06092014-) - Introduced `ImageScaleType.NONE_SAFE` - Video thumbnails support (`content://...`) - Animated drawables support (for `.showImageOnLoading()`, `.showImageOnFail()`, `.showImageForEmptyUri()`) - Fixed bugs: - `loadImageSync(...)` bug ([#​636](https://togithub.com/nostra13/Android-Universal-Image-Loader/issues/636)) - NPE if no free space while init disk cache - "Bitmap too large ..." for all ImageScaleTypes - contacts photo considering ### [`v1.9.2`](https://togithub.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md#v192--24052014-) - New Disk cache API (preparing renaming `disc` -> `disk`) - ImageLoader can be called out of the Main thread. Callback will be delivered on separate thread. - Prevented broken image files ([#​511](https://togithub.com/nostra13/Android-Universal-Image-Loader/issues/511)) - Interrupt non-actual tasks - `LruDiscCache` is default limited cache - Renaming: `ImageNonViewAware` -> `NonViewAware`. Extracted `ViewAware` from `ImageViewAware`. - Introduced `DiskCache` and `MemoryCache` interfaces instead of deprecated `DiscCacheAware` and `MemoryCacheAware`. - Removed `LimitedDiscCache`, `TotalSizeLimitedDiscCache`, `FileCountLimitedDiscCache`. Use `LruDisckCache` instead.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.