| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add upload personal note to Connectors | Marco Jacob | 2013-06-01 | 1 | -3/+11 |
| | | |||||
| * | refactoring: remove the cache realm | Bananeweizen | 2013-06-01 | 1 | -8/+9 |
| | | | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead | ||||
| * | Fixed issue with not loggable OC-caches | rsudev | 2013-05-28 | 1 | -0/+9 |
| | | |||||
| * | Implements OKAPI access for oc.de | rsudev | 2013-05-26 | 1 | -0/+32 |
| | | | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes | ||||
| * | Fix #2258: Share function should use http://coord.info/ URL | SammysHP | 2013-03-08 | 1 | -1/+9 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'issue-2322' into upstream | Samuel Tardieu | 2013-01-23 | 1 | -0/+10 |
| |\ | | | | | | | | | | | | | 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 | -0/+8 |
| | | | | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name. | ||||
| | * | fix #2250: "Scan QR code" doesn't work anymore | Bananeweizen | 2013-01-05 | 1 | -1/+9 |
| | | | |||||
| * | | Opencaching integration with oc11xml api | rsudev | 2012-12-31 | 1 | -12/+16 |
| | | | | | | | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api | ||||
| * | | Uploading of modified coords to geocaching.com | triakcz | 2012-12-18 | 1 | -1/+26 |
| | | | |||||
| * | | fix #2250: "Scan QR code" doesn't work anymore | Bananeweizen | 2012-12-12 | 1 | -1/+9 |
| |/ | |||||
| * | Add/remove to/from favorites. Closes #676 | blafoo | 2012-05-10 | 1 | -0/+7 |
| | | |||||
| * | refactoring: more cleanup in connector interfaces | Bananeweizen | 2012-05-05 | 1 | -26/+0 |
| | | | | | | | * 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 | ||||
| * | Request further details when tapping on a cache in Live Map. Fixes #1256 | blafoo | 2012-03-16 | 1 | -0/+4 |
| | | |||||
| * | refactoring: never set listId of cache to TEMPORARY_ID | Bananeweizen | 2012-03-03 | 1 | -1/+1 |
| | | | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing. | ||||
| * | New connector functionality | blafoo | 2012-02-24 | 1 | -0/+18 |
| | | |||||
| * | fix #972: also have existing OC caches marked as reliable | Bananeweizen | 2012-02-14 | 1 | -0/+9 |
| | | |||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -3/+3 |
| | | |||||
| * | Refactored/renamed cgSearch/cgWrapCache | blafoo | 2011-12-25 | 1 | -4/+4 |
| | | |||||
| * | Fix #903 Rename field "reason" to "listId" | blafoo | 2011-12-19 | 1 | -1/+1 |
| | | |||||
| * | new: accept OpenCaching zipped GPX files in import | Bananeweizen | 2011-12-12 | 1 | -0/+8 |
| | | |||||
| * | refactoring: cgBase no longer instantiated | Bananeweizen | 2011-11-19 | 1 | -2/+10 |
| | | |||||
| * | Use a cancellable handler when loading, storing and refreshing caches | Samuel Tardieu | 2011-10-24 | 1 | -3/+2 |
| | | | | | This closes #685. | ||||
| * | Do not use an extra indirection for storing search results | Samuel Tardieu | 2011-10-24 | 1 | -3/+1 |
| | | | | | | | | | | | What is called search result (or cgSearch) in c:geo is a collection of caches that can or cannot come from a real search. Remove the indirection and the ever-growing hash map that was previously used. This will save memory, especially when using live maps. See discussion in issue #707. | ||||
| * | Add verbose cache-loading | SammysHP | 2011-10-04 | 1 | -10/+12 |
| | | |||||
| * | initial support of OpenCaching.DE/.PL/.US | Bananeweizen | 2011-09-20 | 1 | -0/+65 |
| | | | | | | | | | | | | * search for geocode can fetch online from those sites (but no other search method!) when testing, search for codes like OU0001, OP0001, OC0001. * show CC license for those caches * disable user actions, disable caches around for non GC caches open issues: * other search methods not yet implemented (but available in API) * CC license and mentioning of the OpenCaching network in about dialog | ||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+15 |
| This prepares the inclusion of tests into the same repository. | |||||
