aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/GPXImporter.java
Commit message (Collapse)AuthorAgeFilesLines
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-1/+2
|
* fix #3823: detect import file type by contentBananeweizen2014-05-171-34/+66
|
* 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.
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-4/+5
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|
* findbugs: unchecked castsBananeweizen2013-08-281-14/+13
|
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* findbugs: remove unused variable and codeBananeweizen2013-06-241-5/+0
|
* #2824: comment removal of caches after GPX importBananeweizen2013-06-211-31/+29
|
* Fix #2862 - Support LOC file import via intentcampbeb2013-06-081-2/+31
| | | | Fixes #2862
* Correct log messages to account for refactoringcampbeb2013-06-051-2/+2
|
* fix #2794 - rename SearchResult.addCache method nameMarco Jacob2013-05-281-1/+1
|
* #1348: use buffered ioBananeweizen2013-05-111-2/+3
|
* refactoring: use Unix line endingSamuel Tardieu2013-04-061-462/+462
|
* refactoring: make sure downloadMaps doesn't get a null cacheSamuel Tardieu2013-04-061-4/+8
| | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed.
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-13/+13
|
* code cleanup: remove debug codeBananeweizen2012-12-261-3/+3
| | | * fixed some more issues of Findbugs and CodePro
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-3/+2
|
* fixes #2170 - removed setting progress devider to 1024Marco Jacob2012-11-221-1/+0
|
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-101-31/+5
|
* fix #1312: Strange progress indicator on GPX-importBananeweizen2012-10-061-1/+1
|
* refactoring: remove some activity contexts from non activity codeBananeweizen2012-05-031-1/+1
|
* Refactoring: do not create array to pass it to a varargs methodSamuel Tardieu2012-04-221-2/+2
|
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-13/+13
|
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
| | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301.
* Reset Progress internal var progress to 0 on resetMarco Jacob2012-03-251-1/+1
|
* no second dialog when skipping static maps on GPXImporterMarco Jacob2012-03-251-3/+8
|
* GPXImporter.importStaticMaps only loads cache when neededMarco Jacob2012-03-221-4/+3
|
* Fix for issue 1309Marco Jacob2012-03-211-1/+14
|
* static code analysis and other fixesBananeweizen2012-03-181-7/+6
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* GPXImporter now showing imported cache count on cancelMarco Jacob2012-03-151-3/+8
|
* added abort button to GPXImporter and skip button for static maps importMarco Jacob2012-03-141-2/+11
|
* Merge remote-tracking branch 'marco-jacob/issue#285'Bananeweizen2012-03-051-4/+33
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java
| * import static maps after gpx importMarco Jacob2012-02-241-4/+33
| |
* | refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-1/+1
|/ | | * otherwise they are not readable
* Changed database handlingblafoo2012-02-081-8/+8
|
* fix #1003: Implementation for #977: Import renamed waypoint GPX filesBananeweizen2012-01-221-1/+1
|
* Fixed tests and added additional null check in code.Torsten Keil2012-01-211-6/+8
|
* Removed deprecated methods.Torsten Keil2012-01-171-16/+0
|
* Implementation for #977: Import renamed waypoint GPX filesTorsten Keil2012-01-161-409/+442
| | | | | | | | | The new Method is based on the gpx file (not only the file name) and checks all files in the directory for a matching filename. Note: I updated (just implemented) a test method but couldn't already test it. I'm working to get the tests running ... currently something isn't configured right and i don't get it running.
* support more mime types for importing zipped PQsStephan Merker2012-01-151-5/+16
| | | see issue #967
* performance: remove caches from cache after importBananeweizen2012-01-121-1/+4
| | | | This (second removal) is necessary since the fix for modified waypoints.
* refactoring: clean up code around static mapsBananeweizen2012-01-081-1/+1
|
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-5/+5
|
* refactoring: more Findbugs cleanupsbananeweizen2011-12-011-0/+3
| | | | * Used Findbugs 2.0 RC1. You are encouraged to also give it a try to find issues in the new version before release.
* fix #826: import GPX from email/browser without GPXImportActivityStephan Merker2011-11-231-16/+14
| | | | - import from email/browser is handled via cgeocaches activity (offline list)
* refactored import thread classesStephan Merker2011-11-211-126/+82
| | | | - common GPX10 and GPX11 handling - one zip import implementation is enough
* import PQ zips from browser and email attachmentsStephan Merker2011-11-211-6/+101
|
* Remove useless null checkSamuel Tardieu2011-11-161-1/+1
|