aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/StaticMapsProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-5/+0
|
* Do not require RxJavaAsyncUtils anymoreSamuel Tardieu2015-02-051-7/+6
|
* fixes #4072 -larger preview for larger displayMarco Jacob2015-01-231-2/+1
|
* Do not request static maps for 30 seconds after a permission deniedSamuel Tardieu2015-01-011-14/+32
|
* Fix Javadoc bogus referencesSamuel Tardieu2014-11-231-5/+0
|
* rename packageBananeweizen2014-11-021-1/+1
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* switch to Java 1.7Bananeweizen2014-07-171-2/+2
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* Fix new Findbugs warningrsudev2014-07-071-1/+1
|
* Merge pull request #4003 from marco-dev/largerStaticMapsForTabsMarco Jacob2014-07-071-49/+54
|\ | | | | fixes #3967 - request larger static maps fro higher resolutions
| * fixes #3967 - request larger static maps fro higher resolutionsMarco Jacob2014-07-041-49/+54
| |
* | Use a shared download scheduler for all network accessSamuel Tardieu2014-07-061-2/+2
|/
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-77/+77
|
* Fixes #3698, Archived caches still shown on maprsudev2014-05-031-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 mapSamuel Tardieu2014-02-161-2/+2
|
* refactoring: add annotations and remove useless checkSamuel Tardieu2013-09-141-6/+3
|
* fix #3218: static map in details should be biggerBananeweizen2013-09-011-11/+13
|
* refactoring: fix findbugs issuesBananeweizen2013-08-181-5/+5
|
* refactoring: extract level of static maps to constantBananeweizen2013-07-191-22/+29
| | | * includes further checkstyle cleanup
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* refactoring: use Math.max to compute the maximum of two integer valuesSamuel Tardieu2013-04-061-6/+1
|
* refactoring: remove unused importSamuel Tardieu2013-04-061-1/+0
|
* refactoring: remove extra checkSamuel Tardieu2013-04-061-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 checkSamuel Tardieu2013-04-061-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 cacheSamuel Tardieu2013-04-061-4/+0
| | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed.
* refactoring: remove redundant return statementsSamuel Tardieu2013-04-061-3/+0
|
* remove StaticMapsProvider changesMarco Jacob2013-03-271-14/+9
|
* more checks in static maps testMarco Jacob2013-03-271-9/+16
|
* refactoring of static maps codeBananeweizen2013-03-101-17/+14
| | | * fix names, documentation and null check
* fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-071-14/+61
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-7/+7
|
* refactoring: use exception object in logggingBananeweizen2013-01-121-2/+2
|
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-5/+5
|
* refactoring: findbugsBananeweizen2012-12-301-14/+14
|
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-1/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2012-12-171-1/+1
|\ | | | | | | | | Conflicts: main/res/values/strings.xml
| * fix #147: host markers on our own siteSamuel Tardieu2012-12-171-1/+1
| |
* | #2083: target level 17 changesBananeweizen2012-11-191-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 previewBananeweizen2012-11-181-3/+12
|
* fixes #2050 - minimal static image size reduced to 1k, but no image ↵Marco Jacob2012-09-211-3/+3
| | | | available will appear again
* refactoring: move static maps check API to cacheBananeweizen2012-09-091-4/+11
|
* fixes #1950 - StaticMapsProvider checks input parameter for nullMarco Jacob2012-08-141-1/+16
|
* Merge branch 'release' into upstreamSamuel Tardieu2012-05-301-5/+5
|\
| * fixes #1670 : wrong filename for downloaded cache and waypoint static mapsMarco Jacob2012-05-301-5/+5
| |
* | refactoring: clean up leaked interface of static maps providerBananeweizen2012-05-301-17/+35
|/
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-1/+1
|
* Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-161-22/+37
|
* factoring: use constants for map file namesBananeweizen2012-05-131-10/+9
|
* fixes #1512 : deletes all static maps for waypoints of a cache on refreshMarco Jacob2012-05-121-1/+3
|
* refactoring: remove unused codeBananeweizen2012-05-041-10/+0
|
* Merge pull request #1492 from marco-jacob/issue#1465Bananeweizen2012-05-041-0/+10
|\ | | | | Fix for Issue#1465