aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/connector/gc
Commit message (Collapse)AuthorAgeFilesLines
* #2414 convert junit statements to assertjMichael Keppler2014-04-228-179/+192
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* fix #3707: missing method in Android < 2.3Samuel Tardieu2014-03-311-2/+2
|
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-3/+2
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-01-282-17/+12
|\
| * Update testsSamuel Tardieu2014-01-282-17/+12
| |
* | refactoring: remove unused codeBananeweizen2014-01-121-2/+3
| |
* | enable eclipse null analysis on test projectBananeweizen2014-01-121-0/+6
| |
* | Emit parallel queries to connectors when searchingSamuel Tardieu2014-01-081-2/+2
| |
* | new: register for geokrety URLs in AndroidBananeweizen2014-01-061-0/+6
|/
* fix tests: `getMapTokens()` is no longer staticSamuel Tardieu2013-12-281-1/+1
|
* fix findbugs issueMichael Keppler2013-12-251-1/+1
| | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there
* refactoring: remove duplication in login classesBananeweizen2013-12-162-5/+5
| | | * convert from static to singletons
* rename Login to GCLoginBananeweizen2013-12-162-6/+6
| | | * easier to differentiate, as there are other login providers now
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-10-241-1/+0
|\ | | | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java
| * Try to fix failing test Lars2013-10-221-3/+4
| | | | | | | | GC211WG was archived. Replaced by new GC-code in same geographical area
* | Try to fix failing test (master)Lars2013-10-221-3/+4
| | | | | | | | As I do not have the ability to merge release to master, I did this manually. I hope, that this does not confuse the merging.
* | 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.
* | assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-152-13/+34
| | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong
* | 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
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|/
* Fixes testOwnCache (Cache was changed)rsudev2013-08-221-3/+3
|
* fix #3155: adapt to website changesBananeweizen2013-08-221-1/+1
| | | | | * favorites counter * found state * spoiler images
* fix #3118: Page parsing impossible due to proxies on mobile networkBananeweizen2013-08-191-1/+32
|
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-2/+3
|
* Implements #750, use preference activitykoem2013-07-092-2/+2
|
* fix #2886: trackable quick search not workingBananeweizen2013-06-162-1/+18
| | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* refactoring: minor cleanup in utils classesBananeweizen2013-06-152-8/+8
|
* Correct log messages to account for refactoringcampbeb2013-06-051-2/+2
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-022-2/+1
| | | * makes it easier to compare and find duplicate code
* fix #2555: try to detect waypoint type in personal noteBananeweizen2013-04-061-0/+18
|
* update mock data 2013-03-27Marco Jacob2013-03-271-1/+1
|
* extracted constants for mocked caches login name to adapt only this fileMarco Jacob2013-03-111-1/+5
|
* code cleanupBananeweizen2013-02-246-40/+40
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-061-0/+14
|\
| * fix #2451, bad pattern for cache count parsingBananeweizen2013-02-061-0/+14
| |
* | Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-034-21/+21
| |
* | Add test for issue #2430Samuel Tardieu2013-01-271-0/+35
| |
* | Caches need to have a geocode for testsmucek42013-01-231-0/+1
| |
* | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-231-15/+15
|\ \ | |/ | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2013-01-051-0/+5
| |
* | Extend zoom calculation to nxm tilesetsrsudev2013-01-171-2/+47
| | | | | | | | Previously tile sets generated for the live map where fixed to max 2x2 tiles. In order to enhance the flexibility of the live-map algorithms, now the generation of more fine-grained tile sets or even a lower bound for the zoom level to use is supported.
* | Added unit tests for PNG parsingmucek42013-01-111-0/+37
| |
* | Improved PNG parsingmucek42013-01-111-1/+1
| |
* | Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-072-5/+5
| |
* | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-11/+11
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-2/+2
| |
* | refactoring: findbugsBananeweizen2012-12-301-1/+1
| |