Skip to content

Commit 943532e

Browse files
committed
新版发布 1.9.9.9
1 parent d5526aa commit 943532e

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ An E-Hentai Application for Android.
1313
点击前往下载:
1414

1515
[//]: # (- [Appteka](https://appteka.store/app/9b1r203934))
16-
- [Microsoft App Center](https://install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll)
17-
- [百度云](https://pan.baidu.com/s/1bD8CNdtUf1UqyMWMhLidkQ) 提取码:r9pm
18-
- [蓝奏云](https://wwsu.lanzouu.com/iGQw12ly703i) 密码:7b4s
16+
- [百度云](https://pan.baidu.com/s/1AFJ-ZMx7sjg8GArG5GuawQ) 提取码:8jik
17+
- [蓝奏云](https://wwsu.lanzouu.com/iXlQc2p6sx2h) 提取码:3bq2
1918
- [GitHub](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
2019

2120
[//]: # (- Torrent链接: magnet:?xt=urn:btih:e35ff0f430a28d4b72aac752dbca8fc35589f8fe&xt=urn:btmh:12202d5b6eafc1cbac6f729b4f9e6370b7274679447fa38746e8b295d58bc4dad7a6&dn=EhViewer-1.9.9.7.apk)
@@ -29,6 +28,14 @@ Telegram通知群: https://t.me/Ehviewer_xiaojieonly_channel
2928

3029
# Changelog
3130

31+
## 2025/03/01 :
32+
### 新版发布1.9.9.9
33+
34+
- 修复原图浏览时解析部分大图显示不全的问题
35+
- 动图优化
36+
- 修复收藏列表排序按钮现实场景出错的问题
37+
- 为收藏列表添加了全选功能
38+
3239
## 2025/01/25 : 提前祝大家春节快乐
3340
### 新版发布1.9.9.8
3441

@@ -37,6 +44,12 @@ Telegram通知群: https://t.me/Ehviewer_xiaojieonly_channel
3744
- clean up androidTest
3845
- 删除了所有和APP center相关的代码,这是最后一版自动更新的版本
3946

47+
- [Appteka](https://appteka.store/app/11dr207588)
48+
- [Microsoft App Center](https://install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll)
49+
- [百度云](https://pan.baidu.com/s/1bD8CNdtUf1UqyMWMhLidkQ) 提取码:r9pm
50+
- [蓝奏云](https://wwsu.lanzouu.com/iGQw12ly703i) 密码:7b4s
51+
- [GitHub](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
52+
4053
## 2025/01/01 : 祝大家在2025年,身体健康,万事如意,长生不老,永远不死,打胶30分钟以上,越打越持久~
4154
### 新版发布1.9.9.7
4255

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.8"
33+
versionName "1.9.9.9"
3434
vectorDrawables.useSupportLibrary = true
3535
resourceConfigurations += ['zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th']
3636
testOptions.unitTests.includeAndroidResources = true

app/src/main/java/com/hippo/ehviewer/ui/dialog/UpdateDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class UpdateDialog(private val activity: Activity) {
108108
downloadUrl: String,
109109
version: String
110110
) {
111-
val uri = GITHUB_README_URL.toUri()
111+
val uri = GITHUB_RELEASE_URL.toUri()
112112
val intent = Intent(Intent.ACTION_VIEW, uri)
113113
activity.startActivity(intent)
114114
dialog?.dismiss()
@@ -151,7 +151,7 @@ class UpdateDialog(private val activity: Activity) {
151151
}
152152

153153
private fun gotoGithub(dialog: DialogInterface, id: Int) {
154-
val uri = GITHUB_RELEASE_URL.toUri()
154+
val uri = GITHUB_README_URL.toUri()
155155
val intent = Intent(Intent.ACTION_VIEW, uri)
156156
activity.startActivity(intent)
157157
dialog.dismiss()

0 commit comments

Comments
 (0)