aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/StaticMapsProvider.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Added check for static maps.Torsten Keil2012-02-031-0/+33
|
* added explicit download of cache static mapMarco Jacob2012-01-231-0/+5
|
* refactoring due to store wp static maps when addedMarco Jacob2012-01-151-28/+60
|
* merged with cgeo upstreamMarco Jacob2012-01-141-20/+18
|
* corrected marker icon url for static wp mapMarco Jacob2012-01-131-20/+22
|
* added setting and implementation for waypoint static mapMarco Jacob2012-01-111-14/+29
|
* refactoring: clean up code around static mapsBananeweizen2012-01-081-1/+1
|
* refactoring for #908: waypoint list of cache is immutable for clientsBananeweizen2011-12-261-2/+1
| | | | | | and never null * avoids initializations outside of cache * avoids tempering with internal data outside of cache * removes redundant code and null checks
* Use of CacheType instead of Stringblafoo2011-11-181-1/+1
|
* Create directories only when we will write a fileSamuel Tardieu2011-11-161-3/+3
| | | | | | | | The directory structure should not be created when we are trying to read a file, especially if this file is located into the secondary storage area where we look "just in case". This fixes #802.
* Use GeopointFormatter instead of String.format when coordinates are aroundSamuel Tardieu2011-11-091-6/+3
| | | | | | Some predefined formats have been added to fill the needs. This closes issue #769.
* Do not use deprecated methodsSamuel Tardieu2011-11-081-5/+3
|
* No direct access to fieldsblafoo2011-10-261-15/+15
|
* support cache type "unknown", fixes #518Bananeweizen2011-10-161-1/+1
| | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing
* use WaypointTypekoem2011-10-111-1/+1
|
* Merge remote branch 'upstream/master' into enumskoem2011-10-101-1/+1
|\ | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeodetail.java
| * Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-1/+1
| |
* | always use WaypointTypekoem2011-10-081-1/+1
|/
* Reorganize and cleanup the local storage handlingSamuel Tardieu2011-10-061-82/+16
| | | | | | | | | After the HTTP requests cleanup, it was time to rewrite the local storage handling. Code that manipulate files has been placed into a new LocalStorage class. It can locate files on the disk, retrieve web responses and store them, and copy files.
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-7/+7
| | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this...
* Remove unnecessary null checksSamuel Tardieu2011-09-271-27/+22
|
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+190
This prepares the inclusion of tests into the same repository.