aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc/Tile.java
Commit message (Collapse)AuthorAgeFilesLines
* minor code cleanupsBananeweizen2014-05-171-4/+1
|
* Add missing serialVersionUID to TileCacheSamuel Tardieu2014-03-061-1/+3
|
* Fix FindBugs warningSamuel Tardieu2014-03-061-1/+1
|
* refactoring: use a LRUSet instead of a LRUMap for tile cacheSamuel Tardieu2014-03-061-25/+12
|
* remove some nullness warnings in EclipseBananeweizen2014-01-271-1/+4
|
* refactoring: remove unused codeBananeweizen2013-10-051-5/+0
|
* refactoring: findbugs cleanupsBananeweizen2013-08-071-8/+8
|
* Added fix suggested by rsudevJavaDog2013-07-191-0/+4
| | | | | Resolves the problem of caches sometimes not displaying when switching from hide to show (if they hadn't previously been loaded).
* Fixes #2826, Found caches shown on live maprsudev2013-07-061-0/+5
| | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality
* Correct log messages to account for refactoringcampbeb2013-06-051-1/+1
|
* Added clarifying comment regarding tile calculationrsudev2013-01-191-1/+3
|
* Extend zoom calculation to nxm tilesetsrsudev2013-01-171-25/+72
| | | | Previously tile sets generated for the live map where fixed to max 2x2 tiles. In order to enhance the flexibility of the live-map algorithms, now the generation of more fine-grained tile sets or even a lower bound for the zoom level to use is supported.
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-2/+3
|
* Remove JavaDoc @author tag.SammysHP2012-05-231-2/+0
| | | Files are edited by many people, also all editors are visible in the log.
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-1/+1
|
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-15/+16
|
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-2/+48
| | | | | | * switch from method overrides to interface detection for connector features * remove GCBase and put code into other classes * reduce GC specific code being used in general activities
* Refactoring: do not get through an extra Geopoint when not requiredSamuel Tardieu2012-04-201-3/+3
|
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-2/+2
| | | | Those methods only do GET requests.
* Refactoring: rename isInViewport() to contains()Samuel Tardieu2012-04-141-1/+1
| | | | This is a better name from the point of a viewport.
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-13/+5
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
| * Refactoring: use common URL builder methodsSamuel Tardieu2012-04-121-13/+5
| |
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+1
|/
* Small enhancements for live-maprsudev2012-04-121-2/+1
|
* Implements cache for live-map tilesrsudev2012-04-121-7/+8
|
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-2/+2
|
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-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.
* static code analysis and other fixesBananeweizen2012-03-181-2/+2
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* Optimization - Avoid use of internal getters.campbeb2012-03-181-8/+8
| | | | See http://developer.android.com/guide/practices/design/performance.html#internal_get_set
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-0/+35
| | | | | | | * 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
* Fixes small issues in the new live map strategy, adds some commentsrsudev2012-03-081-2/+31
|
* Live Map strategy. Closes #1183blafoo2012-03-071-1/+66
|
* refactoring: performance cleanupsBananeweizen2012-03-031-1/+1
|
* Live Map optimizationsblafoo2012-02-231-11/+29
|
* First working version of new live mapblafoo2012-02-231-2/+0
|
* Tile computationblafoo2012-02-231-0/+1
|
* First working version of new live mapblafoo2012-02-231-9/+15
|
* Tile computationblafoo2012-02-231-0/+86