| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements #3260, Images from opencaching.pl don't download | rsudev | 2013-09-14 | 1 | -5/+3 |
| | | | | | Loads them as spoilers like from gc.com | ||||
| * | Fixes #3227, Introduce Range limit for opencaching 'nearby' searches | rsudev | 2013-09-02 | 1 | -0/+1 |
| | | | | | added radius 200km | ||||
| * | Merge remote-tracking branch 'rsudev/ocpl' | Bananeweizen | 2013-08-18 | 9 | -21/+223 |
| |\ | | | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/settings/Settings.java main/src/cgeo/geocaching/settings/SettingsActivity.java | ||||
| | * | Implements OKAPI Live access for opencaching.pl | rsudev | 2013-07-26 | 9 | -21/+223 |
| | | | |||||
| * | | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 1 | -3/+1 |
| |/ | |||||
| * | Fixes #2880, Need maintenance seems no valid log type on OC.de | rsudev | 2013-07-20 | 1 | -1/+1 |
| | | |||||
| * | cleanup: downgrade unnecessary fields | Samuel Tardieu | 2013-07-14 | 1 | -3/+1 |
| | | |||||
| * | refactoring: simplify logic | Bananeweizen | 2013-07-14 | 1 | -35/+32 |
| | | | | | * avoid chained if-else with one variable * convert dateformat to constant | ||||
| * | Fix #2986, OC: Cache count not updated after online log | rsudev | 2013-07-14 | 1 | -3/+5 |
| | | | | | Request logcount again after posting a log | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 3 | -3/+3 |
| | | |||||
| * | refactoring: minor cleanup, experimenting with Checkstyle | Bananeweizen | 2013-07-07 | 1 | -2/+2 |
| | | |||||
| * | Fixes #2930, retrieve personal note for opencaching | rsudev | 2013-06-28 | 1 | -1/+5 |
| | | |||||
| * | Implements #2900, Support logging with password (oc) | rsudev | 2013-06-27 | 2 | -5/+10 |
| | | | | | | Extends db, geocache and OKAPI to retrieve and store the property Extends logging UI and OKAPI to allow entering and sending it | ||||
| * | Move resource-ids to UserInfoStatus | rsudev | 2013-06-26 | 3 | -48/+44 |
| | | |||||
| * | Improved message for non-authorized OKAPI connectors | rsudev | 2013-06-25 | 2 | -1/+6 |
| | | |||||
| * | Implements #2811 and makes the main screen status fully dynamc | rsudev | 2013-06-23 | 2 | -13/+49 |
| | | |||||
| * | refactoring: remove code duplication | Bananeweizen | 2013-06-21 | 1 | -45/+36 |
| | | |||||
| * | Fix Api-Level handling for OKAPI searches | rsudev | 2013-06-14 | 1 | -17/+4 |
| | | |||||
| * | Merge pull request #2868 from rsudev/issue2811 | Bananeweizen | 2013-06-13 | 3 | -1/+86 |
| |\ | | | | | Implements #2811, Login status after enabled cache sources | ||||
| | * | Implements #2811, Login status after enabled cache sources | rsudev | 2013-06-09 | 3 | -1/+86 |
| | | | |||||
| * | | Added a comment about OKAPI hint format | rsudev | 2013-06-10 | 1 | -0/+1 |
| |/ | |||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -3/+3 |
| | | |||||
| * | Fixes #2807, OC.de still enabled although switched off | rsudev | 2013-06-08 | 1 | -0/+5 |
| | | | | | Setting was simply not taken into account... | ||||
| * | refactoring: extract constant | Bananeweizen | 2013-06-08 | 1 | -13/+15 |
| | | | | * also optimize append for character only | ||||
| * | Fixes #2829, OC caches do not refresh | rsudev | 2013-06-05 | 1 | -1/+1 |
| | | | | | | The request fields were checking for level3 OAuth, but the request was using level1. | ||||
| * | fix #2820: OC search no longer working without authorization | Bananeweizen | 2013-06-01 | 3 | -19/+39 |
| | | |||||
| * | refactoring: remove the cache realm | Bananeweizen | 2013-06-01 | 1 | -3/+7 |
| | | | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead | ||||
| * | Fixes #2800, Reactivate OCTest | rsudev | 2013-05-31 | 5 | -25/+132 |
| | | | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test | ||||
| * | Fixed issue with not loggable OC-caches | rsudev | 2013-05-28 | 1 | -0/+4 |
| | | |||||
| * | Fix 'escapeHtml' missing in older Api-versions | rsudev | 2013-05-26 | 1 | -2/+1 |
| | | |||||
| * | Fixes after review | rsudev | 2013-05-26 | 1 | -1/+1 |
| | | |||||
| * | Implements OKAPI access for oc.de | rsudev | 2013-05-26 | 8 | -986/+597 |
| | | | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes | ||||
| * | Generate okapi attribute parser | rsudev | 2013-05-26 | 1 | -0/+327 |
| | | |||||
| * | #1348: use buffered io | Bananeweizen | 2013-05-11 | 1 | -2/+9 |
| | | |||||
| * | improve display of log texts for OC | Bananeweizen | 2013-04-01 | 1 | -9/+17 |
| | | | | * remove even more unneeded whitespace | ||||
| * | new: strip unneeded markup from OC descriptions | Bananeweizen | 2013-03-02 | 1 | -9/+19 |
| | | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -1/+3 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | fix #2492: Add copyright note to OC connector | Bananeweizen | 2013-02-23 | 1 | -0/+7 |
| | | |||||
| * | fix #2512: Load OC caches in preferred language (OKAPI) | Bananeweizen | 2013-02-23 | 1 | -1/+11 |
| | | |||||
| * | Fixes #2486, Archived/Disabled OC-caches returned in nearby search | rsudev | 2013-02-15 | 2 | -4/+19 |
| | | | | | | | Correct handling of flags and attributes in Parser Added Testcase Added method for unfiltered parsing for single cache downlaods | ||||
| * | Fixes #2441, sets oc userid as OwnerUserId | rsudev | 2013-02-14 | 2 | -3/+14 |
| | | |||||
| * | reduce memory usage for cache lists | Bananeweizen | 2013-02-14 | 1 | -1/+1 |
| | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs | ||||
| * | Merge branch 'master' into oc_icons | koem | 2013-02-12 | 4 | -3/+21 |
| |\ | | | | | | | | | - changed icons - repaired test class | ||||
| | * | Fix #2348, Cache description is missing for OC0537 | rsudev | 2013-02-11 | 1 | -1/+1 |
| | | | | | | | | | Added failing testcase and fixed modifiedsince in query-string | ||||
| | * | Fix #2441, Owner information not shown for OC.de caches | rsudev | 2013-02-11 | 2 | -1/+11 |
| | | | | | | | | | Extended oc connector to return owner state as well | ||||
| | * | #2441: cache owner information for OC | Bananeweizen | 2013-02-11 | 1 | -0/+8 |
| | | | |||||
| | * | #2347: fix bad attribute mapping | Bananeweizen | 2013-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | Icons for OC | koem | 2013-02-11 | 2 | -360/+1 |
| |/ | | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons | ||||
| * | Fix #2459, Attended is not detected as found for OC | rsudev | 2013-02-07 | 1 | -1/+1 |
| | | | | | Extended parser to detect the additional logtype | ||||
| * | Restrict LazyInitializedList to the List interface | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList. | ||||
