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
806c0bf6
Commit
806c0bf6
authored
Jun 03, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c13e619e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
5 deletions
+18
-5
mobile/assets/changelog.html
mobile/assets/changelog.html
+14
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+2
-3
mobile/src/main/res/layout/activity_deck_cards.xml
mobile/src/main/res/layout/activity_deck_cards.xml
+1
-0
No files found.
mobile/assets/changelog.html
View file @
806c0bf6
...
...
@@ -16,7 +16,20 @@
特别感谢: 菜菜,尸体,废话多,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.3.0
</li>
<li
style=
"color:#ffffff"
>
3.3.1
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.升级游戏版本号为1034.4
3.卡图全部翻新为第十期模板;
(为了回避版权问题不得已改为无字卡图)
优化:
1.精简资源缩小一些安装包体积;
2.为了避免误导用户取消直接启动游戏功能
</pre>
<ul>
<li
style=
"color:#ffffff"
>
3.3.0
</li>
</ul>
<pre>
更新:
...
...
mobile/build.gradle
View file @
806c0bf6
...
...
@@ -9,7 +9,7 @@ android {
minSdkVersion
16
targetSdkVersion
22
versionCode
33010602
versionName
"3.3.
0
"
versionName
"3.3.
1
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
806c0bf6
...
...
@@ -374,9 +374,8 @@ abstract class HomeActivity extends BaseActivity implements NavigationView.OnNav
private
void
checkForceUpdateSilent
()
{
UpdateHelper
.
getInstance
().
init
(
getContext
(),
Color
.
parseColor
(
"#0A93DB"
));
UpdateHelper
.
getInstance
().
setDebugMode
(
false
);
UpdateHelper
.
getInstance
().
manualUpdate
(
getPackageName
());
/*long intervalMillis = 0 * 1000L;
UpdateHelper.getInstance().autoUpdate(getPackageName(), false, intervalMillis);*/
long
intervalMillis
=
0
*
1000L
;
UpdateHelper
.
getInstance
().
autoUpdate
(
getPackageName
(),
false
,
intervalMillis
);
}
public
void
AnimationShake
(){
...
...
mobile/src/main/res/layout/activity_deck_cards.xml
View file @
806c0bf6
...
...
@@ -81,6 +81,7 @@
app:bmb_piecePlaceEnum=
"piecePlace_dot_9_1"
>
<ImageView
android:id=
"@+id/cube2"
android:layout_width=
"35dp"
android:layout_height=
"35dp"
android:layout_gravity=
"center"
...
...
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