Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbbc committed Jul 9, 2017
1 parent 696eb79 commit 6ed8b85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
<a href="art/18.png"><img src="art/18.png" width="30%"/></a>

## TODO
- [x] 优化下载功能(V1.0.7-1)
- [x] 检查卡顿,优化动画,优化内存占用(V1.0.8)
- [x] 增量更新(V1.0.8) 增量算法:[Google File By File Patch](https://github.com/andrewhayden/archive-patcher)
- [x] 修复部分界面错位Bug(V1.0.8)
- [x] 下载弹幕(V1.0.8)
- [x] 修复下载Bug(V1.0.8)
- [ ] 登陆(V1.0.8)
- [ ] 发送评论(V1.0.8)
- [ ] 适配Android5.0以下(V1.0.8)
- [ ] 弹幕屏蔽功能(V1.0.9)
- [x] 适配Android5.0以下(V1.0.8)
- [ ] 登陆(V1.0.9)
- [ ] 发送评论(V1.0.9)
- [ ] 查看Up主视频(V1.0.9)
- [ ] 同步收藏(V1.0.9)
- [ ] 弹幕屏蔽功能(V1.0.9)

## 已知问题
- 移动不能使用客户端,手头没有移动的号,暂时无法调试
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
vectorDrawables.useSupportLibrary = true

ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
}
signingConfigs {
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 更新历史

### V1.0.8
- 优化动画,减少卡顿
- 添加省流量更新
- 修复部分界面错位Bug
- 离线缓存支持下载弹幕
- 修复部分下载Bug
- 适配到Android 4.3

### V1.0.7-2
- 论文写吐了
- 于是给搜索写了一个酷酷的特效
Expand Down

0 comments on commit 6ed8b85

Please sign in to comment.