aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: remove debug codeBananeweizen2012-12-262-4/+6
* 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 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-152-5/+3
|/
* fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
* #2083: target level 17 changesBananeweizen2012-11-192-7/+29
* fixed mixe-upMarco Jacob2012-10-161-2/+2
* fixes #1843 - settings for using native user agent insteadMarco Jacob2012-10-151-2/+13
* block another counterBananeweizen2012-10-081-1/+2
* Merge branch 'release' into upstreamSamuel Tardieu2012-06-171-1/+18
|\
| * Fix #1790: use correct freshness information for picturesSamuel Tardieu2012-06-171-1/+18
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-171-2/+14
|\ \ | |/
| * Fix #1751: set language to EnglishSamuel Tardieu2012-06-171-2/+14
* | Add some more counters to the blacklistSammysHP2012-06-031-1/+5
|/
* Refactoring: cleanup application startupSamuel Tardieu2012-05-301-2/+3
* Remove default strings as they only pollute the screenSamuel Tardieu2012-05-301-14/+0
* Get message from the notification serverSamuel Tardieu2012-05-301-0/+75
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
* Cleanup: remove deprecated constants and add missing overrideSamuel Tardieu2012-05-231-4/+4
* Use "UTF-8" string instead of a deprecated constantSamuel Tardieu2012-05-231-2/+1
* 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-235-36/+36
* Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-161-27/+3
* Add file upload capabilitiesSamuel Tardieu2012-05-111-0/+33
* Refactoring: separate steps of network requestsSamuel Tardieu2012-05-111-1/+25
* Removed deprecated warningsblafoo2012-05-101-2/+2
* Fix #1395: use "shared" pseudo-geocode for smileys imageSamuel Tardieu2012-05-091-10/+14
* refactoring: remove some activity contexts from non activity codeBananeweizen2012-05-031-6/+8
* Refactoring: remove unnecessary else statementsSamuel Tardieu2012-04-281-1/+2
* Refactoring: Network cleanupSamuel Tardieu2012-04-242-18/+15
* Refactoring: remove final modifier on some methodsSamuel Tardieu2012-04-221-1/+1
* Refactoring: cleanup control flowSamuel Tardieu2012-04-202-15/+14
* Add FIXME: message and ask for clarificationSamuel Tardieu2012-04-201-18/+17
* NPE when starting without NetworkPortree-Kid2012-04-201-1/+1
* Refactoring: centralize all network accesses through a single pointSamuel Tardieu2012-04-181-70/+91
* Add the possibility to merge or extend Parameters objectsSamuel Tardieu2012-04-181-5/+41
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-422/+0
* Refactoring: move getRequestLogged/postRequestlogged into LoginSamuel Tardieu2012-04-172-44/+42
* Refactoring: separate Cookies into their own fileSamuel Tardieu2012-04-173-44/+51
* Refactoring: put the header into a common placeSamuel Tardieu2012-04-171-2/+1
* Refactoring: remove unused methodSamuel Tardieu2012-04-171-5/+0
* Refactoring: use Parameters as a typeSamuel Tardieu2012-04-171-4/+3
* Refactoring: response cannot be nullSamuel Tardieu2012-04-171-1/+1
* Refactoring: use isSuccess() when possibleSamuel Tardieu2012-04-171-1/+1
* Refactoring: use common method to retrieve JSONSamuel Tardieu2012-04-171-15/+7
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-173-22/+19