aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Separate cache parsing and database saving codeSamuel Tardieu2014-05-131-7/+7
| | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs.
* #2414 convert junit statements to assertjMichael Keppler2014-04-221-33/+33
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-3/+2
|
* refactoring: remove unused codeBananeweizen2014-01-121-2/+3
|
* enable eclipse null analysis on test projectBananeweizen2014-01-121-0/+6
|
* Merge branch 'release'rsudev2013-10-181-6/+6
|\
| * Fixes #3369, Spoiler image parsing failsrsudev2013-10-181-6/+6
| | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
* | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-171-5/+0
| | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo.
* | Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
| | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|/
* Fixes testOwnCache (Cache was changed)rsudev2013-08-221-3/+3
|
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* fix #2886: trackable quick search not workingBananeweizen2013-06-161-0/+10
| | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* Correct log messages to account for refactoringcampbeb2013-06-051-2/+2
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-1/+1
| | | * makes it easier to compare and find duplicate code
* fix #2555: try to detect waypoint type in personal noteBananeweizen2013-04-061-0/+18
|
* code cleanupBananeweizen2013-02-241-12/+12
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-13/+13
|
* Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-071-2/+2
|
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-2/+2
|
* refactoring: findbugsBananeweizen2012-12-301-1/+1
|
* fix #2282: change recognition of unpublished cachesBananeweizen2012-12-221-2/+30
|
* null cannot be used as a Handler for drop()Samuel Tardieu2012-12-191-2/+3
|
* Uploading of modified coords to geocaching.comtriakcz2012-12-181-0/+19
|
* fix #2166: Refresh of a stored caches duplicates waypointsBananeweizen2012-11-171-5/+17
|
* fix #1792: Missing own spoiler imagesBananeweizen2012-06-241-0/+17
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-0/+121