Compare commits

..

1 Commits

Author SHA1 Message Date
Jean-Baptiste
4facdfcad8 [android] Fix interaction on the place page when elevation chart is visible
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
2026-01-01 08:24:31 +01:00
4 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ public class ElevationProfileChart extends LineChart
@Override
public boolean onInterceptTouchEvent(MotionEvent ev)
{
getParent().requestDisallowInterceptTouchEvent(true);
return hasZoom() || super.onInterceptTouchEvent(ev);
}

View File

@@ -924,6 +924,6 @@
<string name="advanced">Avancé</string>
<string name="download_resources_custom_url_summary_none">Non défini</string>
<string name="download_resources_custom_url_title">Serveur de cartes personnalisé</string>
<string name="download_resources_custom_url_error_scheme">Veuillez saisir une URL complète commençant par http:// ou https://</string>
<string name="download_resources_custom_url_error_scheme">Veuillez saisir une URL complète débutant par https:// et se terminant par /</string>
<string name="download_resources_custom_url_message">Serveur pour télécharger les cartes. Laissez vide pour utiliser le serveur par défaut CoMaps.</string>
</resources>

View File

@@ -972,5 +972,5 @@
<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_summary_none">Not set</string>
<string name="download_resources_custom_url_error_scheme">Please enter a URL starting with http:// or https://</string>
<string name="download_resources_custom_url_error_scheme">Please enter a full URL starting with https:// and ending with /</string>
</resources>

View File

@@ -2,6 +2,8 @@
<resources>
<style name="MwmTextAppearance" parent="android:TextAppearance.Material">
<item name="android:fontFamily">@string/robotoRegular</item>
<!-- Force normal textStyle. Some devices (eg Lenovo P70), uses non-normal textStyle by default. -->
<item name="android:textStyle">normal</item>
</style>
<style name="MwmTextAppearance.Title">