| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' | rsudev | 2014-06-29 | 1 | -4/+1 |
| |\ | |||||
| | * | Fixes #4012, Search result limited to 40 caches | rsudev | 2014-06-29 | 1 | -4/+1 |
| | | | | | | | | | - meanwhile keeping the original query parameters seems not only to be possible but even necessary | ||||
| * | | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 1 | -2/+2 |
| | | | |||||
| * | | minor code cleanups | Bananeweizen | 2014-05-17 | 1 | -1/+0 |
| | | | |||||
| * | | Handler can be null in calls to GCParser methods | Samuel Tardieu | 2014-05-14 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-05-13 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #3836: cache type is no longer recognized due to gc.com change | Samuel Tardieu | 2014-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | Mark method return as NonNull | Samuel Tardieu | 2014-05-13 | 1 | -2/+2 |
| | | | | | | | | | The interface has changed in a recent commit. | ||||
| * | | Parse and load additional logs and rating in parallel | Samuel Tardieu | 2014-05-13 | 1 | -10/+25 |
| | | | |||||
| * | | Separate cache parsing and database saving code | Samuel Tardieu | 2014-05-13 | 1 | -43/+53 |
| | | | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs. | ||||
| * | | Load friends logs and own log in parallel | Samuel Tardieu | 2014-05-13 | 1 | -102/+115 |
| | | | |||||
| * | | Fixes #1793 - personal logs on friends logs tab | Marco Jacob | 2014-05-03 | 1 | -51/+86 |
| |/ | |||||
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 1 | -8/+9 |
| | | |||||
| * | fix #2906: newly loaded found caches are added to the history | Samuel Tardieu | 2014-03-27 | 1 | -11/+0 |
| | | | | | | | The `visitedDate` field indicates that a cache has been recently logged. It was previously set from the found date when loading a cache from geocaching.com, which caused the extra insertion. | ||||
| * | Use already defined method to put viewstates | Samuel Tardieu | 2014-03-11 | 1 | -10/+1 |
| | | |||||
| * | refactoring: move GC specific code in GCParser | Samuel Tardieu | 2014-02-28 | 1 | -2/+18 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-02-27 | 1 | -0/+4 |
| |\ | |||||
| | * | fix #3541: trackable geocode is null | Samuel Tardieu | 2014-02-27 | 1 | -0/+4 |
| | | | |||||
| * | | remove eclipse warnings about potential null pointer | Bananeweizen | 2014-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: simplify RecaptchReceiver a bit | Samuel Tardieu | 2014-01-17 | 1 | -11/+11 |
| | | | |||||
| * | | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+0 |
| | | | |||||
| * | | Use image CDN when computing image URL | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: getFirstCacheFromResult() can return null | Samuel Tardieu | 2014-01-09 | 1 | -0/+3 |
| | | | |||||
| * | | refactoring: premium membership is specific to geocaching.com | Samuel Tardieu | 2014-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: remove unused or useless parameters | Samuel Tardieu | 2014-01-08 | 1 | -8/+9 |
| | | | |||||
| * | | refactoring: factor out duplicate code | Samuel Tardieu | 2014-01-08 | 1 | -6/+8 |
| |/ | |||||
| * | #3088: batch the database requests from the live map | Bananeweizen | 2014-01-03 | 1 | -8/+7 |
| | | |||||
| * | fix #3469: "More" search not working after connector refactoring | Michael Keppler | 2013-12-25 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove duplicated code | Bananeweizen | 2013-12-18 | 1 | -1/+1 |
| | | |||||
| * | refactoring: generalize GCConnector capabilities implementation | Bananeweizen | 2013-12-18 | 1 | -2/+2 |
| | | |||||
| * | refactoring: remove duplication in login classes | Bananeweizen | 2013-12-16 | 1 | -17/+17 |
| | | | | * convert from static to singletons | ||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 1 | -38/+38 |
| | | | | * easier to differentiate, as there are other login providers now | ||||
| * | refactoring: findbugs issues | Bananeweizen | 2013-12-08 | 1 | -4/+1 |
| | | |||||
| * | fix #3397: remove number of caches from pocket query | Bananeweizen | 2013-11-09 | 1 | -0/+10 |
| | | |||||
| * | fix #3402: crash on GPX export | Bananeweizen | 2013-11-09 | 1 | -3/+4 |
| | | |||||
| * | fix: also recognize PQs for routes | Bananeweizen | 2013-10-26 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'mucek4/fix2830' | Bananeweizen | 2013-10-26 | 1 | -0/+50 |
| |\ | | | | | | | | | * fix HTML parsing * simplify activity API * disable the action for non premium members | ||||
| | * | Fix 2830 Browse PQs as nearby search | mucek4 | 2013-09-04 | 1 | -0/+48 |
| | | | |||||
| * | | fix findbugs warnings | Bananeweizen | 2013-10-12 | 1 | -3/+3 |
| | | | | | | | | | * synchronize date parsing * use commons date formatting | ||||
| * | | fix #3341: Problem with special characters in waypoint | Bananeweizen | 2013-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: findbugs cleanups | Bananeweizen | 2013-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | typo | Bananeweizen | 2013-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | Do not try to hide an unpublished cache to its owner | Samuel Tardieu | 2013-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo. | ||||
| * | | avoid exception on log parsing for non logged in user | Bananeweizen | 2013-09-15 | 1 | -0/+10 |
| | | | |||||
| * | | Do not retry loading a page after 404 from gc.com | Samuel Tardieu | 2013-09-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error. | ||||
| * | | 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: use typed empty list instead of a List<Object> | Samuel Tardieu | 2013-09-14 | 1 | -2/+1 |
| | | | | | | | | | It will remove one recently introduced warning. | ||||
| * | | refactoring: add more annotations | Samuel Tardieu | 2013-09-14 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-14 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | fix #3276: NPE because of a null log types | Samuel Tardieu | 2013-09-14 | 1 | -2/+2 |
| | | | | |||||
