aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2013-05-101-3/+2
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| * refactoring: do not use an intermediate variableSamuel Tardieu2013-05-101-3/+2
| |
| * fix #1106: search for self as ownerBananeweizen2013-05-101-8/+11
| | | | | | | | (cherry picked from commit 18ac1a4ea3a9bc9b65babad358fec4e49968890a)
* | fix #1106: search for self as ownerBananeweizen2013-05-081-8/+11
| |
* | refactoring: simplify log types handlingBananeweizen2013-05-071-9/+5
| |
* | fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-3/+3
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-1/+1
|\ \ | |/
| * close #1106: ignore settings when searching for own cachesSamuel Tardieu2013-04-071-1/+1
| | | | | | | | | | The infrastructure was there already, but one of the parameters was set incorrectly.
* | improve display of log texts for OCBananeweizen2013-04-011-9/+17
| | | | | | * remove even more unneeded whitespace
* | fix #2532: attach log image to log entry locallyBananeweizen2013-03-302-8/+8
| |
* | refactoring of cache logging codeBananeweizen2013-03-301-0/+5
|/ | | | * simplify control flow * move sanity checks into GCVote and twitter methods
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-10/+7
| | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class
* 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
| | |