[android] Clarify custom map download URL strings

Signed-off-by: NoelClick <dev@noel.click>
This commit is contained in:
NoelClick
2025-11-20 17:43:02 -08:00
committed by jeanbaptisteC
parent 6ded75de9c
commit 85540133b3
2 changed files with 6 additions and 5 deletions

View File

@@ -967,10 +967,11 @@
<string name="offline_explanation_text">A map needs to be downloaded to view and navigate the area.\nDownload maps for areas you want to travel.</string> <string name="offline_explanation_text">A map needs to be downloaded to view and navigate the area.\nDownload maps for areas you want to travel.</string>
<string name="list_description_empty">Edit the list to add a description</string> <string name="list_description_empty">Edit the list to add a description</string>
<!-- Custom Download URL --> <!-- Custom Download URL -->
<string name="pref_custom_map_download_url_title">Custom map server</string> <string name="pref_custom_map_download_url_title">Custom Map Server</string>
<string name="pref_custom_map_download_url_summary">Leave empty to use the default CoMaps servers. Example: https://example.org/servers</string> <string name="pref_custom_map_download_url_summary">Override the default map download server used for map downloads. Leave empty to use CoMaps default server.</string>
<string name="pref_custom_map_download_url_hint">https://maps.comaps.app/</string>
<string name="download_resources_advanced">Advanced…</string> <string name="download_resources_advanced">Advanced…</string>
<string name="download_resources_custom_url_title">Custom map server</string> <string name="download_resources_custom_url_title">Custom Map Server</string>
<string name="download_resources_custom_url_message">Override the default map download server used for map downloads. Leave empty to use CoMaps default server.</string> <string name="download_resources_custom_url_message">Override the default map download server used for map downloads. Leave empty to use CoMaps default server.</string>
<string name="download_resources_custom_url_hint">https://comaps.app/servers/</string> <string name="download_resources_custom_url_hint">https://maps.comaps.app/</string>
</resources> </resources>

View File

@@ -218,7 +218,7 @@
android:summary="@string/pref_custom_map_download_url_summary" android:summary="@string/pref_custom_map_download_url_summary"
android:inputType="textUri" android:inputType="textUri"
android:singleLine="true" android:singleLine="true"
android:defaultValue="" app:placeholderText="@string/pref_custom_map_download_url_hint"
android:order="3"/> android:order="3"/>
</androidx.preference.PreferenceCategory> </androidx.preference.PreferenceCategory>