Skip to content

Commit

Permalink
release 1.9.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 15, 2024
1 parent 71b95e8 commit fd08870
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [感谢名单](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/thankyou.md)
# [常见问题汇总](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/EhviewerIssue.md)

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

# 2024/11/06 :
### 新版发布1.9.9.4
### 设置模块从android.preference迁移至androidx.preference
### 修复低版本Android图像被裁剪的问题
### 修复压缩包解码时的闪退问题
### catch一个内存溢出问题
### 在解码大图时添加缩放限制,以减少内存溢出的可能
### 修复下载图片时保存的图片格式与实际格式不相符的问题

点击前往下载:[EhViewer (20.8 MB)](https://appteka.store/app/2f4r195618)
点击前往下载:[Microsoft App Center](install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll)
点击前往下载:[百度云](https://pan.baidu.com/s/1uzsCAKHYAmk52ePLOOXv_Q) 密码:pyn2
点击前往下载(电脑端可正常下载):[蓝奏云](https://wwsu.lanzouj.com/ijvzJ2f4vn3e) 密码:6jup
点击前往下载:[github](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
点击前往赏饭:[要饭嘛不寒掺](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/support.md)
Torrent链接:magnet:?xt=urn:btih:dc287a52ec4d5d6e55081a31da981bdd7746dfa6&xt=urn:btmh:1220f3b838f0781787524a63a4900c6e67123ad41092442d7e1e6f4805c8c3454cb6&dn=EhViewer-1.9.9.4.apk
Telegram群:https://t.me/+WyclP8pPlk-JfbwS
Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel

# 2024/11/04 : 紧急修复(不再支持Android 9以下手机)
### 新版发布1.9.9.2
### 修复设置了E站头像导致app崩溃的问题
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 111
versionName "1.9.9.3"
versionName "1.9.9.4"
vectorDrawables.useSupportLibrary = true
resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th'
testOptions.unitTests.includeAndroidResources = true
Expand Down

0 comments on commit fd08870

Please sign in to comment.