aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: cleanup application startupSamuel Tardieu2012-05-308-89/+44
| | | | | | | | | | | | | This cleanup: - do not pass the cgeoapplication singleton to cgData - do not pretend that CacheCache is a singleton, it only occurs to have one instance in cgData - start version updater thread in cgeoapplication.onCreate(), once the object has been created, to avoid risking accessing the sole instance before it is fully initialized, this could lead to a crash at initialization time - use an available context object to access version information, which is not accessed frequently
* 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
| | | | | This will accomodate landscape mode even if the version information is long. See issue #1666 for discussion.
* 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 ↵campbeb2012-05-281-1/+1
| | | | | while open Fixes #1618
* 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
| | | | Waypoints of multicaches are not longer shown in cache detail->navigate->show on map
* 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
| | | change
* refactoring: javadocBananeweizen2012-05-241-0/+8
|
* Merge branch 'release' into upstreamSamuel Tardieu2012-05-241-1/+1
|\ | | | | | | | | Conflicts: main/res/values/strings.xml
| * 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
| | | | | | | | | | | | | | | | | | | | | | Fix: issue with gc.com update Tests are not green because mocked data was not updated. Conflicts (cherry-picking from master branch): main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/cgCache.java
| * 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
|\ \ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/LogTrackableActivity.java
| * | Refactoring cgeotouch into LogTrackableActivitycampbeb2012-05-204-146/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | Many changes for cleanup and to make similiar to VisitCacheActivity. Added function to remember last trackable log type and use that as default for the next log. Next step is to make LogTrackableActivity and VisitCacheActivity have a common base class.
* | | Remove JavaDoc @author tag.SammysHP2012-05-2343-123/+1
| | | | | | | | | Files are edited by many people, also all editors are visible in the log.
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Google Maps and OSM Maps use different zoom levels for the same view ranges. This is better documented. Additionally, this change fixes zooming out causing zoom in (Issue #1485).
* | | | Refactoring: add missing override annotationsSamuel Tardieu2012-05-2356-0/+142
| | | | | | | | | | | | | | | | This was requested by SammysHP.
* | | | 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
|/ / / | | | | | | | | | This will help with issue #1604.
* | | reafactoring: enablement of navigation appsBananeweizen2012-05-194-6/+6
| | |
* | | Merge remote-tracking branch ↵Bananeweizen2012-05-197-1/+32
|\ \ \ | | | | | | | | | | | | 'marco-jacob/issue#1580-staticMapsOnAnyDestNavigation'
| * | | 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
| | | |