Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-10Updated pykmlib dependencies.Daria Volvenkova
2018-05-10Save to bookmark data persistent feature types based on index.Daria Volvenkova
2018-05-10Review fixesr.kuznetsov
2018-05-10Added hidden local ads objectsr.kuznetsov
2018-05-08[geometry] Made the constructor of Point<T> from Point<U> explicit.Maxim Pimenov
Sometimes we want a non-trivial transformation when converting from one representation of a point to another. An example is PointDToPointU which uses the fact that its argument is usually a point from the Mercator plane. The wrong usage is easier to catch when implicit conversion between different point types is prohibited. An example of wrong usage that is prevented by this commit: // A function defined in another file. m2::PointU GetPoint() { m2::PointD pt; [...] return PointDToPointU(p2, kDefaultBits); } // Here we have forgotten that the result of GetPoint() is already converted. m2::PointU ptu = PointDToPointU(GetPoint(), kDefaultBits);
2018-05-08Fixed mwm requesting in local ads managerRoman Kuznetsov
2018-05-08Added InvalidCall resultRoman Kuznetsov
2018-05-08Fixed false asserts in cloudr.kuznetsov
2018-05-07Review fixesr.kuznetsov
2018-05-07Refactored partnersr.kuznetsov
2018-05-07Changed global animation duration to be in sync with table view animationsAleksey Belousov
2018-05-07Use BMCView protocol methods for insert/delete rows. Also updated BMCView ↵Aleksey Belousov
protocol to be more flexible (insert/delete multiple rows)
2018-05-07Fix for show/hide all button animationAleksey Belousov
2018-05-07Fixed permission header animation on bookmarks screenAleksey Belousov
Fixed show/hide all button
2018-05-07Fixed crash on track without styler.kuznetsov
2018-05-07Added full support of serverId in KML libraryr.kuznetsov
2018-05-07[jni] link leaking fix.Arsentiy Milchakov
2018-05-07[ios][android] the version is increased to 8.2.4Arsentiy Milchakov
2018-05-07[android] HandleJavaException crash fixArsentiy Milchakov
2018-05-06Output debug priorities as hex numbersr.kuznetsov
2018-04-28Fixed crash on bookmarks loadingr.kuznetsov
2018-04-28Increased version to 8.2.3r.kuznetsov
2018-04-27[geocoder] Fix borders delta codingtatiana-kondakova
2018-04-27[generator] added possibility to exclude some booking hotelsArsentiy Milchakov
2018-04-26[ios] Fixed warning.VladiMihaylenko
2018-04-26[android] Added base activity delegate to SplashActivity to make it themized ↵Alexander Zatsepin
and loggable
2018-04-26[android] updater dialog crash fixArsentiy Milchakov
2018-04-26[android] Review fixesAlexander Zatsepin
2018-04-26[android] Added todo to getItem method in bookmark list adapterAlexander Zatsepin
2018-04-26[android] Added clickable background to bookmark list itemsAlexander Zatsepin
2018-04-26[android] Added BookmarkInfot to improve performance on bookmarks listAlexander Zatsepin
2018-04-26[andorid] Refactored bookmark list ui to recycler viewAlexander Zatsepin
2018-04-26[android] Supressed rtl while we don't support it completely (libnotify ↵Alexander Zatsepin
enabled it)
2018-04-25Fixed iOS buildr.kuznetsov
2018-04-25Added minimal support of KMB v.2 (added server id)r.kuznetsov
2018-04-25[ios] Remove bookmark model from observer list.VladiMihaylenko
2018-04-25Fixed redundant notifications in BMr.kuznetsov
2018-04-25[android] Fix obbPush commandgreshilov
2018-04-25Generate localizationsitomko
2018-04-25Traslation Exit from highwatyitomko
2018-04-25[android] Done to Search for hotel filterArsentiy Milchakov
2018-04-25Two more routing integration tests.Vladimir Byko-Ianko
2018-04-25Changing turn angles in rightmost and leftmost direction.Vladimir Byko-Ianko
2018-04-25Generated localizationsitomko
2018-04-25Fixitomko
2018-04-25Plurals for bookmarks detect messageitomko
2018-04-25Stringsitomko
2018-04-25Increased projects version to 8.2.1VladiMihaylenko
2018-04-25[android] autoupdate review fixesArsentiy Milchakov
2018-04-25[android] Auto-update screen. Reload info on resumeArsentiy Milchakov