aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: introduce new variables to clarify flowSamuel Tardieu2012-05-251-10/+14
* Fixes #1600 Portree-Kid2012-05-251-1/+1
* Parsing fails for guestsblafoo2012-05-242-9/+0
* Cleanup of refactoringblafoo2012-05-245-56/+58
* Toast for missing mapfilePortree-Kid2012-05-241-0/+8
* Preliminary fix regex patterns for size, owner, hidden after gc.comrsudev2012-05-241-3/+3
* refactoring: javadocBananeweizen2012-05-241-0/+8
* Merge branch 'release' into upstreamSamuel Tardieu2012-05-241-1/+1
|\
| * Fix: Long description parsingSammysHP2012-05-241-1/+1
| * Fix: gc.com updateSammysHP2012-05-241-3/+3
| * Refactoring: Move some strings into GCConstantsSammysHP2012-05-092-15/+21
| * New version & manual copying adaptationsmucek42012-05-092-2/+2
* | Fix: gc.com updateSammysHP2012-05-241-3/+3
* | Merge remote-tracking branch 'campbeb/refactorTrackable' into upstreamSamuel Tardieu2012-05-234-146/+122
|\ \
| * | Refactoring cgeotouch into LogTrackableActivitycampbeb2012-05-204-146/+123
* | | Remove JavaDoc @author tag.SammysHP2012-05-2343-123/+1
* | | Merge remote-tracking branch 'campbeb/fix1485' into upstreamSamuel Tardieu2012-05-236-14/+56
|\ \ \
| * | | Fix offline zoom issue and document zoom level differencescampbeb2012-05-226-14/+56
* | | | Refactoring: add missing override annotationsSamuel Tardieu2012-05-2356-0/+142
* | | | Cleanup: remove deprecated constants and add missing overrideSamuel Tardieu2012-05-231-4/+4
* | | | Use "UTF-8" string instead of a deprecated constantSamuel Tardieu2012-05-231-2/+1
* | | | Use library-provided GzipDecompressingEntitySamuel Tardieu2012-05-231-21/+1
* | | | Handle HTTP redirections gracefullySamuel Tardieu2012-05-231-0/+22
* | | | Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-2316-51/+50
|/ / /
* | | Workaround: set number of caches to '500+amount stored in DB'. Fixes #1374blafoo2012-05-221-1/+5
* | | Do not use "else" with "return"Samuel Tardieu2012-05-211-1/+3
* | | Merge remote-tracking branch 'triakcz/all_list_virtual' into upstreamSamuel Tardieu2012-05-213-6/+29
|\ \ \
| * | | Virtual "all caches" listOndřej Kunc2012-05-203-6/+29
* | | | Refactoring: remove redundant field mapController in CGeoMapSamuel Tardieu2012-05-214-11/+16
* | | | Merge remote-tracking branch 'campbeb/fix1535' into upstreamSamuel Tardieu2012-05-212-0/+8
|\ \ \ \
| * | | | Ensure zoom doesn't exceed max zoom when changing map sourcescampbeb2012-05-192-0/+8
| | |/ / | |/| |
* | | | Use image hash code instead of view ID to reference log imagescampbeb2012-05-211-0/+1
* | | | Do not use string concatenation inside a StringBuilder's appendSamuel Tardieu2012-05-211-4/+2
* | | | Do not send direction updates more often than neededSamuel Tardieu2012-05-202-59/+26
|/ / /
* | | reafactoring: enablement of navigation appsBananeweizen2012-05-194-6/+6
* | | Merge remote-tracking branch 'marco-jacob/issue#1580-staticMapsOnAnyDestNavig...Bananeweizen2012-05-197-1/+32
|\ \ \
| * | | corrected suspicious codeMarco Jacob2012-05-181-1/+1
| * | | corrected isEnabled(Geopoint) default to geopoint!=nullMarco Jacob2012-05-162-5/+2
| * | | Fixed wrong refactoring at static maps nav appsMarco Jacob2012-05-163-15/+30
| * | | fixes #1580: No static maps item on any destination navigation menuMarco Jacob2012-05-167-19/+38
* | | | Request more details for popup. Fixes #1357blafoo2012-05-182-4/+11
* | | | #1518: avoid repainting mini compass for changes less than 5 degreesBananeweizen2012-05-182-31/+48
* | | | refactoring: make view holders static inner classesBananeweizen2012-05-187-55/+44
* | | | change: remove sorting menu for historyBananeweizen2012-05-181-28/+30
* | | | new: for some activities, don't re-open them when resuming the appBananeweizen2012-05-184-18/+34
* | | | Correct speed in Live Map. Fixes #1300blafoo2012-05-172-9/+14
* | | | StringUtils.equalsIgnoreCase() instead of StringUtils()blafoo2012-05-171-1/+1
* | | | Popup on live map before requesting more details. Fixes #1256blafoo2012-05-172-22/+41
* | | | Add missing importSamuel Tardieu2012-05-161-0/+1
* | | | Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-165-67/+107