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
99b0a3dd
Commit
99b0a3dd
authored
Oct 10, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改选项名称
parent
d0c2f196
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
mobile/assets/changelog.html
mobile/assets/changelog.html
+1
-0
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-1
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-1
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-1
No files found.
mobile/assets/changelog.html
View file @
99b0a3dd
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
更新:
更新:
1.更新ygo内核;
1.更新ygo内核;
2.新卡SR09+VJ+SJ;
2.新卡SR09+VJ+SJ;
3.2019.10TCG禁卡表;
修复:
修复:
1.部分全面屏手机点击和显示偏移的问题;
1.部分全面屏手机点击和显示偏移的问题;
2.悬浮窗权限打开问题;
2.悬浮窗权限打开问题;
...
...
mobile/build.gradle
View file @
99b0a3dd
...
@@ -8,7 +8,7 @@ android {
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
28
targetSdkVersion
28
versionCode
3510010
06
versionCode
3510010
10
versionName
"3.5.1"
versionName
"3.5.1"
flavorDimensions
"versionCode"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
99b0a3dd
...
@@ -270,5 +270,5 @@
...
@@ -270,5 +270,5 @@
<string
name=
"donot_editor_bot_Deck"
>
덱을 변경하지 말아 주세요. 그러면 프로그램이 제대로 작동하지 않을 수 있습니다.
</string>
<string
name=
"donot_editor_bot_Deck"
>
덱을 변경하지 말아 주세요. 그러면 프로그램이 제대로 작동하지 않을 수 있습니다.
</string>
<string
name=
"unable_to_edit_empty_deck"
>
사용할 수 없는 빈 구역
</string>
<string
name=
"unable_to_edit_empty_deck"
>
사용할 수 없는 빈 구역
</string>
<string
name=
"create_new_failed"
>
생성실패
</string>
<string
name=
"create_new_failed"
>
생성실패
</string>
<string
name=
"about_pref_settings_keep_scale"
>
디스플레이 해상도 16\:9
</string>
<string
name=
"about_pref_settings_keep_scale"
>
원래 해상도 스케일 디스플레이
</string>
</resources>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
99b0a3dd
...
@@ -269,5 +269,5 @@
...
@@ -269,5 +269,5 @@
<string
name=
"donot_editor_bot_Deck"
>
请不要更改/删除AI卡组否则会导致人机模式无法正常使用
</string>
<string
name=
"donot_editor_bot_Deck"
>
请不要更改/删除AI卡组否则会导致人机模式无法正常使用
</string>
<string
name=
"unable_to_edit_empty_deck"
>
不可操作空卡组
</string>
<string
name=
"unable_to_edit_empty_deck"
>
不可操作空卡组
</string>
<string
name=
"create_new_failed"
>
创建失败
</string>
<string
name=
"create_new_failed"
>
创建失败
</string>
<string
name=
"about_pref_settings_keep_scale"
>
开启原始比例
16:9
的游戏画面
</string>
<string
name=
"about_pref_settings_keep_scale"
>
开启原始比例的游戏画面
</string>
</resources>
</resources>
mobile/src/main/res/values/strings.xml
View file @
99b0a3dd
...
@@ -272,5 +272,5 @@
...
@@ -272,5 +272,5 @@
<string
name=
"screenshoot"
>
Screenshoot
</string>
<string
name=
"screenshoot"
>
Screenshoot
</string>
<string
name=
"unable_to_edit_empty_deck"
>
unable to edit empty deck
</string>
<string
name=
"unable_to_edit_empty_deck"
>
unable to edit empty deck
</string>
<string
name=
"create_new_failed"
>
Create Failed
</string>
<string
name=
"create_new_failed"
>
Create Failed
</string>
<string
name=
"about_pref_settings_keep_scale"
>
Keep Display Scale 16\:9
</string>
<string
name=
"about_pref_settings_keep_scale"
>
Original Resolution Scale Display
</string>
</resources>
</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