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
493e07e2
Commit
493e07e2
authored
Apr 16, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对连接怪兽详情和列表添加link箭头显示
parent
d8cbc575
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
15 deletions
+38
-15
mobile/assets/changelog.html
mobile/assets/changelog.html
+18
-4
mobile/src/main/res/drawable-xhdpi/veil.png
mobile/src/main/res/drawable-xhdpi/veil.png
+0
-0
mobile/src/main/res/layout/dialog_cardinfo.xml
mobile/src/main/res/layout/dialog_cardinfo.xml
+13
-9
mobile/src/main/res/layout/item_search_card_swipe.xml
mobile/src/main/res/layout/item_search_card_swipe.xml
+5
-0
mobile/src/main/res/values/dimens.xml
mobile/src/main/res/values/dimens.xml
+2
-2
No files found.
mobile/assets/changelog.html
View file @
493e07e2
...
...
@@ -11,7 +11,8 @@
<h3
style=
"color:#ffffff"
>
敬告
</h3>
<pre>
本软件基于圆神开发组的电脑版源码,采用OpenGL适配安卓+安卓客户端ui开发而成。
注意:如果您是通过付费购买或者付费获得下载渠道而获得本软件的话,您已经上当受骗。本软件——免费!
注意:本软件其使用代码以及图片音响素材仅供个人学习交流之用,请勿用于商业用途。
如果您是通过付费购买或者付费获得下载渠道而获得本软件的话,您已经上当受骗。本软件——免费!
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
...
...
@@ -23,12 +24,25 @@
新增:
1.搜索结果增加卡片收藏夹列表;
2.卡片详情可增加/移出搜藏;
3.右侧搜索界面可打开我的收藏★;
4.显示搜索结果统计数;
5.启动软件会执行原目录文件搬运(如果有);
变更:
1.ygopro进程将不再能从
历史进程中被单独唤起。
1.不再在Sdcard根目录复制ygocore
而是在本应用分配合法目录下;
2.停用游戏目录自定义设置;
3.ygopro进程将不再能从
历史进程中被单独唤起
游戏途中切回请点击“点此返回决斗”;
2
.未退出ygopro但重新从服务器进入游戏
4
.未退出ygopro但重新从服务器进入游戏
不再重复建立房间而是回到当前游戏;
5.简化卡查搜索按钮;
6.和关键词完全匹配的卡名
会在搜索结果中置顶显示;
7.搜索结果大原则以
怪兽-魔法-陷阱顺序排列;
8.常用设置提前
(启用拓展卡包,决斗助手等)
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
...
...
mobile/src/main/res/drawable-xhdpi/veil.png
View replaced file @
d8cbc575
View file @
493e07e2
6.32 KB
|
W:
|
H:
10.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
mobile/src/main/res/layout/dialog_cardinfo.xml
View file @
493e07e2
...
...
@@ -110,11 +110,17 @@
android:textColor=
"@color/item_title"
android:textIsSelectable=
"true"
tools:text=
"name"
/>
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<include
android:id=
"@+id/detail_link_arrows"
layout=
"@layout/item_linkmaker_small"
android:visibility=
"gone"
/>
<TextView
android:id=
"@+id/card_level"
android:layout_width=
"match_parent"
...
...
@@ -128,13 +134,13 @@
tools:text=
"★4"
/>
<ImageView
android:id=
"@+id/image_fav"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"bottom|right"
android:paddingRight=
"5dp
"
android:scaleType=
"center
"
android:background=
"@drawable/ic_control_point
"
/>
android:id=
"@+id/image_fav"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"bottom|right"
android:background=
"@drawable/ic_control_point
"
android:paddingRight=
"5dp
"
android:scaleType=
"center
"
/>
</FrameLayout>
<LinearLayout
...
...
@@ -183,8 +189,6 @@
android:textAppearance=
"@style/TextAppearance.AppCompat.Body1"
android:textColor=
"@color/white"
tools:text=
"Test"
/>
</LinearLayout>
<LinearLayout
...
...
mobile/src/main/res/layout/item_search_card_swipe.xml
View file @
493e07e2
...
...
@@ -93,6 +93,11 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<include
android:id=
"@+id/search_link_arrows"
layout=
"@layout/item_linkmaker_small"
android:visibility=
"gone"
/>
<TextView
android:id=
"@+id/card_level"
android:layout_width=
"match_parent"
...
...
mobile/src/main/res/values/dimens.xml
View file @
493e07e2
...
...
@@ -16,8 +16,8 @@
<dimen
name=
"item_and_text_height"
>
68dp
</dimen>
<dimen
name=
"button_width_small"
>
40dp
</dimen>
<dimen
name=
"button_width"
>
80dp
</dimen>
<dimen
name=
"card_small_width"
>
66
dp
</dimen>
<dimen
name=
"card_small_height"
>
90
dp
</dimen>
<dimen
name=
"card_small_width"
>
70
dp
</dimen>
<dimen
name=
"card_small_height"
>
102
dp
</dimen>
<dimen
name=
"card_width_middle"
>
118dp
</dimen>
<dimen
name=
"card_height_middle"
>
169dp
</dimen>
<dimen
name=
"card_width"
>
177dp
</dimen>
...
...
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