File tree Expand file tree Collapse file tree 3 files changed +25
-13
lines changed Expand file tree Collapse file tree 3 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* 流式操作
6
6
* 低侵入性
7
+ * 依赖少,只依赖了` disklrucache ` 和` support v4 `
7
8
* 支持Html和Markdown格式文本
8
9
* 支持图片点击和长按事件
9
10
* 链接点击事件和长按事件
12
13
* 支持修正图片宽高
13
14
* 支持GIF图片
14
15
* 支持Base64编码、本地图片和Assets目录图片
15
- * 自持自定义图片加载器
16
+ * 自持自定义图片加载器、图片加载器
16
17
* 支持内存和磁盘双缓存
17
18
18
19
### 效果
23
24
### gradle中引用的方法
24
25
25
26
```
26
- compile 'com.zzhoujay.richtext:richtext:2.5.4 '
27
+ compile 'com.zzhoujay.richtext:richtext:3.0.0 '
27
28
```
28
29
29
- ### Glide图片加载器 (已不建议使用,可以用默认图片加载器替代)
30
+ ### 关于issue
30
31
31
- ```
32
- compile 'com.zzhoujay.glideimagegetter:glideimagegetter:1.0.5'
33
- ```
32
+ 最近一段时间会比较忙,issue不能及时处理,一般会定时抽空集中解决issue,但时间有限解决速度上不敢保证。
34
33
35
- 关于Glide图片加载器和默认图片加载器的区别请看 [ 这里 ] ( https://github.com/zzhoujay/RichText/wiki/自定义图片加载器 )
34
+ 欢迎提交pull request帮助完善这个项目
36
35
37
36
### 注意
38
37
@@ -71,9 +70,6 @@ Markdown源于子项目:[Markdown](https://github.com/zzhoujay/Markdown)
71
70
[ RecyclerView Demo] ( https://github.com/zzhoujay/RichText/blob/master/app/src/main/java/zhou/demo/RecyclerViewActivity.java ) 、
72
71
[ Gif Demo] ( https://github.com/zzhoujay/RichText/blob/master/app/src/main/java/zhou/demo/GifActivity.java )
73
72
74
- ### 特别感谢
75
-
76
- 感谢[ @huoguangjin ] ( https://github.com/huoguangjin ) 在开发过程中对gilde的源码分析的帮助
77
73
78
74
### License
79
75
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ maven {
7
+ url ' https://maven.google.com/'
8
+ name ' Google'
9
+ }
6
10
}
7
11
dependencies {
8
12
classpath ' com.android.tools.build:gradle:2.3.1'
9
- classpath ' com.novoda:bintray-release:0.3.4 '
13
+ classpath ' com.novoda:bintray-release:0.5.0 '
10
14
11
15
// NOTE: Do not place your application dependencies here; they belong
12
16
// in the individual module build.gradle files
@@ -16,6 +20,18 @@ buildscript {
16
20
allprojects {
17
21
repositories {
18
22
jcenter()
23
+ maven {
24
+ url ' https://maven.google.com/'
25
+ name ' Google'
26
+ }
27
+ }
28
+
29
+ tasks. withType(Javadoc ) {
30
+ options {
31
+ encoding " UTF-8"
32
+ charSet ' UTF-8'
33
+ links " http://docs.oracle.com/javase/7/docs/api"
34
+ }
19
35
}
20
36
}
21
37
Original file line number Diff line number Diff line change 1
- # Sat Mar 04 12:54:48 CST 2017
1
+ # Wed Nov 15 23:17:18 CST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments