Skip to content

Commit

Permalink
Update changelog and about.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysondc committed May 22, 2020
1 parent 8d5fff7 commit e5dd9bb
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 23 deletions.
18 changes: 18 additions & 0 deletions app/src/main/res/drawable-anydpi/ic_items_mantle_white.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="72dp"
android:height="72dp"
android:viewportWidth="512"
android:viewportHeight="512">
<group
android:translateX="74"
android:translateY="56">
<path
android:fillColor="#000000"
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"/>
<path
android:name="base"
android:fillColor="#FEFEFE"
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"/>
</group>
</vector>

79 changes: 75 additions & 4 deletions app/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:iconSrc="@drawable/ic_equipment_hammer_white"
app:iconSrc="@drawable/ic_equipment_hunting_horn_base"
app:labelText="Jayson Dela Cruz (jaysondc)"
android:tag="https://github.com/jaysondc" />

Expand All @@ -122,9 +122,80 @@
<com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:iconSrc="@drawable/ic_equipment_charge_blade_white"
app:labelText="Kevin Navia"
android:tag="https://github.com/kevinn"/>
app:iconSrc="@drawable/ic_items_mantle_white"
app:labelText="Paul Tsouchlos (DeveloperPaul123)"
android:tag="https://github.com/DeveloperPaul123"/>

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.IconLabelTextCell
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:iconSrc="@drawable/ic_equipment_insect_glaive_base"
app:labelText="Borislav Kosharov (nikibobi)"
android:tag="https://github.com/nikibobi"/>

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.SectionHeaderCell
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_section_gap"
app:labelText="Additional Support" />

<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:labelText="Fuzzle" />

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:labelText="Angarvin" />

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:labelText="Aveline" />

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:labelText="Momonga" />

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:labelText="Lufactrus" />

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
android:layout_height="match_parent" />

<com.gatheringhallstudios.mhworlddatabase.components.CompactStatCell
android:layout_height="wrap_content"
android:layout_width="match_parent"
app:labelText="David" />

<com.gatheringhallstudios.mhworlddatabase.components.DashedDividerView
android:layout_width="wrap_content"
Expand Down
28 changes: 28 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
<changelog>
<release
versionCode="21"
versionName="Version 2.0.0">
<info>
Gathering Hall Studios proudly presents the long-awaited ICEBORNE update for MHWorld Database!
[br]
We're also happy to announce return of the WORKSHOP feature! Create sets of equipment to preview
stats and skills. Includes support for weapons, decorations and charms.
</info>
<info>
ICEBORNE DATA UPDATE:
[br]&#9;- Master Rank Weapons
[br]&#9;- Master Rank Armor
[br]&#9;- Master Rank Monsters
[br]&#9;- Master Rank Decorations
[br]&#9;- Master Rank Charms
[br]&#9;- WORKSHOP
[br]&#9;- QUEST LIST
[br]&#9;- KINSECT LIST
</info>
<info>
COMING SOON:
[br]&#9;- Tools
</info>
<info>
Thank you for all of your patience and support!
</info>
</release>
<release
versionCode="14"
versionName="Version 1.5.2">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,6 @@
dedicated to building high-quality apps for the Monster Hunter series.
\n\nIf you’d like to join or contribute, we’re always open.
Contact us at contact@gatheringhallstudios.com or visit our Discord.
You can also visit the Github for either the app or the data project.
You can also visit our Github to view the source code the app data projects.
</string>
</resources>
28 changes: 14 additions & 14 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Thank you for your patience! This is the beta track for our Iceborne update.
Gathering Hall Studios proudly presents the long-awaited ICEBORNE update for MHWorld Database!

- ICEBORNE UPDATE:
- Weapons
- Armor
- Monsters
- Decorations
- WORKSHOP
- QUEST LIST
- KINSECT LIST
- Currently missing data:
- Item drop rates
- Charms, Mantles, Iceborne Quests
We're also happy to announce return of the WORKSHOP feature! Create sets of equipment to preview
stats and skills. Includes support for weapons, decorations and charms.

Please hold tight while we polish things up to get ready for release.
ICEBORNE DATA UPDATE:
- Master Rank Weapons
- Master Rank Armor
- Master Rank Monsters
- Master Rank Decorations
- Master Rank Charms
- WORKSHOP
- QUEST LIST
- KINSECT LIST

We're a team of volunteers so be sure to join your Discord channel to see how you can help.
COMING SOON:
- Tools
8 changes: 4 additions & 4 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@



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

</testcase>


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

</testcase>


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

</testcase>


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

</testcase>

Expand Down

0 comments on commit e5dd9bb

Please sign in to comment.