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
26942942
Commit
26942942
authored
Feb 25, 2021
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update serverlist guide
parent
9b0eda67
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
55 additions
and
95 deletions
+55
-95
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+3
-5
mobile/src/main/res/layout/dialog_deck_manager.xml
mobile/src/main/res/layout/dialog_deck_manager.xml
+0
-65
mobile/src/main/res/layout/view_guide_home.xml
mobile/src/main/res/layout/view_guide_home.xml
+39
-9
mobile/src/main/res/values-ko/arrays.xml
mobile/src/main/res/values-ko/arrays.xml
+0
-1
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+4
-4
mobile/src/main/res/values-zh/arrays.xml
mobile/src/main/res/values-zh/arrays.xml
+0
-1
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+4
-4
mobile/src/main/res/values/arrays.xml
mobile/src/main/res/values/arrays.xml
+1
-2
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+4
-4
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
26942942
...
@@ -738,7 +738,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -738,7 +738,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
@Override
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"萌卡平台:\n提供众多对战服务\n包含排位,观战,聊天与论坛等"
);
tv
.
setText
(
R
.
string
.
guide_mycard
);
}
}
})
})
)
)
...
@@ -752,7 +752,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -752,7 +752,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
@Override
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"直连服务器列表:\n点击一个服务器模块即可加入相应的在线游戏"
);
tv
.
setText
(
R
.
string
.
guide_serverlist
);
}
}
})
})
)
)
...
@@ -764,9 +764,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -764,9 +764,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
@Override
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
view
.
findViewById
(
R
.
id
.
abt_rename
).
setVisibility
(
View
.
VISIBLE
);
view
.
findViewById
(
R
.
id
.
view_abt_server_edit
).
setVisibility
(
View
.
VISIBLE
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"编辑按钮:\n点击编辑相应的服务器信息\n如改游戏昵称等"
);
}
}
})
})
)
)
...
...
mobile/src/main/res/layout/dialog_deck_manager.xml
deleted
100644 → 0
View file @
9b0eda67
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<ListView
android:layout_width=
"100dp"
android:layout_height=
"wrap_content"
/>
<TextView
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
/>
<ListView
android:layout_width=
"150dp"
android:layout_height=
"wrap_content"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom"
android:orientation=
"vertical"
>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/blue"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/blue"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/blue"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/red"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/red"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/red"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/blue"
/>
<ImageView
android:layout_width=
"100dp"
android:layout_height=
"50dp"
android:background=
"@drawable/blue"
/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
mobile/src/main/res/layout/view_guide_home.xml
View file @
26942942
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_gravity=
"center"
android:layout_margin=
"
2
0dp"
android:layout_margin=
"
1
0dp"
android:orientation=
"vertical"
android:orientation=
"vertical"
android:visibility=
"gone"
>
android:visibility=
"gone"
>
...
@@ -37,12 +37,14 @@
...
@@ -37,12 +37,14 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_gravity=
"center"
android:layout_marginHorizontal=
"5dp"
android:shadowColor=
"#000000"
android:shadowColor=
"#000000"
android:shadowDy=
"2"
android:shadowDy=
"2"
android:shadowRadius=
"2"
android:shadowRadius=
"2"
android:text=
"@string/action_game"
android:text=
"@string/action_game"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"15sp"
/>
android:textSize=
"15sp"
/>
<ImageView
<ImageView
android:layout_width=
"30dp"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_height=
"30dp"
...
@@ -53,12 +55,14 @@
...
@@ -53,12 +55,14 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_gravity=
"center"
android:layout_marginHorizontal=
"5dp"
android:shadowColor=
"#000000"
android:shadowColor=
"#000000"
android:shadowDy=
"2"
android:shadowDy=
"2"
android:shadowRadius=
"2"
android:shadowRadius=
"2"
android:text=
"@string/deck_manager"
android:text=
"@string/deck_manager"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"15sp"
/>
android:textSize=
"15sp"
/>
<ImageView
<ImageView
android:layout_width=
"30dp"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_height=
"30dp"
...
@@ -69,6 +73,7 @@
...
@@ -69,6 +73,7 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_gravity=
"center"
android:layout_marginHorizontal=
"5dp"
android:shadowColor=
"#000000"
android:shadowColor=
"#000000"
android:shadowDy=
"2"
android:shadowDy=
"2"
android:shadowRadius=
"2"
android:shadowRadius=
"2"
...
@@ -78,10 +83,17 @@
...
@@ -78,10 +83,17 @@
</LinearLayout>
</LinearLayout>
<View
android:id=
"@+id/view_bar"
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:layout_marginHorizontal=
"20dp"
android:layout_marginVertical=
"50dp"
android:background=
"@color/holo_blue_bright"
/>
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"100dp"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
<ImageView
<ImageView
...
@@ -168,11 +180,29 @@
...
@@ -168,11 +180,29 @@
android:textSize=
"20sp"
android:textSize=
"20sp"
android:visibility=
"gone"
/>
android:visibility=
"gone"
/>
<ImageView
<LinearLayout
android:id=
"@+id/abt_rename"
android:id=
"@+id/view_abt_server_edit"
android:layout_width=
"@dimen/dp_40"
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/dp_40"
android:layout_height=
"wrap_content"
android:layout_margin=
"20dp"
android:orientation=
"vertical"
android:src=
"@drawable/rename"
android:visibility=
"gone"
>
android:visibility=
"gone"
/>
<ImageView
android:layout_width=
"@dimen/dp_40"
android:layout_height=
"@dimen/dp_40"
android:layout_margin=
"20dp"
android:src=
"@drawable/rename"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"20dp"
android:shadowColor=
"#000000"
android:shadowDy=
"2"
android:shadowRadius=
"2"
android:text=
"@string/guide_server_edit"
android:textColor=
"@color/white"
android:textSize=
"20sp"
/>
</LinearLayout>
</FrameLayout>
</FrameLayout>
\ No newline at end of file
mobile/src/main/res/values-ko/arrays.xml
View file @
26942942
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
<item>
좌측 하단의 도움말을 통해 사용법을 알 수 있습니다.
</item>
<item>
좌측 하단의 도움말을 통해 사용법을 알 수 있습니다.
</item>
<item>
앱의 유지 보수를 위해 많은 시간과 노력이 필요합니다. 좌측하단의 마크를 통해 기부를 해주시면 감사하겠습니다.
</item>
<item>
앱의 유지 보수를 위해 많은 시간과 노력이 필요합니다. 좌측하단의 마크를 통해 기부를 해주시면 감사하겠습니다.
</item>
<item>
리플레이 오류는 보통 서버와 클라이언트의 스크립트 차이로 발생하며 마땅한 해결법은 아직 없습니다. 가능한 클라우드 리플레이를 이용해주십시오.
</item>
<item>
리플레이 오류는 보통 서버와 클라이언트의 스크립트 차이로 발생하며 마땅한 해결법은 아직 없습니다. 가능한 클라우드 리플레이를 이용해주십시오.
</item>
<item>
게임중 검은네모칸이 발생할 경우 좌측상단의 카드 이미지를 두번 터치 해주세요.
</item>
<item>
강해지기 위해 단순히 티어덱을 배끼는 것 만이 아니라 덱을 사용하며 이해하는 과정이 필요합니다.
</item>
<item>
강해지기 위해 단순히 티어덱을 배끼는 것 만이 아니라 덱을 사용하며 이해하는 과정이 필요합니다.
</item>
<item>
초보유저든, 복귀유저든 배울 마음만 있다면 크게 어렵지 않습니다.
</item>
<item>
초보유저든, 복귀유저든 배울 마음만 있다면 크게 어렵지 않습니다.
</item>
<item>
덱 관리자에서 카드를 제거하실려면 제거할 카드를 길게 눌러주세요.
</item>
<item>
덱 관리자에서 카드를 제거하실려면 제거할 카드를 길게 눌러주세요.
</item>
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
26942942
...
@@ -290,10 +290,10 @@
...
@@ -290,10 +290,10 @@
<string
name=
"explain_permission"
>
<string
name=
"explain_permission"
>
앱을 실행하는데 있어서 다음과 같은 권한의 허용이 필요합니다. \(비활성화시 앱이 종료 됨\)
앱을 실행하는데 있어서 다음과 같은 권한의 허용이 필요합니다. \(비활성화시 앱이 종료 됨\)
\n저장 권한\: 덱 저장 및 백업 사용자 지정 아바타\, 배경 화면등을 설정하는데 필요합니다\.
</string>
\n저장 권한\: 덱 저장 및 백업 사용자 지정 아바타\, 배경 화면등을 설정하는데 필요합니다\.
</string>
<string
name=
"guide_menu"
>
Menu\:
\nincluding most of functions lik
e
</string>
<string
name=
"guide_menu"
>
Menu\:
including most of functions, for Exampl
e
</string>
<string
name=
"guide_
single_game"
>
Single Game\: start YGOPro.play bot duel\, deck builder\
, etc.
</string>
<string
name=
"guide_
mycard"
>
Mycard\: rank duel record, observe games, chating room
, etc.
</string>
<string
name=
"guide_
deckmanager"
>
Deck Manager\: create, edit, share and backup Decks. search Cards and addto Deck
</string>
<string
name=
"guide_
serverlist"
>
Server list\: click a server to join online Game
</string>
<string
name=
"guide_
cardSearch"
>
Card Search\: search cards, add cards to myfavorites
</string>
<string
name=
"guide_
server_edit"
>
Server edit\: edit server information. for example\: change nickname
</string>
<string
name=
"guide_help"
>
Help\: specifically guide How to use YGOMobile and learn Master Rules
</string>
<string
name=
"guide_help"
>
Help\: specifically guide How to use YGOMobile and learn Master Rules
</string>
<string
name=
"guide_settings"
>
Settings\: turn on Expansions and DuelAssistant.set game avatars, background, cardback.
</string>
<string
name=
"guide_settings"
>
Settings\: turn on Expansions and DuelAssistant.set game avatars, background, cardback.
</string>
<string
name=
"guide_reset"
>
Reset Resources\: click to reset when pictures or any files are mistaken deleted
</string>
<string
name=
"guide_reset"
>
Reset Resources\: click to reset when pictures or any files are mistaken deleted
</string>
...
...
mobile/src/main/res/values-zh/arrays.xml
View file @
26942942
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
<item>
不知道怎么用,可以点开「功能菜单」→「教程」查看使用方法
</item>
<item>
不知道怎么用,可以点开「功能菜单」→「教程」查看使用方法
</item>
<item>
维护开发不容易,欢迎前往「爱发电」的YGOMobile页面留下您的心意
</item>
<item>
维护开发不容易,欢迎前往「爱发电」的YGOMobile页面留下您的心意
</item>
<item>
录像出错就删了吧,暂时还没有解决办法T.T
</item>
<item>
录像出错就删了吧,暂时还没有解决办法T.T
</item>
<item>
决斗中文字变黑块了?点点左上大卡图就可消除
</item>
<item>
再强的卡组抄来也不会变强哦,自己努力组卡定会有回报
</item>
<item>
再强的卡组抄来也不会变强哦,自己努力组卡定会有回报
</item>
<item>
不管是新手还是回归玩家,只要肯学习,不用多久就能成为大佬哦
</item>
<item>
不管是新手还是回归玩家,只要肯学习,不用多久就能成为大佬哦
</item>
<item>
竖屏卡组编辑中想删除某张卡只需要长按它就好啦
</item>
<item>
竖屏卡组编辑中想删除某张卡只需要长按它就好啦
</item>
...
...
mobile/src/main/res/values-zh/strings.xml
View file @
26942942
...
@@ -290,10 +290,10 @@
...
@@ -290,10 +290,10 @@
使用本软件此类功能将申请以下必要权限:
使用本软件此类功能将申请以下必要权限:
\n安装未知应用权限:安装更新包,备份、还原卡组必需
\n安装未知应用权限:安装更新包,备份、还原卡组必需
\n存储权限:备份、还原卡组,自定义背景、头像、卡背必需
</string>
\n存储权限:备份、还原卡组,自定义背景、头像、卡背必需
</string>
<string
name=
"guide_menu"
>
功能菜单:软件主要功能如"
</string>
<string
name=
"guide_menu"
>
功能菜单:
\n
软件主要功能如"
</string>
<string
name=
"guide_
single_game"
>
单人游戏:启动YGOPro,可玩离线人机,横屏卡组编辑
等
</string>
<string
name=
"guide_
mycard"
>
萌卡平台:\n提供众多对战服务\n包含排位,观战,聊天与论坛
等
</string>
<string
name=
"guide_
deckmanager"
>
卡组编辑:创建、修改、分享、备份卡组,搜索卡片加入卡组等
</string>
<string
name=
"guide_
serverlist"
>
直连服务器列表\n点击一个服务器块即可加入相应的在线游戏
</string>
<string
name=
"guide_
cardSearch"
>
卡片搜索:搜索卡片,收藏单卡
等
</string>
<string
name=
"guide_
server_edit"
>
编辑按钮:\n点击编辑相应的服务器信息。\n如改游戏昵称
等
</string>
<string
name=
"guide_help"
>
教程:包含软件具体使用方法和大师规则学习(划重点)
</string>
<string
name=
"guide_help"
>
教程:包含软件具体使用方法和大师规则学习(划重点)
</string>
<string
name=
"guide_settings"
>
设置:启动决斗助手,使用先行卡(如果有),更改游戏头像,背景,卡背等
</string>
<string
name=
"guide_settings"
>
设置:启动决斗助手,使用先行卡(如果有),更改游戏头像,背景,卡背等
</string>
<string
name=
"guide_reset"
>
重置资源:发现缺图等文件误删情况时点击重置
</string>
<string
name=
"guide_reset"
>
重置资源:发现缺图等文件误删情况时点击重置
</string>
...
...
mobile/src/main/res/values/arrays.xml
View file @
26942942
...
@@ -21,9 +21,8 @@
...
@@ -21,9 +21,8 @@
<item>
Released and Pre-released Cards are different,pls note after patch them
</item>
<item>
Released and Pre-released Cards are different,pls note after patch them
</item>
<item>
Before BUG Reporting\,Pls prepare the screenshoot and replay
</item>
<item>
Before BUG Reporting\,Pls prepare the screenshoot and replay
</item>
<item>
if you dont know how to use YGOMobile,Try to Click Everywhere
</item>
<item>
if you dont know how to use YGOMobile,Try to Click Everywhere
</item>
<item>
Keeping Developing isnot EZ,Welcome to
Click and
Donate
</item>
<item>
Keeping Developing isnot EZ,Welcome to Donate
</item>
<item>
Delete the Replay which shows error occurs,we will fix one day
</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>
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>
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 card you wanna delete in vertical deck editor
</item>
...
...
mobile/src/main/res/values/strings.xml
View file @
26942942
...
@@ -293,10 +293,10 @@
...
@@ -293,10 +293,10 @@
Very necessary permissions will be applied\:
Very necessary permissions will be applied\:
\nInstall unknow apps\: Install upgrade and Change Settings
\nInstall unknow apps\: Install upgrade and Change Settings
\nStorage Access\:backup\/restore deck\,set custom background\/avatars\/cardback
</string>
\nStorage Access\:backup\/restore deck\,set custom background\/avatars\/cardback
</string>
<string
name=
"guide_menu"
>
Menu\: including most of functions
lik
e
</string>
<string
name=
"guide_menu"
>
Menu\: including most of functions
, for Exampl
e
</string>
<string
name=
"guide_
single_game"
>
Single Game\: start YGOPro.play bot duel\, deck builder\
, etc.
</string>
<string
name=
"guide_
mycard"
>
Mycard\: rank duel record, observe games, chating room
, etc.
</string>
<string
name=
"guide_
deckmanager"
>
Deck Manager\: create, edit, share and backup Decks. search Cards and addto Deck
</string>
<string
name=
"guide_
serverlist"
>
Server list\: click a server to join online Game
</string>
<string
name=
"guide_
cardSearch"
>
Card Search\: search cards, add cards to myfavorites
</string>
<string
name=
"guide_
server_edit"
>
Server edit\: edit server information. for example\: change nickname
</string>
<string
name=
"guide_help"
>
Help\: specifically guide How to use YGOMobile and learn Master Rules
</string>
<string
name=
"guide_help"
>
Help\: specifically guide How to use YGOMobile and learn Master Rules
</string>
<string
name=
"guide_settings"
>
Settings\: turn on Expansions and DuelAssistant.set game avatars, background, cardback.
</string>
<string
name=
"guide_settings"
>
Settings\: turn on Expansions and DuelAssistant.set game avatars, background, cardback.
</string>
<string
name=
"guide_reset"
>
Reset Resources\: click to reset when pictures or any files are mistaken deleted
</string>
<string
name=
"guide_reset"
>
Reset Resources\: click to reset when pictures or any files are mistaken deleted
</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