aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-171-2188/+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.
* make test app use auto-scrollBananeweizen2013-09-151-2/+2
| | | * on special request of Samuel :)
* warning in logcat due to old HTML page in testsBananeweizen2013-09-152-3044/+2609
|
* warning in logcat due to old HTML page in testsBananeweizen2013-09-151-1451/+1246
|
* refactoring: tests can now be run as appBananeweizen2013-09-152-0/+56
| | | | | * run unit tests app as normal android app (it has a launcher now) * hit "run tests" button * enjoy the log flying by
* Mock for own cachemucek42013-08-221-1467/+1333
|
* fix #3144: GPX import problemBananeweizen2013-08-191-0/+5658
|
* fix #3118: Page parsing impossible due to proxies on mobile networkBananeweizen2013-08-192-0/+2473
|
* new: show basic geokrety informationBananeweizen2013-06-161-0/+5
|
* fix #2886: trackable quick search not workingBananeweizen2013-06-161-0/+877
| | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* refactoring: add test for OX GPX fileBananeweizen2013-06-091-0/+75
|
* new: support for waymarking GPX filesBananeweizen2013-06-081-0/+20
| | | | | * Now one can load cache and waymark GPX together (as unknown caches) * I do not plan on adding any online features to the connector. * It is only there for creating the URLs for waymarks.
* fix #2841: *.loc from waymarking not importedBananeweizen2013-06-081-0/+8
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-1/+3
| | | * makes it easier to compare and find duplicate code
* refactoring: clean up test project nameBananeweizen2013-06-011-1/+1
|
* 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: minor string cleanupsBananeweizen2012-05-131-1/+0
|
* refactoring: remove waypoints activityBananeweizen2012-05-061-12/+0
| | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities
* 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.