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
2015-09-23Fixes according to code review.vng
2015-09-23[downloader] make chunks uniform in all downloadersDarafei Praliaskouski
2015-09-23[android] Use alternative zip files for *.ttf and World, WorldCoasts.vng
2015-09-23[android] Remove obsolete logic in moving files (2.0.0 -> 2.0.1).vng
2015-09-23[android] MapTask for urls and crash-free app. Dmitry Kunin
2015-09-23[android] "geo" scheme support.Dmitry Kunin
2015-09-23[android] Add baloon after importing bookmarks.vng
2015-09-23[android] Share bookmarks via E-Mail.vng
2015-09-23[android] Replace country name with country index in downloading routine.vng
2015-09-23[android] Do http address logging for only in Debug.vng
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Make GetFilesInDir with GetFilesByExt and GetFilesByRegExp function in Platform.vng
2015-09-23Fix exception catching in download resume.vng
2015-09-23[android] Fix bug with paths in DownloadResourcesActivity.vng
2015-09-23[android] Skip downloading World and WorldCosts if they are compatible with c...vng
2015-09-23[android] Add stub for skip World maps download if they are already exist (ol...vng
2015-09-23[android] Return 0 instead of empty string if no country under current position.vng
2015-09-23using separate MetaServer for mandatory resources for better user experience.rachytski
2015-09-23Add free storage space handler to download button in map.vng
2015-09-23[android] Better string's conversion interface.vng
2015-09-23Fix bug with download resources. Need to clean in every resume.vng
2015-09-23[android] Check files to download in sdcard and in apk. Minor changes.vng
2015-09-23added MapsWithMePro version check.rachytski
2015-09-23[downloader] Fix issue when url download failed. Use default server urls.vng
2015-09-23[android] Minor code style changes. Force stop downloading by special "safe" ...vng
2015-09-23removed unnecessary code for partial and resume files deletion.rachytski
2015-09-23don't AddMap after download, as it's added while MWMActivity creation.rachytski
2015-09-23moved extra logging into LDEBUG level.rachytski
2015-09-23using shared_ptr to control lifetime of HttpRequest.rachytski
2015-09-23cleaning resume information and partial download upon download success.rachytski
2015-09-23adding map only after successful download.rachytski
2015-09-23added native method to cancel the current request in progress.rachytski
2015-09-23refactored native method namesrachytski
2015-09-23[android] Fix bug with native nested Java object creation (simply avoid this).vng
2015-09-23fixes according to code review.rachytski
2015-09-23refactored DownloadResourcesActivity.rachytski
2015-09-23made downloading chunk smaller for smoothing GUI downloading progress.rachytski
2015-09-23made APK much smaller by downloading required files at program startup.rachytski