forked from panpf/sketch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Flyge
committed
Nov 26, 2016
1 parent
6d45916
commit b585fd3
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
BUG: | ||
>* `GIF` 修复当反复切换LoadOptions.decodeGifImage的值后再刷新页面,需要播放GIF时却依然显示静态的GIF第一帧的BUG | ||
>* `Gif Flag` 修复SketchImageView.setShowGifFlag()反复调用时无效的bug | ||
>* `Zoom` 修复设置关闭手势缩放功能时没有恢复Matrix和ScaleType的BUG | ||
>* `ImageFrom` 修复反复调用setShowImageFrom(boolean)时无效的BUG | ||
>* 显示时遇到已回收的Bitmap崩溃的BUG | ||
>* 修复读取缓存的已处理图片时类型以及原始尺寸丢失的BUG | ||
>* 修复读取APK icon时drawable宽高小于等于0崩溃的BUG | ||
优化: | ||
>* RefBitmap各个方法全部加了同步锁,视图解决在显示时Bitmap却已回收的BUG | ||
>* ExceptionMonitor新增onBitmapRecycledOnDisplay(DisplayRequest, RefDrawable)方法用来监控即将显示时发现Bitmap被回收的问题 | ||
>* :bug: `GIF` 修复当反复切换LoadOptions.decodeGifImage的值后再刷新页面,需要播放GIF时却依然显示静态的GIF第一帧的BUG | ||
>* :bug: `Gif Flag` 修复SketchImageView.setShowGifFlag()反复调用时无效的bug | ||
>* :bug: `Zoom` 修复设置关闭手势缩放功能时没有恢复Matrix和ScaleType的BUG | ||
>* :bug: `ImageFrom` 修复反复调用setShowImageFrom(boolean)时无效的BUG | ||
>* :bug: 修复显示时遇到已回收的Bitmap崩溃的BUG | ||
>* :bug: 修复读取缓存的已处理图片时类型以及原始尺寸丢失的BUG | ||
>* :bug: 修复读取APK icon时drawable宽高小于等于0崩溃的BUG | ||
>* :bug: RefBitmap各个方法全部加了同步锁,视图解决在显示时Bitmap却已回收的BUG | ||
>* :sparkles: ExceptionMonitor新增onBitmapRecycledOnDisplay(DisplayRequest, RefDrawable)方法用来监控即将显示时发现Bitmap被回收的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters