aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/FileParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-151-1/+2
|
* refactoring: do not use default encodingSamuel Tardieu2013-09-141-1/+1
| | | | | | 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.
* #1348: use buffered ioBananeweizen2013-05-111-5/+7
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-4/+4
|
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-101-2/+2
|
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
| | | | | The initial values were never used as the variables are set in any case before being used.
* new: cancel GPX import with back buttonStephan Merker2011-11-091-7/+10
|
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-011-16/+45
|\ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/files/GPXParser.java main/src/cgeo/geocaching/files/LocParser.java tests/src/cgeo/geocaching/files/LocParserTest.java
| * fix #714: Progress bar wrong when importing gpx with waypointsStephan Merker2011-10-301-16/+45
| | | | | | | | | | | | | | - moved file handling from GPXParser to cgeopgxes - streamlined LocParser with GPXParser - removed cache counting in favor of progress bar - added error dialog if import went wrong - fixed stream handling when importing attachement
* | No direct access to fieldsblafoo2011-10-261-5/+5
|/
* new: have progress bar when importing GPXBananeweizen2011-10-111-2/+9
|
* fix #586: manual merge of usability improvement for GPX importStephan Merker2011-10-031-6/+3
| | | | I hope I got it right. I had to apply this as patch, as my Eclipse didn't want to merge this pull request by any means.
* Remove latitudeString and longitudeString fieldsSamuel Tardieu2011-09-281-3/+0
| | | | Those fields can be resynthesized if needed from the cache coordinates.
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-191-5/+4
| | | | | | | | | (necessary for some unit tests) * have singleton of application instance, allows removing all the "app" fields everywhere afterwards * refactor GPX parser to be independent of c:geo application classes, so it can be tested much easier * new unit tests for different GPX versions and sources * new unit tests for LOC file parsing
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+53
This prepares the inclusion of tests into the same repository.