| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: null warnings and errors | Samuel Tardieu | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | Increase data transmission timeout | Samuel Tardieu | 2013-09-12 | 1 | -1/+1 |
| | | | | | | | The data transmission timeout has been increased from 30s to 90s, while the connection timeout has been let untouched at 30s. | ||||
| * | Remove retries on network access | Samuel Tardieu | 2013-09-12 | 1 | -21/+12 |
| | | | | | | This patch may be reverted later if it decreases the network success rate. | ||||
| * | refactoring: add @Nullable and @NonNull annotations | Samuel Tardieu | 2013-09-12 | 2 | -14/+38 |
| | | |||||
| * | Merge branch 'release' | rsudev | 2013-09-05 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #3085 - set string encoding for json StringEntity | Marco Jacob | 2013-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | findbugs: avoid catching raw exception type | Bananeweizen | 2013-08-25 | 1 | -29/+29 |
| |/ | |||||
| * | Merge remote-tracking branch 'rsudev/ocpl' | Bananeweizen | 2013-08-18 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: fix findbugs issues | Bananeweizen | 2013-08-18 | 1 | -3/+8 |
| |/ | |||||
| * | Merge branch 'release' | Bananeweizen | 2013-07-21 | 1 | -1/+1 |
| |\ | |||||
| | * | #2915: point closeout URL to FAQ instead | Bananeweizen | 2013-07-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes #2992 - Settings: show "authorize c:geo again" when appropriate | koem | 2013-07-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | This was a little more complicated than expected ... changing titles of settings is a task for someone who killed his grandmother. When authorization is already done, settings for twitter auth and OCDE auth show "authorize c:geo again". | ||||
| * | | fix #3020: document request headers for caching | Bananeweizen | 2013-07-19 | 1 | -1/+2 |
| | | | |||||
| * | | refactoring: extract constant | Bananeweizen | 2013-07-18 | 1 | -6/+7 |
| | | | |||||
| * | | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-06-22 | 1 | -0/+9 |
| |\ \ | |/ | | | | | | | | | | | Conflicts: main/res/values-fr/strings.xml main/res/values/strings.xml send2cgeo/send2cgeo.user.js | ||||
| | * | close #2915: add a closeout status message for sdk < 7 | Samuel Tardieu | 2013-06-22 | 1 | -0/+9 |
| | | | |||||
| * | | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 2 | -6/+6 |
| | | | |||||
| * | | fix #2861: blacklist another counter | Bananeweizen | 2013-06-09 | 1 | -1/+2 |
| | | | |||||
| * | | Implements OKAPI access for oc.de | rsudev | 2013-05-26 | 2 | -4/+338 |
| | | | | | | | | | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes | ||||
| * | | refactoring: make periodic handler use weak references | Samuel Tardieu | 2013-05-25 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | PeriodicHandler now uses weak references to keep a link to the looper that requested it. This way, it will not prevent the source from being garbage collected even though a delayed message may be queued in the handler. Also, at the next iteration, the periodic handler will notice that its starter looper has been garbage collected and will stop itself if it has not been already. | ||||
| * | | Merge branch 'fix-2733' into upstream | Samuel Tardieu | 2013-05-19 | 1 | -1/+2 |
| |\ \ | |/ | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml | ||||
| | * | refactoring: share the name of the shared image directory | Samuel Tardieu | 2013-05-19 | 1 | -1/+2 |
| | | | | | | | | | Part of work on #2733. | ||||
| * | | #1348: use buffered io | Bananeweizen | 2013-05-11 | 1 | -11/+6 |
| | | | |||||
| * | | #2537 reduce memory usage of downloaded images | Bananeweizen | 2013-04-26 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2668 from donEgro/release | SammysHP | 2013-04-20 | 1 | -0/+18 |
| |\ \ | | | | | | | Handle no network when refreshing caches, fixes #708 | ||||
| | * | | Fixed Issue #708 - Refresh caches + no internet = normal progress. | donEgro | 2013-04-20 | 1 | -0/+18 |
| | |/ | |||||
| * | | #2613: log error if image cannot be decoded | Bananeweizen | 2013-03-30 | 1 | -1/+5 |
| |/ | |||||
| * | Fixes #2538 - German Umlauts in image caption and description | koem | 2013-03-18 | 1 | -2/+10 |
| | | | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class | ||||
| * | Merge pull request #2494 from rsudev/6b | rsudev | 2013-02-23 | 1 | -2/+2 |
| |\ | | | | | Image upload, implements #6 | ||||
| | * | Merge remote-tracking branch 'campbeb/fix6a' into 6b | rsudev | 2013-02-18 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | | * | Fix #6 - Support uploading images with cache logs | campbeb | 2013-01-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix #2512: Load OC caches in preferred language (OKAPI) | Bananeweizen | 2013-02-23 | 1 | -0/+4 |
| |/ / | |||||
| * | | Check the HTTP response data for nullness | Samuel Tardieu | 2013-01-13 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although it should not happen, it looks like the response data from a successful HTTP request may be incorrect (for example because the connection was dropped before the whole body was received). Also, not being able to get the result is not necessarily an error. We will log it as a warning, and let the caller determine how it should be handled. Note that we removed the whitespace substitution in the process. The JSON body should already be well formed, and does not need any massaging before being used. | ||||
| * | | Add javadoc to BaseUtils#getResponseData | Samuel Tardieu | 2013-01-13 | 1 | -0/+16 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -0/+2 |
| |\ \ | |/ |/| | |||||
| | * | fix #2390: NPE in status updater | Bananeweizen | 2013-01-13 | 1 | -0/+2 |
| | | | |||||
| | * | fix #2144: webview on non UI thread exception | Bananeweizen | 2012-11-19 | 1 | -4/+2 |
| | | | |||||
| * | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: limit code repetitions | Samuel Tardieu | 2013-01-11 | 1 | -5/+2 |
| | | | |||||
| * | | Add counter to blacklist | campbeb | 2013-01-04 | 1 | -1/+2 |
| | | | |||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 2 | -4/+6 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | Reclassify debug information | Samuel Tardieu | 2012-12-19 | 1 | -1/+0 |
| | | | |||||
| * | | Refactoring: remove useless calls to super() | Samuel Tardieu | 2012-12-18 | 1 | -1/+0 |
| | | | |||||
| * | | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'cache_coords_wpt_ng' of ↵ | Samuel Tardieu | 2012-12-18 | 1 | -0/+23 |
| |\ \ | | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream | ||||
| | * | | Uploading of modified coords to geocaching.com | triakcz | 2012-12-18 | 1 | -0/+23 |
| | | | | |||||
| * | | | code cleanup | Bananeweizen | 2012-12-15 | 2 | -5/+3 |
| |/ / | | | | | * some CodePro Analytix findings | ||||
| * | | fix #2144: webview on non UI thread exception | Bananeweizen | 2012-11-19 | 1 | -4/+2 |
| | | | |||||
