Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:help:v2:settings:user-settings [2024/02/15 10:21] psyberiaen:help:v2:settings:user-settings [2025/05/07 21:19] (current) – [List of available user settings] psyberia
Line 20: Line 20:
 \\ \\
 <file autoconf user_settings.conf> <file autoconf user_settings.conf>
 +
  
 # Advanced settings file for “AlpineQuest Explorer” and “All-In-One OfflineMaps”. # Advanced settings file for “AlpineQuest Explorer” and “All-In-One OfflineMaps”.
Line 35: Line 36:
  
 # Force a different language other than the one of the device. # Force a different language other than the one of the device.
-# Choices are “ar”, “bg”, “de”, “en”, “es”, “fr”, “it”, “ja”, “ko”, “lt”, “nl”, “pt”, “ro”, “ru”, “sk”, “sl”, “tr”, “uk”, “zh”, “zh-rTW”.+# Choices are “ar”, “bg”, “de”, “en”, “es”, “fa”, “fr”, “hr”, “it”, “ja”, “ko”, “lt”, “nl”, “pt”, “ro”, “ru”, “sk”, “sl”, “tr”, “uk”, “zh”, “zh-rTW”.
 #core.locale= #core.locale=
  
Line 50: Line 51:
  
 #core.startup.display_warning_message= #core.startup.display_warning_message=
 +
 +# When requesting the user to accept a permission, automatically resume the current action if it's done within this number of seconds (set to “0” to disable).
 +#core.permission.max_delay_s=30
  
 # Define a custom coordinate format, multiple entries allowed. # Define a custom coordinate format, multiple entries allowed.
Line 108: Line 112:
  
 #core.areas.factor_decimals= #core.areas.factor_decimals=
 +
 +
 +# When using a metric distance unit, number of decimals to use when displaying elevation in meters.
 +#core.elevations.metric.nb_decimals=0
  
  
Line 128: Line 136:
 # Number of decimals to use when exporting coordinates in degrees. # Number of decimals to use when exporting coordinates in degrees.
 #core.crs.export.decimals=7 #core.crs.export.decimals=7
 +
 +# Number of decimals when using UTM coordinates.
 +#core.crs.utm.decimals=0
  
 #core.crs.proj.decimals= #core.crs.proj.decimals=
Line 165: Line 176:
 #core.audios.use_application_folder=true #core.audios.use_application_folder=true
  
- 
-# Size of the icons of the menu bar (in “dp”). 
-#core.menu.buttons.size_dp=48 
  
 # Background color of the menu bar. # Background color of the menu bar.
Line 178: Line 186:
 #core.menu.buttons.separators_color=#1FFFFFFF #core.menu.buttons.separators_color=#1FFFFFFF
  
-Corners radius of the menu bar (in “dp”)+#core.menu.main.priority=0 
-#core.menu.buttons.corners_round_radius_dp=2+#core.menu.invert_items_on_right=1
  
 #core.menu.buttons.shadow_color= #core.menu.buttons.shadow_color=
Line 207: Line 215:
  
 #core.cache.cleanup_delay_ms= #core.cache.cleanup_delay_ms=
 +
 +# Allow backuping of the folder containing application logs. 
 +#core.backups.logs=false
  
 # Maximum size of data to transmit through intents (in bytes). # Maximum size of data to transmit through intents (in bytes).
Line 228: Line 239:
 #core.https.disable_sslv3=false #core.https.disable_sslv3=false
  
 +# Specify when to use HTTS when communicating with psyberia's online services (either empty: HTTPS used from Android 8.0, “A”: always use HTTPS or “N”: never use HTTPS).
 +# HTTPS is disabled by default on Android versions older than 8.0 because of compatibility issues with “Let's Encrypt” (https://letsencrypt.org/2020/12/21/extending-android-compatibility).
 +#core.services.https=
  
 #core.services.push_settings.version= #core.services.push_settings.version=
Line 240: Line 254:
 # #
  
-#ui.panels_corners_round_dp= 
 #ui.dialogs.spinners.ellipsize_descriptions= #ui.dialogs.spinners.ellipsize_descriptions=
 #ui.dialogs.progress.keep_screen_on= #ui.dialogs.progress.keep_screen_on=
Line 250: Line 263:
 #ui.dialogs.delete_checkbox=true #ui.dialogs.delete_checkbox=true
  
-#ui.explorer.allow_fullscreen= 
 #ui.preferences.allow_fullscreen= #ui.preferences.allow_fullscreen=
 +
 +#ui.explorer.allow_fullscreen=false
 +#ui.explorer.right_padding_dp=2
  
 # Delay after which the loading progress bar is displayed in the file explorers. # Delay after which the loading progress bar is displayed in the file explorers.
Line 277: Line 292:
 # Display texts in the information boxes in bold. # Display texts in the information boxes in bold.
 #map.infobox.text_bold=false #map.infobox.text_bold=false
 +
 +# Specify the delay (in minutes) for logging RAM memory status, and display a message when the memory is almost full (more than 90%). Set to “0” to disable.
 +#map.infobox.log_mem_delay_min=3
  
  
Line 312: Line 330:
 #map.coordinates.share.provider= #map.coordinates.share.provider=
  
-# URL used when selecting the “Open with... OpenStreetMaps” action.+# URL used when selecting the “Share... Map preview” action. 
 +#map.coordinates.share.provider.ldks=http://geo.ldks.net/{$latitude},{$longitude};z={$zoom} 
 + 
 +# URL used when selecting the “Share... OpenStreetMaps” action.
 #map.coordinates.share.provider.osm=https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude} #map.coordinates.share.provider.osm=https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}
  
-# URL used when selecting the “Open with... Google Maps” action.+# URL used when selecting the “Share... Google Maps” action.
 #map.coordinates.share.provider.google=https://google.com/maps/place/{$latitude},{$longitude}/@{$latitude},{$longitude},{$zoom}z #map.coordinates.share.provider.google=https://google.com/maps/place/{$latitude},{$longitude}/@{$latitude},{$longitude},{$zoom}z
  
-# URL used when selecting the “Open with... Bing Maps” action.+# URL used when selecting the “Share... Bing Maps” action.
 #map.coordinates.share.provider.bing=https://www.bing.com/maps?cp={$latitude}~{$longitude}&sp=point.{$latitude}_{$longitude}&lvl={$zoom} #map.coordinates.share.provider.bing=https://www.bing.com/maps?cp={$latitude}~{$longitude}&sp=point.{$latitude}_{$longitude}&lvl={$zoom}
  
-# URL used when selecting the “Open with... Here Maps” action.+# URL used when selecting the “Share... Here Maps” action.
 #map.coordinates.share.provider.here=https://wego.here.com/?map={$latitude},{$longitude},{$zoom} #map.coordinates.share.provider.here=https://wego.here.com/?map={$latitude},{$longitude},{$zoom}
  
-# URL used when selecting the “Open with... Apple Plans” action.+# URL used when selecting the “Share... Apple Plans” action.
 #map.coordinates.share.provider.apple=https://maps.apple.com/?q={$latitude},{$longitude} #map.coordinates.share.provider.apple=https://maps.apple.com/?q={$latitude},{$longitude}
  
-# URL used when selecting the “Open with... Yandex Maps” action.+# URL used when selecting the “Share... Yandex Maps” action.
 #map.coordinates.share.provider.yandex=https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z={$zoom}&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D={$zoom} #map.coordinates.share.provider.yandex=https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z={$zoom}&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D={$zoom}
  
Line 392: Line 413:
 #map.screensaver.auto_dismiss= #map.screensaver.auto_dismiss=
 #map.screensaver.background_color= #map.screensaver.background_color=
 +
 +# X offset (in pixel) for the display of zoom buttons.
 +#map.buttons.offset_x=0
  
 # Y offset (in pixel) for the display of zoom buttons. # Y offset (in pixel) for the display of zoom buttons.
 #map.buttons.offset_y=0 #map.buttons.offset_y=0
  
-# Size (in “dp”) of the zoom buttons. +# Size (in “dp”) of the zoom buttons. Uses the menu buttons size by default
-#map.buttons.size_dp=48+#map.buttons.size_dp=
  
 # Opacity of the zoom buttons. # Opacity of the zoom buttons.
 #map.buttons.alpha=1.0 #map.buttons.alpha=1.0
- 
  
 #map.buttons.force_bg= #map.buttons.force_bg=
  
-#map.buttons.slider.use_legacy+ 
-#map.buttons.slider.sensitivity=+# Zoom sensitivity for slider and tap then long-press map zoom.  
 +#map.buttons.slider.sensitivity=0.5 
 + 
 +# Zoom in by moving the slider up or tap then long-press map up, instead of down. 
 +#map.buttons.slider.invert=false 
 + 
 #map.buttons.slider.delay_ms= #map.buttons.slider.delay_ms=
 #map.buttons.slider.alpha= #map.buttons.slider.alpha=
Line 512: Line 541:
 # Allow double-taps on the map. # Allow double-taps on the map.
 #map.canvas.double_tap=true #map.canvas.double_tap=true
 +
 +# Allow zooming the map by tapping once then pressing and moving up/down.
 +#map.canvas.double_press_zoom=true
  
  
Line 570: Line 602:
 #maps.submenu.disable_long_press=false #maps.submenu.disable_long_press=false
  
 +#maps.menu.priority=20
  
 # Activate the debug mode for maps: log custom variables evaluations and tiles requests, draw on the screen the tiles bounds and coordinates of all displayed maps. # Activate the debug mode for maps: log custom variables evaluations and tiles requests, draw on the screen the tiles bounds and coordinates of all displayed maps.
Line 589: Line 622:
 # Alpha value (from “0.1” to “0.9”) of the white layer displayed over the previews in the “Maps Explorer”. # Alpha value (from “0.1” to “0.9”) of the white layer displayed over the previews in the “Maps Explorer”.
 #maps.explorer.cells_layer_alpha=0.5 #maps.explorer.cells_layer_alpha=0.5
- 
-#maps.explorer.fast_scroll_list= 
- 
  
 #maps.displayer.opacity.show_on_maps= #maps.displayer.opacity.show_on_maps=
Line 741: Line 771:
 # Disable long-press action (select the top menu item) for the “Placemarks” menu button. # Disable long-press action (select the top menu item) for the “Placemarks” menu button.
 #landmarks.submenu.disable_long_press=false #landmarks.submenu.disable_long_press=false
 +
 +#landmarks.menu.priority=30
  
 #landmarks.preprocessing.type= #landmarks.preprocessing.type=
 #landmarks.preprocessing.max_passes= #landmarks.preprocessing.max_passes=
 +
 +#landmarks.restore.create_subfolder=false
  
 #landmarks.postprocessing.include_segments_gaps=false #landmarks.postprocessing.include_segments_gaps=false
Line 820: Line 854:
 #landmarks.explorer.previews_max_gen_time_ms= #landmarks.explorer.previews_max_gen_time_ms=
 #landmarks.explorer.previews_jpeg_quality= #landmarks.explorer.previews_jpeg_quality=
-#landmarks.explorer.fast_scroll_list= 
  
 #landmarks.sideviews.display.show_back_button= #landmarks.sideviews.display.show_back_button=
Line 844: Line 877:
 #landmarks.graphics.pressure.range_hpa= #landmarks.graphics.pressure.range_hpa=
  
 +#landmarks.photos.indexer=true
 +#landmarks.photos.indexer.dcim=true
 +#landmarks.photos.indexer.pictures=true
 +#landmarks.photos.indexer.min_acceptable_diff_s=1800
 +#landmarks.photos.thumbnail.quality_pc=50
 +#landmarks.photos.display.size_dp=50
 +
 +# Display the mean elevation line in graphics.
 +#landmarks.graphics.elevation.display_mean=1
  
 # Reset the default name counter of created auto-routings, measures and slopes at each startup. # Reset the default name counter of created auto-routings, measures and slopes at each startup.
Line 953: Line 995:
 #landmarks.exporter.accuracies.digits= #landmarks.exporter.accuracies.digits=
 #landmarks.exporter.pressures.digits= #landmarks.exporter.pressures.digits=
 +#landmarks.exporter.activities=true
  
  
Line 1007: Line 1050:
 # When exporting KMZ files, default display with of picture previews (in “px”). # When exporting KMZ files, default display with of picture previews (in “px”).
 #landmarks.features.offlinelandmarks.formats.kmx.export_pictures_size=480 #landmarks.features.offlinelandmarks.formats.kmx.export_pictures_size=480
 +
 +# Export areas as polygons instead of linear rings.
 +#landmarks.features.offlinelandmarks.formats.kmx.export_areas_as_polygons=true
  
 # When exporting KMZ files, sub-folder in which to save the picture files within the KMZ file. # When exporting KMZ files, sub-folder in which to save the picture files within the KMZ file.
Line 1026: Line 1072:
  
  
-# Display size factor for placemark labels displayed on the map.+# Display size factor for placemark labels.
 #landmarks.painter.labels.factor=1.0 #landmarks.painter.labels.factor=1.0
 +
 +# Display color for placemark labels.
 +#landmarks.painter.labels.color=#000000
 +
 +# Display color for the border of placemark labels.
 +#landmarks.painter.labels.border_color=#FFFFFF
  
 #landmarks.painter.labels.min_level=7 #landmarks.painter.labels.min_level=7
Line 1035: Line 1087:
 #landmarks.painter.labels.max_length=32 #landmarks.painter.labels.max_length=32
  
 +#landmarks.painter.labels.shadow_size_ratio=0.22
 #landmarks.painter.labels.max_radius_dp= #landmarks.painter.labels.max_radius_dp=
 #landmarks.painter.labels.offset_y_factor= #landmarks.painter.labels.offset_y_factor=
Line 1089: Line 1142:
 #landmarks.painter.tracks.still_areas_merge_threshold_m=45 #landmarks.painter.tracks.still_areas_merge_threshold_m=45
 #landmarks.painter.tracks.still_areas_stable_bearing_deg=85 #landmarks.painter.tracks.still_areas_stable_bearing_deg=85
- 
  
 #landmarks.painter.audios.icon= #landmarks.painter.audios.icon=
Line 1120: Line 1172:
 #landmarks.painter.order.multi= #landmarks.painter.order.multi=
  
 +#landmarks.ldks.logoff_cleanup=true
  
 # Default color of the “Accommodation” category symbols. # Default color of the “Accommodation” category symbols.
Line 1203: Line 1256:
 #geolocation.submenu.disable_long_press=false #geolocation.submenu.disable_long_press=false
  
 +#geolocation.menu.priority=40
  
 # Color of the displayed real-time location course line. # Color of the displayed real-time location course line.
Line 1222: Line 1276:
 # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “passive”. # Adjust provided elevations to geoid elevations using the “EGM96” model for location provider “passive”.
 #geolocation.localisation.egm96_adjustment.passive=false #geolocation.localisation.egm96_adjustment.passive=false
 +
 +
 +# Shift (in “metre”) to add to the elevation value (useful for pole-mounted RTK receivers).
 +#geolocation.localisation.elevation_shift_m.gps=0.0
  
  
Line 1248: Line 1306:
  
 # When requesting the user to turn on the location in the system settings, automatically activate the real-time location if it's done within this number of seconds (set to “0” to disable). # When requesting the user to turn on the location in the system settings, automatically activate the real-time location if it's done within this number of seconds (set to “0” to disable).
-#geolocation.localisation.allow_turn_on_delay_s=10 +#geolocation.localisation.allow_turn_on_delay_s=15
- +
-# When requesting the user to accept location permission the system settings, automatically resume the current action if it's done within this number of seconds (set to “0” to disable). +
-#geolocation.localisation.allow_permission_delay_s=15+
  
  
Line 1272: Line 1327:
 # Automatically fix the “GPS Week Number Rollout” issue (https://en.wikipedia.org/wiki/GPS_Week_Number_Rollover). # Automatically fix the “GPS Week Number Rollout” issue (https://en.wikipedia.org/wiki/GPS_Week_Number_Rollover).
 #geolocation.localisation.fix_gps_week_number_rollover=true #geolocation.localisation.fix_gps_week_number_rollover=true
 +
 +# Ignore GNSS locations with 0,0 coordinates.
 +#geolocation.localisation.ignore_zero_location=true
  
  
Line 1283: Line 1341:
 # Disable long-press action (select the top menu item) for the “Orientation” menu button. # Disable long-press action (select the top menu item) for the “Orientation” menu button.
 #orientation.submenu.disable_long_press=false #orientation.submenu.disable_long_press=false
 +
 +#orientation.menu.priority=50
  
 #orientation.infobox.icon_factor= #orientation.infobox.icon_factor=
Line 1317: Line 1377:
 # #
  
-#navigation.location.time.display_seconds= 
 #navigation.location.vspeed.elevation_change_threshold= #navigation.location.vspeed.elevation_change_threshold=
  
Line 1363: Line 1422:
 # When using the “Distance / Bearing” search format, display a line from the initial point to the searched point. # When using the “Distance / Bearing” search format, display a line from the initial point to the searched point.
 #search.bearing.display_result_line=true #search.bearing.display_result_line=true
 +
 +#search.bearing.line_length_m=100000
 +#search.bearing.line_segments_nb=1
 +#search.bearing.reverse_line=false
  
 #search.dialog.use_clipboard= #search.dialog.use_clipboard=
 +
 +#search.geocoding.search_text_in_comment=true
  
 #search.geocoding.services.nominatim.url= #search.geocoding.services.nominatim.url=