aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc/GCConstants.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #3836: cache type is no longer recognized due to gc.com changeSamuel Tardieu2014-05-131-1/+1
|
* Merge branch 'release'SammysHP2014-03-171-1/+1
|\
| * Fix #3662: Pocket Query Download function - empty listSammysHP2014-03-171-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-281-2/+2
|\ \ | |/
| * fix #3585: trackable name and type not parsedSamuel Tardieu2014-01-281-2/+2
| |
* | remove some nullness warnings in EclipseBananeweizen2014-01-271-4/+6
|/
* Fix typo introduced in previous commitSamuel Tardieu2014-01-031-1/+1
|
* fix #3165: cache description not visibleSamuel Tardieu2014-01-031-3/+3
| | | | Accept any character in user description, short description or hint.
* Do not set login name from map codeSamuel Tardieu2014-01-031-1/+1
| | | | | The user name, status and find count will be determined by the regular login procedure, there is no need to update it from the map code.
* Fix username reading when logging in from mapSamuel Tardieu2014-01-031-1/+1
|
* fix #3506: gc.com avatar is not loaded on login checkSamuel Tardieu2014-01-031-1/+1
| | | | | | The avatar present on the login page has changed URL and has too small a resolution. We now use the largest image. Since this is an infrequent operation, this will not be a problem.
* fix #3505: extra logins done to gc.com on live map startSamuel Tardieu2014-01-031-0/+1
|
* fixes #3325 - warning on upload if personal note exceeds 4000Marco Jacob2013-11-041-0/+2
|
* fix: also recognize PQs for routesBananeweizen2013-10-261-1/+1
|
* Merge remote-tracking branch 'mucek4/fix2830'Bananeweizen2013-10-261-0/+1
|\ | | | | | | | | * fix HTML parsing * simplify activity API * disable the action for non premium members
| * Fix 2830 Browse PQs as nearby searchmucek42013-09-041-0/+1
| |
* | Merge remote-tracking branch 'origin/release'SammysHP2013-10-251-1/+1
|\ \
| * | fix #3299 - Find count not working for "1 cache"Darek Kay2013-10-251-1/+1
| | |
* | | Merge branch 'release'rsudev2013-10-181-1/+1
|\ \ \ | |/ /
| * | Fixes #3369, Spoiler image parsing failsrsudev2013-10-181-1/+1
| |/ | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
* | fix #3341: Problem with special characters in waypointBananeweizen2013-10-081-2/+2
| |
* | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-171-1/+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.
* fix #3181: Event caches not marked as foundBananeweizen2013-08-241-2/+2
|
* fix #3171: Personal note not parsedBananeweizen2013-08-231-1/+1
|
* Fix: #3158 Fix search result for BMmucek42013-08-221-1/+1
|
* fix #3155: adapt to website changesBananeweizen2013-08-221-3/+3
| | | | | * favorites counter * found state * spoiler images
* Fixes #3154, Nearby search is brokenrsudev2013-08-221-1/+1
|
* fix #3118: Page parsing impossible due to proxies on mobile networkBananeweizen2013-08-191-1/+1
|
* fix #2966: Event cache: parse the date from search resultsBananeweizen2013-08-051-1/+1
|
* fix #2966: Event cache: parse the date from search resultsBananeweizen2013-07-191-0/+1
|
* fix #2963: Cache count on main screen shows 0Bananeweizen2013-07-071-1/+1
|
* fix #2937: Merging of personal note not OKBananeweizen2013-07-051-1/+1
|
* fix #2951: Amount of favorite points not shown in search resultsBananeweizen2013-07-031-3/+3
|
* fix #2886: trackable quick search not workingBananeweizen2013-06-161-7/+2
| | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-311-2/+2
|\
| * fix #2812: attributes parsingBananeweizen2013-05-311-2/+2
| |
* | Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-191-0/+2
|\ \ | |/
| * fix: parse basic member sizeSamuel Tardieu2013-05-191-0/+1
| | | | | | | | Part of work on #2733.
| * fix: parse basic member difficulty and terrainSamuel Tardieu2013-05-191-0/+1
| | | | | | | | Part of work on #2733.
* | Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-191-1/+1
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * fix #2733: acquire distance and direction for basic membersSamuel Tardieu2013-05-181-1/+1
| | | | | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing.
* | Merge remote-tracking branch 'upstream/release' into currdevrsudev2013-05-161-3/+4
|\ \ | |/
| * Fixes #2731, Zero caches on live maprsudev2013-05-161-3/+4
| | | | | | | | -changed to new url for tile server, added app-info for counting our traffic
* | fix #2532: attach log image to log entry locallyBananeweizen2013-03-301-1/+1
|/
* Merge branch 'release'SammysHP2013-03-071-1/+1
|\
| * Fix #2548: Failed unit testSammysHP2013-03-071-1/+1
| |
| * Update main/src/cgeo/geocaching/connector/gc/GCConstants.javaLars2013-02-201-1/+1
| | | | | | Fixes #2499 #2500
* | Merge pull request #2494 from rsudev/6brsudev2013-02-231-0/+3
|\ \ | | | | | | Image upload, implements #6
| * | ImageUpload - fine-tuningrsudev2013-02-181-0/+1
| | | | | | | | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
| * | Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-181-0/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java