master
[android] Added EventLoggerAggregator to analyt pack, changed jni methods and cmake
[jni] GetCategoryData method is provided into java
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
[android] fix for crash on search
[guides on map] review fixes
[android] Fixed review notes
[android] Added 'has place page info' checks everywhere before calling GetPlacePageInfo method
[jni][android][onboarding] tip data source is added
[promo][jni] tour category parameter is added.
[android] Fixed legacy review notes
Fabulous android CMake fix #2
[android] Fixed route type selection for poi when transit mode enabled, opt click inner classes, replaced on lambdas
[booking][ios][android]review fixes
[core][android] Showing place page by feature id is added. Showing place page by mercator is removed because of incorrect behavior (building was shown instead of poi).
[platform][storage] type of Progress is changed
[android][downloader] review fixes
[jni][downloader] downloader adapter is added (without subscribers)
[jni] Added localization in measurement.
[omim] Replaced boost::optional with std::optional.
[Android] Refactoring of north direction handling.
[android] Improved location mode
[android][downloader] map download manager is added
Got rid of the old style std/ includes for several files, mostly in map/ and platform/.
[coding] Removed namespace coding::url to url, and "url_helpers" files to "url".
[platform] measurement utils small refactoring
[booking] deals filter review fixes
[search] [map] Moved QuerySaver from Framework to SearchAPI.
[android] Fixed crash during access to C++ framework place page object while it's not intitialized. It may happen when the app was killed/dumped by OS when PP is opened (launched by incoming intent or deeplin) and then core doesn't have place page info and synchronization between platform and C++ framework is broken. So, we don't restore place page info from java map object and it's by design for a while.
[android] Fixed some warnings.
[LP][bookmarks] Show metainformatioin for LP bookmarks the same way as for ordinary feature. MAPSME-14904
[android] Propagated server_id value to elevation info data structure
Several explicit constructors per the Cppcheck report.