Prepare 4.6.2 release
This commit is contained in:
parent
50b3168491
commit
6f8b8e71f5
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
# Snapshot
|
# 4.6.2
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
* `image` - `DefaultDownScalingMediaDecoder` which scales displayed images down ([#329])
|
* `image` - `DefaultDownScalingMediaDecoder` which scales displayed images down ([#329])
|
||||||
|
@ -8,7 +8,7 @@ android.enableJetifier=true
|
|||||||
android.enableBuildCache=true
|
android.enableBuildCache=true
|
||||||
android.buildCacheDir=build/pre-dex-cache
|
android.buildCacheDir=build/pre-dex-cache
|
||||||
|
|
||||||
VERSION_NAME=4.6.2-SNAPSHOT
|
VERSION_NAME=4.6.2
|
||||||
|
|
||||||
GROUP=io.noties.markwon
|
GROUP=io.noties.markwon
|
||||||
POM_DESCRIPTION=Markwon markdown for Android
|
POM_DESCRIPTION=Markwon markdown for Android
|
||||||
|
@ -108,7 +108,7 @@ class AsyncDrawableLoaderImpl extends AsyncDrawableLoader {
|
|||||||
|
|
||||||
final ImageItem.WithDecodingNeeded withDecodingNeeded = imageItem.getAsWithDecodingNeeded();
|
final ImageItem.WithDecodingNeeded withDecodingNeeded = imageItem.getAsWithDecodingNeeded();
|
||||||
|
|
||||||
// @since $SNAPSHOT; close input stream
|
// @since 4.6.2 close input stream
|
||||||
try {
|
try {
|
||||||
MediaDecoder mediaDecoder = mediaDecoders.get(withDecodingNeeded.contentType());
|
MediaDecoder mediaDecoder = mediaDecoders.get(withDecodingNeeded.contentType());
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ import java.util.Collections;
|
|||||||
* <strong>NB</strong> this media decoder will create a temporary file for each incoming media resource,
|
* <strong>NB</strong> this media decoder will create a temporary file for each incoming media resource,
|
||||||
* which can have a performance penalty (IO)
|
* which can have a performance penalty (IO)
|
||||||
*
|
*
|
||||||
* @since $SNAPSHOT;
|
* @since 4.6.2
|
||||||
*/
|
*/
|
||||||
public class DefaultDownScalingMediaDecoder extends MediaDecoder {
|
public class DefaultDownScalingMediaDecoder extends MediaDecoder {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user