| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | change: make gpx export name more readable | Bananeweizen | 2013-07-28 | 1 | -0/+26 |
| | | | | | | * use only date instead of date and time * format date using dashes * append _2, _3, ... with further exports | ||||
| * | fixes #3021 - introduce named constants | Marco Jacob | 2013-07-24 | 2 | -18/+9 |
| | | |||||
| * | refactoring: move intent based check to ProcessUtils | Bananeweizen | 2013-07-21 | 1 | -2/+13 |
| | | |||||
| * | Fixes #2931 - make Handler static to solve lint | Marco Jacob | 2013-07-18 | 2 | -0/+151 |
| | | |||||
| * | fix #2994: have [NUMBER] template respect cache source | Bananeweizen | 2013-07-17 | 1 | -23/+18 |
| | | |||||
| * | refactoring: cleanup | Bananeweizen | 2013-07-17 | 1 | -26/+37 |
| | | |||||
| * | Fixes #2717 - Compass Speech stops on Rotation | koem | 2013-07-16 | 1 | -1/+6 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 3 | -5/+5 |
| | | |||||
| * | fix #2937: Merging of personal note not OK | Bananeweizen | 2013-07-05 | 1 | -2/+2 |
| | | |||||
| * | Fixes #2923, Menu slow to open in cache details | rsudev | 2013-06-27 | 2 | -2/+20 |
| | | | | | Removed costly scan of installed packages for launchable apps | ||||
| * | new: only show streetview menu if available | Bananeweizen | 2013-06-21 | 1 | -2/+21 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 14 | -18/+55 |
| | | |||||
| * | fix #2877: empty trackables page | Bananeweizen | 2013-06-13 | 1 | -0/+3 |
| | | |||||
