| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* 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
|
| |
|