aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations
Commit message (Collapse)AuthorAgeFilesLines
* new: ignore cachesBananeweizen2015-02-221-20/+22
|
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-1/+0
|
* more null annotationsBananeweizen2015-01-309-9/+40
|
* fix #4633: spoiler picture link missingSamuel Tardieu2015-01-271-2/+2
|
* fix #4585: split play servicesBananeweizen2015-01-041-1/+1
|
* Do not overprotect private fields in enumerationsSamuel Tardieu2015-01-045-62/+24
| | | | | Those fields are not exposed, and the @NonNull annotation requires that they are initialized from the beginning.
* refactoring: remove unused methods, add null annotationsBananeweizen2015-01-025-5/+32
|
* refactoring: more null annotationsBananeweizen2015-01-021-0/+11
|
* Cache size can never be nullSamuel Tardieu2015-01-021-0/+3
|
* Fix #4517: reference to gc.com regardless of the cache originSamuel Tardieu2014-12-091-2/+1
|
* refactoring: remove test only methodsBananeweizen2014-11-241-5/+2
|
* Remove the ICache interfaceSamuel Tardieu2014-11-231-2/+2
| | | | | Throughout the code, Geocache is used where ICache should be used. Moreover, except in the tests, ICache is only implemented in Geocache.
* refactoring: move LiveMapStrategy enums to mapBananeweizen2014-11-101-48/+0
|
* refactoring: move LocationProviderType to fitting packageBananeweizen2014-11-101-17/+0
|
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
|
* import lab caches as virtualBananeweizen2014-09-061-3/+5
|
* fix #1966: confirmation for dangerous logsBananeweizen2014-08-241-0/+4
|
* fix #1760: store found date on importing GPXBananeweizen2014-08-241-4/+8
|
* Unify extra pattern dataSamuel Tardieu2014-08-241-8/+4
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-08-211-1/+7
|\
| * gc.com change: "Traditional Cache" becomes "Traditional Geocache"Samuel Tardieu2014-08-211-1/+7
| | | | | | | | Keep the previous version for now with a FIXME.
* | Distinguish visually between low-power and regular fused providersSamuel Tardieu2014-08-191-0/+1
| |
* | Use the Google Play fused location service when availableSamuel Tardieu2014-08-051-0/+1
|/
* switch to Java 1.7Bananeweizen2014-07-175-10/+10
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* fix several name shadowing occurrencesBananeweizen2014-06-291-19/+19
|
* Fixes #4025, Usage of Mytery instead of Unknown in GPX exportsrsudev2014-06-251-2/+2
| | | | - makes 'Unknown Cache' again the main type, still understanding 'Mystery Cache'
* fix #3981: mystery cache types renamed on websiteBananeweizen2014-06-111-1/+4
|
* fix #3836: cache type is no longer recognized due to gc.com changeSamuel Tardieu2014-05-131-0/+12
|
* #3783: added icons for giga eventrsudev2014-04-231-1/+1
|
* #3783: support giga event typeMichael Keppler2014-04-231-2/+3
| | | New icons are still missing.
* Merge branch 'release' into upstreamSamuel Tardieu2014-03-021-0/+5
|\
| * fix failing testSamuel Tardieu2014-03-021-0/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-03-021-1/+2
|\ \ | |/
| * fix #3634: special log types on unpublished cachesSamuel Tardieu2014-03-021-1/+2
| |
* | Fix failing testsSamuel Tardieu2014-02-181-2/+4
| | | | | | | | | | Fix failing tests due to changes introduced in 63b7d6b0454cd8ac4bbcbfe82f589f64581c82d7.
* | Fixes issue WRT to non-unique log type icon namersudev2014-02-181-1/+1
| |
* | Fixes incorrect parametrization of new log typersudev2014-02-181-1/+1
| | | | | | | | - the new log type oc_team_comment wrongly contained an icon name (used only by GC parser)
* | Fixes #3617, Archived message is shown as notersudev2014-02-181-5/+6
| | | | | | | | - added this, and some other missing log types, to OkapiClient
* | refactoring: remove the dangerous ordinal() dependency of the loadersBananeweizen2014-01-171-11/+20
| |
* | fix #3319: Support OC cache size "Nano"Bananeweizen2014-01-161-15/+22
| |
* | refactoring: remove unused codeBananeweizen2014-01-121-2/+0
| |
* | refactoring: remove unused codeBananeweizen2014-01-112-23/+8
| |
* | refactoring: remove unnecessary constructsSamuel Tardieu2014-01-111-1/+1
| |
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-112-2/+2
| |
* | Revert "refactoring: remove dead enumeration items and dead code"Samuel Tardieu2014-01-061-0/+3
| | | | | | | | | | | | This reverts commit e2443f151d4d2bcd7574c19dcb3b4aedbd262a75. The enumeration items were used in a range expression.
* | refactoring: remove dead enumeration items and dead codeSamuel Tardieu2014-01-061-3/+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
* integrate extremcaching.comBananeweizen2013-12-161-1/+23
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* extremcaching connector added logging capabillityrel00p2013-12-161-0/+1
|