1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-10 10:24:29 +08:00
新增
1. 自定义拷贝版本号
2. 图片加载失败时显示重新加载按钮
修复
1. APP版本过低 (fix #61)
2. 排行从详情返回后筛选无法使用
优化
1. 默认API改为api.mangacopy.com
2. 弱网络环境下图片加载
This commit is contained in:
源文雨
2024-04-02 01:41:26 +09:00
parent 9347a8d29d
commit 5ea5ad631e
18 changed files with 282 additions and 154 deletions

View File

@@ -23,6 +23,17 @@
app:showSeekBarValue="true"
app:summary="@string/settings_cat_general_sm_card_per_row"
app:title="@string/settings_cat_general_sb_card_per_row" />
<EditTextPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="@string/app_ver"
android:selectAllOnFocus="false"
android:singleLine="true"
android:title="@string/settings_cat_general_et_title_app_version"
android:summary="@string/settings_cat_general_et_summary_app_version"
app:enableCopying="true"
app:iconSpaceReserved="false"
app:key="settings_cat_general_et_app_version" />
</PreferenceCategory>
<PreferenceCategory
app:iconSpaceReserved="false"