diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypher.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypher.kt index 7f7bb18325..38570d72b6 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypher.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypher.kt @@ -8,5 +8,6 @@ enum class PostboxRoyalCypher(val osmValue: String) { EDWARD_VII("EVIIR"), SCOTTISH_CROWN("scottish_crown"), EDWARD_VIII("EVIIIR"), + CHARLES_III("CIIIR"), NONE("no") } diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypherItem.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypherItem.kt index a9ed9f484e..3f283e7334 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypherItem.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/postbox_royal_cypher/PostboxRoyalCypherItem.kt @@ -1,14 +1,7 @@ package de.westnordost.streetcomplete.quests.postbox_royal_cypher import de.westnordost.streetcomplete.R -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.EDWARD_VII -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.EDWARD_VIII -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.ELIZABETH_II -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.GEORGE_V -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.GEORGE_VI -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.NONE -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.SCOTTISH_CROWN -import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.VICTORIA +import de.westnordost.streetcomplete.quests.postbox_royal_cypher.PostboxRoyalCypher.* import de.westnordost.streetcomplete.view.image_select.DisplayItem import de.westnordost.streetcomplete.view.image_select.Item @@ -26,6 +19,7 @@ private val PostboxRoyalCypher.titleResId: Int? get() = when (this) { EDWARD_VII -> R.string.quest_postboxRoyalCypher_type_eviir SCOTTISH_CROWN -> R.string.quest_postboxRoyalCypher_type_scottish_crown EDWARD_VIII -> R.string.quest_postboxRoyalCypher_type_eviiir + CHARLES_III -> R.string.quest_postboxRoyalCypher_type_ciiir NONE -> null } @@ -37,5 +31,6 @@ private val PostboxRoyalCypher.iconResId: Int? get() = when (this) { EDWARD_VII -> R.drawable.ic_postbox_royal_cypher_eviir SCOTTISH_CROWN -> R.drawable.ic_postbox_royal_cypher_scottish_crown EDWARD_VIII -> R.drawable.ic_postbox_royal_cypher_eviiir + CHARLES_III -> R.drawable.ic_postbox_royal_cypher_ciiir NONE -> null } diff --git a/app/src/main/res/drawable/ic_postbox_royal_cypher_ciiir.xml b/app/src/main/res/drawable/ic_postbox_royal_cypher_ciiir.xml new file mode 100644 index 0000000000..aca0286059 --- /dev/null +++ b/app/src/main/res/drawable/ic_postbox_royal_cypher_ciiir.xml @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/app/src/main/res/raw/changelog.yml b/app/src/main/res/raw/changelog.yml index 43fffea518..ad3ce69f2a 100644 --- a/app/src/main/res/raw/changelog.yml +++ b/app/src/main/res/raw/changelog.yml @@ -1,4 +1,4 @@ -v47.0-beta1: | +v47.0: |

🅿️ Street Parking Overlay (#4177, #4329)

Comprehensively record the physical parking situation along the streets in your neighborhood!
Be warned, of the overlays so far, this is the most complex one and the first that does not @@ -14,6 +14,7 @@ v47.0-beta1: |

  • Performance improvement when scrolling the map (#4283), by @Helium314
  • Refine when the entrance type quest is asked (#4372, #4380), by @matkoniecz
  • Other minor enhancements (#4380, #4381, #4393), thanks @matkoniecz, @HolgerJeromin, @mcliquid
  • +
  • Postbox Cyphers: Now possible to select the cypher for Charles III (#4420)
  • Fixes