| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reduce memory usage for cache lists | Bananeweizen | 2013-02-14 | 1 | -1/+0 |
| | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs | ||||
| * | Restrict LazyInitializedList to the List interface | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList. | ||||
| * | Merge branch 'issue-2322' into upstream | Samuel Tardieu | 2013-01-23 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | fix #2322: GPX imported caches not marked as owned | Samuel Tardieu | 2013-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name. | ||||
| * | | Refactoring: rename cgImage into Image | Samuel Tardieu | 2013-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -1/+1 |
| |/ | |||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 1 | -3/+4 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 1 | -2/+2 |
| | | |||||
| * | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 1 | -3/+0 |
| | | | | Files are edited by many people, also all editors are visible in the log. | ||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+1 |
| | | | | | This was requested by SammysHP. | ||||
| * | Use of cache.isOwn() | blafoo | 2012-05-16 | 1 | -2/+2 |
| | | |||||
| * | Waypoint and caches both have coordinates, add ICoordinates interface | Samuel Tardieu | 2012-04-11 | 1 | -10/+0 |
| | | | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them. | ||||
| * | Consistent naming for "premium members" | blafoo | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | refactoring: immutable attributes collection | Bananeweizen | 2011-12-31 | 1 | -0/+2 |
| | | |||||
| * | Use of Logtype instead of int | blafoo | 2011-12-14 | 1 | -1/+3 |
| | | |||||
| * | refactoring: more boxing/unboxing cleanup | Bananeweizen | 2011-12-04 | 1 | -1/+1 |
| | | |||||
| * | No direct access to fields | blafoo | 2011-10-26 | 1 | -43/+2 |
| | | |||||
| * | #671, cache normalized name for sorting | Bananeweizen | 2011-10-19 | 1 | -0/+6 |
| | | |||||
| * | Tuned regex | blafoo | 2011-10-10 | 1 | -0/+54 |
| | | |||||
| * | Pimped additional regex | blafoo | 2011-09-25 | 1 | -0/+20 |
| | | |||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+101 |
| This prepares the inclusion of tests into the same repository. | |||||
