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
2016-10-14Modified .gitignore to exclude compiled python from everywhere.Timofey
2016-10-12[android] Implemented Uber featurealexzatsepin
1. Made a Uber panel layout 2. Implemented the 'Order' button allowing to order the Uber by launching the Uber app or directing to the Google Play
2016-06-23Fixed gitignorer.kuznetsov
2016-06-23.gitignore updatedAlexander Marchuk
2016-03-23fix: Configuration scripts modified to support Crashlytics props initialization.Alexander Marchuk
2015-12-18.gitignore fix.Lev Dragunov
2015-12-16Correctly ignore folders with downloaded maps & minor cleanup.Alex Zolotarev
2015-11-30Review and rebase fixesr.kuznetsov
2015-11-30Review fixesr.kuznetsov
2015-11-30[drape] rebase fixesExMix
2015-11-30[drape] invalidate rect, after delete, download or update map.ExMix
2015-10-07New Uploader ScriptTimofey
Added a small script to upload our android build results to the new dropbox location. We no longer assume the user has a synchronized dropbox folder in a specific location.
2015-09-23Moved metaserver to private repository.Alex Zolotarev
2015-09-23Updated .gitignore with private files.Alex Zolotarev
2015-09-23Ignore OSRM build directoryLev Dragunov
2015-09-23Build system for XcodeSergey Yershov
2015-09-23Ignore temporary routing indices files.vng
2015-09-23PR fixesLev Dragunov
2015-09-23[pedestrian] Fixed turns test.Yuri Gorshenin
2015-09-23Ignore temporary metafilesMWM Planet Generator cdn3
2015-09-23[android][c++][ios] Integrated builds with Alohalytics statistics.Alex Zolotarev
2015-09-23Corrected gitignore.
Dmitry Yunitsky
2015-09-23Updated .gitignoreAlex Zolotarev
2015-09-23Updated gitignoreAlex Zolotarev
2015-09-23Ignore idea internal files.Dmitry Yunitsky
2015-09-23[routing] Added feature graph test data.Denis Koronchik
2015-09-23[Tizen] Corrected .gitignoreSergey Pisarchik
2015-09-23[Tizen] Uncomment crash-info from ignoreSergey Pisarchik
2015-09-23[Tizen] edit git ignoreSergey Pisarchik
2015-09-23[Tizen] Added crash-info to ignoreSergey Pisarchik
2015-09-23[Tizen] Added Tizen IDE project for UnitTests.Sergey Pisarchik
2015-09-23[android] Separated .gitignore for AndroidAlex Zolotarev
2015-09-23[drape] remove shaders moc files from repoExMix
2015-09-23[yota] Yopme cleanup + new logicDmitry Kunin
2015-09-23[yopme, and] Update frequency settings.Dmitry Kunin
2015-09-23[and, git] do not ignore *.jar, only folders in 'libs'Dmitry Kunin
2015-09-23[android] IDEA files ignoring.Dmitry Kunin
2015-09-23[android] Added libraries Holo&ABSDmitry Kunin
2015-09-23[android] Simplified production processDmitry Kunin
2015-09-23added benchmark results for specific platforms into .gitignore file.rachytski
2015-09-23[android] Added separate folder for Samsung Lite with new package ↵Alex Zolotarev
com.mapswithme.maps.samsung
2015-09-23Fix .gitignorevng
2015-09-23ignoring benchmarks results folder.rachytski
2015-09-23Added tool to generate/update string resourcesAlex Zolotarev
2015-09-23[android] using flags as a shared resources between Pro and Lite versionrachytski
2015-09-23[android] added MapsWithMeLite and MapsWithMePro projects. using MapsWithMe ↵rachytski
as a separate library.
2015-09-23creating symlinks for MDPI versions of flags for sharp flags rendering.rachytski
2015-09-23[android] Add flag symlinks generation to android/res/drawable.vng
2015-09-23Ignore *.pyc files in crawler/.Yury Melnichek
2015-09-23[android] Removed old private key from repository. New key is located in ↵Alex Zolotarev
~/Dropbox/MapsWithMe/Certs/android/mapswithme.keystore @NOTE: All previous versions should be uninstalled To build from console with `ant production` android/ant.properties file should be recreated with following contents: key.store=<YOUR_LOCAL_PATH_TO_DROPBOX>/Dropbox/MapsWithMe/Certs/android/mapswithme.keystore key.alias=mapswithme key.store.password=<ASK_PASSWORD_FROM_ALEX> key.alias.password=<ASK_PASSWORD_FROM_ALEX>