aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/SearchResult.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2826, Found caches shown on live maprsudev2013-07-061-0/+22
| | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality
* fix #2957: "load more caches" wrongly enabledBananeweizen2013-07-031-1/+6
|
* fix #2794 - rename SearchResult.addCache method nameMarco Jacob2013-05-281-3/+3
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-9/+9
|
* refactoring: simplify cache type checksBananeweizen2013-01-311-1/+1
|
* Refactoring: simplify and optimize code by avoiding toArraySamuel Tardieu2013-01-271-4/+2
|
* Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-231-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 ownedSamuel Tardieu2013-01-231-1/+1
| | | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* | code cleanup: remove debug codeBananeweizen2012-12-261-1/+1
| | | | | | * fixed some more issues of Findbugs and CodePro
* | Refactoring: document and refactor SearchResult constructorsSamuel Tardieu2012-12-171-25/+46
| |
* | Refactoring: remove non-sensical test, this can never be nullSamuel Tardieu2012-12-171-4/+0
| |
* | fix #2211: remove application-database indirectionBananeweizen2012-12-011-5/+17
|/
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+2
| | | | This was requested by SammysHP.
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-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, cgBaseBananeweizen2012-04-181-1/+2
|
* more fixes for crashes in searchBananeweizen2012-04-121-0/+4
|
* Remove unused methodsSamuel Tardieu2012-04-111-11/+0
| | | | Those methods have been flagged as unused by proguard.
* refactoring: more encapsulation in SearchResultBananeweizen2012-03-241-6/+15
|
* performance refactoringsBananeweizen2012-03-041-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_IDBananeweizen2012-03-031-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 loopsBananeweizen2012-03-011-2/+2
|
* JSON (new format) parsingblafoo2012-02-231-0/+5
|
* #1151: Clicking "Spotted in" on trackable screen can give ExceptionBananeweizen2012-02-211-0/+4
| | | * raise another exception at the place where the empty geocode is stored
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-2/+2
| | | * otherwise they are not readable
* Changed database handlingblafoo2012-02-081-48/+71
|
* Set instead of List to avoid caches multiple times in search resultsblafoo2012-01-061-15/+17
|
* Bugfix: Cache contained twice in searchblafoo2012-01-051-1/+1
|
* Reliable coords in searchByViewport for premium members / automaticblafoo2012-01-011-4/+4
| | | | login in live map
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-0/+169