Skip to content

Commit a7e7bdf

Browse files
committed
release 1.1.5
1 parent f5645e9 commit a7e7bdf

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

FAQ.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SB移动封锁了C站IP,请尝试连接`非移动`WIFI或者换号
55

66
### 视频缓冲好慢
7-
请联系UP主
7+
请联系UP主换源
88

99
### 弹幕不同步、不出现
1010
这个是使用的弹幕库的问题,请尝试暂停视频再继续播放。弹幕引擎有时间要重写一下
@@ -15,6 +15,9 @@ SB移动封锁了C站IP,请尝试连接`非移动`WIFI或者换号
1515
### 视频可以播放但是下载失败
1616
请反馈给开发者视频名称
1717

18+
### 视频无法播放
19+
由于源的问题,部分年代久远的视频已经失效,请猛戳UP主补档
20+
1821
### 视频没有声音
1922
请反馈给开发者视频名称
2023

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
- [ ] 同步收藏(接口不全)
4949
- [ ] 发私信(接口不全)
5050
- [ ] 查看私信(接口不全)
51-
- [ ] 更改下载位置时会出现闪退(待验证)
52-
- [ ] 准备播放时会弹回主界面(待验证)
51+
- [ ] 准备播放时会弹回主界面(无法重现)
5352
- [ ] 修复播放时跳回开头的问题(无法100%重现,原因不明)
5453

5554
## 常见问题

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId 'me.sweetll.tucao'
1111
minSdkVersion 18
1212
targetSdkVersion versions.targetSdk
13-
versionCode 116
14-
versionName '1.1.4'
13+
versionCode 117
14+
versionName '1.1.5'
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616

1717
multiDexEnabled true

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## 更新历史
22

3+
### V1.1.5
4+
- 修复:新番不能在线播放的问题(https的问题)
5+
- 修复:锁屏失效的问题
6+
- 修复:吐槽版块闪退的问题
7+
38
### V1.1.4
49
- 修复:下载闪退问题
510
- 新增:吐槽区

0 commit comments

Comments
 (0)