1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-19 16:40:25 +08:00
新增
1. shelf, history 未登录提示 (fix #57)
2. 我的下载以KB显示小于1MB漫画
修复
1. 加入书架后立即取消则失败
2. 浅色模式下打开深色阅读背景闪退
3. 主页多次下拉刷新可能闪退
4. 搜索返回后按钮重叠
优化
1. 详情页加载可能的动画卡顿(我的下载)
2. 我的下载只在最前显示前往旧版
3. CardList加载流程
4. 主页加载流程
This commit is contained in:
源文雨
2024-03-15 01:11:32 +09:00
parent 4465759164
commit f0e7802eb2
17 changed files with 327 additions and 299 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 52
versionName '2.2.4'
versionCode 53
versionName '2.2.5'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"