aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: remove unused codeBananeweizen2013-10-051-14/+0
|
* #2210: convert cache menu to resourceBananeweizen2013-09-291-3/+28
|
* Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-151-2/+4
| | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error.
* refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-151-19/+14
| | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler.
* Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-152-24/+1
|
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
| | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* Merge branch 'release'Bananeweizen2013-09-141-2/+3
|\
| * fix #3250: Strip HTML before using translateBananeweizen2013-09-141-2/+3
| |
* | refactoring: do not use default encodingSamuel Tardieu2013-09-141-1/+3
| | | | | | | | | | | | For headers and mount point parsing, we use UTF-8, which is almost certainly the default on the platform, even if only the ASCII plane is likely to be used.
* | refactoring: add more annotationsSamuel Tardieu2013-09-141-1/+7
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-141-3/+13
|\ \ | |/
| * fix #3277: NPE when saving a scaled imageSamuel Tardieu2013-09-141-3/+13
| |
| * Move image scaling code to ImageUtilsMarco Jacob2013-09-051-0/+70
| | | | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/ImageUtils.java
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-136-13/+13
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-5/+5
| |
* | refactoring: constants in upper caseBananeweizen2013-09-121-9/+9
| |
* | refactoring: fix potential null pointerBananeweizen2013-09-121-1/+3
| |
* | Move image scaling code to ImageUtilsMarco Jacob2013-09-041-0/+70
| |
* | findbugs cleanup: default encodingBananeweizen2013-08-282-17/+27
| |
* | refactoring: findbugs cleanupBananeweizen2013-08-261-1/+2
| | | | | | * don't catch raw exceptions
* | findbugs: avoid catching raw exception typeBananeweizen2013-08-251-1/+2
| |
* | new unit testBananeweizen2013-08-251-0/+5
| |
* | refactoring: make SimpleHandler even simplerSamuel Tardieu2013-08-251-32/+4
| | | | | | | | Remove everything not used by instances or subclasses.
* | refactoring: remove unnecessary returnSamuel Tardieu2013-08-252-2/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-08-251-5/+0
|\ \ | |/
| * fix #3185: NPE in GeoDirHandlerSamuel Tardieu2013-08-251-5/+0
| | | | | | | | | | | | | | One must not unconditionnally update geolocation and direction data as it may be null. This is a more correct fix for #2717.
* | #3180: Backup date not correct after backupBananeweizen2013-08-251-1/+1
|/ | | * check backup file size
* fix #3145: Directory creation error logsBananeweizen2013-08-191-2/+3
|
* fix #3145: Directory creation error logsBananeweizen2013-08-191-1/+1
|
* refactoring: more findbugs cleanupBananeweizen2013-08-181-0/+14
|
* refactoring: fix findbugs issuesBananeweizen2013-08-183-11/+37
|
* fix broken testsBananeweizen2013-08-141-1/+4
|
* refactoring: extract common codeBananeweizen2013-08-141-2/+8
|
* Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popuprsudev2013-08-101-0/+39
| | | | | | Introduced a new class 'UncertainProperty' Used it for coords and cachetype Removed global zoomlevel for geocache
* refactoring: move DB backup into new utils classBananeweizen2013-07-311-0/+115
|
* fix #3061: name sorting wrong for certain number combinationsBananeweizen2013-07-281-0/+4
|
* refactoring: remove author tags from sourceBananeweizen2013-07-281-2/+0
| | | | | | * recommended best practice for open source projects to foster community aspect * alternative of documenting each author everywhere is hard to maintain * git blame can be used more easily anyway
* change: make gpx export name more readableBananeweizen2013-07-281-0/+26
| | | | | * use only date instead of date and time * format date using dashes * append _2, _3, ... with further exports
* fixes #3021 - introduce named constantsMarco Jacob2013-07-242-18/+9
|
* refactoring: move intent based check to ProcessUtilsBananeweizen2013-07-211-2/+13
|
* Fixes #2931 - make Handler static to solve lintMarco Jacob2013-07-182-0/+151
|
* fix #2994: have [NUMBER] template respect cache sourceBananeweizen2013-07-171-23/+18
|
* refactoring: cleanupBananeweizen2013-07-171-26/+37
|
* Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-161-1/+6
|
* Implements #750, use preference activitykoem2013-07-093-5/+5
|
* fix #2937: Merging of personal note not OKBananeweizen2013-07-051-2/+2
|
* Fixes #2923, Menu slow to open in cache detailsrsudev2013-06-272-2/+20
| | | | Removed costly scan of installed packages for launchable apps
* new: only show streetview menu if availableBananeweizen2013-06-211-2/+21
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-1514-18/+55
|
* fix #2877: empty trackables pageBananeweizen2013-06-131-0/+3
|