aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations/CacheAttribute.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: remove unused codeBananeweizen2014-01-111-8/+0
|
* Fixes #3238, Attributes on opencaching.plrsudev2013-12-271-1/+13
| | | | - Added the last missing icons
* Fixes #3462, Wrong attribute icon in OC.de cachersudev2013-12-241-2/+6
| | | | Additionally some new icons for oc attributes
* Move attributes from opencaching.de ids to okapi acodesrsudev2013-12-041-67/+67
|
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|
* Fix #2727 - Support GeoTour attributecampbeb2013-05-251-1/+2
| | | | | Also some minor changes to attritube generation files for additional explanation
* issue2662 OC: leichtes Kletternkoem2013-05-011-18/+9
|
* 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: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
|
* refactoring: remove unused codeBananeweizen2012-12-011-9/+0
|
* fix #1963: Include "Cache Beacon" in appsBananeweizen2012-08-191-0/+4
|
* Fix #1699: give resources to the "unknown" attributeOndřej Kunc2012-06-011-1/+1
|
* 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
|
* refactoring: remove dynamic lookup of resourcesBananeweizen2012-04-201-67/+74
| | | * reduces Android lint warnings
* fix #1347: no more caching of localized texts in enumsStephan Merker2012-04-201-5/+8
|
* fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732Bananeweizen2012-04-101-1/+1
|
* Add enum for cache attributes.SammysHP2012-04-091-0/+136
Should replace currently used attribute strings in the future.