Skip to content

Commit

Permalink
完成 1.0.3 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wsc committed Aug 5, 2017
1 parent f53705f commit 3bd2f62
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20SmartRefresh%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6001)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.2-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.3-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg?style=flat)](https://android-arsenal.com/api?level=12)
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%201251%20%7C%20129%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.2)

Expand Down Expand Up @@ -96,8 +96,8 @@ SmartRefreshLayout的目标是打造一个强大,稳定,成熟的下拉刷
#### 1.在 buld.gradle 中添加依赖
```
compile 'com.android.support:appcompat-v7:25.3.1'//版本随意
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3-alpha-6'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3-alpha-6'//没有使用特殊Header,可以不加这行
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'//没有使用特殊Header,可以不加这行
```

#### 2.在XML布局文件中添加 SmartRefreshLayout
Expand Down
6 changes: 3 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20SmartRefresh%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6001)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.2-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.3-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg?style=flat)](https://android-arsenal.com/api?level=12)
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%201251%20%7C%20129%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.2)

Expand Down Expand Up @@ -93,8 +93,8 @@ Please rest assured that I have divided it into three packages, when used to ref
#### 1.Add a gradle dependency.
```
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3-alpha-6'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3-alpha-6'//If you use the special Header
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'//If you use the special Header
```

#### 2.Add SmartRefreshLayout in the layout xml.
Expand Down
Binary file modified art/app-debug.apk
Binary file not shown.
4 changes: 3 additions & 1 deletion art/md_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
>添加:finishLoadmore(boolean success);方法,完成加载,并设置是否成功
>修复:DeliveryHeader,DropboxHeader 在API-17以下显示不全的问题
## V 1.0.3 (开发中)
## V 1.0.3
>添加:下拉和上拉时,支持多点触摸,手势不冲突
>添加:当 内容视图不满一页时,默认不能上拉加载更多,不过必要时,通过设置还是可以上拉的
>添加:为 Heaer和Footer添加拖动时水平方向坐标 x,实现左右拖动Header的效果
Expand All @@ -41,4 +41,6 @@
>修复:列表监听滚动无效的问题
>修复:内存泄漏问题
## V 1.0.4 (开发中)
>添加:类是淘宝二楼的二级下拉刷新
2 changes: 1 addition & 1 deletion refresh-header/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publish {
userOrg = 'scwang90'
groupId = 'com.scwang.smartrefresh'
artifactId = 'SmartRefreshHeader'
version = '1.0.3-alpha-6'
version = '1.0.3'
description = 'Some delicate headers of SmartRefreshLayout'
website = "https://github.com/scwang90/${rootProject.name}"
}
2 changes: 1 addition & 1 deletion refresh-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ publish {
userOrg = 'scwang90'
groupId = 'com.scwang.smartrefresh'
artifactId = 'SmartRefreshLayout'
version = '1.0.3-alpha-6'
version = '1.0.3'
description = 'An intelligent refresh layout'
website = "https://github.com/scwang90/${rootProject.name}"
}

0 comments on commit 3bd2f62

Please sign in to comment.