| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes #2826, Found caches shown on live map | rsudev | 2013-07-06 | 1 | -0/+22 |
| | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | ||||
| * | fix #2957: "load more caches" wrongly enabled | Bananeweizen | 2013-07-03 | 1 | -1/+6 |
| | | |||||
| * | fix #2794 - rename SearchResult.addCache method name | Marco Jacob | 2013-05-28 | 1 | -3/+3 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -9/+9 |
| | | |||||
| * | refactoring: simplify cache type checks | Bananeweizen | 2013-01-31 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: simplify and optimize code by avoiding toArray | Samuel Tardieu | 2013-01-27 | 1 | -4/+2 |
| | | |||||
| * | 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. | ||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | Refactoring: document and refactor SearchResult constructors | Samuel Tardieu | 2012-12-17 | 1 | -25/+46 |
| | | | |||||
| * | | Refactoring: remove non-sensical test, this can never be null | Samuel Tardieu | 2012-12-17 | 1 | -4/+0 |
| | | | |||||
| * | | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -5/+17 |
| |/ | |||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+2 |
| | | | | | This was requested by SammysHP. | ||||
| * | refactoring: more cleanup in connector interfaces | Bananeweizen | 2012-05-05 | 1 | -0/+13 |
| | | | | | | | * 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: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -1/+2 |
| | | |||||
| * | more fixes for crashes in search | Bananeweizen | 2012-04-12 | 1 | -0/+4 |
| | | |||||
| * | Remove unused methods | Samuel Tardieu | 2012-04-11 | 1 | -11/+0 |
| | | | | | Those methods have been flagged as unused by proguard. | ||||
| * | refactoring: more encapsulation in SearchResult | Bananeweizen | 2012-03-24 | 1 | -6/+15 |
| | | |||||
| * | performance refactorings | Bananeweizen | 2012-03-04 | 1 | -0/+4 |
| | | | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation | ||||
| * | refactoring: never set listId of cache to TEMPORARY_ID | Bananeweizen | 2012-03-03 | 1 | -4/+2 |
| | | | | | | | | * 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. | ||||
| * | refactoring: don't load caches in loops | Bananeweizen | 2012-03-01 | 1 | -2/+2 |
| | | |||||
| * | JSON (new format) parsing | blafoo | 2012-02-23 | 1 | -0/+5 |
| | | |||||
| * | #1151: Clicking "Spotted in" on trackable screen can give Exception | Bananeweizen | 2012-02-21 | 1 | -0/+4 |
| | | | | * raise another exception at the place where the empty geocode is stored | ||||
| * | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 1 | -2/+2 |
| | | | | * otherwise they are not readable | ||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -48/+71 |
| | | |||||
| * | Set instead of List to avoid caches multiple times in search results | blafoo | 2012-01-06 | 1 | -15/+17 |
| | | |||||
| * | Bugfix: Cache contained twice in search | blafoo | 2012-01-05 | 1 | -1/+1 |
| | | |||||
| * | Reliable coords in searchByViewport for premium members / automatic | blafoo | 2012-01-01 | 1 | -4/+4 |
| | | | | | login in live map | ||||
| * | Refactored/renamed cgSearch/cgWrapCache | blafoo | 2011-12-25 | 1 | -0/+169 |
