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-23[android] Minor location refactoringAlex Zolotarev
2015-09-23[android] Pin-picker dialog improvements.Dmitry Kunin
2015-09-23[android] Done-delete as ActionBar.Dmitry Kunin
2015-09-23[android] Choose category as dialog.Dmitry Kunin
2015-09-23[android] New look for edit bookmark screen. Dmitry Kunin
2015-09-23[android] Keep-style color picker. Dmitry Kunin
2015-09-23[android] Statistics refactored.Dmitry Kunin
2015-09-23[android] Statistics for bookmarks.Dmitry Kunin
2015-09-23[android] Code refactoring. Dmitry Kunin
2015-09-23[android] Refactor to common ancestor. Dmitry Kunin
2015-09-23[android] Core classes.Dmitry Kunin
2015-09-23[android] My Position sharing Java layer. Dmitry Kunin
2015-09-23[android] Map objects sharing.Dmitry Kunin
2015-09-23[android] Api point support.Dmitry Kunin
2015-09-23[android] Bookmark editing.Dmitry Kunin
2015-09-23[android] add bookmark support.Dmitry Kunin
2015-09-23[android] Separated callbacks for different types of map objects.Dmitry Kunin
2015-09-23[android] BKActivity control.Dmitry Kunin
2015-09-23[android] Api support base code.Dmitry Kunin
2015-09-23[android] Warning fixesAlex Zolotarev
2015-09-23[android] pre-honeycomb UI improvements.Dmitry Kunin
2015-09-23[android] Bookmark visibility checkbox in list.Dmitry Kunin
2015-09-23[android] Moved .kml share to action bar.Dmitry Kunin
2015-09-23[android] args names fixed. Some remarks.Dmitry Kunin
2015-09-23[android] My Position with address.Dmitry Kunin
2015-09-23[android] Optimized replacement in ge0 string.Dmitry Kunin
2015-09-23[android] http:// url sharingDmitry Kunin
2015-09-23[android] code-review fixes.Dmitry Kunin
2015-09-23[android] ge0 encode/decodeDmitry Kunin
2015-09-23[android] Remove "Delete bookmark" confirmation.vng
2015-09-23[android] Remove unused code.vng
2015-09-23[android] Minor code changes - do dismiss dialog first and deleteBookmark after.vng
2015-09-23[android] Code style fix according to code review.vng
2015-09-23[android] Refactoring of bookmarks routine according to new API.vng
2015-09-23[android] Better logic when saving bookmark's changes.vng
2015-09-23[android] Replace all tmp folders with "cache" (Like getExternalCacheDir() in...vng
2015-09-23[android] Fix editing category/bookmark params without saving category on eve...vng
2015-09-23[android] Share bookmarks via E-Mail.vng
2015-09-23Pass the context into Stats.Alex Zolotarev
2015-09-23Add the Statistics class. Put in Activity hooks.Alex Zolotarev
2015-09-23[android] Remember last search query and restore it.vng
2015-09-23[android] [bookmarks] Missed changes to previous commit.vng
2015-09-23[android] [bookmarks] Fixes according to code review.vng
2015-09-23[android] [bookmarks] Always keep category name unique.vng
2015-09-23[android] [bookmarks] Fix according to compass logic.vng
2015-09-23[android] [bookmarks] Remove obsolete native pin sources.vng
2015-09-23[android] [bookmarks] Process distance and direction for the list of bookmark...vng
2015-09-23[android] [bookmarks] Make category's name EditText single line. Do create ca...vng
2015-09-23[android] [bookmarks] Add "OK" button in the bookmark's activity.vng
2015-09-23[android] [bookmarks] Fix bug when getActionBar() == null.vng