| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2012-05-30 | 1 | -5/+5 |
| |\ | |||||
| | * | fixes #1670 : wrong filename for downloaded cache and waypoint static maps | Marco Jacob | 2012-05-30 | 1 | -5/+5 |
| | | | |||||
| * | | refactoring: clean up leaked interface of static maps provider | Bananeweizen | 2012-05-30 | 1 | -17/+35 |
| |/ | |||||
| * | Use httpclientandroidlib instead of plain old httpclient | Samuel Tardieu | 2012-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix #1569: download details preview through StaticMapsProvider | Marco Jacob | 2012-05-16 | 1 | -22/+37 |
| | | |||||
| * | factoring: use constants for map file names | Bananeweizen | 2012-05-13 | 1 | -10/+9 |
| | | |||||
| * | fixes #1512 : deletes all static maps for waypoints of a cache on refresh | Marco Jacob | 2012-05-12 | 1 | -1/+3 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2012-05-04 | 1 | -10/+0 |
| | | |||||
| * | Merge pull request #1492 from marco-jacob/issue#1465 | Bananeweizen | 2012-05-04 | 1 | -0/+10 |
| |\ | | | | | Fix for Issue#1465 | ||||
| | * | Fixes issue #1465. Cache static maps are displayed right after download | Marco Jacob | 2012-05-03 | 1 | -0/+10 |
| | | | |||||
| * | | refactoring: remove some activity contexts from non activity code | Bananeweizen | 2012-05-03 | 1 | -7/+2 |
| |/ | |||||
| * | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| | | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | no download if http response code differs from 200 | Marco Jacob | 2012-04-25 | 1 | -21/+27 |
| | | |||||
| * | Refactoring: remove isValidIndex() and most uses of hasWaypoints() | Samuel Tardieu | 2012-04-22 | 1 | -8/+6 |
| | | | | | | | | | | Most of the time, a loop on cgCache#getWaypoints() follows. This method returns an empty collection, so the cgCache#hasWaypoints() test is useless. Also, checking for a valid index is useless as cgCache#getWaypoint() will return null if the index is invalid. | ||||
| * | Refactoring: rename request into getRequest | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | | | | Those methods only do GET requests. | ||||
| * | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 1 | -17/+24 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java | ||||
| | * | Refactoring: use common URL builder methods | Samuel Tardieu | 2012-04-12 | 1 | -14/+14 |
| | | | |||||
| | * | Cleanup: do not add Content-Type to GET request | Samuel Tardieu | 2012-04-12 | 1 | -4/+11 |
| | | | | | | | | | | | Whatever code requests its presence is probably wrong, as Content-Type describes the type of the body, which is non-existent for a GET request. | ||||
| * | | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -2/+2 |
| |/ | |||||
| * | Remove Task type, whose name field is never used | Samuel Tardieu | 2012-04-11 | 1 | -2/+1 |
| | | | | | | Task is only a Runnable with a name field, whose value is never consulted. | ||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -3/+4 |
| | | | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards | ||||
| * | fix #1238: Fatal Error while updating stored caches | Bananeweizen | 2012-03-09 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'marco-jacob/issue#285' | Bananeweizen | 2012-03-05 | 1 | -9/+28 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java | ||||
| | * | javadoc adapted, PriorityThreadFactory hidden and ThreadPool renamed to ↵ | Marco Jacob | 2012-02-24 | 1 | -3/+2 |
| | | | | | | | | | BlockingThreadPool | ||||
| | * | import static maps after gpx import | Marco Jacob | 2012-02-24 | 1 | -12/+31 |
| | | | |||||
| * | | new: menu to refresh static maps in static map activity | Bananeweizen | 2012-02-17 | 1 | -22/+27 |
| |/ | |||||
| * | 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. | |||||
