| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #2537 reduce memory usage of downloaded images | Bananeweizen | 2013-04-26 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #2668 from donEgro/release | SammysHP | 2013-04-20 | 1 | -0/+18 |
| |\ | | | | | Handle no network when refreshing caches, fixes #708 | ||||
| | * | Fixed Issue #708 - Refresh caches + no internet = normal progress. | donEgro | 2013-04-20 | 1 | -0/+18 |
| | | | |||||
| * | | #2613: log error if image cannot be decoded | Bananeweizen | 2013-03-30 | 1 | -1/+5 |
| |/ | |||||
| * | Fixes #2538 - German Umlauts in image caption and description | koem | 2013-03-18 | 1 | -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/6b | rsudev | 2013-02-23 | 1 | -2/+2 |
| |\ | | | | | Image upload, implements #6 | ||||
| | * | Merge remote-tracking branch 'campbeb/fix6a' into 6b | rsudev | 2013-02-18 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | | * | Fix #6 - Support uploading images with cache logs | campbeb | 2013-01-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix #2512: Load OC caches in preferred language (OKAPI) | Bananeweizen | 2013-02-23 | 1 | -0/+4 |
| |/ / | |||||
| * | | Check the HTTP response data for nullness | Samuel Tardieu | 2013-01-13 | 1 | -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#getResponseData | Samuel Tardieu | 2013-01-13 | 1 | -0/+16 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -0/+2 |
| |\ \ | |/ |/| | |||||
| | * | fix #2390: NPE in status updater | Bananeweizen | 2013-01-13 | 1 | -0/+2 |
| | | | |||||
| | * | fix #2144: webview on non UI thread exception | Bananeweizen | 2012-11-19 | 1 | -4/+2 |
| | | | |||||
| * | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: limit code repetitions | Samuel Tardieu | 2013-01-11 | 1 | -5/+2 |
| | | | |||||
| * | | Add counter to blacklist | campbeb | 2013-01-04 | 1 | -1/+2 |
| | | | |||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 2 | -4/+6 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | Reclassify debug information | Samuel Tardieu | 2012-12-19 | 1 | -1/+0 |
| | | | |||||
| * | | Refactoring: remove useless calls to super() | Samuel Tardieu | 2012-12-18 | 1 | -1/+0 |
| | | | |||||
| * | | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'cache_coords_wpt_ng' of ↵ | Samuel Tardieu | 2012-12-18 | 1 | -0/+23 |
| |\ \ | | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream | ||||
| | * | | Uploading of modified coords to geocaching.com | triakcz | 2012-12-18 | 1 | -0/+23 |
| | | | | |||||
| * | | | code cleanup | Bananeweizen | 2012-12-15 | 2 | -5/+3 |
| |/ / | | | | | * some CodePro Analytix findings | ||||
| * | | fix #2144: webview on non UI thread exception | Bananeweizen | 2012-11-19 | 1 | -4/+2 |
| | | | |||||
| * | | #2083: target level 17 changes | Bananeweizen | 2012-11-19 | 2 | -7/+29 |
| |/ | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes | ||||
| * | fixed mixe-up | Marco Jacob | 2012-10-16 | 1 | -2/+2 |
| | | |||||
| * | fixes #1843 - settings for using native user agent instead | Marco Jacob | 2012-10-15 | 1 | -2/+13 |
| | | |||||
| * | block another counter | Bananeweizen | 2012-10-08 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2012-06-17 | 1 | -1/+18 |
| |\ | | | | | | | | | Conflicts: main/res/values/strings.xml | ||||
| | * | Fix #1790: use correct freshness information for pictures | Samuel Tardieu | 2012-06-17 | 1 | -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 upstream | Samuel Tardieu | 2012-06-17 | 1 | -2/+14 |
| |\ \ | |/ | | | | | | | | | Conflicts: main/res/values-cs/strings.xml main/res/values/strings.xml | ||||
| | * | Fix #1751: set language to English | Samuel Tardieu | 2012-06-17 | 1 | -2/+14 |
| | | | | | | | | | | | Using a simpler page and putting a referer seems to make the process more reliable. | ||||
| * | | Add some more counters to the blacklist | SammysHP | 2012-06-03 | 1 | -1/+5 |
| |/ | |||||
| * | Refactoring: cleanup application startup | Samuel Tardieu | 2012-05-30 | 1 | -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 screen | Samuel Tardieu | 2012-05-30 | 1 | -14/+0 |
| | | |||||
| * | Get message from the notification server | Samuel Tardieu | 2012-05-30 | 1 | -0/+75 |
| | | |||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+1 |
| | | | | | This was requested by SammysHP. | ||||
| * | Cleanup: remove deprecated constants and add missing override | Samuel Tardieu | 2012-05-23 | 1 | -4/+4 |
| | | |||||
| * | Use "UTF-8" string instead of a deprecated constant | Samuel Tardieu | 2012-05-23 | 1 | -2/+1 |
| | | |||||
| * | Use library-provided GzipDecompressingEntity | Samuel Tardieu | 2012-05-23 | 1 | -21/+1 |
| | | |||||
| * | Handle HTTP redirections gracefully | Samuel Tardieu | 2012-05-23 | 1 | -0/+22 |
| | | |||||
| * | Use httpclientandroidlib instead of plain old httpclient | Samuel Tardieu | 2012-05-23 | 5 | -36/+36 |
| | | |||||
| * | Fix #1569: download details preview through StaticMapsProvider | Marco Jacob | 2012-05-16 | 1 | -27/+3 |
| | | |||||
| * | Add file upload capabilities | Samuel Tardieu | 2012-05-11 | 1 | -0/+33 |
| | | | | | This is necessary for #583. | ||||
| * | Refactoring: separate steps of network requests | Samuel Tardieu | 2012-05-11 | 1 | -1/+25 |
| | | | | | This is needed to implement #583. | ||||
| * | Removed deprecated warnings | blafoo | 2012-05-10 | 1 | -2/+2 |
| | | |||||
| * | Fix #1395: use "shared" pseudo-geocode for smileys image | Samuel Tardieu | 2012-05-09 | 1 | -10/+14 |
| | | |||||
| * | refactoring: remove some activity contexts from non activity code | Bananeweizen | 2012-05-03 | 1 | -6/+8 |
| | | |||||
| * | Refactoring: remove unnecessary else statements | Samuel Tardieu | 2012-04-28 | 1 | -1/+2 |
| | | |||||
