aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeogpxes.java
Commit message (Collapse)AuthorAgeFilesLines
* Do not repeat the work done in superclass in overriden methodSamuel Tardieu2013-01-271-16/+0
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-3/+2
|
* Search for maps on multiple storagesYraFyra2012-10-211-3/+3
| | | | | | | 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.
* fixes #1257 - next try, only setting for default import dirMarco Jacob2012-08-271-2/+2
|
* Changed database handlingblafoo2012-02-081-2/+2
|
* fix #1003: Implementation for #977: Import renamed waypoint GPX filesBananeweizen2012-01-221-1/+1
|
* Improved filename filter for file list on gpx import.Torsten Keil2012-01-181-83/+83
|
* refactoring: move more widget related classes into own packageBananeweizen2012-01-141-3/+4
|
* fix #358: have number of caches in list selectionBananeweizen2011-12-181-1/+1
|
* new: accept OpenCaching zipped GPX files in importBananeweizen2011-12-121-4/+8
|
* support import of PQs that include PQ name in download zip file nameStephan Merker2011-11-141-1/+1
| | | | | | | | zip name format: 1234567_query.zip contains: - 1234567_query.gpx - 1234567_query-wpts.gpx PQ number has at least 7 digits.
* import zipped GPX files (as send by pocket queries)Stephan Merker2011-11-131-1/+7
| | | | - accepts zip files named like 123467.zip - imports cache and waypoint files contained in zip
* refactoring for #310bananeweizen2011-11-041-252/+5
| | | | | | * split import into 2 activies (files and mails) * move non activity stuff into new class * split tests accordingly * fix manifest
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-011-49/+179
|\ | | | | | | | | | | | | 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-47/+153
| | | | | | | | | | | | | | - 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
| * Added tests for importing GPX and LOC filesStephan Merker2011-10-301-15/+39
|/ | | | - refactored import classes in cgeogpxes so that they can be tested
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-6/+5
| | | | | | | | | | 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.
* fix NPE, #310Bananeweizen2011-10-171-1/+1
|
* #310, import GPX from mailBananeweizen2011-10-161-20/+72
| | | | | | * 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
* new: support Geocaching Australia caches (GAxxxx, TPxxxx)Bananeweizen2011-10-121-6/+11
| | | | * most cache details are not available due to wrong schema in their GPX files, but I requested them to change that
* Use the File type for handling directory listsSamuel Tardieu2011-10-071-3/+2
| | | | | This is consistent which what it done in other parts of the code.
* Made some public methods package privateStephan Merker2011-10-031-1/+1
| | | - fixes 587
* fix #586: manual merge of usability improvement for GPX importStephan Merker2011-10-031-16/+20
| | | | 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.
* Minor cleanupsSamuel Tardieu2011-09-291-1/+1
| | | | | Remove unuse method parameters. Make classes and methods abstract. Write some docstrings.
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-191-8/+6
| | | | | | | | | (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/+132
This prepares the inclusion of tests into the same repository.