aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Collapse)AuthorAgeFilesLines
* #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
| |
* | #2083: target level 17 changesBananeweizen2012-11-192-7/+29
|/ | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes
* 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
|\ | | | | | | | | Conflicts: main/res/values/strings.xml
| * Fix #1790: use correct freshness information for picturesSamuel Tardieu2012-06-171-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | On some filesystems and Android versions, the "last modified" data on files cannot be modified after the file has been initially created. Since we use this information to indicate that a cached image has been refreshed, this could fail on some devices. Now, we use a degraded version of File#setLastModified if it returns false. This goes through an intermediate copy, but is always much more faster than getting the file from the network connection and saving it on the local storage.
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-171-2/+14
|\ \ | |/ | | | | | | | | Conflicts: main/res/values-cs/strings.xml main/res/values/strings.xml
| * Fix #1751: set language to EnglishSamuel Tardieu2012-06-171-2/+14
| | | | | | | | | | Using a simpler page and putting a referer seems to make the process more reliable.
* | Add some more counters to the blacklistSammysHP2012-06-031-1/+5
|/
* Refactoring: cleanup application startupSamuel Tardieu2012-05-301-2/+3
| | | | | | | | | | | | | This cleanup: - do not pass the cgeoapplication singleton to cgData - do not pretend that CacheCache is a singleton, it only occurs to have one instance in cgData - start version updater thread in cgeoapplication.onCreate(), once the object has been created, to avoid risking accessing the sole instance before it is fully initialized, this could lead to a crash at initialization time - use an available context object to access version information, which is not accessed frequently
* 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
| | | | This was requested by SammysHP.
* 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
| | | | This is necessary for #583.
* Refactoring: separate steps of network requestsSamuel Tardieu2012-05-111-1/+25
| | | | This is needed to implement #583.
* 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
|