Commit 2e15ccbf authored by sendtion's avatar sendtion Committed by GitHub

加入更新说明

更新版本号
加入更新说明
parent 1caef1a1
...@@ -27,7 +27,7 @@ allprojects { ...@@ -27,7 +27,7 @@ allprojects {
} }
dependencies { dependencies {
compile 'com.github.sendtion:XRichText:1.0' compile 'com.github.sendtion:XRichText:1.1'
} }
``` ```
...@@ -121,6 +121,16 @@ protected void showEditData(String content) { ...@@ -121,6 +121,16 @@ protected void showEditData(String content) {
### 具体的使用方式,请参考Demo代码。 ### 具体的使用方式,请参考Demo代码。
### 更新历史
#### v1.1
- 优化内存占用,解决内存溢出问题
- 结合RxJava(参考Demo)
- 支持连续插入多张图片(参考Demo)
- 解决插入图片导致的卡顿和崩溃
#### v1.0
- 初次提交
## 感谢 ## 感谢
本库在前人的基础上进行修改,感谢各位大神的辛苦劳作! 本库在前人的基础上进行修改,感谢各位大神的辛苦劳作!
参考了以下项目: 参考了以下项目:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment