| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The initial values were never used as the variables are set in any case
before being used.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Conflicts:
main/src/cgeo/geocaching/files/GPXParser.java
main/src/cgeo/geocaching/files/LocParser.java
tests/src/cgeo/geocaching/files/LocParserTest.java
|
| | |
| |
| |
| |
| |
| |
| | |
- 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
|
| |/ |
|
| | |
|
| |
|
|
| |
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.
|
| |
|
|
| |
Those fields can be resynthesized if needed from the cache coordinates.
|
| |
|
|
|
|
|
|
|
| |
(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
|
|
|
This prepares the inclusion of tests into the same repository.
|