| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
- common GPX10 and GPX11 handling
- one zip import implementation is enough
|
| |
|
|
| |
- accepts zip files named like 123467.zip
- imports cache and waypoint files contained in zip
|
| |\
| |
| |
| |
| | |
Conflicts:
tests/src/cgeo/geocaching/cgeoApplicationTest.java
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
main/src/cgeo/geocaching/GCConstants.java
+ fix for ../tests/src/cgeo/geocaching/cgeoApplicationTest.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
|
| | |
|
| |
|
|
|
|
|
| |
* bad side effect of performance optimizations in parsing, reverted that
* refactored parseCache to be static (to be able to write a test)
* moved some map initializations to static code (to allow unit test
without app)
* fixed missing trim for owner name
|
| | |
|
| | |
|
| |
|
|
|
| |
Waypoints are merged to cache based on waypoint name. Therefore caches
must be imported before waypoints.
|
| |
|
|
|
|
|
|
|
| |
(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
|
| |
|