| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixes #3939, Will attend not counted in log summary on OC-logbooks | rsudev | 2014-06-11 | 1 | -1/+4 |
| * | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 2 | -4/+4 |
| * | cleanup: fix Java warnings | Michael Keppler | 2014-06-07 | 1 | -1/+1 |
| * | Implements #3944, Geokrety support for OC | rsudev | 2014-06-06 | 1 | -8/+40 |
| * | Implement a small internal browser (using webview) and allow the user to pick... | Arne Schwabe | 2014-05-24 | 1 | -1/+1 |
| * | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ... | Arne Schwabe | 2014-05-24 | 16 | -49/+18 |
| * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 16 | -18/+49 |
| * | Fixes #3838, All caches are "own" if not logged in to GC.com | rsudev | 2014-05-17 | 2 | -3/+3 |
| * | 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 |
| * | | 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 |
| * | | Load friends logs and own log in parallel | Samuel Tardieu | 2014-05-13 | 1 | -102/+115 |
| * | | change: set ownerUserId for OC caches | Bananeweizen | 2014-05-11 | 1 | -2/+5 |
| * | | Merge pull request #3808 from marco-dev/personalLogsOnFriendsTab | rsudev | 2014-05-05 | 1 | -51/+86 |
| |\ \ |
|
| | * | | Fixes #1793 - personal logs on friends logs tab | Marco Jacob | 2014-05-03 | 1 | -51/+86 |
| | |/ |
|
| * | | Fixes #3809, Cannot hide owned caches on live map; OpenCaching.us | rsudev | 2014-05-04 | 1 | -0/+6 |
| |/ |
|
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 2 | -9/+10 |
| * | 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 |
| * | Refactoring opencaching implementation | rsudev | 2014-04-07 | 13 | -316/+97 |
| * | Implements #3692. Add support for new opencaching nodes | rsudev | 2014-04-07 | 7 | -2/+187 |
| * | Remove inlined method | Samuel Tardieu | 2014-04-05 | 1 | -22/+0 |
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 1 | -28/+44 |
| * | fix #3707: missing method in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 1 | -24/+4 |
| * | fix #2906: newly loaded found caches are added to the history | Samuel Tardieu | 2014-03-27 | 1 | -11/+0 |
| * | Fixes #3518, Online log on OC without authentication not prohibited | rsudev | 2014-03-25 | 1 | -0/+13 |
| * | Upgrade to RxJava 0.17.1 + cgeo patch | Samuel Tardieu | 2014-03-22 | 1 | -1/+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 #3547, Nearby search does not respect type filter for OX-caches | rsudev | 2014-03-15 | 1 | -24/+71 |
| * | | Fixes #3639, Type filters on live map unreliable | rsudev | 2014-03-14 | 1 | -7/+70 |
| * | | 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 |
| * | | Fixes #3517, Search by finder should ignore "Hide found" when searching for o... | rsudev | 2014-02-22 | 3 | -9/+27 |
| * | | Finally fixes #3267, Detect and report time-skew that prevents okapi access | rsudev | 2014-02-22 | 2 | -0/+31 |
| * | | Update to RxJava 0.17.0-RC2 | Samuel Tardieu | 2014-02-18 | 5 | -7/+7 |
| * | | Fixes #3617, Archived message is shown as note | rsudev | 2014-02-18 | 1 | -0/+24 |
| * | | fix #3589: export only GC field notes | Bananeweizen | 2014-02-02 | 2 | -1/+54 |
| * | | 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 |