Skip to content

Commit fd08870

Browse files
committed
release 1.9.9.4
1 parent 71b95e8 commit fd08870

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [感谢名单](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/thankyou.md)
22
# [常见问题汇总](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/EhviewerIssue.md)
33

4-
# 2024/11/06 : 紧急修复(尝试支持Android 9以下手机)
4+
# 2024/11/15 : 紧急修复(尝试支持Android 9以下手机)
55
### 新版发布1.9.9.3
66
### 为低版本提供webp支持,但是解码webp动图会闪退
77
### 优化数据读取顺序,现在优先从下载目录读取数据
@@ -17,6 +17,25 @@
1717
Telegram群:https://t.me/+WyclP8pPlk-JfbwS
1818
Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel
1919

20+
# 2024/11/06 :
21+
### 新版发布1.9.9.4
22+
### 设置模块从android.preference迁移至androidx.preference
23+
### 修复低版本Android图像被裁剪的问题
24+
### 修复压缩包解码时的闪退问题
25+
### catch一个内存溢出问题
26+
### 在解码大图时添加缩放限制,以减少内存溢出的可能
27+
### 修复下载图片时保存的图片格式与实际格式不相符的问题
28+
29+
点击前往下载:[EhViewer (20.8 MB)](https://appteka.store/app/2f4r195618)
30+
点击前往下载:[Microsoft App Center](install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll)
31+
点击前往下载:[百度云](https://pan.baidu.com/s/1uzsCAKHYAmk52ePLOOXv_Q) 密码:pyn2
32+
点击前往下载(电脑端可正常下载):[蓝奏云](https://wwsu.lanzouj.com/ijvzJ2f4vn3e) 密码:6jup
33+
点击前往下载:[github](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
34+
点击前往赏饭:[要饭嘛不寒掺](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/support.md)
35+
Torrent链接:magnet:?xt=urn:btih:dc287a52ec4d5d6e55081a31da981bdd7746dfa6&xt=urn:btmh:1220f3b838f0781787524a63a4900c6e67123ad41092442d7e1e6f4805c8c3454cb6&dn=EhViewer-1.9.9.4.apk
36+
Telegram群:https://t.me/+WyclP8pPlk-JfbwS
37+
Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel
38+
2039
# 2024/11/04 : 紧急修复(不再支持Android 9以下手机)
2140
### 新版发布1.9.9.2
2241
### 修复设置了E站头像导致app崩溃的问题

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
//noinspection ExpiredTargetSdkVersion
3131
targetSdkVersion 29
3232
versionCode 111
33-
versionName "1.9.9.3"
33+
versionName "1.9.9.4"
3434
vectorDrawables.useSupportLibrary = true
3535
resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th'
3636
testOptions.unitTests.includeAndroidResources = true

0 commit comments

Comments
 (0)