1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-07-17 10:56:24 +08:00
新增
1. 竖向翻页支持瀑布流
优化
1. 阅读器启动、章节图片流式收集与大章节下载稳定性 (#200) by @xuanli20
2. 同步到最新拷贝网址
3. 代码结构
修复
1. 高版本安卓下按返回键直接退出程序而非回退到上个页面
2. 音量键翻页无法切换到下一章节
This commit is contained in:
源文雨
2026-07-15 20:41:35 +08:00
parent f0b0189c9e
commit 85fb6b3834
23 changed files with 857 additions and 503 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "top.fumiama.copymangaweb"
minSdkVersion 23
targetSdkVersion 36
versionCode 16
versionName '1.5.3'
versionCode 17
versionName '1.6.0'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"