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
b8e46ea6
Commit
b8e46ea6
authored
May 27, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理日志
parent
94a8f8cc
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
15 deletions
+18
-15
mobile/assets/changelog.html
mobile/assets/changelog.html
+13
-2
mobile/assets/data/conf/strings.conf
mobile/assets/data/conf/strings.conf
+2
-2
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+0
-8
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-1
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-1
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-1
No files found.
mobile/assets/changelog.html
View file @
b8e46ea6
...
@@ -22,11 +22,22 @@
...
@@ -22,11 +22,22 @@
更新:
更新:
1.更新ygo内核;
1.更新ygo内核;
2.TCG2018.5.21禁卡表
2.TCG2018.5.21禁卡表
3.新卡:CP18+VJ;
3.新卡:CP18+VJ
+VP18
;
新增:
新增:
1.萌卡聊天室
1.萌卡聊天室
2.开放单人模式——离线人机★
2.开放单人模式——离线人机★
3.复制约战口令即可快捷加房★
修复:
1.删除房间无法取消的问题;
2.已知若干卡图错误;
3.游戏房间准备界面无法发送聊天消息的问题;
优化:
1.菜单按钮UI更改更容易引人注意;
2.应用界面背景降低亮度突出UI;
3.增加一些tips弹窗;
4.拖动服务器房间置顶即可设置为偏好房间
(方便快捷加房);
5.改变加入新版首发群的方式;
</pre>
</pre>
<ul>
<ul>
<li
style=
"color:#ffffff"
>
3.2.0
</li>
<li
style=
"color:#ffffff"
>
3.2.0
</li>
...
...
mobile/assets/data/conf/strings.conf
View file @
b8e46ea6
...
@@ -244,8 +244,8 @@
...
@@ -244,8 +244,8 @@
!
system
1165
超量召唤
!
system
1165
超量召唤
!
system
1166
连接召唤
!
system
1166
连接召唤
#menu
#menu
!
system
1200
联机模式
!
system
1200
本地联机
!
system
1201
单人
模式
!
system
1201
单人
游戏
!
system
1202
观看录像
!
system
1202
观看录像
!
system
1203
N/A
!
system
1203
N/A
!
system
1204
编辑卡组
!
system
1204
编辑卡组
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
b8e46ea6
package
cn.garymb.ygomobile.ui.home
;
package
cn.garymb.ygomobile.ui.home
;
import
android.animation.Keyframe
;
import
android.animation.ObjectAnimator
;
import
android.animation.PropertyValuesHolder
;
import
android.content.Intent
;
import
android.content.Intent
;
import
android.graphics.Color
;
import
android.graphics.Color
;
import
android.net.Uri
;
import
android.net.Uri
;
...
@@ -64,10 +61,6 @@ abstract class HomeActivity extends BaseActivity implements NavigationView.OnNav
...
@@ -64,10 +61,6 @@ abstract class HomeActivity extends BaseActivity implements NavigationView.OnNav
private
ServerListAdapter
mServerListAdapter
;
private
ServerListAdapter
mServerListAdapter
;
private
ServerListManager
mServerListManager
;
private
ServerListManager
mServerListManager
;
Button
JoinQQGroup
;
@Override
@Override
protected
void
onCreate
(
@Nullable
Bundle
savedInstanceState
)
{
protected
void
onCreate
(
@Nullable
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
super
.
onCreate
(
savedInstanceState
);
...
@@ -391,7 +384,6 @@ abstract class HomeActivity extends BaseActivity implements NavigationView.OnNav
...
@@ -391,7 +384,6 @@ abstract class HomeActivity extends BaseActivity implements NavigationView.OnNav
});
});
}
}
public
boolean
joinQQGroup
(
String
key
)
{
public
boolean
joinQQGroup
(
String
key
)
{
//
Intent
intent
=
new
Intent
();
Intent
intent
=
new
Intent
();
intent
.
setData
(
Uri
.
parse
(
"mqqopensdkapi://bizAgent/qm/qr?url=http%3A%2F%2Fqm.qq.com%2Fcgi-bin%2Fqm%2Fqr%3Ffrom%3Dapp%26p%3Dandroid%26k%3D"
+
key
));
intent
.
setData
(
Uri
.
parse
(
"mqqopensdkapi://bizAgent/qm/qr?url=http%3A%2F%2Fqm.qq.com%2Fcgi-bin%2Fqm%2Fqr%3Ffrom%3Dapp%26p%3Dandroid%26k%3D"
+
key
));
// 此Flag可根据具体产品需要自定义,如设置,则在加群界面按返回,返回手Q主界面,不设置,按返回会返回到呼起产品界面 //intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
// 此Flag可根据具体产品需要自定义,如设置,则在加群界面按返回,返回手Q主界面,不设置,按返回会返回到呼起产品界面 //intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
b8e46ea6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
>
>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"action_settings"
>
설정
</string>
<string
name=
"action_settings"
>
설정
</string>
<string
name=
"action_game"
>
게임 시작
</string>
<string
name=
"action_game"
>
독신자 게임
</string>
<string
name=
"action_about"
>
정보
</string>
<string
name=
"action_about"
>
정보
</string>
<string
name=
"dont_start_game"
>
게임을 시작하지 마세요.
</string>
<string
name=
"dont_start_game"
>
게임을 시작하지 마세요.
</string>
<!-- check -->
<!-- check -->
...
...
mobile/src/main/res/values-zh/strings.xml
View file @
b8e46ea6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
>
>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"action_settings"
>
设置
</string>
<string
name=
"action_settings"
>
设置
</string>
<string
name=
"action_game"
>
启动
游戏
</string>
<string
name=
"action_game"
>
单人
游戏
</string>
<string
name=
"action_about"
>
关于
</string>
<string
name=
"action_about"
>
关于
</string>
<string
name=
"dont_start_game"
>
无法启动游戏
</string>
<string
name=
"dont_start_game"
>
无法启动游戏
</string>
<!-- check -->
<!-- check -->
...
...
mobile/src/main/res/values/strings.xml
View file @
b8e46ea6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
>
>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"action_settings"
>
Settings
</string>
<string
name=
"action_settings"
>
Settings
</string>
<string
name=
"action_game"
>
S
tart g
ame
</string>
<string
name=
"action_game"
>
S
ingle G
ame
</string>
<string
name=
"action_about"
>
About
</string>
<string
name=
"action_about"
>
About
</string>
<string
name=
"action_add_server"
>
Add Server
</string>
<string
name=
"action_add_server"
>
Add Server
</string>
<string
name=
"dont_start_game"
>
don\'t start game
</string>
<string
name=
"dont_start_game"
>
don\'t start game
</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