aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils
Commit message (Collapse)AuthorAgeFilesLines
* findbugs: more cleanupBananeweizen2013-12-082-0/+6
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* Merge pull request #3437 from marco-dev/fixImageUtilsAnnotationsMarco Jacob2013-11-231-4/+5
|\ | | | | | | No more comments, merging. Corrected @NonNull annotations
| * Corrected @NonNull annotationsMarco Jacob2013-11-221-4/+12
| |
* | fix compile errors in ImageUtilsBananeweizen2013-11-161-5/+8
| |
* | fix some FindBugs warningsMarco Jacob2013-11-151-0/+1
|/
* Merge pull request #3430 from marco-dev/refactorLogImagePreviewBananeweizen2013-11-131-20/+51
|\ | | | | fixes #3230 - downsample and scale preview log image
| * fixes #3230 - downsample and scale preview log image according to display sizeMarco Jacob2013-11-131-20/+51
| |
* | fix #3396: crash on logging event cacheBananeweizen2013-11-091-0/+12
| |
* | fix #3402: crash on GPX exportBananeweizen2013-11-091-0/+12
|/
* fix #3378: Placeholder [LOG] not working for TB tweetsBananeweizen2013-10-261-1/+2
|
* fix #3368: New placeholer [LOG] for twitter templateBananeweizen2013-10-191-4/+21
|
* fix #3365: Twitter placeholder not workingBananeweizen2013-10-191-0/+29
|
* fix findbugs warningsBananeweizen2013-10-121-0/+18
| | | | * synchronize date parsing * use commons date formatting
* 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