| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -77/+77 |
| | | |||||
| * | Fixes #3698, Archived caches still shown on map | rsudev | 2014-05-03 | 1 | -1/+2 |
| | | | | | | | | - filter archived as disabled on map - their waypoints as well - use disabled icon for archived on static maps - filter archived alongside disabled in SearchResult | ||||
| * | refactoring: use RxJava to download preview map | Samuel Tardieu | 2014-02-16 | 1 | -2/+2 |
| | | |||||
| * | refactoring: add annotations and remove useless check | Samuel Tardieu | 2013-09-14 | 1 | -6/+3 |
| | | |||||
| * | fix #3218: static map in details should be bigger | Bananeweizen | 2013-09-01 | 1 | -11/+13 |
| | | |||||
| * | refactoring: fix findbugs issues | Bananeweizen | 2013-08-18 | 1 | -5/+5 |
| | | |||||
| * | refactoring: extract level of static maps to constant | Bananeweizen | 2013-07-19 | 1 | -22/+29 |
| | | | | * includes further checkstyle cleanup | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -0/+1 |
| | | |||||
| * | refactoring: use Math.max to compute the maximum of two integer values | Samuel Tardieu | 2013-04-06 | 1 | -6/+1 |
| | | |||||
| * | refactoring: remove unused import | Samuel Tardieu | 2013-04-06 | 1 | -1/+0 |
| | | |||||
| * | refactoring: remove extra check | Samuel Tardieu | 2013-04-06 | 1 | -2/+2 |
| | | | | | | If getWaypoints() returns an empty collection, then the loop will do nothing. Since it cannot return a null value, the test is redundant. | ||||
| * | refactoring: remove redundant null check | Samuel Tardieu | 2013-04-06 | 1 | -4/+0 |
| | | | | | | | If the cache parameter is null, both callers will crash right before or right after the call to storeCachePreviewMap. There is no point in checking for nullness in this method. | ||||
| * | refactoring: make sure downloadMaps doesn't get a null cache | Samuel Tardieu | 2013-04-06 | 1 | -4/+0 |
| | | | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed. | ||||
| * | refactoring: remove redundant return statements | Samuel Tardieu | 2013-04-06 | 1 | -3/+0 |
| | | |||||
| * | remove StaticMapsProvider changes | Marco Jacob | 2013-03-27 | 1 | -14/+9 |
| | | |||||
| * | more checks in static maps test | Marco Jacob | 2013-03-27 | 1 | -9/+16 |
| | | |||||
| * | refactoring of static maps code | Bananeweizen | 2013-03-10 | 1 | -17/+14 |
| | | | | * fix names, documentation and null check | ||||
| * | fixes #2507 - Waypoints only stored if not existing | Marco Jacob | 2013-03-07 | 1 | -14/+61 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -7/+7 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -2/+2 |
| | | |||||
| * | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -5/+5 |
| | | |||||
| * | refactoring: findbugs | Bananeweizen | 2012-12-30 | 1 | -14/+14 |
| | | |||||
| * | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2012-12-17 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: main/res/values/strings.xml | ||||
| | * | fix #147: host markers on our own site | Samuel Tardieu | 2012-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | #2083: target level 17 changes | Bananeweizen | 2012-11-19 | 1 | -18/+11 |
| |/ | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes | ||||
| * | fix: exception in syslog for missing map preview | Bananeweizen | 2012-11-18 | 1 | -3/+12 |
| | | |||||
| * | fixes #2050 - minimal static image size reduced to 1k, but no image ↵ | Marco Jacob | 2012-09-21 | 1 | -3/+3 |
| | | | | | available will appear again | ||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 1 | -4/+11 |
| | | |||||
| * | fixes #1950 - StaticMapsProvider checks input parameter for null | Marco Jacob | 2012-08-14 | 1 | -1/+16 |
| | | |||||
| * | 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. | ||||
