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 (Expand)Author
2016-07-07[omim] Refactored measurement_utils.Ilya Grechuhin
2016-04-13Redone my positionr.kuznetsov
2016-03-23isfinite compilation fix.Alex Zolotarev
2016-03-23Settings code review/style fixes.Alex Zolotarev
2016-03-23Lowercased settings namespace.Alex Zolotarev
2016-03-23Introduced the constant for measurement units in the settings.Alex Zolotarev
2016-03-23Linux build fix.Lev Dragunov
2016-03-23Clang-formatted platform/settings.*Alex Zolotarev
2016-03-23Access to the current location mode from settings.Alex Zolotarev
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2016-03-23Fix logging output in SettingsSergey Yershov
2016-03-23[Old map downloader] Add method for clear settings.iniSergey Yershov
2015-11-30Fixed location mode setting up and updating for AndroidRoman Kuznetsov
2015-09-23[ios] Fixed bug when every launch was counted as a first one.Alex Zolotarev
2015-09-23[omim] Removed yards.Ilya Grechuhin
2015-09-23Do we need mutex for Settings? This code will show it up.Alex Zolotarev
2015-09-23Added Settings::Delete() to clear settings.Alex Zolotarev
2015-09-23Fix include path for platformSergey Yershov
2015-09-23Fixed invalid rect loading. Can cause gray screen on a device.vng
2015-09-23Store the last viewport in settings with current rotation angle.vng
2015-09-23Added IsFirstLaunch() method to settingsIgor Khmurets
2015-09-23Minor code style fixes.vng
2015-09-23[core] Transparent numeric types in template functions.Dmitry Kunin
2015-09-23[core, android] Settings for <long long>. Android binding.Dmitry Kunin
2015-09-23Delete old download temporary files once on a first launch.vng
2015-09-23Do not copy return rect in m2::AnyRect<T>::GetLocalRect().vng
2015-09-23added m2::AnyRect<T>::SetAngle and modified Navigator::SaveState to save curr...rachytski
2015-09-23fixed copy-paste code.rachytski
2015-09-23added saving and reading int and unsigned int from settings.rachytski
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".vng
2015-09-23fixed incorrect path when loading settings.rachytski
2015-09-23Fix exception type in settings.ini reading.vng
2015-09-23Settings reading refactoring. Check istringstream fail bit and avoid code dup...vng
2015-09-23Added Platform::TmpPathForFile() and Platform::SettingsPathForFile()Alex Zolotarev
2015-09-23Settings doesn't throw on Save errorAlex Zolotarev
2015-09-23[android] calling SaveState/LoadState at particular times.rachytski
2015-09-23Removed ofstream from Settings - it doesn't work with threading on AndroidAlex Zolotarev
2015-09-23renamed AARect into AnyRect. renamed corresponding files.rachytski
2015-09-23added saving and loading of AARect into Settings.rachytski
2015-09-23[ios] Added Measurement options to Settings appAlex Zolotarev
2015-09-23Languages routine fixes. Do not throw exceptions if no language preferencies.vng
2015-09-23Move settings.* from map to platform.vng