| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Many devices are mounting /mnt/sdcard to internal flash memory. This memory is then
referred to as the ExternalStorage. These devices may still have the possibility to
insert an SDcard and that memory is hard to access. This modification will search all
mounted memory that is available for the user for map files.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
zip name format: 1234567_query.zip
contains:
- 1234567_query.gpx
- 1234567_query-wpts.gpx
PQ number has at least 7 digits.
|
| |
|
|
| |
- accepts zip files named like 123467.zip
- imports cache and waypoint files contained in zip
|
| |
|
|
|
|
| |
* split import into 2 activies (files and mails)
* move non activity stuff into new class
* split tests accordingly
* fix manifest
|
| |\
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
| |
- refactored import classes in cgeogpxes so that they can be tested
|
| |
|
|
|
|
|
|
|
|
| |
What is called search result (or cgSearch) in c:geo is a collection
of caches that can or cannot come from a real search.
Remove the indirection and the ever-growing hash map that was previously
used. This will save memory, especially when using live maps.
See discussion in issue #707.
|
| | |
|
| |
|
|
|
|
| |
* tested with Gmail only, not with other mail clients
* uses the GPX activity, so you will see the GPX files of your SD card
in the background
* some refactorings and cleanups in GPX parser
|
| |
|
|
| |
* most cache details are not available due to wrong schema in their GPX
files, but I requested them to change that
|
| |
|
|
|
| |
This is consistent which what it done in other parts of the code.
|
| |
|
| |
- fixes 587
|
| |
|
|
| |
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 unuse method parameters. Make classes and methods
abstract. Write some docstrings.
|
| |
|
|
|
|
|
|
|
| |
(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.
|