aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files
Commit message (Collapse)AuthorAgeFilesLines
* fix #3559: add picture to log fails on KitKatSamuel Tardieu2014-01-211-1/+1
|
* new: GPX import from Android storage access frameworkBananeweizen2014-01-031-8/+23
| | | | Only works on Kitkat. Now you can import directly from dropbox and related services.
* fixes #3475rel00p2013-12-301-2/+3
|
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-4/+5
|
* fix findbugs issuesBananeweizen2013-12-171-13/+12
|
* improve parsing of OX parserBananeweizen2013-12-171-0/+3
|
* fix: recognize waypoints in EC GPX filesBananeweizen2013-12-161-1/+6
|
* integrate extremcaching.comBananeweizen2013-12-161-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 waypointsrsudev2013-11-231-6/+51
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* fixes #2976 - make SimpleDirChooser path editableMarco Jacob2013-11-021-0/+42
|
* Merge branch 'release' into master_devrsudev2013-10-181-2/+6
|\
| * Fixes part of #2976, allow to manually select map directoryrsudev2013-10-181-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 warningsBananeweizen2013-10-121-4/+4
| | | | | | | | * synchronize date parsing * use commons date formatting
* | fix wrong counting in progress streamBananeweizen2013-10-121-7/+11
| |
* | fix: dir chooser shows multiple checkboxesBananeweizen2013-10-041-1/+1
| | | | | | * happened when directories without sub directories where clicked
* | Merge pull request #3323 from marco-dev/fixDirChooserBananeweizen2013-10-031-6/+20
|\ \ | | | | | | fixes #3303 - SimpleDirChooser shows all readable directories now
| * | fixes #3303 - SimpleDirChooser shows all readable directories nowMarco Jacob2013-10-021-6/+20
| | |
* | | refactoring: findbugs cleanupsBananeweizen2013-10-021-1/+3
|/ /
* | refactoring: remove GPX parser warningBananeweizen2013-09-171-2/+1
| | | | | | * if files cannot be parsed, an error is logged by the importer anyway
* | refactoring: add nullness annotationsSamuel Tardieu2013-09-151-2/+4
| |
* | Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-152-2/+3
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-151-1/+8
|\ \ | |/
| * fix #3262: c:geo does not handle inline imagesSamuel Tardieu2013-09-151-1/+8
| |
* | 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
* | Add note about Waypoint natural orderingSamuel Tardieu2013-09-151-0/+3
| |
* | refactoring: do not use default encodingSamuel Tardieu2013-09-142-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 listsBananeweizen2013-09-142-2/+2
| | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-132-4/+4
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-133-10/+10
| |
* | Merge branch 'release'Bananeweizen2013-09-111-0/+1
|\ \ | |/
| * fixes #3261 - reset lastPosition on descend dirMarco Jacob2013-09-111-0/+1
| |
* | findbugs: unchecked castsBananeweizen2013-08-281-14/+13
| |
* | refactoring: findbugs cleanupBananeweizen2013-08-262-5/+5
|/ | | * don't catch raw exceptions
* refactoring #3159: file copy exception handlingBananeweizen2013-08-221-11/+12
| | | * as discussed on github for #3159
* Fixes #3159, Backup failingrsudev2013-08-221-2/+1
| | | | | Moved file close back to catch block. Courtesy Marco-Jacob!
* fix #3144: GPX import problemBananeweizen2013-08-191-1/+1
|
* refactoring: more findbugs cleanupBananeweizen2013-08-181-3/+4
|
* refactoring: fix findbugs issuesBananeweizen2013-08-181-8/+13
|
* fix #2941: huge text about standard directoriesBananeweizen2013-08-051-16/+19
| | | * only show existing directories
* refactoring: move storages detection to LocalStorage classBananeweizen2013-08-052-48/+47
|
* refactoring: extract constantBananeweizen2013-07-181-2/+5
|
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* refactoring: minor cleanup, experimenting with CheckstyleBananeweizen2013-07-071-8/+8
|
* findbugs: remove unused variable and codeBananeweizen2013-06-241-5/+0
|
* #2824: comment removal of caches after GPX importBananeweizen2013-06-212-50/+50
|
* Fix #2888 - Store loc file owner name correctlycampbeb2013-06-131-3/+3
| | | | loc file has ownerUserId not ownerDisplayName
* Fix #2862 - Support LOC file import via intentcampbeb2013-06-081-2/+31
| | | | Fixes #2862
* new: support for waymarking GPX filesBananeweizen2013-06-081-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 importedBananeweizen2013-06-081-17/+16
|
* Correct log messages to account for refactoringcampbeb2013-06-052-3/+3
|