| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | minor code cleanups | Bananeweizen | 2014-05-17 | 1 | -4/+1 |
| | | |||||
| * | Add missing serialVersionUID to TileCache | Samuel Tardieu | 2014-03-06 | 1 | -1/+3 |
| | | |||||
| * | Fix FindBugs warning | Samuel Tardieu | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | refactoring: use a LRUSet instead of a LRUMap for tile cache | Samuel Tardieu | 2014-03-06 | 1 | -25/+12 |
| | | |||||
| * | remove some nullness warnings in Eclipse | Bananeweizen | 2014-01-27 | 1 | -1/+4 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2013-10-05 | 1 | -5/+0 |
| | | |||||
| * | refactoring: findbugs cleanups | Bananeweizen | 2013-08-07 | 1 | -8/+8 |
| | | |||||
| * | Added fix suggested by rsudev | JavaDog | 2013-07-19 | 1 | -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 map | rsudev | 2013-07-06 | 1 | -0/+5 |
| | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | ||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -1/+1 |
| | | |||||
| * | Added clarifying comment regarding tile calculation | rsudev | 2013-01-19 | 1 | -1/+3 |
| | | |||||
| * | Extend zoom calculation to nxm tilesets | rsudev | 2013-01-17 | 1 | -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 Locales | Bananeweizen | 2012-11-22 | 1 | -2/+3 |
| | | |||||
| * | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 1 | -2/+0 |
| | | | | Files are edited by many people, also all editors are visible in the log. | ||||
| * | Use httpclientandroidlib instead of plain old httpclient | Samuel Tardieu | 2012-05-23 | 1 | -1/+1 |
| | | |||||
| * | fix #1459: Refactoring navigation menu | Bananeweizen | 2012-05-05 | 1 | -15/+16 |
| | | |||||
| * | refactoring: more cleanup in connector interfaces | Bananeweizen | 2012-05-05 | 1 | -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 required | Samuel Tardieu | 2012-04-20 | 1 | -3/+3 |
| | | |||||
| * | Refactoring: rename request into getRequest | Samuel Tardieu | 2012-04-17 | 1 | -2/+2 |
| | | | | | Those methods only do GET requests. | ||||
| * | Refactoring: rename isInViewport() to contains() | Samuel Tardieu | 2012-04-14 | 1 | -1/+1 |
| | | | | | This is a better name from the point of a viewport. | ||||
| * | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 1 | -13/+5 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java | ||||
| | * | Refactoring: use common URL builder methods | Samuel Tardieu | 2012-04-12 | 1 | -13/+5 |
| | | | |||||
| * | | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -2/+1 |
| |/ | |||||
| * | Small enhancements for live-map | rsudev | 2012-04-12 | 1 | -2/+1 |
| | | |||||
| * | Implements cache for live-map tiles | rsudev | 2012-04-12 | 1 | -7/+8 |
| | | |||||
| * | refactoring: more static code analysis cleanups | Bananeweizen | 2012-04-02 | 1 | -2/+2 |
| | | |||||
| * | 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. | ||||
| * | static code analysis and other fixes | Bananeweizen | 2012-03-18 | 1 | -2/+2 |
| | | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
| * | Optimization - Avoid use of internal getters. | campbeb | 2012-03-18 | 1 | -8/+8 |
| | | | | | See http://developer.android.com/guide/practices/design/performance.html#internal_get_set | ||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -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 comments | rsudev | 2012-03-08 | 1 | -2/+31 |
| | | |||||
| * | Live Map strategy. Closes #1183 | blafoo | 2012-03-07 | 1 | -1/+66 |
| | | |||||
| * | refactoring: performance cleanups | Bananeweizen | 2012-03-03 | 1 | -1/+1 |
| | | |||||
| * | Live Map optimizations | blafoo | 2012-02-23 | 1 | -11/+29 |
| | | |||||
| * | First working version of new live map | blafoo | 2012-02-23 | 1 | -2/+0 |
| | | |||||
| * | Tile computation | blafoo | 2012-02-23 | 1 | -0/+1 |
| | | |||||
| * | First working version of new live map | blafoo | 2012-02-23 | 1 | -9/+15 |
| | | |||||
| * | Tile computation | blafoo | 2012-02-23 | 1 | -0/+86 |
