aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations
Commit message (Collapse)AuthorAgeFilesLines
* fix #2268: GPS Cache Exhibit type not parsedBananeweizen2013-07-031-1/+1
|
* refactoring: remove the cache realmBananeweizen2013-06-011-22/+0
| | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead
* Fixes after reviewrsudev2013-05-261-2/+2
|
* Implements OKAPI access for oc.dersudev2013-05-261-30/+32
| | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
* Fix #2727 - Support GeoTour attributecampbeb2013-05-251-1/+2
| | | | | Also some minor changes to attritube generation files for additional explanation
* fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-252-0/+12
|
* Fix #2728 - Support for Block Party cache typecampbeb2013-05-221-2/+4
| | | | Uses standard event image
* issue2662 OC: leichtes Kletternkoem2013-05-011-18/+9
|
* ImageUpload - fine-tuningrsudev2013-02-181-1/+2
| | | | | | Removed test code and comments Some error-handling Localizability
* Unit-Tests ++koem2013-02-121-9/+14
| | | | - and Maintenance Icon Color changed to alert-red
* Icons for OCkoem2013-02-111-85/+146
| | | | | | | | | | | - 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
* refactoring: simplify cache type checksBananeweizen2013-01-311-0/+17
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-01-191-0/+1
|\
| * fix #2412: login fail with unhelpful message on unvalidated accountSamuel Tardieu2013-01-191-0/+1
| |
* | Merge pull request #2311 from rsudev/OCde2Bananeweizen2013-01-051-0/+22
|\ \ | | | | | | Opencaching integration with oc11xml api
| * | Opencaching integration with oc11xml apirsudev2012-12-311-0/+22
| | | | | | | | | | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api
* | | close #2291: improve color markers in TB logbookSamuel Tardieu2013-01-011-3/+3
|/ /
* | #2210: use resource for main options menuBananeweizen2012-12-271-0/+5
| | | | | | * remove context menus, use list selection UI or alert dialog instead
* | fix #2292: parse "marked missing"Bananeweizen2012-12-251-0/+1
| |
* | Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-188-9/+9
| |
* | Uploading of modified coords to geocaching.comtriakcz2012-12-181-5/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-1/+1
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/LogType.java
| * Fix typo in stringSamuel Tardieu2012-12-131-1/+1
| |
| * fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-131-0/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-0/+1
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/LogType.java
| * fix #2253: missing "unarchived" log typeSamuel Tardieu2012-12-131-0/+1
| |
* | fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-122-129/+1
| |
* | Merge branch 'release'mucek42012-12-121-1/+1
|\ \ | |/ | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/enumerations/LogType.java
| * Visited TB fix #2244mucek42012-12-121-1/+1
| |
| * GC.com changes 11.12.2012 - additional fixesrsudev2012-12-121-16/+16
| | | | | | | | logtype POST_REVIEWER_NOTE logImages for trackables
| * Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-121-23/+23
| |
* | gc.com update - post merge fixesrsudev2012-12-122-1/+130
| |
* | Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-111-23/+23
| |
* | refactoring: remove unused codeBananeweizen2012-12-011-9/+0
| |
* | new: use color markers also in log viewBananeweizen2012-11-301-17/+23
| | | | | | | | * simplifies recognizing log types * makes it easier for the eye to follow the log layout
* | code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-223-7/+10
|/
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-101-2/+3
|
* Revise german translation and make constant name more precise.Heiko W. Rupp2012-09-081-1/+1
|
* fix #1963: Include "Cache Beacon" in appsBananeweizen2012-08-191-0/+4
|
* Merge remote-tracking branch 'upstream/issue1846' into upstreamSamuel Tardieu2012-06-301-0/+2
|\
| * Fix #1846, parse 'medium' as Regular for cache sizersudev2012-06-301-0/+2
| | | | | | | | | | In the update on 26.06.2012 geocaching com decided to replace Regular by medium for the size on the cache details page (though not in other places like search results), so we parse medium to regular size now
* | fix #1554: enumerations with name() instead of idBananeweizen2012-06-241-0/+7
|/
* Fix #1699: give resources to the "unknown" attributeOndřej Kunc2012-06-011-1/+1
|
* Remove JavaDoc @author tag.SammysHP2012-05-236-13/+0
| | | Files are edited by many people, also all editors are visible in the log.
* fix new type parsing bugBananeweizen2012-05-121-1/+1
| | | | * introduced in e4978ecfbdd755d585470cc963141e65966fe433 * added tests to avoid further similar issues
* use title capitalization in exported type and sizeBananeweizen2012-05-122-24/+24
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-27/+27
| | | reading
* Refactoring: remove final modifier on some methodsSamuel Tardieu2012-04-224-5/+5
| | | | | final adds nothing to methods declared in classes declared final or to private methods.
* refactoringsBananeweizen2012-04-211-3/+9
| | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps
* Use newly introduced yes and no attribute resource idsSamuel Tardieu2012-04-201-13/+1
|