mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-10 10:24:29 +08:00
v2.0.beta22
新增 1. 浏览漫画的加载提示 2. 设置->网络->总是使用流量观看 3. 加入书架(但是还不能删除) 修复 1. 进入排行时快速切换tab闪退 2. 详情页点击章节非第一组时错位到第一组(fix #33) 3. 快速多次点击某些按钮后闪退
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/settings_cat_net">
|
||||
<SwitchPreferenceCompat
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_net_sw_use_cellar"
|
||||
app:selectable="true"
|
||||
app:summary="@string/settings_cat_net_sm_use_cellar"
|
||||
app:title="@string/settings_cat_net_sw_use_cellar" />
|
||||
<SwitchPreferenceCompat
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_net_sw_use_foreign"
|
||||
@@ -49,6 +55,12 @@
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/settings_cat_vm">
|
||||
<SwitchPreferenceCompat
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_vm_sw_hide_info"
|
||||
app:selectable="true"
|
||||
app:summary="@string/settings_cat_vm_sm_hide_info"
|
||||
app:title="@string/settings_cat_vm_sw_hide_info" />
|
||||
<SwitchPreferenceCompat
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="settings_cat_vm_sw_vol_turn"
|
||||
|
||||
Reference in New Issue
Block a user