| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 1 | -1/+1 |
| | | |||||
| * | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 1 | -1/+1 |
| | | |||||
| * | Add addtional @NonNull annotation | Samuel Tardieu | 2014-05-14 | 1 | -0/+2 |
| | | |||||
| * | Separate cache parsing and database saving code | Samuel Tardieu | 2014-05-13 | 1 | -0/+8 |
| | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs. | ||||
| * | Fixes #3698, Archived caches still shown on map | rsudev | 2014-05-03 | 1 | -1/+2 |
| | | | | | | | | - filter archived as disabled on map - their waypoints as well - use disabled icon for archived on static maps - filter archived alongside disabled in SearchResult | ||||
| * | Partially revert < 2.3 compatibility mode | Samuel Tardieu | 2014-04-01 | 1 | -29/+16 |
| | | | | | | This reverts part of 46675dfdcb4c7b511b4c35e4a2242e47d4678fd4. However, since this commit did some cleanup and simplifications, we keep them. | ||||
| * | fix #3707: missing method in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 1 | -16/+29 |
| | | |||||
| * | Query various connectors in parallel | Samuel Tardieu | 2014-02-28 | 1 | -0/+26 |
| | | |||||
| * | refactoring: remove useless code | Samuel Tardieu | 2014-01-09 | 1 | -0/+2 |
| | | | | | | A much more thorough cleanup is needed in the dataflow of the `CacheDetailActivity` class. | ||||
| * | #3088: batch the database requests from the live map | Bananeweizen | 2014-01-03 | 1 | -10/+10 |
| | | |||||
| * | fix #3469: "More" search not working after connector refactoring | Michael Keppler | 2013-12-25 | 1 | -19/+36 |
| | | |||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 1 | -2/+2 |
| | | | | * easier to differentiate, as there are other login providers now | ||||
| * | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -5/+5 |
| | | |||||
| * | Fixes #2918, Restore debug info for live map | rsudev | 2013-07-25 | 1 | -0/+3 |
| | | | | | | Added url propagation to Viewport search in connector factory Tuned debug info | ||||
| * | 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 |
