| 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 | 2 | -4/+4 |
| | | | |||||
| * | | Implement a small internal browser (using webview) and allow the user to ↵ | Arne Schwabe | 2014-05-24 | 1 | -1/+1 |
| | | | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url | ||||
| * | | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵ | Arne Schwabe | 2014-05-24 | 1 | -6/+1 |
| | | | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f. | ||||
| * | | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 1 | -1/+6 |
| | | | | | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. | ||||
| * | | Fixes #3838, All caches are "own" if not logged in to GC.com | rsudev | 2014-05-17 | 1 | -2/+2 |
| | | | | | | | | | - check for empty user name in owner check for oc and gc | ||||
| * | | minor code cleanups | Bananeweizen | 2014-05-17 | 4 | -30/+2 |
| | | | |||||
| * | | 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 | 2 | -2/+2 |
| |\ \ | |/ | |||||
| | * | fix #3836: cache type is no longer recognized due to gc.com change | Samuel Tardieu | 2014-05-13 | 2 | -2/+2 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | Take advantage of RxJava's renewed Android operators | Samuel Tardieu | 2014-04-20 | 1 | -3/+4 |
| | | |||||
| * | fixes #3313 - on enable/disable logging also set cache enabled/disabled | Marco Jacob | 2014-04-08 | 1 | -0/+7 |
| | | |||||
| * | Remove inlined method | Samuel Tardieu | 2014-04-05 | 1 | -22/+0 |
| | | |||||
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 1 | -28/+44 |
| | | | | | This lets us return to an unmodified version of RxJava. | ||||
| * | 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. | ||||
| * | Upgrade to RxJava 0.17.1 + cgeo patch | Samuel Tardieu | 2014-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1 | ||||
| * | Merge branch 'release' | SammysHP | 2014-03-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #3662: Pocket Query Download function - empty list | SammysHP | 2014-03-17 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes #3639, Type filters on live map unreliable | rsudev | 2014-03-14 | 1 | -7/+70 |
| | | | | | | | | | - extend type filter for live map to cover all supported types | ||||
| * | | Use already defined method to put viewstates | Samuel Tardieu | 2014-03-11 | 1 | -10/+1 |
| | | | |||||
| * | | Add missing serialVersionUID to TileCache | Samuel Tardieu | 2014-03-06 | 1 | -1/+3 |
| | | | |||||
| * | | Fix FindBugs warning | Samuel Tardieu | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: use a LRUSet instead of a LRUMap for tile cache | Samuel Tardieu | 2014-03-06 | 2 | -27/+14 |
| | | | |||||
| * | | refactoring: move GC specific code in GCParser | Samuel Tardieu | 2014-02-28 | 1 | -2/+18 |
| | | | |||||
| * | | refactoring: style fix | Samuel Tardieu | 2014-02-27 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Update to RxJava 0.17.0-RC2 | Samuel Tardieu | 2014-02-18 | 2 | -3/+3 |
| | | | |||||
| * | | fix #3589: export only GC field notes | Bananeweizen | 2014-02-02 | 1 | -1/+41 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-28 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | fix #3585: trackable name and type not parsed | Samuel Tardieu | 2014-01-28 | 1 | -2/+2 |
| | | | |||||
| * | | remove some nullness warnings in Eclipse | Bananeweizen | 2014-01-27 | 2 | -5/+10 |
| | | | |||||
| * | | fix deprecations | Bananeweizen | 2014-01-19 | 1 | -2/+3 |
| | | | | | | | | | * remove rxjava deprecations * silence commons lang deprecations | ||||
| * | | remove eclipse warnings about potential null pointer | Bananeweizen | 2014-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Ensure that we do not generate a NPE while reading response stream | Samuel Tardieu | 2014-01-18 | 1 | -13/+13 |
| | | | |||||
| * | | refactoring: simplify RecaptchReceiver a bit | Samuel Tardieu | 2014-01-17 | 1 | -11/+11 |
| | | | |||||
| * | | refactoring: cleanup logic flow of RecaptchaHandler | Samuel Tardieu | 2014-01-17 | 2 | -126/+113 |
| | | | |||||
| * | | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 3 | -7/+5 |
| | | | |||||
| * | | fix #3173: open specific connector preferences on missing login | Bananeweizen | 2014-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 4 | -9/+9 |
| | | | |||||
| * | | refactoring: remove unused or useless parameters | Samuel Tardieu | 2014-01-08 | 1 | -8/+9 |
| | | | |||||
