| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #3559: add picture to log fails on KitKat | Samuel Tardieu | 2014-01-21 | 1 | -1/+1 |
| | | |||||
| * | new: GPX import from Android storage access framework | Bananeweizen | 2014-01-03 | 1 | -8/+23 |
| | | | | | Only works on Kitkat. Now you can import directly from dropbox and related services. | ||||
| * | fixes #3475 | rel00p | 2013-12-30 | 1 | -2/+3 |
| | | |||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -4/+5 |
| | | |||||
| * | fix findbugs issues | Bananeweizen | 2013-12-17 | 1 | -13/+12 |
| | | |||||
| * | improve parsing of OX parser | Bananeweizen | 2013-12-17 | 1 | -0/+3 |
| | | |||||
| * | fix: recognize waypoints in EC GPX files | Bananeweizen | 2013-12-16 | 1 | -1/+6 |
| | | |||||
| * | integrate extremcaching.com | Bananeweizen | 2013-12-16 | 1 | -2/+19 |
| | | | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size | ||||
| * | Implements stable keys for opencaching waypoints | rsudev | 2013-11-23 | 1 | -6/+51 |
| | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined. | ||||
| * | fixes #2976 - make SimpleDirChooser path editable | Marco Jacob | 2013-11-02 | 1 | -0/+42 |
| | | |||||
| * | Merge branch 'release' into master_dev | rsudev | 2013-10-18 | 1 | -2/+6 |
| |\ | |||||
| | * | Fixes part of #2976, allow to manually select map directory | rsudev | 2013-10-18 | 1 | -2/+6 |
| | | | | | | | | | | | | | Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined. | ||||
| * | | fix findbugs warnings | Bananeweizen | 2013-10-12 | 1 | -4/+4 |
| | | | | | | | | | * synchronize date parsing * use commons date formatting | ||||
| * | | fix wrong counting in progress stream | Bananeweizen | 2013-10-12 | 1 | -7/+11 |
| | | | |||||
| * | | fix: dir chooser shows multiple checkboxes | Bananeweizen | 2013-10-04 | 1 | -1/+1 |
| | | | | | | | * happened when directories without sub directories where clicked | ||||
| * | | Merge pull request #3323 from marco-dev/fixDirChooser | Bananeweizen | 2013-10-03 | 1 | -6/+20 |
| |\ \ | | | | | | | fixes #3303 - SimpleDirChooser shows all readable directories now | ||||
| | * | | fixes #3303 - SimpleDirChooser shows all readable directories now | Marco Jacob | 2013-10-02 | 1 | -6/+20 |
| | | | | |||||
| * | | | refactoring: findbugs cleanups | Bananeweizen | 2013-10-02 | 1 | -1/+3 |
| |/ / | |||||
| * | | refactoring: remove GPX parser warning | Bananeweizen | 2013-09-17 | 1 | -2/+1 |
| | | | | | | | * if files cannot be parsed, an error is logged by the importer anyway | ||||
| * | | refactoring: add nullness annotations | Samuel Tardieu | 2013-09-15 | 1 | -2/+4 |
| | | | |||||
| * | | Use Apache commons IOUtils rather than our own | Samuel Tardieu | 2013-09-15 | 2 | -2/+3 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-15 | 1 | -1/+8 |
| |\ \ | |/ | |||||
| | * | fix #3262: c:geo does not handle inline images | Samuel Tardieu | 2013-09-15 | 1 | -1/+8 |
| | | | |||||
| * | | 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 | ||||
| * | | Add note about Waypoint natural ordering | Samuel Tardieu | 2013-09-15 | 1 | -0/+3 |
| | | | |||||
| * | | refactoring: do not use default encoding | Samuel Tardieu | 2013-09-14 | 2 | -7/+14 |
| | | | | | | | | | | | | | 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: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 2 | -2/+2 |
| | | | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | ||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 2 | -4/+4 |
| | | | |||||
| * | | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 3 | -10/+10 |
| | | | |||||
| * | | Merge branch 'release' | Bananeweizen | 2013-09-11 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | fixes #3261 - reset lastPosition on descend dir | Marco Jacob | 2013-09-11 | 1 | -0/+1 |
| | | | |||||
| * | | findbugs: unchecked casts | Bananeweizen | 2013-08-28 | 1 | -14/+13 |
| | | | |||||
| * | | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 2 | -5/+5 |
| |/ | | | * don't catch raw exceptions | ||||
| * | refactoring #3159: file copy exception handling | Bananeweizen | 2013-08-22 | 1 | -11/+12 |
| | | | | * as discussed on github for #3159 | ||||
| * | Fixes #3159, Backup failing | rsudev | 2013-08-22 | 1 | -2/+1 |
| | | | | | | Moved file close back to catch block. Courtesy Marco-Jacob! | ||||
| * | fix #3144: GPX import problem | Bananeweizen | 2013-08-19 | 1 | -1/+1 |
| | | |||||
| * | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 1 | -3/+4 |
| | | |||||
| * | refactoring: fix findbugs issues | Bananeweizen | 2013-08-18 | 1 | -8/+13 |
| | | |||||
| * | fix #2941: huge text about standard directories | Bananeweizen | 2013-08-05 | 1 | -16/+19 |
| | | | | * only show existing directories | ||||
| * | refactoring: move storages detection to LocalStorage class | Bananeweizen | 2013-08-05 | 2 | -48/+47 |
| | | |||||
| * | refactoring: extract constant | Bananeweizen | 2013-07-18 | 1 | -2/+5 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | refactoring: minor cleanup, experimenting with Checkstyle | Bananeweizen | 2013-07-07 | 1 | -8/+8 |
| | | |||||
| * | findbugs: remove unused variable and code | Bananeweizen | 2013-06-24 | 1 | -5/+0 |
| | | |||||
| * | #2824: comment removal of caches after GPX import | Bananeweizen | 2013-06-21 | 2 | -50/+50 |
| | | |||||
| * | Fix #2888 - Store loc file owner name correctly | campbeb | 2013-06-13 | 1 | -3/+3 |
| | | | | | loc file has ownerUserId not ownerDisplayName | ||||
| * | Fix #2862 - Support LOC file import via intent | campbeb | 2013-06-08 | 1 | -2/+31 |
| | | | | | Fixes #2862 | ||||
| * | new: support for waymarking GPX files | Bananeweizen | 2013-06-08 | 1 | -5/+25 |
| | | | | | | * Now one can load cache and waymark GPX together (as unknown caches) * I do not plan on adding any online features to the connector. * It is only there for creating the URLs for waymarks. | ||||
| * | fix #2841: *.loc from waymarking not imported | Bananeweizen | 2013-06-08 | 1 | -17/+16 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 2 | -3/+3 |
| | | |||||
