Skip to content

Commit e5dd9bb

Browse files
committed
Update changelog and about.
1 parent 8d5fff7 commit e5dd9bb

File tree

6 files changed

+140
-23
lines changed

6 files changed

+140
-23
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="72dp"
3+
android:height="72dp"
4+
android:viewportWidth="512"
5+
android:viewportHeight="512">
6+
<group
7+
android:translateX="74"
8+
android:translateY="56">
9+
<path
10+
android:fillColor="#000000"
11+
android:pathData="M216.51 399.43H0V339h82.9v-31.7l55.03-55.03h83.97l55.03 55.03v31.7h86v60.42H216.51zM0 279.43v-87.2l79.05 75.75-11.37 35.74H32.16L0 279.43zm314.99 29.85l-39.66-39.26 87.6-81.73v86.35L315 309.28zm47.94-261.59v110.18l-88.97 95.55-38.03-24.4 67.62-181.33h59.38zM186.9 0h114.27l-71.8 213.36-42.47 23.2V0zm-17.21 56.06V229.2l-44.28-26.75L80.26 56.06h89.43zm-104.4 0l67.16 190.55-47.42 14.24L0 163.99V56.06h65.3z"/>
12+
<path
13+
android:name="base"
14+
android:fillColor="#FEFEFE"
15+
android:pathData="M125.2 381.3H18.12v-24.17h82.9v-42.3l44.41-44.42h68.95l44.42 44.41v42.31h86v24.17H234.64v-56.47l-30.26-30.26h-48.93l-30.26 30.26v56.47zm26.36 0v-46.63l12.46-12.46h31.55l12.46 12.46v46.63h-56.47zM18.13 270.4v-35.69l40.22 38.55-3.92 12.33h-16.2l-20.1-15.18zm283.36 0L344.8 230v35.39l-27.99 20.2-15.33-15.17zm43.32-119.66L271 229.99l-12.99-8.33 58.11-155.84h28.68v84.92zM275.94 18.13l-61.48 182.72-9.44 5.16V18.13h70.92zM151.56 74.19v122.88l-10.86-6.56-35.88-116.32h46.74zm-99.1 0H18.13v82.97l72.84 82.98 18.06-5.43L52.46 74.2z"/>
16+
</group>
17+
</vector>
18+

app/src/main/res/layout/fragment_about.xml

Lines changed: 75 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell
112112
android:layout_width="match_parent"
113113
android:layout_height="wrap_content"
114-
app:iconSrc="@drawable/ic_equipment_hammer_white"
114+
app:iconSrc="@drawable/ic_equipment_hunting_horn_base"
115115
app:labelText="Jayson Dela Cruz (jaysondc)"
116116
android:tag="https://github.com/jaysondc" />
117117

@@ -122,9 +122,80 @@
122122
<com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell
123123
android:layout_width="match_parent"
124124
android:layout_height="wrap_content"
125-
app:iconSrc="@drawable/ic_equipment_charge_blade_white"
126-
app:labelText="Kevin Navia"
127-
android:tag="https://github.com/kevinn"/>
125+
app:iconSrc="@drawable/ic_items_mantle_white"
126+
app:labelText="Paul Tsouchlos (DeveloperPaul123)"
127+
android:tag="https://github.com/DeveloperPaul123"/>
128+
129+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
130+
android:layout_width="wrap_content"
131+
android:layout_height="match_parent" />
132+
133+
<com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell
134+
android:layout_width="match_parent"
135+
android:layout_height="wrap_content"
136+
app:iconSrc="@drawable/ic_equipment_insect_glaive_base"
137+
app:labelText="Borislav Kosharov (nikibobi)"
138+
android:tag="https://github.com/nikibobi"/>
139+
140+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
141+
android:layout_width="wrap_content"
142+
android:layout_height="match_parent" />
143+
144+
<com.gatheringhallstudios.mhworlddatabase.components.SectionHeaderCell
145+
android:layout_width="match_parent"
146+
android:layout_height="wrap_content"
147+
android:layout_marginTop="@dimen/margin_section_gap"
148+
app:labelText="Additional Support" />
149+
150+
<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
151+
android:layout_height="wrap_content"
152+
android:layout_width="match_parent"
153+
app:labelText="Fuzzle" />
154+
155+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
156+
android:layout_width="wrap_content"
157+
android:layout_height="match_parent" />
158+
159+
<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
160+
android:layout_height="wrap_content"
161+
android:layout_width="match_parent"
162+
app:labelText="Angarvin" />
163+
164+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
165+
android:layout_width="wrap_content"
166+
android:layout_height="match_parent" />
167+
168+
<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
169+
android:layout_height="wrap_content"
170+
android:layout_width="match_parent"
171+
app:labelText="Aveline" />
172+
173+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
174+
android:layout_width="wrap_content"
175+
android:layout_height="match_parent" />
176+
177+
<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
178+
android:layout_height="wrap_content"
179+
android:layout_width="match_parent"
180+
app:labelText="Momonga" />
181+
182+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
183+
android:layout_width="wrap_content"
184+
android:layout_height="match_parent" />
185+
186+
<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
187+
android:layout_height="wrap_content"
188+
android:layout_width="match_parent"
189+
app:labelText="Lufactrus" />
190+
191+
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
192+
android:layout_width="wrap_content"
193+
android:layout_height="match_parent" />
194+
195+
<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
196+
android:layout_height="wrap_content"
197+
android:layout_width="match_parent"
198+
app:labelText="David" />
128199

129200
<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
130201
android:layout_width="wrap_content"

app/src/main/res/raw/changelog.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
<changelog>
2+
<release
3+
versionCode="21"
4+
versionName="Version 2.0.0">
5+
<info>
6+
Gathering Hall Studios proudly presents the long-awaited ICEBORNE update for MHWorld Database!
7+
[br]
8+
We're also happy to announce return of the WORKSHOP feature! Create sets of equipment to preview
9+
stats and skills. Includes support for weapons, decorations and charms.
10+
</info>
11+
<info>
12+
ICEBORNE DATA UPDATE:
13+
[br]&#9;- Master Rank Weapons
14+
[br]&#9;- Master Rank Armor
15+
[br]&#9;- Master Rank Monsters
16+
[br]&#9;- Master Rank Decorations
17+
[br]&#9;- Master Rank Charms
18+
[br]&#9;- WORKSHOP
19+
[br]&#9;- QUEST LIST
20+
[br]&#9;- KINSECT LIST
21+
</info>
22+
<info>
23+
COMING SOON:
24+
[br]&#9;- Tools
25+
</info>
26+
<info>
27+
Thank you for all of your patience and support!
28+
</info>
29+
</release>
230
<release
331
versionCode="14"
432
versionName="Version 1.5.2">

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,6 @@
490490
dedicated to building high-quality apps for the Monster Hunter series.
491491
\n\nIf you’d like to join or contribute, we’re always open.
492492
Contact us at contact@gatheringhallstudios.com or visit our Discord.
493-
You can also visit the Github for either the app or the data project.
493+
You can also visit our Github to view the source code the app data projects.
494494
</string>
495495
</resources>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Thank you for your patience! This is the beta track for our Iceborne update.
1+
Gathering Hall Studios proudly presents the long-awaited ICEBORNE update for MHWorld Database!
22

3-
- ICEBORNE UPDATE:
4-
- Weapons
5-
- Armor
6-
- Monsters
7-
- Decorations
8-
- WORKSHOP
9-
- QUEST LIST
10-
- KINSECT LIST
11-
- Currently missing data:
12-
- Item drop rates
13-
- Charms, Mantles, Iceborne Quests
3+
We're also happy to announce return of the WORKSHOP feature! Create sets of equipment to preview
4+
stats and skills. Includes support for weapons, decorations and charms.
145

15-
Please hold tight while we polish things up to get ready for release.
6+
ICEBORNE DATA UPDATE:
7+
- Master Rank Weapons
8+
- Master Rank Armor
9+
- Master Rank Monsters
10+
- Master Rank Decorations
11+
- Master Rank Charms
12+
- WORKSHOP
13+
- QUEST LIST
14+
- KINSECT LIST
1615

17-
We're a team of volunteers so be sure to join your Discord channel to see how you can help.
16+
COMING SOON:
17+
- Tools

fastlane/report.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55

66

77

8-
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.019786">
8+
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.019992">
99

1010
</testcase>
1111

1212

13-
<testcase classname="fastlane.lanes" name="1: Switch to android bundle_release lane" time="0.001863">
13+
<testcase classname="fastlane.lanes" name="1: Switch to android bundle_release lane" time="0.001834">
1414

1515
</testcase>
1616

1717

18-
<testcase classname="fastlane.lanes" name="2: bundleRelease" time="76.586693">
18+
<testcase classname="fastlane.lanes" name="2: bundleRelease" time="9.169585">
1919

2020
</testcase>
2121

2222

23-
<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="92.372263">
23+
<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="123.31036">
2424

2525
</testcase>
2626

0 commit comments

Comments
 (0)