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
e68be31b
Commit
e68be31b
authored
Apr 28, 2023
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak
parent
458de124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/ui/activities/WebActivity.java
...n/java/cn/garymb/ygomobile/ui/activities/WebActivity.java
+3
-3
No files found.
Classes/gframe/game.cpp
View file @
e68be31b
...
@@ -1262,7 +1262,7 @@ bool Game::Initialize(ANDROID_APP app, android::InitOptions *options) {
...
@@ -1262,7 +1262,7 @@ bool Game::Initialize(ANDROID_APP app, android::InitOptions *options) {
}
}
#ifdef _IRR_ANDROID_PLATFORM_
#ifdef _IRR_ANDROID_PLATFORM_
IGUIStaticText
*
text
=
env
->
addStaticText
(
L""
,
IGUIStaticText
*
text
=
env
->
addStaticText
(
L""
,
rect
<
s32
>
(
1
5
,
15
,
100
,
60
),
false
,
false
,
0
,
GUI_INFO_FPS
);
rect
<
s32
>
(
1
,
1
,
100
,
45
),
false
,
false
,
0
,
GUI_INFO_FPS
);
#endif
#endif
hideChat
=
false
;
hideChat
=
false
;
hideChatTimer
=
0
;
hideChatTimer
=
0
;
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/activities/WebActivity.java
View file @
e68be31b
...
@@ -92,11 +92,11 @@ public class WebActivity extends BaseActivity {
...
@@ -92,11 +92,11 @@ public class WebActivity extends BaseActivity {
Toast
.
makeText
(
getContext
(),
R
.
string
.
ypk_installed
,
Toast
.
LENGTH_LONG
).
show
();
Toast
.
makeText
(
getContext
(),
R
.
string
.
ypk_installed
,
Toast
.
LENGTH_LONG
).
show
();
}
}
String
servername
=
""
;
String
servername
=
""
;
if
(
getPackageName
().
equals
(
BuildConfig
.
APPLICATION_ID
)
)
if
(
AppsSettings
.
get
().
getDataLanguage
()
==
0
)
servername
=
"23333先行服务器"
;
servername
=
"23333先行服务器"
;
if
(
getPackageName
().
equals
((
BuildConfig
.
APPLICATION_ID
)
+
".KO"
)
)
if
(
AppsSettings
.
get
().
getDataLanguage
()
==
1
)
servername
=
"YGOPRO 사전 게시 중국서버"
;
servername
=
"YGOPRO 사전 게시 중국서버"
;
if
(
getPackageName
().
equals
((
BuildConfig
.
APPLICATION_ID
)
+
".EN"
)
)
if
(
AppsSettings
.
get
().
getDataLanguage
()
==
2
)
servername
=
"Mercury23333 OCG/TCG Pre-release"
;
servername
=
"Mercury23333 OCG/TCG Pre-release"
;
AddServer
(
servername
,
"s1.ygo233.com"
,
23333
,
"Knight of Hanoi"
);
AddServer
(
servername
,
"s1.ygo233.com"
,
23333
,
"Knight of Hanoi"
);
btn_download
.
setVisibility
(
View
.
GONE
);
btn_download
.
setVisibility
(
View
.
GONE
);
...
...
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