aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network/Network.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: move charset definition into TextUtilsSamuel Tardieu2014-04-101-9/+1
* Remove redundant prefixSamuel Tardieu2014-03-221-14/+14
* Use DecompressingHttpClient instead of our ownSamuel Tardieu2014-02-271-42/+2
* Use LaxRedirectStrategy instead of our ownSamuel Tardieu2014-02-271-22/+2
* Ensure that we do not generate a NPE while reading response streamSamuel Tardieu2014-01-181-0/+25
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
* Implements part of #3267, Detect and report time-skew that prevents okapi accessrsudev2013-10-141-0/+6
* Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-151-0/+4
* refactoring: adjust method name to purposeSamuel Tardieu2013-09-141-6/+6
* refactoring: remove useless parenthesesSamuel Tardieu2013-09-131-1/+1
* fix: null warnings and errorsSamuel Tardieu2013-09-121-1/+1
* Increase data transmission timeoutSamuel Tardieu2013-09-121-1/+1
* Remove retries on network accessSamuel Tardieu2013-09-121-21/+12
* refactoring: add @Nullable and @NonNull annotationsSamuel Tardieu2013-09-121-11/+32
* fix #3085 - set string encoding for json StringEntityMarco Jacob2013-09-051-1/+1
* 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
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-4/+4
* Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-201-0/+18
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-2/+10
* Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-181-2/+2
|\
| * Fix #6 - Support uploading images with cache logscampbeb2013-01-161-2/+2
* | Check the HTTP response data for nullnessSamuel Tardieu2013-01-131-5/+11
* | 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: limit code repetitionsSamuel Tardieu2013-01-111-5/+2
* | code cleanup: remove debug codeBananeweizen2012-12-261-3/+3
* | Reclassify debug informationSamuel Tardieu2012-12-191-1/+0
* | Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
* | Merge branch 'cache_coords_wpt_ng' of https://github.com/triakcz/c-geo-openso...Samuel Tardieu2012-12-181-0/+23
|\ \
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-181-0/+23
* | | code cleanupBananeweizen2012-12-151-4/+2
|/ /
* | fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
* | #2083: target level 17 changesBananeweizen2012-11-191-1/+24
|/
* fixed mixe-upMarco Jacob2012-10-161-2/+2
* fixes #1843 - settings for using native user agent insteadMarco Jacob2012-10-151-2/+13
* Fix #1751: set language to EnglishSamuel Tardieu2012-06-171-2/+14
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
* Cleanup: remove deprecated constants and add missing overrideSamuel Tardieu2012-05-231-4/+4
* Use library-provided GzipDecompressingEntitySamuel Tardieu2012-05-231-21/+1
* Handle HTTP redirections gracefullySamuel Tardieu2012-05-231-0/+22
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-26/+26
* Add file upload capabilitiesSamuel Tardieu2012-05-111-0/+33
* Refactoring: separate steps of network requestsSamuel Tardieu2012-05-111-1/+25
* Refactoring: Network cleanupSamuel Tardieu2012-04-241-16/+13
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-10/+13
* NPE when starting without NetworkPortree-Kid2012-04-201-1/+1