1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-28 14:50:29 +08:00
新增
1. 默认不在我的下载显示未下载漫画
修复
1. 某些排序标签效果与邻签相同(作者、标签、已完结)
2. 从漫画下载进入阅览,退出后加载中对话框不消失
优化
1. 未登录时进入我的订阅、浏览历史则自动返回
2. Fragment activity 获取
3. VMHandler 消息表示
4. ViewMangaActivity Dialog 泄漏
5. 设置页加载卡顿
This commit is contained in:
源文雨
2023-11-03 17:06:44 +09:00
parent 34e9a4fe67
commit cc4c1fb064
26 changed files with 250 additions and 157 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 38
versionName '2.0.2'
versionCode 39
versionName '2.0.3'
resConfigs 'zh', 'zh-rCN'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"