aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Collapse)AuthorAgeFilesLines
* fix: null warnings and errorsSamuel Tardieu2013-09-121-1/+1
|
* Increase data transmission timeoutSamuel Tardieu2013-09-121-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 accessSamuel Tardieu2013-09-121-21/+12
| | | | | This patch may be reverted later if it decreases the network success rate.
* refactoring: add @Nullable and @NonNull annotationsSamuel Tardieu2013-09-122-14/+38
|
* Merge branch 'release'rsudev2013-09-051-1/+1
|\
| * fix #3085 - set string encoding for json StringEntityMarco Jacob2013-09-051-1/+1
| |
* | findbugs: avoid catching raw exception typeBananeweizen2013-08-251-29/+29
|/
* Merge remote-tracking branch 'rsudev/ocpl'Bananeweizen2013-08-181-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.plrsudev2013-07-261-2/+2
| |
* | refactoring: fix findbugs issuesBananeweizen2013-08-181-3/+8
|/
* Merge branch 'release'Bananeweizen2013-07-211-1/+1
|\
| * #2915: point closeout URL to FAQ insteadBananeweizen2013-07-211-1/+1
| |
* | Fixes #2992 - Settings: show "authorize c:geo again" when appropriatekoem2013-07-191-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 cachingBananeweizen2013-07-191-1/+2
| |
* | refactoring: extract constantBananeweizen2013-07-181-6/+7
| |
* | Implements #750, use preference activitykoem2013-07-091-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-06-221-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 < 7Samuel Tardieu2013-06-221-0/+9
| |
* | refactoring: minor cleanup in utils classesBananeweizen2013-06-152-6/+6
| |
* | fix #2861: blacklist another counterBananeweizen2013-06-091-1/+2
| |
* | Implements OKAPI access for oc.dersudev2013-05-262-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 referencesSamuel Tardieu2013-05-251-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 upstreamSamuel Tardieu2013-05-191-1/+2
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * refactoring: share the name of the shared image directorySamuel Tardieu2013-05-191-1/+2
| | | | | | | | Part of work on #2733.
* | #1348: use buffered ioBananeweizen2013-05-111-11/+6
| |
* | #2537 reduce memory usage of downloaded imagesBananeweizen2013-04-261-0/+1
| |
* | Merge pull request #2668 from donEgro/releaseSammysHP2013-04-201-0/+18
|\ \ | | | | | | Handle no network when refreshing caches, fixes #708
| * | Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-201-0/+18
| |/
* | #2613: log error if image cannot be decodedBananeweizen2013-03-301-1/+5
|/
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-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/6brsudev2013-02-231-2/+2
|\ | | | | Image upload, implements #6
| * Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-181-2/+2
| |\ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| | * Fix #6 - Support uploading images with cache logscampbeb2013-01-161-2/+2
| | |
* | | fix #2512: Load OC caches in preferred language (OKAPI)Bananeweizen2013-02-231-0/+4
|/ /
* | Check the HTTP response data for nullnessSamuel Tardieu2013-01-131-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#getResponseDataSamuel Tardieu2013-01-131-0/+16
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-0/+2
|\ \ | |/ |/|
| * fix #2390: NPE in status updaterBananeweizen2013-01-131-0/+2
| |
| * fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
| |
* | refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
| |
* | Refactoring: limit code repetitionsSamuel Tardieu2013-01-111-5/+2
| |
* | Add counter to blacklistcampbeb2013-01-041-1/+2
| |
* | code cleanup: remove debug codeBananeweizen2012-12-262-4/+6
| | | | | | * fixed some more issues of Findbugs and CodePro
* | Reclassify debug informationSamuel Tardieu2012-12-191-1/+0
| |
* | Refactoring: remove useless calls to super()Samuel Tardieu2012-12-181-1/+0
| |
* | Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
| |
* | Merge branch 'cache_coords_wpt_ng' of ↵Samuel Tardieu2012-12-181-0/+23
|\ \ | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-181-0/+23
| | |
* | | code cleanupBananeweizen2012-12-152-5/+3
|/ / | | | | * some CodePro Analytix findings
* | fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
| |