diff --git a/app/src/main/assets/field_guide/Hericium erinaceus.webp b/app/src/main/assets/field_guide/Hericium erinaceus.webp deleted file mode 100644 index a659ff206..000000000 Binary files a/app/src/main/assets/field_guide/Hericium erinaceus.webp and /dev/null differ diff --git a/app/src/main/assets/field_guide/Boletales.webp b/app/src/main/assets/field_guide/bolete.webp similarity index 100% rename from app/src/main/assets/field_guide/Boletales.webp rename to app/src/main/assets/field_guide/bolete.webp diff --git a/app/src/main/java/com/kylecorry/trail_sense/tools/field_guide/infrastructure/BuiltInFieldGuide.kt b/app/src/main/java/com/kylecorry/trail_sense/tools/field_guide/infrastructure/BuiltInFieldGuide.kt index cad4cd62e..8b0335b98 100644 --- a/app/src/main/java/com/kylecorry/trail_sense/tools/field_guide/infrastructure/BuiltInFieldGuide.kt +++ b/app/src/main/java/com/kylecorry/trail_sense/tools/field_guide/infrastructure/BuiltInFieldGuide.kt @@ -552,17 +552,19 @@ object BuiltInFieldGuide { FieldGuidePageTag.Edible ) ), - // TODO: Update the below guides BuiltInFieldGuidePage( - // Bolete - R.raw.boletales, - "field_guide/Boletales.webp", + R.raw.field_guide_bolete, + "field_guide/bolete.webp", listOf( + FieldGuidePageTag.Africa, FieldGuidePageTag.Asia, + FieldGuidePageTag.Australia, FieldGuidePageTag.Europe, FieldGuidePageTag.NorthAmerica, + FieldGuidePageTag.SouthAmerica, FieldGuidePageTag.Fungus, - FieldGuidePageTag.Forest + FieldGuidePageTag.Forest, + FieldGuidePageTag.Edible ) ), BuiltInFieldGuidePage( @@ -606,18 +608,6 @@ object BuiltInFieldGuide { FieldGuidePageTag.Freshwater ) ), - BuiltInFieldGuidePage( - // Lion's Mane - R.raw.hericium_erinaceus, - "field_guide/Hericium erinaceus.webp", - listOf( - FieldGuidePageTag.Asia, - FieldGuidePageTag.Europe, - FieldGuidePageTag.NorthAmerica, - FieldGuidePageTag.Fungus, - FieldGuidePageTag.Mountain - ) - ), BuiltInFieldGuidePage( // Reindeer Lichen R.raw.cladonia_rangiferina, diff --git a/app/src/main/res/raw/boletales.txt b/app/src/main/res/raw/boletales.txt deleted file mode 100644 index 359b0d083..000000000 --- a/app/src/main/res/raw/boletales.txt +++ /dev/null @@ -1,6 +0,0 @@ -Boletales -The Boletales are an order of Agaricomycetes containing over 1300 species with a diverse array of fruiting body types. The boletes are the best known members of this group, and until recently, the Boletales were thought to only contain boletes. The Boletales are now known to contain distinct groups of agarics, puffballs, and other fruiting-body types. - -Text derived from https://en.m.wikipedia.org/wiki/Boletales (CC BY-SA 4.0) - -Image by Slick-o-bot (Public domain) \ No newline at end of file diff --git a/app/src/main/res/raw/field_guide_bolete.txt b/app/src/main/res/raw/field_guide_bolete.txt new file mode 100644 index 000000000..c470d22e1 --- /dev/null +++ b/app/src/main/res/raw/field_guide_bolete.txt @@ -0,0 +1,6 @@ +Bolete +A mushroom with a spongy, porous underside instead of gills, commonly found in forests near trees. Many boletes are edible, but some are toxic, so avoid ones with red or orange pores or turn blue when cut. + +https://en.m.wikipedia.org/wiki/Boletales + +Image by Slick-o-bot (Public domain) \ No newline at end of file diff --git a/app/src/main/res/raw/hericium_erinaceus.txt b/app/src/main/res/raw/hericium_erinaceus.txt deleted file mode 100644 index 41c8275ed..000000000 --- a/app/src/main/res/raw/hericium_erinaceus.txt +++ /dev/null @@ -1,6 +0,0 @@ -Hericium Erinaceus -Hericium erinaceus, commonly known as lion's mane, yamabushitake, bearded tooth fungus, or bearded hedgehog, is a species of tooth fungus. It tends to grow in a single clump with dangling spines longer than 1 centimetre. It can be mistaken for other Hericium species that grow in the same areas. - -Text derived from https://en.m.wikipedia.org/wiki/Hericium_erinaceus (CC BY-SA 4.0) - -Image by Jengod (CC BY 4.0) \ No newline at end of file