Andrei Shkrob
Andrei Shkrob
Move C++/core into an `organicmaps` module Pros: * Separate UI and core parts of the project * Having an SDK module that could be used by other apps/developers * Possibility...
The primary aim of this PR is to enable the visualization of the recommended lane way and to display the correct turn image. The previous implementation lacked this functionality. ###...
1. RequestPremissionsScreen in AA generates a notification. 2. Clicking on the notification opens the RequestPermissionsActivity. 3. Granting permissions will automatically close this activity. 4. Even if permissions are denied initially,...
Closes: https://github.com/organicmaps/organicmaps/issues/7263
Closes: #3661 I want to split this feature into 3 PRs: 1. This one - updated clang-format file 2. Reformat all files according to new clang-format 3. Add check to...
https://github.com/Neargye/magic_enum It's a compile-time header-only enum reflection library. What do you think about this? It removes a lot of useless code :) Do you agree to integrate this lib? If...