| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added check for static maps. | Torsten Keil | 2012-02-03 | 1 | -0/+33 | |
| | | ||||||
| * | added explicit download of cache static map | Marco Jacob | 2012-01-23 | 1 | -0/+5 | |
| | | ||||||
| * | refactoring due to store wp static maps when added | Marco Jacob | 2012-01-15 | 1 | -28/+60 | |
| | | ||||||
| * | merged with cgeo upstream | Marco Jacob | 2012-01-14 | 1 | -20/+18 | |
| | | ||||||
| * | corrected marker icon url for static wp map | Marco Jacob | 2012-01-13 | 1 | -20/+22 | |
| | | ||||||
| * | added setting and implementation for waypoint static map | Marco Jacob | 2012-01-11 | 1 | -14/+29 | |
| | | ||||||
| * | refactoring: clean up code around static maps | Bananeweizen | 2012-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | refactoring for #908: waypoint list of cache is immutable for clients | Bananeweizen | 2011-12-26 | 1 | -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 String | blafoo | 2011-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | Create directories only when we will write a file | Samuel Tardieu | 2011-11-16 | 1 | -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 around | Samuel Tardieu | 2011-11-09 | 1 | -6/+3 | |
| | | | | | | | Some predefined formats have been added to fill the needs. This closes issue #769. | |||||
| * | Do not use deprecated methods | Samuel Tardieu | 2011-11-08 | 1 | -5/+3 | |
| | | ||||||
| * | No direct access to fields | blafoo | 2011-10-26 | 1 | -15/+15 | |
| | | ||||||
| * | support cache type "unknown", fixes #518 | Bananeweizen | 2011-10-16 | 1 | -1/+1 | |
| | | | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing | |||||
| * | use WaypointType | koem | 2011-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote branch 'upstream/master' into enums | koem | 2011-10-10 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeodetail.java | |||||
| | * | Use Apache Commons CollectionUtils instead of reinventing one | Samuel Tardieu | 2011-10-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | always use WaypointType | koem | 2011-10-08 | 1 | -1/+1 | |
| |/ | ||||||
| * | Reorganize and cleanup the local storage handling | Samuel Tardieu | 2011-10-06 | 1 | -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) | Bananeweizen | 2011-10-03 | 1 | -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 checks | Samuel Tardieu | 2011-09-27 | 1 | -27/+22 | |
| | | ||||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+190 | |
| This prepares the inclusion of tests into the same repository. | ||||||
