aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* fix #3119: Have settings active by defaultBananeweizen2013-08-182-2/+17
* fix #3138: Finds not added to history correctlyBananeweizen2013-08-181-0/+1
* fix #3122: Trail jumps to 0° and back.Bananeweizen2013-08-182-56/+89
* fix #3139: Search by geocode is case sensitiveBananeweizen2013-08-181-3/+5
* fix broken testsBananeweizen2013-08-141-1/+4
* refactoring: extract common codeBananeweizen2013-08-142-12/+10
* Merge pull request #3128 from rsudev/issue3104Bananeweizen2013-08-145-42/+82
|\
| * Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popuprsudev2013-08-105-42/+82
* | Fixes #3111, Uploading picture with log failsrsudev2013-08-131-2/+2
* | refactoring: findbugs cleanupBananeweizen2013-08-1111-30/+34
* | Fixes #3127, Personal note edit box not ok with light skinrsudev2013-08-101-3/+2
|/
* refactoring: findbugs cleanupsBananeweizen2013-08-077-23/+21
* fix string comparison to not use primitive equals operatorBananeweizen2013-08-061-1/+1
* Fixes #3070, Delay when trying to open "Settings"rsudev2013-08-061-1/+1
* Refactoring: use isPreference methodrsudev2013-08-061-1/+1
* fix #3110: Increase default for waypoints in mapBananeweizen2013-08-061-5/+5
* fix #3107: onscreen keyboard remains after failed searchBananeweizen2013-08-052-1/+8
* fix #2966: Event cache: parse the date from search resultsBananeweizen2013-08-052-12/+14
* fix #2941: huge text about standard directoriesBananeweizen2013-08-051-16/+19
* refactoring: move storages detection to LocalStorage classBananeweizen2013-08-053-49/+48
* fix #3106: twitter box in trackable logging not visibleBananeweizen2013-08-041-2/+5
* fix #3095: have search term as default name for newly created listsBananeweizen2013-08-032-10/+22
* fix #3086: set correct map source on settings changeBananeweizen2013-08-012-17/+24
* fix #3089: add license in about dialogBananeweizen2013-07-311-1/+6
* fix #3087: GCC pro was not recognizedBananeweizen2013-07-311-1/+20
* Merge pull request #3084 from rsudev/issue2996Bananeweizen2013-07-311-6/+13
|\
| * Fixes #2996, Compass TTS: Wrong direction in "GPS only" modersudev2013-07-301-6/+13
* | refactoring: move DB backup into new utils classBananeweizen2013-07-315-84/+132
* | refactoring: make formatter work without contextBananeweizen2013-07-314-10/+7
|/
* fix #3080: remove unwanted summary change for OC.de activationBananeweizen2013-07-301-5/+5
* fix #3040: new settings screen to disable navigation appsBananeweizen2013-07-294-39/+64
* fix #3067: sort order unstable when coming back from detailsBananeweizen2013-07-292-2/+6
* Fixes #1399, Wrong sized overlay icons on maprsudev2013-07-281-7/+7
* fix #3061: name sorting wrong for certain number combinationsBananeweizen2013-07-282-6/+13
* refactoring: remove author tags from sourceBananeweizen2013-07-283-4/+0
* change: make gpx export name more readableBananeweizen2013-07-282-3/+35
* Finetuning fixes for #1851 and #3000 (cache merging)rsudev2013-07-282-45/+48
* Fixes #3000: Basic members caches missing on mapJavaDog2013-07-281-1/+1
* fix #1851 - merge popup informationMarco Jacob2013-07-281-30/+43
* fix #3050 - progress for export field notes increases for every cacheMarco Jacob2013-07-261-1/+1
* Fixes #2918, Restore debug info for live maprsudev2013-07-252-2/+13
* Implements #17, Reload reCAPTCHArsudev2013-07-254-17/+59
* Fixes #2988, New settings: Check and Save gc.com login not intuitive any morersudev2013-07-255-8/+45
* fixes #3021 - introduce named constantsMarco Jacob2013-07-243-56/+62
* Merge pull request #3046 from marco-jacob/fixStoreForEditPersonalNoteMarco Jacob2013-07-242-76/+91
|\
| * fixes #3018 - show progress storing cache for edit personal noteMarco Jacob2013-07-242-76/+91
* | Fixes #2881, NullPointerExceptions when gc.com username is blankrsudev2013-07-225-9/+7
* | refactoring: simplify distance filterBananeweizen2013-07-212-71/+27
* | Merge remote-tracking branch 'CosMars89/master'Bananeweizen2013-07-213-0/+101
|\ \
| * | created the DistanceFilter and CacheDistance classesCosMars892013-06-203-0/+101