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
b16f4b99
Commit
b16f4b99
authored
Aug 02, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix无法上下滑动卡组分类列表
add new sample deck
parent
22b062da
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
113 additions
and
56 deletions
+113
-56
mobile/assets/changelog.html
mobile/assets/changelog.html
+2
-29
mobile/assets/data/deck/[SAMPLE]RevolverGuard.ydk
mobile/assets/data/deck/[SAMPLE]RevolverGuard.ydk
+74
-0
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/res/layout/dialog_deck_select.xml
mobile/src/main/res/layout/dialog_deck_select.xml
+35
-25
No files found.
mobile/assets/changelog.html
View file @
b16f4b99
...
...
@@ -17,40 +17,13 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.4.
7
</li>
<li
style=
"color:#ffff00"
>
3.4.
8
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡1010+T1009+VJ+VF;
3.2019.7TCG禁卡表;
新增:
1.卡组分类管理--
竖屏组卡器下
*选择卡组直接进入分类选择;
*右滑选中的分类可删除该分类;
*长按卡组可进入多选操作;
*可批量删除同分类下的卡组;
横屏组卡器--
*原选择禁卡表改为选择卡组分类;
*选中卡组可直接观看该卡组;
*禁卡表选择并入卡组管理窗口;
*各种操作由专门按钮进行,暂不支持多选操作;
2.显示人机卡组,禁用修改人机卡组;
3.卡包ydk放到专属卡包分类;
4.决斗准备开设选择分类和选择卡组;
5.新增一个鼓励玩家自我改进的预组卡组;
优化:
1.重置资源支持重置人机文件;
2.优化APP加载速度;
3.禁止创建不允许符号为名称的分类;
修复:
1.删除被清空的卡组闪退的问题;
2.无法上下滚动分类列表的问题;
3.未分类下无卡组时选择卡组闪退的问题;
4.提取录像卡组无法保存卡组的问题;
5.卡组重命名不保存到原路径的问题;
6.对空卡组操作闪退的问题;
1.无法上下滑动分类列表的问题;
</pre>
</body>
</html>
\ No newline at end of file
mobile/assets/data/deck/[SAMPLE]RevolverGuard.ydk
0 → 100644
View file @
b16f4b99
#created by ygomobile
#main
4538826
55878038
89399912
67748760
5560911
43096270
32476603
61901281
61901281
15381421
15381421
15381421
99234526
99234526
99234526
68464358
51858306
84899094
21615956
48355999
62265044
36668118
87571563
31443476
31443476
31443476
81439173
41620959
41620959
41620959
18144506
911883
911883
911883
23002292
61740673
44095762
29649320
62279055
15800838
#extra
9753964
27548199
34116027
94677445
63767246
22593417
85289965
49725936
59537380
50588353
11969228
24361622
13143275
86148577
73539069
!side
49036338
34267821
34267821
34267821
14558127
14558127
38814750
38814750
38814750
23434538
23434538
23434538
24224830
24224830
24224830
\ No newline at end of file
mobile/build.gradle
View file @
b16f4b99
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
28
versionCode
340
700728
versionName
"3.4.
7
"
versionCode
340
800802
versionName
"3.4.
8
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/res/layout/dialog_deck_select.xml
View file @
b16f4b99
...
...
@@ -125,34 +125,44 @@
</LinearLayout>
</LinearLayout>
<
LinearLayout
<
androidx.core.widget.NestedScrollView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_type"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
android:nestedScrollingEnabled=
"true"
/>
android:layout_height=
"match_parent"
>
<View
android:layout_width=
"1dp"
android:layout_height=
"match_parent"
android:background=
"@color/holo_blue_light"
/>
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<LinearLayout
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_weight=
"2"
android:orientation=
"vertical"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_deck"
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:nestedScrollingEnabled=
"true"
/>
</LinearLayout>
</LinearLayout>
android:orientation=
"horizontal"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_type"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
android:nestedScrollingEnabled=
"true"
/>
<View
android:layout_width=
"1dp"
android:layout_height=
"match_parent"
android:background=
"@color/holo_blue_light"
/>
<LinearLayout
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_weight=
"2"
android:orientation=
"vertical"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_deck"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:nestedScrollingEnabled=
"true"
/>
</LinearLayout>
</LinearLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>
\ No newline at end of file
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