aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc/Tile.java
Commit message (Expand)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-10/+0
* Do not require RxJavaAsyncUtils anymoreSamuel Tardieu2015-02-051-10/+9
* reduce visibilityBananeweizen2014-11-231-9/+10
* rename packageBananeweizen2014-11-021-2/+2
* remove unused codeBananeweizen2014-08-041-27/+25
* switch to Java 1.7Bananeweizen2014-07-171-2/+2
* Request live map info before decoding the PNGSamuel Tardieu2014-07-121-11/+35
* 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
* Fixes #2826, Found caches shown on live maprsudev2013-07-061-0/+5
* 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
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-2/+3
* Remove JavaDoc @author tag.SammysHP2012-05-231-2/+0
* 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
* 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
* Refactoring: rename isInViewport() to contains()Samuel Tardieu2012-04-141-1/+1
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-13/+5
|\
| * 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
* static code analysis and other fixesBananeweizen2012-03-181-2/+2
* Optimization - Avoid use of internal getters.campbeb2012-03-181-8/+8
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-0/+35
* 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