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
d9065dbd
Commit
d9065dbd
authored
Jan 15, 2023
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3_10_7 LOG-O
parent
2b36949e
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
66 deletions
+19
-66
mobile/assets/changelog.html
mobile/assets/changelog.html
+13
-6
mobile/assets/data/textures/lp3.png
mobile/assets/data/textures/lp3.png
+0
-0
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
+4
-2
mobile/src/main/java/cn/garymb/ygomobile/ex_card/ExCardActivity2.java
...ain/java/cn/garymb/ygomobile/ex_card/ExCardActivity2.java
+0
-56
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 @
d9065dbd
...
@@ -16,20 +16,27 @@
...
@@ -16,20 +16,27 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre>
</pre>
<ul>
<ul>
<li
style=
"color:#ffff00"
>
3.10.
6
</li>
<li
style=
"color:#ffff00"
>
3.10.
7
</li>
</ul>
</ul>
<pre>
<pre>
更新:
更新:
1.更新ygo内核;
1.更新ygo内核;
2.
OCG2023.1禁卡表
;
2.
新卡SUB1+PP23+PR23+VJ等
;
3.
TCG2022.12禁卡表
3.
新增人机:俱舍怒威族;
变更:
变更:
1.修正人机一些操作问题;
1.将下载的高清卡图分辨率提高到813x1185;
2.未选择卡组时点准备增加提示;
2.修正连锁中不能查看墓地和除外的问题;
3.血量超过8000时将出现新一层颜色的血条;
4.下载拓展卡包页面变更;
5.增加资料语言偏好设置;
6.重置资源将按照资料语言进行补充缺失资料;
7.更新提醒将直达下载网盘地址,不再可选多个网盘;
</pre>
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
<pre>
卸载本软件将删除包含卡组在内的重要文件,卸载前请慎重;
①:卸载本软件将删除包含卡组在内的重要文件,卸载前请慎重;
②:安装本软件时会根据系统语言来设置ygopro的语言,如果觉得不便可以在"我的"里修改资料语言。
</pre>
</pre>
</body>
</body>
</html>
</html>
\ No newline at end of file
mobile/assets/data/textures/lp3.png
View replaced file @
2b36949e
View file @
d9065dbd
15.3 KB
|
W:
|
H:
7.33 KB
|
W:
|
H:
2-up
Swipe
Onion skin
mobile/build.gradle
View file @
d9065dbd
...
@@ -9,8 +9,8 @@ android {
...
@@ -9,8 +9,8 @@ android {
minSdkVersion
21
minSdkVersion
21
//noinspection ExpiredTargetSdkVersion
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
targetSdkVersion
29
versionCode
3100
60930
versionCode
3100
70935
versionName
"3_10_
6
"
versionName
"3_10_
7
"
flavorDimensions
"versionCode"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
ndk
{
...
...
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
View file @
d9065dbd
This diff is collapsed.
Click to expand it.
mobile/src/main/java/cn/garymb/ygomobile/ex_card/ExCardActivity2.java
deleted
100644 → 0
View file @
2b36949e
package
cn.garymb.ygomobile.ex_card
;
import
android.content.Context
;
import
android.os.Bundle
;
import
android.util.Log
;
import
android.view.View
;
import
androidx.appcompat.widget.Toolbar
;
import
androidx.viewpager.widget.ViewPager
;
import
com.google.android.material.tabs.TabLayout
;
import
java.util.List
;
import
cn.garymb.ygomobile.lite.R
;
import
cn.garymb.ygomobile.ui.activities.BaseActivity
;
public
class
ExCardActivity2
extends
BaseActivity
{
private
Context
context
;
private
Toolbar
toolbar
;
public
static
TabLayout
tabLayout
;
public
static
ViewPager
viewPager
;
private
PackageTabAdapter
adapter
;
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
setContentView
(
R
.
layout
.
activity_ex_card2
);
viewPager
=
(
ViewPager
)
findViewById
(
R
.
id
.
viewPager
);
viewPager
.
setOffscreenPageLimit
(
2
);
tabLayout
=
(
TabLayout
)
findViewById
(
R
.
id
.
packagetablayout
);
createTabFragment
();
}
@Override
protected
void
onDestroy
()
{
super
.
onDestroy
();
Log
.
i
(
"webCrawler"
,
"excard activity destroy"
);
}
private
void
createTabFragment
()
{
adapter
=
new
PackageTabAdapter
(
getSupportFragmentManager
(),
tabLayout
);
viewPager
.
setAdapter
(
adapter
);
/* setupWithViewPager() is used to link the TabLayout to the ViewPager */
tabLayout
.
setupWithViewPager
(
viewPager
);
}
@Override
public
boolean
onSupportNavigateUp
()
{
onBackPressed
();
return
true
;
}
}
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
View replaced file @
2b36949e
View file @
d9065dbd
143 KB
|
W:
|
H:
142 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