File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
src/main/java/me/jessyan/progressmanager/demo
progress/src/main/java/me/jessyan/progressmanager/body Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# ProgressManager
2- [ ![ Bintray] ( https://img.shields.io/badge/bintray-v1.2.5 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/progressmanager/1.2.5 /link )
2+ [ ![ Bintray] ( https://img.shields.io/badge/bintray-v1.3.0 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/progressmanager/1.3.0 /link )
33[ ![ Build Status] ( https://travis-ci.org/JessYanCoding/ProgressManager.svg?branch=master ) ] ( https://travis-ci.org/JessYanCoding/ProgressManager )
44[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-ProgressManager-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/5865 )
55[ ![ API] ( https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-4.0.html )
3030
3131## Download
3232``` gradle
33- compile 'me.jessyan:progressmanager:1.2.5 '
33+ compile 'me.jessyan:progressmanager:1.3.0 '
3434```
3535
3636## Usage
Original file line number Diff line number Diff line change 11# ProgressManager
2- [ ![ Bintray] ( https://img.shields.io/badge/bintray-v1.2.5 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/progressmanager/1.2.5 /link )
2+ [ ![ Bintray] ( https://img.shields.io/badge/bintray-v1.3.0 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/progressmanager/1.3.0 /link )
33[ ![ Build Status] ( https://travis-ci.org/JessYanCoding/ProgressManager.svg?branch=master ) ] ( https://travis-ci.org/JessYanCoding/ProgressManager )
44[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-ProgressManager-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/5865 )
55[ ![ API] ( https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-4.0.html )
2929
3030## Download
3131``` gradle
32- compile 'me.jessyan:progressmanager:1.2.5 '
32+ compile 'me.jessyan:progressmanager:1.3.0 '
3333```
3434
3535## Usage
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ dependencies {
3030 compile ' com.github.bumptech.glide:glide:3.8.0'
3131 compile ' com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
3232 compile project(' :progress' )
33- // compile 'me.jessyan:progressmanager:1.2.5 '
33+ // compile 'me.jessyan:progressmanager:1.3.0 '
3434}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
3232 private static final String TAG = "MainActivity" ;
3333 // github 服务器可能下载不稳定
3434 public static final String IMAGE_URL = "https://raw.githubusercontent.com/JessYanCoding/MVPArmsTemplate/master/art/step.png" ;
35- public static final String DOWNLOAD_URL = "http ://inthecheesefactory. com/uploads/source/nestedfragment/fragments.png " ;
35+ public static final String DOWNLOAD_URL = "https ://raw.githubusercontent. com/JessYanCoding/MVPArmsTemplate/master/art/MVPArms.gif " ;
3636 public static final String UPLOAD_URL = "http://upload.qiniu.com/" ;
3737
3838 private ImageView mImageView ;
Original file line number Diff line number Diff line change 2525 targetSdkVersion = 25
2626 compileSdkVersion = 25
2727 buildToolsVersion = " 25.0.3"
28- versionCode = 10
29- versionName = " 1.2.5 "
28+ versionCode = 13
29+ versionName = " 1.3.0 "
3030}
Original file line number Diff line number Diff line change 44import android .os .Parcelable ;
55
66/**
7+ * {@link ProgressInfo} 用于存储与进度有关的变量,已实现 Parcelable
78 * Created by jess on 07/06/2017 12:09
89 * Contact with jess.yan.effort@gmail.com
910 */
You can’t perform that action at this time.
0 commit comments