Skip to content

Commit a2a00b9

Browse files
committed
[更新] README.md
1 parent 12185cc commit a2a00b9

File tree

4 files changed

+14
-151
lines changed

4 files changed

+14
-151
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,27 @@
22

33
![Han1meViewer](https://socialify.git.ci/YenalyLiew/Han1meViewer/image?description=1&font=KoHo&forks=1&issues=1&language=1&logo=https%3A%2F%2Fgithub.com%2FYenalyLiew%2FHan1meViewer%2Fblob%2Fmaster%2Ficon%2Ficon_han1me_viewer-rurires.png%3Fraw%3Dtrue&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Dark)
44

5-
要使用此应用,您的 Android 版本必须**不小于 7.0**
5+
To use this application, your Android version must be **no less than 7.0**.
66

7-
本项目仅用于学习和交流代码,不提供任何下载及使用方法。
8-
9-
To use this application, your Android version must be **7.0 or higher**.
10-
11-
This project is intended solely for purposes of learning codes, and does not provide any download or
12-
usage methods.
7+
This project is for learning and code exchange purposes only,
8+
and does not provide any download or usage methods.
139

1410
## Star History
1511

16-
感谢大家对本项目的支持
12+
Thank you all for supporting this project.
1713

1814
[![Star History Chart](https://api.star-history.com/svg?repos=YenalyLiew/Han1meViewer&type=Date)](https://star-history.com/#YenalyLiew/Han1meViewer&Date)
1915

2016
------
2117

22-
## 如果你也是写 App 的...
18+
This project is currently **no longer maintained**. If needed, please feel free to fork it.
19+
20+
`feat/new_download` is the latest **unfinished** branch, which can be used as a basis for further
21+
development.
22+
23+
------
24+
25+
## If You Are Also an App Developer...
2326

24-
如果你对本 App 的相关技术栈感兴趣,或者想了解下我是怎么实现的,可以点击 [这里](README_TECH.md) 阅读。
27+
If you are interested in the technical stack related to this app or want to understand how I
28+
implemented it, you can click [here](README_TECH.md) to read more.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,5 @@
114114
android:exported="true">
115115

116116
</activity>
117-
<activity
118-
android:name=".ui.activity.AboutActivity"
119-
android:configChanges="orientation|screenSize"
120-
android:exported="true"
121-
android:theme="@style/Theme.Hanime1.About">
122-
123-
</activity>
124117
</application>
125118
</manifest>

app/src/main/java/com/yenaly/han1meviewer/ui/activity/AboutActivity.kt

Lines changed: 0 additions & 128 deletions
This file was deleted.

app/src/main/java/com/yenaly/han1meviewer/ui/fragment/settings/HomeSettingsFragment.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import com.yenaly.han1meviewer.HA1_GITHUB_RELEASES_URL
2626
import com.yenaly.han1meviewer.Preferences
2727
import com.yenaly.han1meviewer.R
2828
import com.yenaly.han1meviewer.logic.state.WebsiteState
29-
import com.yenaly.han1meviewer.ui.activity.AboutActivity
3029
import com.yenaly.han1meviewer.ui.activity.SettingsActivity
3130
import com.yenaly.han1meviewer.ui.fragment.IToolbarFragment
3231
import com.yenaly.han1meviewer.ui.view.pref.HPrivacyPreference
@@ -44,7 +43,6 @@ import com.yenaly.yenaly_libs.utils.copyToClipboard
4443
import com.yenaly.yenaly_libs.utils.folderSize
4544
import com.yenaly.yenaly_libs.utils.formatFileSize
4645
import com.yenaly.yenaly_libs.utils.showShortToast
47-
import com.yenaly.yenaly_libs.utils.startActivity
4846
import kotlinx.coroutines.launch
4947
import kotlinx.datetime.Instant
5048
import kotlinx.datetime.LocalDateTime
@@ -164,10 +162,6 @@ class HomeSettingsFragment : YenalySettingsFragment(R.xml.settings_home),
164162
append(getString(R.string.hanime_app_name))
165163
}
166164
summary = getString(R.string.current_version, "v${BuildConfig.VERSION_NAME}")
167-
setOnPreferenceClickListener {
168-
startActivity<AboutActivity>()
169-
return@setOnPreferenceClickListener true
170-
}
171165
}
172166
downloadPath.apply {
173167
val path = hanimeVideoLocalFolder?.path

0 commit comments

Comments
 (0)