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
2015-09-23Fix include path for mapSergey Yershov
2015-09-23moved duplicate code into StopAnimation method.rachytski
2015-09-23fixed flickering during animation and two-fingers scaling.rachytski
2015-09-23made screen rotation speed consistent across different animation tasks.rachytski
2015-09-23using ChangeViewportTask for animating transition and rotation when pressing ↵Siarhei Rachytski
on direction arrow.
2015-09-23[android] using anim::Task::Lock/Unlock methods for correct inter-thread ↵rachytski
synchronization. [ios] using one degree threshold for animation tasks recreation for smooth animation performance.
2015-09-23fixes according to code review.rachytski
2015-09-23added Animator class as a central manager of all map-related animations.rachytski