Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
cbbca241
Commit
cbbca241
authored
Jun 30, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理
parent
3261c46e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
mobile/assets/data/conf/strings.conf
mobile/assets/data/conf/strings.conf
+3
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/AppsSettings.java
mobile/src/main/java/cn/garymb/ygomobile/AppsSettings.java
+1
-1
mobile/src/main/res/xml/preference_game.xml
mobile/src/main/res/xml/preference_game.xml
+2
-2
No files found.
mobile/assets/data/conf/strings.conf
View file @
cbbca241
...
...
@@ -536,6 +536,7 @@
!
counter
0
x46
指示物(刚鬼死斗)
!
counter
0
x47
指示物(限制代码)
!
counter
0
x48
指示物(连接死亡炮塔)
!
counter
0
x1049
警逻指示物
#setnames, using tab for comment
!
setname
0
x1
正义盟军
A
・
O
・
J
!
setname
0
x2
次世代 ジェネクス
...
...
@@ -897,4 +898,5 @@
!
setname
0
x115
闪刀 閃刀
!
setname
0
x1115
闪刀姬 閃刀姫
!
setname
0
x116
圣像骑士 パラディオン
!
setname
0
x117
魔神仪 魔神儀
\ No newline at end of file
!
setname
0
x117
魔神仪 魔神儀
!
setname
0
x118
电脑网
\ No newline at end of file
mobile/build.gradle
View file @
cbbca241
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
22
versionCode
33020
627
versionCode
33020
701
versionName
"3.3.2"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/java/cn/garymb/ygomobile/AppsSettings.java
View file @
cbbca241
...
...
@@ -156,7 +156,6 @@ public class AppsSettings {
}
private
void
makeCdbList
(
List
<
String
>
pathList
)
{
pathList
.
add
(
getDataBaseFile
().
getAbsolutePath
());
if
(
isReadExpansions
())
{
File
expansionsDir
=
getExpansionsPath
();
if
(
expansionsDir
.
exists
())
{
...
...
@@ -180,6 +179,7 @@ public class AppsSettings {
}
}
}
pathList
.
add
(
getDataBaseFile
().
getAbsolutePath
());
}
public
File
getExpansionsPath
()
{
...
...
mobile/src/main/res/xml/preference_game.xml
View file @
cbbca241
...
...
@@ -30,10 +30,10 @@
android:persistent="true"
android:summary="@string/only_game_tip"
android:title="@string/settings_pref_settings_only_game"/-->
<
!--
CheckBoxPreference
<CheckBoxPreference
android:key=
"pref_settings_read_ex"
android:persistent=
"true"
android:title="@string/title_use_ex"/
--
>
android:title=
"@string/title_use_ex"
/>
<CheckBoxPreference
android:key=
"pref_key_game_sound_effect"
android:persistent=
"true"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment