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
c59b4627
Commit
c59b4627
authored
Apr 22, 2021
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加yrp复制完成的提示toast
parent
f9f80653
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
mobile/src/main/java/cn/garymb/ygomobile/GameUriManager.java
mobile/src/main/java/cn/garymb/ygomobile/GameUriManager.java
+2
-1
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+4
-0
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+2
-0
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+2
-0
No files found.
mobile/src/main/java/cn/garymb/ygomobile/GameUriManager.java
View file @
c59b4627
...
...
@@ -158,6 +158,7 @@ public class GameUriManager {
}
if
(!
ComponentUtils
.
isActivityRunning
(
getActivity
(),
new
ComponentName
(
getActivity
(),
YGOMobileActivity
.
class
)))
{
YGOStarter
.
startGame
(
getActivity
(),
null
);
Toast
.
makeText
(
activity
,
activity
.
getString
(
R
.
string
.
yrp_installed
),
Toast
.
LENGTH_LONG
).
show
();
}
}
}
...
...
@@ -231,7 +232,7 @@ public class GameUriManager {
}
if
(!
ComponentUtils
.
isActivityRunning
(
activity
,
new
ComponentName
(
activity
,
YGOMobileActivity
.
class
)))
{
YGOStarter
.
startGame
(
activity
,
null
);
Toast
.
makeText
(
activity
,
activity
.
getString
(
R
.
string
.
install_failed_bcos
),
Toast
.
LENGTH_SHORT
).
show
();
Toast
.
makeText
(
activity
,
activity
.
getString
(
R
.
string
.
yrp_installed
),
Toast
.
LENGTH_LONG
).
show
();
}
}
else
{
String
host
=
uri
.
getHost
();
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
c59b4627
...
...
@@ -303,4 +303,8 @@
\n더 많은 듀얼 모드 비밀번호는 앱 튜토리얼을 참고하십시오
</string>
<string
name=
"guide_button_search"
>
겁색 기준을 편집하려면 터치하십시오
</string>
<string
name=
"guide_search_result_count"
>
여기에 검색 결과를 표시합니다
</string>
<string
name=
"about_delete_ex"
>
만약 확장 카드를 사용하면서 문제가 발생했을 경우, 삭제하는 것도 좋은 선택이다
</string>
<string
name=
"title_delete_ex"
>
확장 삭제
</string>
<string
name=
"yrp_installed"
>
리플레이가 나왔습니다. 리플레이를 보려면 \"리플레이 보기\"를 누르십시오.
</string>
<string
name=
"ask_delete_ex"
>
지우려면 확인을 클릭하십시오.
</string>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
c59b4627
...
...
@@ -304,5 +304,7 @@
<string
name=
"guide_button_search"
>
点击编辑搜索条件
</string>
<string
name=
"guide_search_result_count"
>
这里显示搜索结果卡片数量
</string>
<string
name=
"title_delete_ex"
>
清空扩展卡包
</string>
<string
name=
"ask_delete_ex"
>
点击确认以清空
</string>
<string
name=
"about_delete_ex"
>
如果遇到拓展卡包问题时删除是个不错的办法
</string>
<string
name=
"yrp_installed"
>
录像已导入,请在观看录像中选择查看
</string>
</resources>
mobile/src/main/res/values/strings.xml
View file @
c59b4627
...
...
@@ -308,4 +308,6 @@
<string
name=
"guide_search_result_count"
>
here shows search result count
</string>
<string
name=
"title_delete_ex"
>
delete expansions
</string>
<string
name=
"about_delete_ex"
>
if you need to delte all expansion cards
</string>
<string
name=
"yrp_installed"
>
replay loaded, select it in \"\\Watch Replay\"\\
</string>
<string
name=
"ask_delete_ex"
>
Click OK to confirm the deletion
</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