aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/export
Commit message (Collapse)AuthorAgeFilesLines
* require Javadoc to have tag descriptions or no tagsBananeweizen2015-02-101-13/+11
|
* Fix URL writing in GPX exportSamuel Tardieu2015-01-301-6/+11
|
* fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-261-0/+11
|
* GPX export test doesn't recognize failureBananeweizen2015-01-261-3/+16
| | | | We exported empty GPX file from that test. Therefore verify they actually contain the cache.
* fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-061-1/+1
|
* rename packageBananeweizen2014-11-021-1/+1
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* refactoring: avoid optimization of TEMPORARY_LISTBananeweizen2014-08-041-1/+1
|
* Minor cleanupsSamuel Tardieu2014-05-141-4/+0
|
* fix #3677: more fields in GPX exportMichael Keppler2014-04-261-2/+33
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-1/+2
|
* #2414 convert junit statements to assertjMichael Keppler2014-04-222-10/+13
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* fix #3589: export only GC field notesBananeweizen2014-02-021-3/+3
|
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-161-1/+2
|
* Implements stable keys for opencaching waypointsrsudev2013-11-231-1/+9
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
| | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-3/+3
|
* new unit test for stable gpx serializationBananeweizen2013-08-251-0/+45
|
* refactoring: extract GPX serialization to make it testableBananeweizen2013-06-221-0/+37
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-1/+1
| | | * makes it easier to compare and find duplicate code
* code cleanup: remove JDT warningsBananeweizen2013-04-221-5/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-0/+52
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * Failing test for #2635rsudev2013-04-071-0/+50
|/
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-2/+2
|
* #2186: use UTC for field note export dateBananeweizen2012-11-221-1/+1
|
* fix #2173: GSAK field notes exportSamuel Tardieu2012-11-181-0/+19
GSAK requires the log type to be capitalized, e.g., "Found it", while we were generating "found it" instead. Some code has been factored out to be more easily testable.