aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add method to refresh cache and some cleanupcampbeb2012-03-242-0/+34
* static code analysis and other fixesBananeweizen2012-03-181-8/+17
* refactoring: first part of removing cgBaseBananeweizen2012-03-104-5/+756
* fix #1238: Fatal Error while updating stored cachesBananeweizen2012-03-091-6/+2
* Moved methods to better fitting classesblafoo2012-02-291-1/+1
* Changed database handlingblafoo2012-02-081-1/+2
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-222-1/+74
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-4/+4
* refactoring: clean some TODOs in the codeBananeweizen2011-12-021-4/+2
* fix: images of GC caches not loaded due to relative URLsBananeweizen2011-11-301-1/+7
* fix: use 1x1 transparent image instead of undefined image for counterbananeweizen2011-11-261-2/+6
* fix: use finally block for closing resourcebananeweizen2011-11-261-5/+11
* fix: avoid out of memory when decoding large bitmapsBananeweizen2011-11-251-13/+25
* add another counter image to blacklistBananeweizen2011-11-251-1/+2
* fix several FindBugs warningsBananeweizen2011-11-191-1/+1
* Create directories only when we will write a fileSamuel Tardieu2011-11-161-2/+2
* Cache images systematicallySamuel Tardieu2011-11-011-22/+3
* Decode images that are not saved to diskSamuel Tardieu2011-11-011-0/+11
* Update log messages to reflect the source class nameSamuel Tardieu2011-11-011-5/+5
* fix #731: OOM in images when downloadingbananeweizen2011-10-301-0/+221
* Use existing HTTP connection code for Twitter authorization dialogSamuel Tardieu2011-10-101-0/+35