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
bb7a5f44
Commit
bb7a5f44
authored
Oct 22, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载中,请稍候
parent
613392f7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+1
-0
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+3
-2
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+2
-1
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+2
-1
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
bb7a5f44
...
@@ -418,6 +418,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -418,6 +418,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
builder
.
setRightButtonListener
((
dlg
,
i
)
->
{
builder
.
setRightButtonListener
((
dlg
,
i
)
->
{
builder
.
showProgressBar2
();
builder
.
showProgressBar2
();
builder
.
hideButton
();
builder
.
hideButton
();
builder
.
setTitle
(
R
.
string
.
Downloading
);
PgyUpdateManager
.
downLoadApk
(
appBean
.
getDownloadURL
());
PgyUpdateManager
.
downLoadApk
(
appBean
.
getDownloadURL
());
});
});
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
bb7a5f44
...
@@ -222,6 +222,7 @@
...
@@ -222,6 +222,7 @@
<string
name=
"tip_no_permission"
formatted=
"false"
>
the permission %s is denied.
</string>
<string
name=
"tip_no_permission"
formatted=
"false"
>
the permission %s is denied.
</string>
<string
name=
"Already_Lastest"
>
이미 최신 버전입니다.
</string>
<string
name=
"Already_Lastest"
>
이미 최신 버전입니다.
</string>
<string
name=
"about_immersive_mode"
>
16:9 화면 비율이 아닌 휴대전화 또는 터치 포인트가 어긋나는 경우 설정하십시오.
</string>
<string
name=
"about_immersive_mode"
>
16:9 화면 비율이 아닌 휴대전화 또는 터치 포인트가 어긋나는 경우 설정하십시오.
</string>
<string
name=
"Download"
>
Download
</string>
<string
name=
"Download"
>
다운로드
</string>
<string
name=
"Update_Found"
>
New Version Found:
</string>
<string
name=
"Downloading"
>
下载中,请稍候
</string>
<string
name=
"Update_Found"
>
새로운 버전
</string>
</resources>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
bb7a5f44
...
@@ -223,5 +223,6 @@
...
@@ -223,5 +223,6 @@
<string
name=
"Already_Lastest"
>
已经是最新版本
</string>
<string
name=
"Already_Lastest"
>
已经是最新版本
</string>
<string
name=
"about_immersive_mode"
>
开关它来适配非16:9的分辨率屏幕,有的机型需要先在系统设置开启全屏应用
</string>
<string
name=
"about_immersive_mode"
>
开关它来适配非16:9的分辨率屏幕,有的机型需要先在系统设置开启全屏应用
</string>
<string
name=
"Download"
>
下载
</string>
<string
name=
"Download"
>
下载
</string>
<string
name=
"Update_Found"
>
发现新版本——
</string>
<string
name=
"Downloading"
>
下载中,请稍候
</string>
<string
name=
"Update_Found"
>
发现新版本
</string>
</resources>
</resources>
mobile/src/main/res/values/strings.xml
View file @
bb7a5f44
...
@@ -226,5 +226,6 @@
...
@@ -226,5 +226,6 @@
<string
name=
"tip_no_permission"
formatted=
"false"
>
the permission %s is denied.
</string>
<string
name=
"tip_no_permission"
formatted=
"false"
>
the permission %s is denied.
</string>
<string
name=
"about_immersive_mode"
>
switch it to optimize the screen resolution which isnot 16:9
</string>
<string
name=
"about_immersive_mode"
>
switch it to optimize the screen resolution which isnot 16:9
</string>
<string
name=
"Download"
>
Download
</string>
<string
name=
"Download"
>
Download
</string>
<string
name=
"Update_Found"
>
Found New Version:
</string>
<string
name=
"Downloading"
>
Now Downloading
</string>
<string
name=
"Update_Found"
>
Found New Version
</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