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
f09a3ea8
Commit
f09a3ea8
authored
Nov 27, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试校准屏幕
parent
7f056a70
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
18 deletions
+7
-18
mobile/assets/changelog.html
mobile/assets/changelog.html
+2
-13
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/java/cn/garymb/ygomobile/AppsSettings.java
mobile/src/main/java/cn/garymb/ygomobile/AppsSettings.java
+3
-3
No files found.
mobile/assets/changelog.html
View file @
f09a3ea8
...
...
@@ -17,23 +17,12 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.3.
8
</li>
<li
style=
"color:#ffff00"
>
3.3.
9
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡DP21;
3.可选自动保存录像;
4.ygopro支持复数关键词查卡;
新增:
1.复制文本自动识别关键词卡查功能
(格式:?+关键词;如“?青眼”)
优化:
1.复制约战信息和关键词查询功能统一由
「决斗助手」服务管理,可由通知栏关闭;
2.通过点击通知栏的「决斗助手」
可以直接进入主界面;
3.SD卡读写权限申请改为自动;
2.新卡YCPC+LVP2+VJ;
</pre>
</body>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
f09a3ea8
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
22
versionCode
330
801118
versionName
"3.3.
8
"
versionCode
330
901127
versionName
"3.3.
9
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/java/cn/garymb/ygomobile/AppsSettings.java
View file @
f09a3ea8
...
...
@@ -74,7 +74,7 @@ public class AppsSettings {
}
else
{
display
.
getMetrics
(
dm
);
}
int
realHeight
=
dm
.
height
Pixels
;
int
realHeight
=
dm
.
width
Pixels
;
return
realHeight
;
}
...
...
@@ -87,9 +87,9 @@ public class AppsSettings {
if
(
dm
!=
null
)
{
int
height
=
Math
.
max
(
dm
.
widthPixels
,
dm
.
heightPixels
);
if
(
mScreenHeight
==
Math
.
max
(
mScreenHeight
,
mScreenWidth
))
{
mScreenHeight
=
height
;
mScreenHeight
=
getRealHeight
(
context
)
;
}
else
{
mScreenWidth
=
height
;
mScreenWidth
=
getRealHeight
(
context
)
;
}
}
}
...
...
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