Skip to content

Commit

Permalink
修改bug[#138]和[#140]
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchaojiang committed Nov 25, 2019
1 parent 2025259 commit e55601d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 2 additions & 1 deletion ImagePreview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:support-fragment:26.1.0'
implementation "com.android.support:support-core-utils:26.1.0"

}
apply plugin: 'com.novoda.bintray-release'
publish {
userOrg = 'ycjiang'
repoName = "yangjiang" //仓库名
groupId = 'com.ycjiang'
artifactId = 'ImagePreview'
publishVersion = '2.2.7'
publishVersion = '2.2.8'
desc = 'The project by the Google official demo Zooming a View inspired to achieve a click on the thumbnail zoom to full screen preview, \' +\n' +
' \'exit the full screen to restore the original location of the two processes of the animation transition.\' +\n' +
' \' Common application scenes such as WeChat friends circle photo Jiugongge and WeChat chat picture preview, some mobile phone system album, \' +\n' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ protected void onDetachedFromWindow() {
bitmapWidth = 0;
bitmapHeight = 0;
thumbRect = null;
mPaint = null;
matrix = null;
startTransform = null;
endTransform = null;
animTransform = null;
ISFUll = false;
if (animator != null) {
animator.cancel();
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
通过Gradle抓取:

```grade
compile 'com.ycjiang:ImagePreview:2.2.7'
compile 'com.ycjiang:ImagePreview:2.2.8'
```

### 1.本项目类库依赖第三库
Expand Down Expand Up @@ -234,6 +234,9 @@ public class TestImageLoader implements IZoomMediaLoader {
### 升级日志
#### 2.2.8
* 1.修改bug[#140](https://github.com/yangchaojiang/ZoomPreviewPicture/issues/140)。
* 2.修改bug[#138](https://github.com/yangchaojiang/ZoomPreviewPicture/issues/138)。
#### 2.2.7
* 1.修改bug[#131](https://github.com/yangchaojiang/ZoomPreviewPicture/issues/131)。
#### 2.2.6
Expand Down

0 comments on commit e55601d

Please sign in to comment.