aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: cleanup application startupSamuel Tardieu2012-05-308-89/+44
* Remove default strings as they only pollute the screenSamuel Tardieu2012-05-302-16/+1
* Get message from the notification serverSamuel Tardieu2012-05-303-0/+154
* Recognize the build kindSamuel Tardieu2012-05-292-1/+33
* Refactoring: get version information once and for allSamuel Tardieu2012-05-294-44/+51
* Put c:geo version name on its own lineSamuel Tardieu2012-05-291-1/+1
* Move position marker above caches, fixes #1583rsudev2012-05-281-4/+4
* Always mark cache dirty when opening from map so that it reloads if changed w...campbeb2012-05-281-1/+1
* Donwload live-map details only once, fixes #1619rsudev2012-05-271-1/+1
* Fix event hidden date for gc.com changescampbeb2012-05-271-1/+1
* Load GCVote ratings when loading next page of cachescampbeb2012-05-261-0/+3
* 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