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
0bfb153d
Commit
0bfb153d
authored
Sep 01, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
追加:无字段卡搜索
parent
59eebd92
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
0 deletions
+8
-0
mobile/src/main/java/cn/garymb/ygomobile/loader/CardSearchInfo.java
.../main/java/cn/garymb/ygomobile/loader/CardSearchInfo.java
+2
-0
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/CardSearcher.java
.../main/java/cn/garymb/ygomobile/ui/cards/CardSearcher.java
+1
-0
mobile/src/main/res/values-es/strings.xml
mobile/src/main/res/values-es/strings.xml
+1
-0
mobile/src/main/res/values-jp/strings.xml
mobile/src/main/res/values-jp/strings.xml
+1
-0
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-0
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-0
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-0
No files found.
mobile/src/main/java/cn/garymb/ygomobile/loader/CardSearchInfo.java
View file @
0bfb153d
...
@@ -345,6 +345,8 @@ public class CardSearchInfo implements ICardFilter{
...
@@ -345,6 +345,8 @@ public class CardSearchInfo implements ICardFilter{
//TODO setcode
//TODO setcode
if
(
setcode
>
0
)
{
if
(
setcode
>
0
)
{
return
card
.
isSetCode
(
setcode
);
return
card
.
isSetCode
(
setcode
);
}
else
if
(
setcode
==
-
1
)
{
return
card
.
SetCode
==
0
;
}
}
return
true
;
return
true
;
}
}
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/CardSearcher.java
View file @
0bfb153d
...
@@ -441,6 +441,7 @@ public class CardSearcher implements View.OnClickListener {
...
@@ -441,6 +441,7 @@ public class CardSearcher implements View.OnClickListener {
List
<
CardSet
>
setnames
=
mStringManager
.
getCardSets
();
List
<
CardSet
>
setnames
=
mStringManager
.
getCardSets
();
List
<
SimpleSpinnerItem
>
items
=
new
ArrayList
<>();
List
<
SimpleSpinnerItem
>
items
=
new
ArrayList
<>();
items
.
add
(
new
SimpleSpinnerItem
(
0
,
getString
(
R
.
string
.
label_set
)));
items
.
add
(
new
SimpleSpinnerItem
(
0
,
getString
(
R
.
string
.
label_set
)));
items
.
add
(
new
SimpleSpinnerItem
(-
1
,
getString
(
R
.
string
.
label_set_No_Setcode
)));
for
(
CardSet
set
:
setnames
)
{
for
(
CardSet
set
:
setnames
)
{
items
.
add
(
new
SimpleSpinnerItem
(
set
.
getCode
(),
set
.
getName
()));
items
.
add
(
new
SimpleSpinnerItem
(
set
.
getCode
(),
set
.
getName
()));
}
}
...
...
mobile/src/main/res/values-es/strings.xml
View file @
0bfb153d
...
@@ -128,6 +128,7 @@
...
@@ -128,6 +128,7 @@
<string
name=
"label_limitlist"
>
Banlist
</string>
<string
name=
"label_limitlist"
>
Banlist
</string>
<string
name=
"label_type"
>
Tipo de carta
</string>
<string
name=
"label_type"
>
Tipo de carta
</string>
<string
name=
"label_set"
>
Arquetipo
</string>
<string
name=
"label_set"
>
Arquetipo
</string>
<string
name=
"label_set_No_Setcode"
>
无字段卡
</string>
<string
name=
"label_level"
>
Nvl/Rng/Lnk
</string>
<string
name=
"label_level"
>
Nvl/Rng/Lnk
</string>
<string
name=
"label_attr"
>
Atributo
</string>
<string
name=
"label_attr"
>
Atributo
</string>
<string
name=
"label_category"
>
Categoría
</string>
<string
name=
"label_category"
>
Categoría
</string>
...
...
mobile/src/main/res/values-jp/strings.xml
View file @
0bfb153d
...
@@ -121,6 +121,7 @@
...
@@ -121,6 +121,7 @@
<string
name=
"label_limitlist"
>
リミットレギュレーション
</string>
<string
name=
"label_limitlist"
>
リミットレギュレーション
</string>
<string
name=
"label_type"
>
カード種類
</string>
<string
name=
"label_type"
>
カード種類
</string>
<string
name=
"label_set"
>
テキスト
</string>
<string
name=
"label_set"
>
テキスト
</string>
<string
name=
"label_set_No_Setcode"
>
无字段卡
</string>
<string
name=
"label_level"
>
レベル/标数
</string>
<string
name=
"label_level"
>
レベル/标数
</string>
<string
name=
"label_attr"
>
属性
</string>
<string
name=
"label_attr"
>
属性
</string>
<string
name=
"label_category"
>
効果分類
</string>
<string
name=
"label_category"
>
効果分類
</string>
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
0bfb153d
...
@@ -139,6 +139,7 @@
...
@@ -139,6 +139,7 @@
<string
name=
"label_limitlist"
>
리미트 레귤레이션
</string>
<string
name=
"label_limitlist"
>
리미트 레귤레이션
</string>
<string
name=
"label_type"
>
카드 종류
</string>
<string
name=
"label_type"
>
카드 종류
</string>
<string
name=
"label_set"
>
카드군
</string>
<string
name=
"label_set"
>
카드군
</string>
<string
name=
"label_set_No_Setcode"
>
无字段卡
</string>
<string
name=
"label_level"
>
레벨/랭크/링크
</string>
<string
name=
"label_level"
>
레벨/랭크/링크
</string>
<string
name=
"label_attr"
>
속성
</string>
<string
name=
"label_attr"
>
속성
</string>
<string
name=
"linkmarker"
>
◀링크 마커▶
</string>
>
<string
name=
"linkmarker"
>
◀링크 마커▶
</string>
>
...
...
mobile/src/main/res/values-zh/strings.xml
View file @
0bfb153d
...
@@ -124,6 +124,7 @@
...
@@ -124,6 +124,7 @@
<string
name=
"label_limitlist"
>
禁卡表
</string>
<string
name=
"label_limitlist"
>
禁卡表
</string>
<string
name=
"label_type"
>
卡片类型
</string>
<string
name=
"label_type"
>
卡片类型
</string>
<string
name=
"label_set"
>
字段
</string>
<string
name=
"label_set"
>
字段
</string>
<string
name=
"label_set_No_Setcode"
>
无字段卡
</string>
<string
name=
"label_level"
>
星/标数
</string>
<string
name=
"label_level"
>
星/标数
</string>
<string
name=
"label_attr"
>
属性
</string>
<string
name=
"label_attr"
>
属性
</string>
<string
name=
"label_category"
>
效果分类
</string>
<string
name=
"label_category"
>
效果分类
</string>
...
...
mobile/src/main/res/values/strings.xml
View file @
0bfb153d
...
@@ -144,6 +144,7 @@
...
@@ -144,6 +144,7 @@
<string
name=
"label_limitlist"
>
Limit List
</string>
<string
name=
"label_limitlist"
>
Limit List
</string>
<string
name=
"label_type"
>
Card Type
</string>
<string
name=
"label_type"
>
Card Type
</string>
<string
name=
"label_set"
>
Card Set
</string>
<string
name=
"label_set"
>
Card Set
</string>
<string
name=
"label_set_No_Setcode"
>
Without Setcode
</string>
<string
name=
"label_level"
>
Lv/Rk/Lmk
</string>
<string
name=
"label_level"
>
Lv/Rk/Lmk
</string>
<string
name=
"label_attr"
>
Attribute
</string>
<string
name=
"label_attr"
>
Attribute
</string>
<string
name=
"linkmarker"
>
◀LinkArrows▶
</string>
>
<string
name=
"linkmarker"
>
◀LinkArrows▶
</string>
>
...
...
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