| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | findbugs: more cleanup | Bananeweizen | 2013-12-08 | 2 | -0/+6 |
| | | | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings | ||||
| * | Merge pull request #3437 from marco-dev/fixImageUtilsAnnotations | Marco Jacob | 2013-11-23 | 1 | -4/+5 |
| |\ | | | | | | | No more comments, merging. Corrected @NonNull annotations | ||||
| | * | Corrected @NonNull annotations | Marco Jacob | 2013-11-22 | 1 | -4/+12 |
| | | | |||||
| * | | fix compile errors in ImageUtils | Bananeweizen | 2013-11-16 | 1 | -5/+8 |
| | | | |||||
| * | | fix some FindBugs warnings | Marco Jacob | 2013-11-15 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #3430 from marco-dev/refactorLogImagePreview | Bananeweizen | 2013-11-13 | 1 | -20/+51 |
| |\ | | | | | fixes #3230 - downsample and scale preview log image | ||||
| | * | fixes #3230 - downsample and scale preview log image according to display size | Marco Jacob | 2013-11-13 | 1 | -20/+51 |
| | | | |||||
| * | | fix #3396: crash on logging event cache | Bananeweizen | 2013-11-09 | 1 | -0/+12 |
| | | | |||||
| * | | fix #3402: crash on GPX export | Bananeweizen | 2013-11-09 | 1 | -0/+12 |
| |/ | |||||
| * | fix #3378: Placeholder [LOG] not working for TB tweets | Bananeweizen | 2013-10-26 | 1 | -1/+2 |
| | | |||||
| * | fix #3368: New placeholer [LOG] for twitter template | Bananeweizen | 2013-10-19 | 1 | -4/+21 |
| | | |||||
| * | fix #3365: Twitter placeholder not working | Bananeweizen | 2013-10-19 | 1 | -0/+29 |
| | | |||||
| * | fix findbugs warnings | Bananeweizen | 2013-10-12 | 1 | -0/+18 |
| | | | | | * synchronize date parsing * use commons date formatting | ||||
| * | refactoring: remove unused code | Bananeweizen | 2013-10-05 | 1 | -14/+0 |
| | | |||||
| * | #2210: convert cache menu to resource | Bananeweizen | 2013-09-29 | 1 | -3/+28 |
| | | |||||
| * | Do not retry loading a page after 404 from gc.com | Samuel Tardieu | 2013-09-15 | 1 | -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 needed | Samuel Tardieu | 2013-09-15 | 1 | -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 own | Samuel Tardieu | 2013-09-15 | 2 | -24/+1 |
| | | |||||
| * | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -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' | Bananeweizen | 2013-09-14 | 1 | -2/+3 |
| |\ | |||||
| | * | fix #3250: Strip HTML before using translate | Bananeweizen | 2013-09-14 | 1 | -2/+3 |
| | | | |||||
| * | | refactoring: do not use default encoding | Samuel Tardieu | 2013-09-14 | 1 | -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 annotations | Samuel Tardieu | 2013-09-14 | 1 | -1/+7 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-14 | 1 | -3/+13 |
| |\ \ | |/ | |||||
| | * | fix #3277: NPE when saving a scaled image | Samuel Tardieu | 2013-09-14 | 1 | -3/+13 |
| | | | |||||
| | * | Move image scaling code to ImageUtils | Marco Jacob | 2013-09-05 | 1 | -0/+70 |
| | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/ImageUtils.java | ||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 6 | -13/+13 |
| | | | |||||
| * | | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -5/+5 |
| | | | |||||
| * | | refactoring: constants in upper case | Bananeweizen | 2013-09-12 | 1 | -9/+9 |
| | | | |||||
| * | | refactoring: fix potential null pointer | Bananeweizen | 2013-09-12 | 1 | -1/+3 |
| | | | |||||
| * | | Move image scaling code to ImageUtils | Marco Jacob | 2013-09-04 | 1 | -0/+70 |
| | | | |||||
| * | | findbugs cleanup: default encoding | Bananeweizen | 2013-08-28 | 2 | -17/+27 |
| | | | |||||
| * | | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -1/+2 |
| | | | | | | | * don't catch raw exceptions | ||||
| * | | findbugs: avoid catching raw exception type | Bananeweizen | 2013-08-25 | 1 | -1/+2 |
| | | | |||||
| * | | new unit test | Bananeweizen | 2013-08-25 | 1 | -0/+5 |
| | | | |||||
| * | | refactoring: make SimpleHandler even simpler | Samuel Tardieu | 2013-08-25 | 1 | -32/+4 |
| | | | | | | | | | Remove everything not used by instances or subclasses. | ||||
| * | | refactoring: remove unnecessary return | Samuel Tardieu | 2013-08-25 | 2 | -2/+0 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-08-25 | 1 | -5/+0 |
| |\ \ | |/ | |||||
| | * | fix #3185: NPE in GeoDirHandler | Samuel Tardieu | 2013-08-25 | 1 | -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 backup | Bananeweizen | 2013-08-25 | 1 | -1/+1 |
| |/ | | | * check backup file size | ||||
| * | fix #3145: Directory creation error logs | Bananeweizen | 2013-08-19 | 1 | -2/+3 |
| | | |||||
| * | fix #3145: Directory creation error logs | Bananeweizen | 2013-08-19 | 1 | -1/+1 |
| | | |||||
| * | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 1 | -0/+14 |
| | | |||||
| * | refactoring: fix findbugs issues | Bananeweizen | 2013-08-18 | 3 | -11/+37 |
| | | |||||
| * | fix broken tests | Bananeweizen | 2013-08-14 | 1 | -1/+4 |
| | | |||||
| * | refactoring: extract common code | Bananeweizen | 2013-08-14 | 1 | -2/+8 |
| | | |||||
| * | Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popup | rsudev | 2013-08-10 | 1 | -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 class | Bananeweizen | 2013-07-31 | 1 | -0/+115 |
| | | |||||
| * | fix #3061: name sorting wrong for certain number combinations | Bananeweizen | 2013-07-28 | 1 | -0/+4 |
| | | |||||
| * | refactoring: remove author tags from source | Bananeweizen | 2013-07-28 | 1 | -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 | ||||
