aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Handle "Renew Your Membership!". Fixes #1224blafoo2012-05-163-1/+10
* | | Use of cache.isOwn()blafoo2012-05-163-15/+14
* | | Found caches not hidden for basic members. Fixes #1203blafoo2012-05-161-2/+11
|/ /
* | Refactoring: Improved Field Notes generationSammysHP2012-05-161-37/+17
* | Fix #1565: Wrong progress information when uploading field notesSammysHP2012-05-161-11/+15
* | fix wrong comparison of StringsBananeweizen2012-05-151-1/+3
* | Simplify workflowSamuel Tardieu2012-05-151-63/+31
* | Remove read-only database connectionSamuel Tardieu2012-05-151-195/+156
* | Refactoring: simplify codeSamuel Tardieu2012-05-151-3/+1
* | Refactoring: simplify if statementSamuel Tardieu2012-05-151-4/+1
* | Remove unused fieldSamuel Tardieu2012-05-151-3/+1
* | Fix #1574: location was sent with the wrong "what" informationSamuel Tardieu2012-05-151-5/+4
* | refactoring: minor cleanupsBananeweizen2012-05-159-27/+25
* | Small cleanups in cgDatarsudev2012-05-141-3/+2
* | Remove unused class LocationUpdaterSamuel Tardieu2012-05-141-36/+0
* | Always start GeoData provider from UI threadSamuel Tardieu2012-05-1411-248/+235