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
feb2e7d3
Commit
feb2e7d3
authored
Jun 19, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认打开额外卡库
parent
83d705d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
mobile/assets/changelog.html
mobile/assets/changelog.html
+9
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
+1
-1
No files found.
mobile/assets/changelog.html
View file @
feb2e7d3
...
...
@@ -22,10 +22,18 @@
<pre>
更新:
1.更新ygo内核;
2.完善卡组编辑;
2.完善卡组编辑
数量统计
;
优化:
1.启动ygo时增加tips;
2.完善版本号显示;
3.修改功能按钮位置;
4.微调UI;
5.默认开启额外卡库-可用PC先行补丁;
修复:
1.完善全面屏机型适配策略;
2.部分机型无法萌卡匹配的问题;
3.一些机型总是误清除数据库的问题;
4.回合时间图标错误;
</pre>
<ul>
<li
style=
"color:#ffffff"
>
3.3.1
</li>
...
...
mobile/build.gradle
View file @
feb2e7d3
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
22
versionCode
3302061
6
versionCode
3302061
9
versionName
"3.3.2"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
View file @
feb2e7d3
...
...
@@ -18,7 +18,7 @@ public interface Constants {
int
PREF_DEF_IMAGE_QUALITY
=
1
;
String
PREF_GAME_FONT
=
"pref_key_game_font_name"
;
String
PREF_USE_EXTRA_CARD_CARDS
=
"settings_game_diy_card_db"
;
boolean
PREF_DEF_USE_EXTRA_CARD_CARDS
=
fals
e
;
boolean
PREF_DEF_USE_EXTRA_CARD_CARDS
=
tru
e
;
String
PREF_FONT_ANTIALIAS
=
"pref_key_game_font_antialias"
;
boolean
PREF_DEF_FONT_ANTIALIAS
=
true
;
String
PREF_OPENGL_VERSION
=
"pref_key_game_ogles_config"
;
...
...
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