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
df5f0ffe
Commit
df5f0ffe
authored
Nov 07, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update strings.conf
自带浏览器intent
parent
070ad72e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
22 deletions
+16
-22
libygo/build.gradle
libygo/build.gradle
+2
-2
mobile/assets/changelog.html
mobile/assets/changelog.html
+3
-11
mobile/assets/data/conf/strings.conf
mobile/assets/data/conf/strings.conf
+3
-2
mobile/assets_en/data/conf/strings.conf
mobile/assets_en/data/conf/strings.conf
+2
-1
mobile/assets_ko/data/conf/strings.conf
mobile/assets_ko/data/conf/strings.conf
+2
-1
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
+1
-0
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+1
-3
No files found.
libygo/build.gradle
View file @
df5f0ffe
...
...
@@ -7,11 +7,11 @@ android {
minSdkVersion
16
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
22
/*
ndk {
moduleName "YGOMobile"
abiFilters "armeabi-v7a"//,"x86"
}
}
*/
}
externalNativeBuild
{
...
...
mobile/assets/changelog.html
View file @
df5f0ffe
...
...
@@ -11,25 +11,17 @@
<h3
style=
"color:#ffffff"
>
敬告
</h3>
<pre>
本软件基于圆神开发组的电脑版源码,采用OpenGL适配安卓+安卓客户端ui开发而成。
注意:如果您是通过付费购买或者付费获得下载渠道而获得本软件的话,您已经上当受骗。本软件——免费!
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.5.
1
</li>
<li
style=
"color:#ffff00"
>
3.5.
2
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡SR09+VJ+SJ;
3.2019.10TCG禁卡表;
修复:
1.部分全面屏手机点击和显示偏移的问题;
2.悬浮窗权限打开问题;
新增:
1.设置里可开启强制16:9比例画面;
2.增加对更多异形屏支持;
2.新卡1011+T1010+VJ;
3.左侧[系统设定]增加转bug反馈引导页面的按钮;
</pre>
</body>
</html>
\ No newline at end of file
mobile/assets/data/conf/strings.conf
View file @
df5f0ffe
...
...
@@ -450,7 +450,7 @@
!
system
1451
人机卡组
!
system
1452
未分类卡组
!
system
1453
--------
!
system
1460
卡组
管理
!
system
1460
管理
!
system
1461
新建分类
!
system
1462
重命名分类
!
system
1463
删除分类
...
...
@@ -979,7 +979,8 @@
!
setname
0
x120
调皮宝贝 プランキッズ
!
setname
0
x121
魔妖
!
setname
0
x122
女武神 ワルキューレ
!
setname
0
x123
蔷薇龙 ローズ・ドラゴン
!
setname
0
x123
蔷薇 ローズ
!
setname
0
x1123
蔷薇龙 ローズ・ドラゴン
!
setname
0
x124
机械天使 機械天使
!
setname
0
x125
笑容 スマイル
!
setname
0
x126
时间潜行者 クロノダイバー
...
...
mobile/assets_en/data/conf/strings.conf
View file @
df5f0ffe
...
...
@@ -972,7 +972,8 @@
!
setname
0
x120
Prank
-
Kids
!
setname
0
x121
Mayakashi
!
setname
0
x122
Valkyrie
!
setname
0
x123
Rose
Dragon
!
setname
0
x123
Rose
!
setname
0
x1123
Rose
Dragon
!
setname
0
x124
Machine
Angel
!
setname
0
x125
Smile
!
setname
0
x126
Time
Thief
...
...
mobile/assets_ko/data/conf/strings.conf
View file @
df5f0ffe
...
...
@@ -975,7 +975,8 @@
!
setname
0
x120
프랭키즈
!
setname
0
x121
마요괴
!
setname
0
x122
왈큐레
!
setname
0
x123
로즈 드래곤
!
setname
0
x123
로즈
!
setname
0
x1123
로즈 드래곤
!
setname
0
x124
기계천사
!
setname
0
x125
스마일
!
setname
0
x126
타임시프
...
...
mobile/build.gradle
View file @
df5f0ffe
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
targetSdkVersion
28
versionCode
35
1001010
versionName
"3.5.
1
"
versionCode
35
2001107
versionName
"3.5.
2
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/java/cn/garymb/ygomobile/Constants.java
View file @
df5f0ffe
...
...
@@ -144,6 +144,7 @@ public interface Constants {
int
DECK_EXTRA_COUNT
=
(
DECK_SIDE_MAX
/
DECK_WIDTH_COUNT
*
DECK_WIDTH_COUNT
<
DECK_SIDE_MAX
)
?
DECK_WIDTH_COUNT
*
2
:
DECK_WIDTH_COUNT
;
int
DECK_SIDE_COUNT
=
DECK_EXTRA_COUNT
;
String
ALIPAY_URL
=
"HTTPS://QR.ALIPAY.COM/FKX06491UAXJMGIDTYVC0C"
;
String
PAYPAL_URL
=
"https://www.paypal.me/YGOmobile3"
;
String
URL_HELP
=
"http://note.youdao.com/noteshare?id=8ae2dc824b7dc04a95a4665a938e2251"
;
String
URL_MASTERRULE_CN
=
"https://ocg-rule.readthedocs.io/zh_CN/master/"
;
String
WIKI_SEARCH_URL
=
"https://www.ourocg.cn/S.aspx?key="
;
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
df5f0ffe
...
...
@@ -337,9 +337,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
dialog
.
dismiss
();
});
btnpaypal
.
setOnClickListener
((
v
)
->
{
Uri
uri
=
Uri
.
parse
(
"https://www.paypal.me/YGOmobile3"
);
Intent
intent
=
new
Intent
(
Intent
.
ACTION_VIEW
,
uri
);
startActivity
(
intent
);
WebActivity
.
open
(
this
,
getString
(
R
.
string
.
donation
),
Constants
.
PAYPAL_URL
);
dialog
.
dismiss
();
});
}
...
...
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