aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into master-masterPortree-Kid2013-03-085-15/+44
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java
| * Fix #2258: Share function should use http://coord.info/ URLSammysHP2013-03-083-5/+24
| |
| * 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
| * | new: strip unneeded markup from OC descriptionsBananeweizen2013-03-021-9/+19
| | |
* | | Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-084-88/+23
|/ /
* | code cleanupBananeweizen2013-02-245-10/+16
| | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* | Merge pull request #2494 from rsudev/6brsudev2013-02-232-25/+73
|\ \ | | | | | | Image upload, implements #6
| * | ImageUpload - fine-tuningrsudev2013-02-182-36/+13
| | | | | | | | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
| * | Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-182-25/+96
| |\ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| | * | Convert non-Latin characters in uploaded text to HTML equivalentscampbeb2013-01-191-21/+6
| | | | | | | | | | | | | | | | Add new HtmlUtil function for this as it needs to occur in multiple places
| | * | Remvoe unused image view and fix Java Docscampbeb2013-01-161-1/+5
| | | |
| | * | Fix #6 - Support uploading images with cache logscampbeb2013-01-162-8/+90
| | | |
* | | | fix #2492: Add copyright note to OC connectorBananeweizen2013-02-231-0/+7
| | | |
* | | | fix #2512: Load OC caches in preferred language (OKAPI)Bananeweizen2013-02-231-1/+11
| | | |
* | | | Fixes #2499 #2500 masterLars2013-02-201-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-201-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | #2498: login page changesBananeweizen2013-02-201-1/+1
| | |
* | | Fixes #2486, Archived/Disabled OC-caches returned in nearby searchrsudev2013-02-152-4/+19
| | | | | | | | | | | | | | | | | | Correct handling of flags and attributes in Parser Added Testcase Added method for unfiltered parsing for single cache downlaods
* | | Fixes #2441, sets oc userid as OwnerUserIdrsudev2013-02-142-3/+14
| | |
* | | reduce memory usage for cache listsBananeweizen2013-02-142-9/+8
| | | | | | | | | | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
* | | Merge branch 'master' into oc_iconskoem2013-02-124-3/+21
|\ \ \ | | | | | | | | | | | | | | | | - changed icons - repaired test class
| * | | Fix #2348, Cache description is missing for OC0537rsudev2013-02-111-1/+1
| | | | | | | | | | | | | | | | Added failing testcase and fixed modifiedsince in query-string
| * | | Fix #2441, Owner information not shown for OC.de cachesrsudev2013-02-112-1/+11
| | | | | | | | | | | | | | | | Extended oc connector to return owner state as well
| * | | #2441: cache owner information for OCBananeweizen2013-02-111-0/+8
| | | |
| * | | #2347: fix bad attribute mappingBananeweizen2013-02-091-1/+1
| | | |
* | | | Icons for OCkoem2013-02-112-360/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* | | Fix #2459, Attended is not detected as found for OCrsudev2013-02-071-1/+1
| | | | | | | | | | | | Extended parser to detect the additional logtype
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-061-1/+1
|\ \ \ | |/ /
| * | fix #2451, bad pattern for cache count parsingBananeweizen2013-02-061-1/+1
| | |
* | | Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-032-2/+2
| | | | | | | | | | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList.
* | | Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-0318-91/+91
| | |
* | | don't load image urls when getting OC cache listsBananeweizen2013-02-031-5/+5
| | |
* | | respect exclude options when searching OC cachesBananeweizen2013-02-031-7/+20
| | |
* | | #2347: map common cache attributes of opencachingBananeweizen2013-02-022-3/+388
| | |
* | | new: log images for opencaching.deBananeweizen2013-02-012-7/+33
| | |
* | | new: spoiler support for opencaching.deBananeweizen2013-02-012-1/+75
| | |
* | | fix #2392: Global cache type filter not applied for OC-cachesBananeweizen2013-01-311-0/+1
| | |
* | | refactoring: simplify cache type checksBananeweizen2013-01-311-1/+1
| | |
* | | fix #2352: String "Listed on geocaching.com" missing for translationBananeweizen2013-01-301-1/+6
| | |
* | | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-2310-7/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * | | fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-239-6/+47
| |/ / | | | | | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* | | Merge remote-tracking branch 'rsudev/flexible_tiles' into upstreamSamuel Tardieu2013-01-201-24/+73
|\ \ \
| * | | Added clarifying comment regarding tile calculationrsudev2013-01-191-1/+3
| | | |
| * | | Extend zoom calculation to nxm tilesetsrsudev2013-01-171-25/+72
| | |/ | |/| | | | | | | 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.
* | | Do not create an intermediate empty array when copyingSamuel Tardieu2013-01-191-2/+2
| | |
* | | Refactoring: use contains() where appropriateSamuel Tardieu2013-01-191-1/+1
| | |
* | | Refactoring: remove redundant variablesSamuel Tardieu2013-01-192-4/+2
| | |
* | | Fix typo in log stringSamuel Tardieu2013-01-191-1/+1
| | |