aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-206-48/+17
|
* fix #1394: Red Circles around Event CachesBananeweizen2012-04-121-0/+3
|
* Remove the never used error_code field of StatusCodeSamuel Tardieu2012-04-111-25/+19
|
* Remove unused methodsSamuel Tardieu2012-04-111-5/+0
| | | | Those methods have been flagged as unused by proguard.
* fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732Bananeweizen2012-04-101-1/+1
|
* Extend GPX export.SammysHP2012-04-091-2/+2
| | | Waypoints and attributes added to export, better description handling. Also few small fixes in Field Notes export.
* Add enum for cache attributes.SammysHP2012-04-091-0/+136
| | | Should replace currently used attribute strings in the future.