aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res/raw
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2013-01-231-0/+0
|\
| * Fix PNG file for tests to reflect GC.com changesmucek42013-01-231-0/+0
| |
* | Added unit tests for PNG parsingmucek42013-01-111-0/+0
| |
* | fix #2292: parse "marked missing"Bananeweizen2012-12-251-0/+1173
| |
* | fix #2282: change recognition of unpublished cachesBananeweizen2012-12-223-0/+6681
| |
* | Raw test filesmucek42012-12-136-0/+0
| |
* | gc.com update - post merge fixesrsudev2012-12-121-1/+1
|/
* GC.com changes 11.12.2012 - additional fixesrsudev2012-12-121-229/+349
| | | | logtype POST_REVIEWER_NOTE logImages for trackables
* fix #980: c:geo doesn't handle unknown trackablesBananeweizen2012-11-181-0/+835
|
* fix #2166: Refresh of a stored caches duplicates waypointsBananeweizen2012-11-171-0/+2959
|
* fix #1973: Logs gone after online loggingBananeweizen2012-11-111-0/+188
|
* fix #1874: FC when opening link from TB-viewBananeweizen2012-10-051-0/+1202
|
* fix #1792: Missing own spoiler imagesBananeweizen2012-06-241-0/+2374
|
* fix #1812: GPX-Import fails at name with quotes Bananeweizen2012-06-231-0/+199
|
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-0/+2522
|
* Add test for #1332Samuel Tardieu2012-04-011-0/+709
|
* fix #1310: Crash while opening an unpublished cacheBananeweizen2012-03-211-0/+2063
|
* fix #1281: .gpx import fails to recognize most caches in TX ChallengeBananeweizen2012-03-201-0/+7553
| | | package
* Tests for #1262blafoo2012-03-121-0/+0
|
* Improved PNG parsingblafoo2012-02-282-0/+0
|
* Display images in trackable logscampbeb2012-02-251-0/+1053
|
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-1734/+0
|
* refactored import thread classesStephan Merker2011-11-211-0/+0
| | | | - common GPX10 and GPX11 handling - one zip import implementation is enough
* import zipped GPX files (as send by pocket queries)Stephan Merker2011-11-131-0/+0
| | | | - accepts zip files named like 123467.zip - imports cache and waypoint files contained in zip
* Merge branch 'release' into upstreamSamuel Tardieu2011-11-082-296/+267
|\ | | | | | | | | Conflicts: tests/src/cgeo/geocaching/cgeoApplicationTest.java
| * Fixed regex due to GC.com updateblafoo2011-11-082-296/+267
| | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/GCConstants.java + fix for ../tests/src/cgeo/geocaching/cgeoApplicationTest.java
* | new: import caches from unknown source, fixes #720Bananeweizen2011-11-011-0/+168
| |
* | fix #714: Progress bar wrong when importing gpx with waypointsStephan Merker2011-10-301-0/+17
|/ | | | | | | - 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
* trackables goal and release date not correctly parsed, fixes #704Bananeweizen2011-10-231-0/+950
|
* fix #678: handle special characters in user nameBananeweizen2011-10-181-0/+1734
| | | | | | | * 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
* Add new trackable parsing testSamuel Tardieu2011-10-141-0/+1014
|
* fix #608: wrong error logged with no trackables in accountBananeweizen2011-10-082-0/+1905
|
* Import waypoints file from pocket queryStephan Merker2011-09-252-0/+209
| | | | | Waypoints are merged to cache based on waypoint name. Therefore caches must be imported before waypoints.
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-195-0/+531
(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