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
fe4863cf
Commit
fe4863cf
authored
May 01, 2022
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.9.7 LOG-O
parent
c28c40fc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
mobile/assets/changelog.html
mobile/assets/changelog.html
+4
-4
mobile/build.gradle
mobile/build.gradle
+4
-4
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+0
-1
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
+0
-0
No files found.
mobile/assets/changelog.html
View file @
fe4863cf
...
@@ -16,15 +16,15 @@
...
@@ -16,15 +16,15 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre>
</pre>
<ul>
<ul>
<li
style=
"color:#ffff00"
>
3.9.
6
</li>
<li
style=
"color:#ffff00"
>
3.9.
7
</li>
</ul>
</ul>
<pre>
<pre>
更新:
更新:
1.更新ygo内核;
1.更新ygo内核;
2.新卡
DBTM+VX
+VJ;
2.新卡
1109+KC01
+VJ;
变更:
变更:
1.修正
一些字段显示错误
;
1.修正
搜索关键词和卡名一致的卡不会置顶的问题
;
2.
加速大量翻动卡组时的确认动画
2.
先行卡覆盖时删除旧的卡组展示文件;
</pre>
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
<pre>
...
...
mobile/build.gradle
View file @
fe4863cf
...
@@ -9,8 +9,8 @@ android {
...
@@ -9,8 +9,8 @@ android {
minSdkVersion
21
minSdkVersion
21
//noinspection ExpiredTargetSdkVersion
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
targetSdkVersion
29
versionCode
390
600401
versionCode
390
700430
versionName
"3.9.
6
"
versionName
"3.9.
7
"
flavorDimensions
"versionCode"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
ndk
{
...
@@ -28,12 +28,12 @@ android {
...
@@ -28,12 +28,12 @@ android {
}
}
en
{
en
{
applicationIdSuffix
".EN"
applicationIdSuffix
".EN"
buildConfigField
'String'
,
'URL_DONATE'
,
'"https://www.pa
ypal.me/ygomobile1
"'
buildConfigField
'String'
,
'URL_DONATE'
,
'"https://www.pa
treon.com/ygomobile
"'
manifestPlaceholders
=
[
APP_ID:
"9c66525dfa"
]
manifestPlaceholders
=
[
APP_ID:
"9c66525dfa"
]
}
}
ko
{
ko
{
applicationIdSuffix
".KO"
applicationIdSuffix
".KO"
buildConfigField
'String'
,
'URL_DONATE'
,
'"https://www.pa
ypal.me/ygomobile1
"'
buildConfigField
'String'
,
'URL_DONATE'
,
'"https://www.pa
treon.com/ygomobile
"'
manifestPlaceholders
=
[
APP_ID:
"0488398d8a"
]
manifestPlaceholders
=
[
APP_ID:
"0488398d8a"
]
}
}
}
}
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
fe4863cf
...
@@ -308,7 +308,6 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -308,7 +308,6 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
private
boolean
doMenu
(
int
id
)
{
private
boolean
doMenu
(
int
id
)
{
switch
(
id
)
{
switch
(
id
)
{
case
R
.
id
.
nav_webpage
:
{
case
R
.
id
.
nav_webpage
:
{
String
url
;
Intent
intent
=
new
Intent
(
Intent
.
ACTION_VIEW
);
Intent
intent
=
new
Intent
(
Intent
.
ACTION_VIEW
);
intent
.
setData
(
Uri
.
parse
(
BuildConfig
.
URL_DONATE
));
intent
.
setData
(
Uri
.
parse
(
BuildConfig
.
URL_DONATE
));
startActivity
(
intent
);
startActivity
(
intent
);
...
...
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
View replaced file @
c28c40fc
View file @
fe4863cf
163 KB
|
W:
|
H:
152 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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