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
461a4238
Commit
461a4238
authored
Oct 06, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gradle3.2.0
parent
282c63e0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+1
-1
build.gradle
build.gradle
+1
-1
libcore/build.gradle
libcore/build.gradle
+1
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/ui/plus/ServiceDuelAssistant.java
...ava/cn/garymb/ygomobile/ui/plus/ServiceDuelAssistant.java
+5
-5
mobile/src/main/res/values/arrays.xml
mobile/src/main/res/values/arrays.xml
+7
-7
No files found.
Classes/gframe/game.cpp
View file @
461a4238
...
...
@@ -1352,7 +1352,7 @@ void Game::LoadConfig() {
gameConf
.
_init
=
TRUE
;
gameConf
.
antialias
=
1
;
gameConf
.
serverport
=
7911
;
gameConf
.
textfontsize
=
1
7
;
gameConf
.
textfontsize
=
1
6
;
gameConf
.
nickname
[
0
]
=
0
;
gameConf
.
gamename
[
0
]
=
0
;
BufferIO
::
DecodeUTF8
(
android
::
getLastDeck
(
appMain
).
c_str
(),
wstr
);
...
...
build.gradle
View file @
461a4238
...
...
@@ -7,7 +7,7 @@ buildscript {
google
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
1.4
'
classpath
'com.android.tools.build:gradle:3.
2.0
'
//classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
...
...
libcore/build.gradle
View file @
461a4238
...
...
@@ -22,7 +22,7 @@ android {
jniLibs
.
srcDirs
'libs'
}
}
buildToolsVersion
'2
7.0.3
'
buildToolsVersion
'2
8.0.2
'
}
dependencies
{
...
...
mobile/build.gradle
View file @
461a4238
...
...
@@ -69,7 +69,7 @@ android {
aaptOptions
{
noCompress
'dll'
,
"config"
}
buildToolsVersion
'2
7.0.3
'
buildToolsVersion
'2
8.0.2
'
}
repositories
{
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/plus/ServiceDuelAssistant.java
View file @
461a4238
...
...
@@ -43,7 +43,7 @@ public class ServiceDuelAssistant extends Service {
String
[]
passwordPrefix
=
{
"M,"
,
"m,"
,
"T,"
,
"t,"
,
"PR,"
,
"pr,"
,
"PR,"
,
"pr,"
,
"AI,"
,
"ai,"
,
"LF2,"
,
"lf2,"
,
"M#"
,
"m#"
,
...
...
@@ -52,7 +52,7 @@ public class ServiceDuelAssistant extends Service {
"S#"
,
"s#"
,
"AI#"
,
"ai#"
,
"LF2#"
,
"lf2#"
,
"R#"
,
"r#"
"R#"
,
"r#"
};
//private List<Card> lc;
...
...
@@ -85,11 +85,11 @@ public class ServiceDuelAssistant extends Service {
@Override
public
void
onPrimaryClipChanged
()
{
ClipData
clipData
=
cm
.
getPrimaryClip
();
CharSequence
cs
=
clipData
.
getItemAt
(
0
).
getText
();
CharSequence
cs
=
clipData
.
getItemAt
(
0
).
getText
();
final
String
ss
;
if
(
cs
!=
null
)
{
if
(
cs
!=
null
)
{
ss
=
cs
.
toString
();
}
else
{
}
else
{
ss
=
""
;
}
/*final int ssi=ss.indexOf("卡查");
...
...
mobile/src/main/res/values/arrays.xml
View file @
461a4238
...
...
@@ -19,16 +19,16 @@
<item>
Build your own Deck will gain More Lucky Drawing
</item>
<item>
Have you see the ball at bottom-right in every severlist? Try to click it
</item>
<item>
Released and Pre-released Cards are different,pls note after patch them
</item>
<item>
Pls Confirm that
'
s a ture BUG before Report
</item>
<item>
Pls Confirm that
i
s a ture BUG before Report
</item>
<item>
if you dont know how to use YGOMobile,Try to Click Everywhere
</item>
<item>
Keeping Developing isn
't EZ,Welcome to Click "Donation"
and Leave your Donation
</item>
<item>
there
's no so-called "MR4",that's "New Master Rule"
</item>
<item>
Delete the Replay which shows
"error occurs"
,we will fix one day
</item>
<item>
Keeping Developing isn
ot EZ,Welcome to Click
and Leave your Donation
</item>
<item>
there
is no so-called MR4, that is New Master Rule
</item>
<item>
Delete the Replay which shows
error occurs
,we will fix one day
</item>
<item>
you can click card image on left top to clean the black bar in words while dueling
</item>
<item>
others'
Good deck not always be good for you, try to Build your own style
</item>
<item>
Good deck not always be good for you, try to Build your own style
</item>
<item>
Keep playing and learning, you will be stronger soon.even you are beginner and returner
</item>
<item>
Long-pressing the card you wanna delete in vertical deck editor
</item>
<item>
Long-pressing the password record
, it'll be deleted
</item>
<item>
If change avatars(cover or bg) failed, try to find artworks in
“gallery” or "file manager"
</item>
<item>
Long-pressing the password record
to delete it
</item>
<item>
If change avatars(cover or bg) failed, try to find artworks in
gallery or file manager
</item>
</string-array>
</resources>
\ No newline at end of file
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