| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: use a LRUSet instead of a LRUMap for tile cache | Samuel Tardieu | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -7/+7 |
| | | |||||
| * | refactoring: simplify cache type checks | Bananeweizen | 2013-01-31 | 1 | -1/+1 |
| | | |||||
| * | Prevent NPE by checking for null coordinates | Samuel Tardieu | 2012-06-05 | 1 | -2/+6 |
| | | | | | The bug was reported several times through the Google Play console. | ||||
| * | Make the cache cache synchronized | Samuel Tardieu | 2012-06-04 | 1 | -7/+13 |
| | | | | | | | | Concurrent modifications could occur, especially on very large displays where we may have to draw a lot of caches at the same time while fetching others. This could lead to ConcurrentModificationException errors, as described in #1706. | ||||
| * | Refactoring: cleanup application startup | Samuel Tardieu | 2012-05-30 | 1 | -10/+1 |
| | | | | | | | | | | | | | | This cleanup: - do not pass the cgeoapplication singleton to cgData - do not pretend that CacheCache is a singleton, it only occurs to have one instance in cgData - start version updater thread in cgeoapplication.onCreate(), once the object has been created, to avoid risking accessing the sole instance before it is fully initialized, this could lead to a crash at initialization time - use an available context object to access version information, which is not accessed frequently | ||||
| * | 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. | ||||
| * | refactoring: more cleanup in connector interfaces | Bananeweizen | 2012-05-05 | 1 | -2/+2 |
| | | | | | | | * 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 | ||||
| * | Convert some fields to local variables | Samuel Tardieu | 2012-04-22 | 1 | -3/+1 |
| | | |||||
| * | refactorings | Bananeweizen | 2012-04-21 | 1 | -1/+1 |
| | | | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps | ||||
| * | Refactoring: do not get through an extra Geopoint when not required | Samuel Tardieu | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: use viewports where appropriate | Samuel Tardieu | 2012-04-20 | 1 | -3/+2 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -1/+1 |
| | | |||||
| * | Partial fix: do not crash if a cache has no coordinates | Samuel Tardieu | 2012-04-12 | 1 | -6/+12 |
| | | | | | | | | | | It looks like from time to time some caches are sent with null coordinates, at least when browsing the live map. This change prevents a NullPointerException from being thrown and logs this as an error in the log. This issue still needs to be addressed, as the root cause of the problem is yet unknown. | ||||
| * | Implements cache for live-map tiles | rsudev | 2012-04-12 | 1 | -0/+30 |
| | | |||||
| * | Merge remote-tracking branch 'teschi/issue#1304' | Bananeweizen | 2012-04-08 | 1 | -3/+3 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | renamed LeastRecentlyUsedCache to LeastRecentlyUsedMap | teschi | 2012-04-03 | 1 | -3/+3 |
| |/ | |||||
| * | refactoring: performance cleanups | Bananeweizen | 2012-03-03 | 1 | -5/+1 |
| | | |||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -13/+25 |
| | | |||||
| * | Stronger use of CacheCache | blafoo | 2012-01-24 | 1 | -20/+0 |
| | | |||||
| * | refactoring: move and rename LeastRecentlyUsedCache to avoid confusion | Bananeweizen | 2012-01-14 | 1 | -2/+3 |
| | | |||||
| * | new base class cache | blafoo | 2012-01-14 | 1 | -4/+3 |
| | | |||||
| * | refactoring: clean up code around static maps | Bananeweizen | 2012-01-08 | 1 | -2/+2 |
| | | |||||
| * | Extracted cache from cgeoapplication | blafoo | 2011-12-23 | 1 | -0/+94 |
