File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 43
43
<a href =" art/18.png " ><img src =" art/18.png " width =" 30% " /></a >
44
44
45
45
## TODO
46
- - [x] 优化下载功能(V1.0.7-1)
47
46
- [x] 检查卡顿,优化动画,优化内存占用(V1.0.8)
48
47
- [x] 增量更新(V1.0.8) 增量算法:[ Google File By File Patch] ( https://github.com/andrewhayden/archive-patcher )
49
48
- [x] 修复部分界面错位Bug(V1.0.8)
50
49
- [x] 下载弹幕(V1.0.8)
51
50
- [x] 修复下载Bug(V1.0.8)
52
- - [ ] 登陆(V1.0.8)
53
- - [ ] 发送评论(V1.0.8)
54
- - [ ] 适配Android5.0以下(V1.0.8)
55
- - [ ] 弹幕屏蔽功能(V1.0.9)
51
+ - [x] 适配Android5.0以下(V1.0.8)
52
+ - [ ] 登陆(V1.0.9)
53
+ - [ ] 发送评论(V1.0.9)
56
54
- [ ] 查看Up主视频(V1.0.9)
55
+ - [ ] 同步收藏(V1.0.9)
56
+ - [ ] 弹幕屏蔽功能(V1.0.9)
57
57
58
58
## 已知问题
59
59
- 移动不能使用客户端,手头没有移动的号,暂时无法调试
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
19
19
vectorDrawables. useSupportLibrary = true
20
20
21
21
ndk {
22
- abiFilters ' armeabi-v7a' , ' x86 '
22
+ abiFilters ' armeabi-v7a'
23
23
}
24
24
}
25
25
signingConfigs {
Original file line number Diff line number Diff line change 1
1
## 更新历史
2
2
3
+ ### V1.0.8
4
+ - 优化动画,减少卡顿
5
+ - 添加省流量更新
6
+ - 修复部分界面错位Bug
7
+ - 离线缓存支持下载弹幕
8
+ - 修复部分下载Bug
9
+ - 适配到Android 4.3
10
+
3
11
### V1.0.7-2
4
12
- 论文写吐了
5
13
- 于是给搜索写了一个酷酷的特效
You can’t perform that action at this time.
0 commit comments