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-03-23Correctly reset globally shared EditableObject on Android.Alex Zolotarev
2016-03-23[ios] Fixed cuisines editing with untranslated keys.VladiMihaylenko
2016-03-23[omim] [editor] Added MapObject::GetCuisines method. Renamed old GetCuisines ...VladiMihaylenko
2016-03-23Code review. Fix data loss.Sergey Magidovich
2016-03-23Upload notes when staing by.Sergey Magidovich
2016-03-23Implement notes upload.Sergey Magidovich
2016-03-23[editor] Correctly reset new features in case of “shared” EditedMapObjects.Alex Zolotarev
2016-03-23[editor] Correctly send version information in changesets.Alex Zolotarev
2016-03-23[editor] Correctly initialize edited feature before patching it.Alex Zolotarev
2016-03-23[editor] Fixed undefined behavior due to referencing uninitialized variable F...Alex Zolotarev
2016-03-23[editor] HaveSomethingToUpload for specific mwm file.Alex Zolotarev
2016-03-23[editor] Upload created/deleted features implementation.Alex Zolotarev
2016-03-23Removed not needed call to ParseTypes.Alex Zolotarev
2016-03-23Avoid unnecessary copying.Alex Zolotarev
2016-03-23[editor] Correctly delete newly created features.Alex Zolotarev
2016-03-23Minor comments fix.Alex Zolotarev
2016-03-23[editor] Added thread checker by @ygorshenin request.Alex Zolotarev
2016-03-23Code review fixes.Alex Zolotarev
2016-03-23[editor] Insert/load edited and created features only after successful initia...Alex Zolotarev
2016-03-23[editor] Support feature’s creation in the editor’s core.Alex Zolotarev
2016-03-23[editor] Correctly initialize FeatureType when create new features.Alex Zolotarev
2016-03-23[editor] Generate new feature ID for created features.Alex Zolotarev
2016-03-23[editor] Wrapper to get editable properties by feature’s types only.Alex Zolotarev
2016-03-23[editor] Correctly set nearby streets for created features, minor refactoring.Alex Zolotarev
2016-03-23[editor] Correctly process created features in the Index.Alex Zolotarev
2016-03-23Too hard displacement fix.Lev Dragunov
2016-03-23Metadata::TypeFromString to correctly match osm tags with our metadata types.Alex Zolotarev
2016-03-23Osm tag is ele, not elevation.Alex Zolotarev
2016-03-23Correct fix to display either translated category name for type (or it’s ba...Alex Zolotarev
2016-03-23Review fixes.Lev Dragunov
2016-03-23[editor] Correctly handle case when type is not defined in properties.Alex Zolotarev
2016-03-23Renamed editor’s config, because on Android xml files should be compressed ...Alex Zolotarev
2016-03-23 Remove obsolete edit during migration.Sergey Magidovich
2016-03-23Add editor config.Sergey Magidovich
2016-03-23Add shuttle_train features to index.Lev Dragunov
2016-03-23Changed the check order.vng
2016-03-23Code review fixes.Alex Zolotarev
2016-03-23Setters to create new feature.Alex Zolotarev
2016-03-23Create new feature in the editor core - draft.Alex Zolotarev
2016-03-23Editor returns error code when saving changes.Alex Zolotarev
2016-03-23Localized categories (types) list for Create Feature editor UI.Alex Zolotarev
2016-03-23Replaced UserMarks in UI<==>Core flow by separate place page and editable str...Alex Zolotarev
2016-03-23Patch FeatureType with EditableFeature.Alex Zolotarev
2016-03-23Editable feature designed to connect UI and editor’s core.Alex Zolotarev
2016-03-23Base class MapObject to store feature properties and query them in UI code.Alex Zolotarev
2016-03-23Specify type for enum.Alex Zolotarev
2016-03-23search::Contains with normalization.Alex Zolotarev
2016-03-23Avoid UniChar conflict with Apple’s define.Alex Zolotarev
2016-03-23Minor types fixes.Alex Zolotarev
2016-03-23[editor] Removed unused constructor.Alex Zolotarev