Commit cbbca241 authored by fallenstardust's avatar fallenstardust

整理

parent 3261c46e
...@@ -536,6 +536,7 @@ ...@@ -536,6 +536,7 @@
!counter 0x46 指示物(刚鬼死斗) !counter 0x46 指示物(刚鬼死斗)
!counter 0x47 指示物(限制代码) !counter 0x47 指示物(限制代码)
!counter 0x48 指示物(连接死亡炮塔) !counter 0x48 指示物(连接死亡炮塔)
!counter 0x1049 警逻指示物
#setnames, using tab for comment #setnames, using tab for comment
!setname 0x1 正义盟军 AOJ !setname 0x1 正义盟军 AOJ
!setname 0x2 次世代 ジェネクス !setname 0x2 次世代 ジェネクス
...@@ -897,4 +898,5 @@ ...@@ -897,4 +898,5 @@
!setname 0x115 闪刀 閃刀 !setname 0x115 闪刀 閃刀
!setname 0x1115 闪刀姬 閃刀姫 !setname 0x1115 闪刀姬 閃刀姫
!setname 0x116 圣像骑士 パラディオン !setname 0x116 圣像骑士 パラディオン
!setname 0x117 魔神仪 魔神儀 !setname 0x117 魔神仪 魔神儀
\ No newline at end of file !setname 0x118 电脑网
\ No newline at end of file
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 33020627 versionCode 33020701
versionName "3.3.2" versionName "3.3.2"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
...@@ -156,7 +156,6 @@ public class AppsSettings { ...@@ -156,7 +156,6 @@ public class AppsSettings {
} }
private void makeCdbList(List<String> pathList) { private void makeCdbList(List<String> pathList) {
pathList.add(getDataBaseFile().getAbsolutePath());
if (isReadExpansions()) { if (isReadExpansions()) {
File expansionsDir = getExpansionsPath(); File expansionsDir = getExpansionsPath();
if (expansionsDir.exists()) { if (expansionsDir.exists()) {
...@@ -180,6 +179,7 @@ public class AppsSettings { ...@@ -180,6 +179,7 @@ public class AppsSettings {
} }
} }
} }
pathList.add(getDataBaseFile().getAbsolutePath());
} }
public File getExpansionsPath() { public File getExpansionsPath() {
......
...@@ -30,10 +30,10 @@ ...@@ -30,10 +30,10 @@
android:persistent="true" android:persistent="true"
android:summary="@string/only_game_tip" android:summary="@string/only_game_tip"
android:title="@string/settings_pref_settings_only_game"/--> android:title="@string/settings_pref_settings_only_game"/-->
<!--CheckBoxPreference <CheckBoxPreference
android:key="pref_settings_read_ex" android:key="pref_settings_read_ex"
android:persistent="true" android:persistent="true"
android:title="@string/title_use_ex"/--> android:title="@string/title_use_ex"/>
<CheckBoxPreference <CheckBoxPreference
android:key="pref_key_game_sound_effect" android:key="pref_key_game_sound_effect"
android:persistent="true" android:persistent="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment