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
70203235
Commit
70203235
authored
May 29, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
竖屏卡查支持输入数字搜索
parent
710d3c2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
mobile/assets/changelog.html
mobile/assets/changelog.html
+1
-0
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/loader/CardSearchInfo.java
.../main/java/cn/garymb/ygomobile/loader/CardSearchInfo.java
+1
-1
No files found.
mobile/assets/changelog.html
View file @
70203235
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
4.拖动服务器房间置顶即可设置为偏好房间
4.拖动服务器房间置顶即可设置为偏好房间
(方便快捷加房);
(方便快捷加房);
5.改变加入新版首发群的方式;
5.改变加入新版首发群的方式;
6.竖屏卡查支持数字卡密搜索;
</pre>
</pre>
<ul>
<ul>
<li
style=
"color:#ffffff"
>
3.2.0
</li>
<li
style=
"color:#ffffff"
>
3.2.0
</li>
...
...
mobile/build.gradle
View file @
70203235
...
@@ -8,7 +8,7 @@ android {
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
22
targetSdkVersion
22
versionCode
3201052
7
versionCode
3201052
9
versionName
"3.2.1"
versionName
"3.2.1"
flavorDimensions
"versionCode"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/java/cn/garymb/ygomobile/loader/CardSearchInfo.java
View file @
70203235
...
@@ -33,7 +33,7 @@ class CardSearchInfo {
...
@@ -33,7 +33,7 @@ class CardSearchInfo {
}
}
if
(!
TextUtils
.
isEmpty
(
word
))
{
if
(!
TextUtils
.
isEmpty
(
word
))
{
if
(!((
card
.
Name
!=
null
&&
card
.
Name
.
contains
(
word
))
if
(!((
card
.
Name
!=
null
&&
card
.
Name
.
contains
(
word
))
||
(
card
.
Desc
!=
null
&&
card
.
Desc
.
contains
(
word
))))
{
||
(
card
.
Desc
!=
null
&&
card
.
Desc
.
contains
(
word
))
||(
card
.
Code
!=
0
&&
card
.
Code
==
Integer
.
parseInt
(
word
))
))
{
return
false
;
return
false
;
}
}
}
else
if
(!
TextUtils
.
isEmpty
(
prefixWord
)
&&
!
TextUtils
.
isEmpty
(
suffixWord
))
{
}
else
if
(!
TextUtils
.
isEmpty
(
prefixWord
)
&&
!
TextUtils
.
isEmpty
(
suffixWord
))
{
...
...
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