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
d340d812
Commit
d340d812
authored
Oct 22, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发现新版本
parent
204cd4b4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
12 deletions
+10
-12
build.gradle
build.gradle
+1
-1
mobile/assets/changelog.html
mobile/assets/changelog.html
+5
-7
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+1
-1
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-1
No files found.
build.gradle
View file @
d340d812
...
...
@@ -8,7 +8,7 @@ buildscript {
google
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.2.
0
'
classpath
'com.android.tools.build:gradle:3.2.
1
'
//classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
...
...
mobile/assets/changelog.html
View file @
d340d812
...
...
@@ -17,18 +17,16 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.3.
5
</li>
<li
style=
"color:#ffff00"
>
3.3.
7
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.
汉诺预组加入[魔法筒]
;
3.
新卡SR07+VJ;
2.
新卡1007+YA+VJ+LEHD+T1006
;
3.
版本号升级为1034.6
优化:
1.系统设置中支持加速模式;
2.系统设置中支持开关场地背景;
3.字体放大一号;
4.微调UI方便点击;
1.新版本更新提示对话框;
2.连锁数字显示;
</pre>
</body>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
d340d812
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
26
versionCode
3307010
09
versionCode
3307010
22
versionName
"3.3.7"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
@@ -69,7 +69,7 @@ android {
aaptOptions
{
noCompress
'dll'
,
"config"
}
buildToolsVersion
'28.0.
2
'
buildToolsVersion
'28.0.
3
'
}
repositories
{
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
d340d812
...
...
@@ -412,7 +412,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
final
String
versionName
,
updateMessage
;
versionName
=
appBean
.
getVersionName
();
updateMessage
=
appBean
.
getReleaseNote
();
builder
.
setTitle
(
R
.
string
.
Update_Found
);
builder
.
setTitle
(
context
.
getResources
().
getString
(
R
.
string
.
Update_Found
)
+
versionName
);
builder
.
setMessage
(
updateMessage
);
builder
.
setRightButtonText
(
R
.
string
.
Download
);
builder
.
setRightButtonListener
((
dlg
,
i
)
->
{
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
d340d812
...
...
@@ -223,6 +223,6 @@
<string
name=
"Already_Lastest"
>
이미 최신 버전입니다.
</string>
<string
name=
"about_immersive_mode"
>
16:9 화면 비율이 아닌 휴대전화 또는 터치 포인트가 어긋나는 경우 설정하십시오.
</string>
<string
name=
"Download"
>
다운로드
</string>
<string
name=
"Downloading"
>
下载中,请稍候
</string>
<string
name=
"Downloading"
>
다운로드 중 기다려주십시오
</string>
<string
name=
"Update_Found"
>
새로운 버전
</string>
</resources>
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