organicmaps/android
Ferenc Géczi 2c654e6f42
[drape_frontend] Make the always-on 3D view configurable
Previously on desktop, the always-on 3D mode was behind an odd
"easter-egg", that was only reachable with a series of
`Allow3dMode` messages:

````
#ifdef OMIM_OS_DESKTOP
      if (m_enablePerspectiveInNavigation == msg->AllowPerspective() &&
          m_enablePerspectiveInNavigation != screen.isPerspective())
      {
        AddUserEvent(make_unique_dp<SetAutoPerspectiveEvent>(m_enablePerspectiveInNavigation));
      }
#endif
````

This change adds a dedicated field for that in the message,
and a dedicated checkbox on the UI.
The checkbox is labelled `experimental`, because for now `drape_frontend`
is rather unstable in this mode.
This stability issue is independent from how we enable the always-on 3D mode
(old "easter-egg" or proper UI checkbox).
The idea is that making it easier to enable, also makes it easier to improve.

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-23 00:00:00 +00:00
..
.idea Add logo to android idea project 2024-04-17 20:05:55 +02:00
app [drape_frontend] Make the always-on 3D view configurable 2024-12-23 00:00:00 +00:00
gradle/wrapper [android] Update gradle to 8.11 2024-11-19 20:06:34 +01:00
script [3party] Update ICU to 75-1 2024-07-29 18:48:41 +02:00
.gitignore Fix the use of cached command-line variables in build_omim.sh (#8710) 2024-07-26 16:25:39 +02:00
build.gradle [android] Update AGP to 8.7.2 and gradle to 8.9 2024-11-13 10:11:19 +01:00
code_style_scheme.xml [android] Fixed c++ style in android studio code style scheme 2020-04-23 20:01:12 +03:00
gradle.properties [strings] Regenerate 2024-12-14 11:50:49 +01:00
gradlew [android] Update AGP to 8.7.2 and gradle to 8.9 2024-11-13 10:11:19 +01:00
gradlew.bat [android] Update AGP to 8.7.2 and gradle to 8.9 2024-11-13 10:11:19 +01:00
HOW_TO_USE_GRADLE.txt [docs] Updated assemble gradle commands for Android 2023-09-30 19:39:43 +02:00
settings.gradle [android] Use simple quotes in build.gradle 2023-12-08 12:55:06 +03:00