aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/connector/gc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | fix #2292: parse "marked missing"Bananeweizen2012-12-251-4/+20
| |
* | 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
| |
* | Merge branch 'cache_coords_wpt_ng' of ↵Samuel Tardieu2012-12-181-0/+19
|\ \ | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-181-0/+19
| | |
* | | fix: remove undesired space between trackable log entriesBananeweizen2012-12-161-7/+22
| | | | | | | | | | | | * caused by bad parsing * every entry had additional <div> tags
* | | refactoring: 3 tests fail if cache type is not ALLBananeweizen2012-12-161-0/+4
| | |
* | | Better PNG parsing of live mapmucek42012-12-131-4/+309
|/ /
* | fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2012-12-121-0/+5
|/
* GC.com changes 11.12.2012 - additional fixesrsudev2012-12-121-6/+6
| | | | logtype POST_REVIEWER_NOTE logImages for trackables
* Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-121-8/+3
|
* fix #980: c:geo doesn't handle unknown trackablesBananeweizen2012-11-181-0/+5
|
* fix #2166: Refresh of a stored caches duplicates waypointsBananeweizen2012-11-171-5/+17
|
* GC.com update 16.10.2012blafoo2012-10-181-1/+1
|
* fix #1874: FC when opening link from TB-viewBananeweizen2012-10-051-1/+10
|
* GC.com update 26.06.2012blafoo2012-06-291-1/+1
|
* fix #1792: Missing own spoiler imagesBananeweizen2012-06-241-0/+17
|
* GC.com update 06.06.2012blafoo2012-06-071-1/+1
|
* Parsing fails for guestsblafoo2012-05-241-1/+1
|
* Make tests independant of user settingsblafoo2012-05-101-15/+25
|
* Fix #1520: display gc.com resources present on trackable descriptionsSamuel Tardieu2012-05-101-0/+6
| | | | | | URLs without scheme and host in trackable description were not fetched from geocaching.com as the connector did not acknowledge that it can handle trackables by geocode.
* GC.com update 08.05.2012blafoo2012-05-091-1/+1
|
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-053-9/+88
| | | | | | * switch from method overrides to interface detection for connector features * remove GCBase and put code into other classes * reduce GC specific code being used in general activities
* fix #1450: TB not visible (related to special characters)Bananeweizen2012-04-291-0/+6
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-182-2/+123
|
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+0
|
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-3/+2
|
* more fixes for crashes in searchBananeweizen2012-04-121-1/+1
|
* Implements cache for live-map tilesrsudev2012-04-121-0/+25
|
* Remove unused (except in tests) conversion methodsSamuel Tardieu2012-04-111-5/+0
|
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-2/+5
|