Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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-Cn-Ko-En
Commits
edcfca4d
Commit
edcfca4d
authored
Jul 28, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复制卡包文件
parent
31be1504
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
3 deletions
+26
-3
mobile/assets/changelog.html
mobile/assets/changelog.html
+19
-2
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
-0
mobile/src/main/java/cn/garymb/ygomobile/ui/home/ResCheckTask.java
...c/main/java/cn/garymb/ygomobile/ui/home/ResCheckTask.java
+5
-0
No files found.
mobile/assets/changelog.html
View file @
edcfca4d
...
...
@@ -22,10 +22,27 @@
<pre>
更新:
1.更新ygo内核;
2.新卡1010+
VJ
;
2.新卡1010+
T1009+VJ+VF
;
3.2019.7TCG禁卡表;
新增:
1.卡组分类管理;
1.卡组分类管理--
竖屏组卡器下
*选择卡组直接进入分类选择;
*右滑选中的分类可删除该分类;
*长按卡组可进入多选操作;
*可批量删除同分类下的卡组;
横屏组卡器--
*原选择禁卡表改为选择卡组分类;
*选中卡组可直接观看该卡组;
*禁卡表选择并入卡组管理窗口;
*各种操作由专门按钮进行,暂不支持多选操作;
2.显示人机卡组,禁用修改人机卡组;
3.卡包ydk放到专属卡包分类;
4.决斗准备开设选择分类和选择卡组;
5.新增一个鼓励玩家自我改进的预组卡组;
优化:
1.重置资源支持重置人机文件;
2.优化APP加载速度;
</pre>
</body>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
edcfca4d
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
28
versionCode
3407007
07
versionCode
3407007
28
versionName
"3.4.7"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
View file @
edcfca4d
...
...
@@ -67,6 +67,7 @@ public interface Constants {
String
CORE_SKIN_PATH
=
"textures"
;
String
CORE_SKIN_PENDULUM_PATH
=
CORE_SKIN_PATH
+
"/extra"
;
String
CORE_DECK_PATH
=
"deck"
;
String
CORE_PACK_PATH
=
"pack"
;
String
CORE_EXPANSIONS
=
"expansions"
;
String
CORE_SINGLE_PATH
=
"single"
;
String
CORE_IMAGE_PATH
=
"pics"
;
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/ResCheckTask.java
View file @
edcfca4d
...
...
@@ -138,6 +138,9 @@ public class ResCheckTask extends AsyncTask<Void, Integer, Integer> {
setMessage
(
mContext
.
getString
(
R
.
string
.
check_things
,
mContext
.
getString
(
R
.
string
.
tip_new_deck
)));
IOUtils
.
copyFilesFromAssets
(
mContext
,
getDatapath
(
Constants
.
CORE_DECK_PATH
),
mSettings
.
getDeckDir
(),
needsUpdate
);
//复制卡包
IOUtils
.
copyFilesFromAssets
(
mContext
,
getDatapath
(
Constants
.
CORE_PACK_PATH
),
mSettings
.
get
().
getPackDeckDir
(),
needsUpdate
);
//复制残局
setMessage
(
mContext
.
getString
(
R
.
string
.
check_things
,
mContext
.
getString
(
R
.
string
.
single_lua
)));
IOUtils
.
copyFilesFromAssets
(
mContext
,
getDatapath
(
Constants
.
CORE_SINGLE_PATH
),
...
...
@@ -270,6 +273,8 @@ public class ResCheckTask extends AsyncTask<Void, Integer, Integer> {
Constants
.
CORE_SINGLE_PATH
,
//卡组文件夹
Constants
.
CORE_DECK_PATH
,
//pack文件夹
Constants
.
CORE_PACK_PATH
,
//录像文件夹
Constants
.
CORE_REPLAY_PATH
,
//字体文件夹
...
...
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