aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring: do not use cgBase from NetworkSamuel Tardieu2012-04-171-21/+3
* Fix #1408: do not discard cache when saving cache dataSamuel Tardieu2012-04-161-2/+2
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-133-28/+58
|\
| * Add the possibility to set headers to a GET requestSamuel Tardieu2012-04-121-10/+36
| * Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-123-22/+26
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-123-36/+34
|/
* Remove never-used actualMemberStatusSamuel Tardieu2012-04-111-11/+0
* Remove unused methodsSamuel Tardieu2012-04-111-6/+0
* Refresh the data of confirmed cached dataSamuel Tardieu2012-04-021-2/+7
* Do not use stale information if the cache file does not exist anymoreSamuel Tardieu2012-04-021-1/+1
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-313-3/+3
* Cache ETag and Last-Modified HTTP headers for imagesSamuel Tardieu2012-03-252-46/+34