diff --git a/CHANGELOG.md b/CHANGELOG.md index 87741fa..8dcdbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Android/Java SDK Changelog +## 1.22.0 (2017-10-21) +Changes + - Fixed serialization issue in PHGroup + +## 1.20.2 (2017-08-19) +Changes + - Changed Java compliance level to 1.6 + +## 1.20.1 (2017-08-18) +Changes + - Critical bug fix regarding missing methods and classes + +## 1.20 (2017-08-04) +Changes + - Critical bug fix regarding 1.20 bridge firmware and commissioning sensors and switches. + ## 1.11.2 (2015-12-22) Changes - Minor bug fix when getting the brightness increment from a schedule. diff --git a/JavaDesktopApp/libs/huelocalsdk.jar b/JavaDesktopApp/libs/huelocalsdk.jar index 38e1f4d..e22317c 100644 Binary files a/JavaDesktopApp/libs/huelocalsdk.jar and b/JavaDesktopApp/libs/huelocalsdk.jar differ diff --git a/JavaDesktopApp/libs/huesdkresources.jar b/JavaDesktopApp/libs/huesdkresources.jar index 1fdedff..0fe7ef6 100644 Binary files a/JavaDesktopApp/libs/huesdkresources.jar and b/JavaDesktopApp/libs/huesdkresources.jar differ diff --git a/QuickStartApp/libs/huelocalsdk.jar b/QuickStartApp/libs/huelocalsdk.jar index 38e1f4d..e22317c 100644 Binary files a/QuickStartApp/libs/huelocalsdk.jar and b/QuickStartApp/libs/huelocalsdk.jar differ diff --git a/QuickStartApp/libs/huesdkresources.jar b/QuickStartApp/libs/huesdkresources.jar index 1fdedff..0fe7ef6 100644 Binary files a/QuickStartApp/libs/huesdkresources.jar and b/QuickStartApp/libs/huesdkresources.jar differ diff --git a/README.md b/README.md index 549d81a..7df2d60 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ +# This repository is deprecated. + +**Deprecation – Philips Hue SDK** + +We have decided to **deprecate the hue SDK** effective **as of July 1st 2019**. This means there will be no new SDK releases except for critical updates (e.g. security) which will be maintained for one additional year. Existing Hue SDK client applications will continue to work normally but we can no longer guarantee long term compatibility with future Hue software. We strongly recommend Hue SDK users to migrate to Hue API which remains up-to-date and supported. + +**FAQ** + +**Why is this changing?** Philips Hue has decided to focus its resources into improving the Hue API and building new features. The usage of the SDK has been declining as has our own dependence on it so we feel it is more beneficial to focus on building directly on the Hue API. + +**Who’s Impacted?** Anyone who is leveraging the Philips Hue SDK. + +**Who’s Not Impacted?** Anyone who is not utilizing the Philips Hue SDK. + +**What should you use instead?** Philips Hue API + +**Next steps?** Migration code samples and best practice blogs by Hue Developer Program. + +**Question?** Contact us! https://developers.meethue.com/support/ + +**See also:** https://developers.meethue.com/deprecation-philips-hue-sdk/ + +----- + The Hue SDK by Philips =============== (c) Copyright Philips 2012-2014 @@ -23,7 +47,7 @@ Acknowledgements Please adhere to any third party licenses that are applicable on this SDK when building applications with our SDK or using the QuickStart applications as your base (see ACKNOWLEDGEMENTS file in this repository, for applicable licenses).
-Philips releases this SDK with friendly house rules. These friendly house rules are part of a legal framework; this to protect both the developers and hue. The friendly house rules cover e.g. the naming of Philips and of hue which can only be used as a reference (a true and honest statement) and not as a an brand or identity. Also covered is that the hue SDK and API can only be used for hue and for no other application or product. Very common sense friendly rules that are common practice amongst leading brands that have released their SDK�s. +Philips releases this SDK with friendly house rules. These friendly house rules are part of a legal framework; this to protect both the developers and hue. The friendly house rules cover e.g. the naming of Philips and of hue which can only be used as a reference (a true and honest statement) and not as a an brand or identity. Also covered is that the hue SDK and API can only be used for hue and for no other application or product. Very common sense friendly rules that are common practice amongst leading brands that have released their SDK’s. Copyright (c) 2012- 2013, Philips Electronics N.V. All rights reserved. @@ -36,4 +60,4 @@ Redistribution and use in source and binary forms, with or without modification, * Neither the name of Philips Electronics N.V. , nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FORA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER ORCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, ORPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OFLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDINGNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FORA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER ORCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, ORPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OFLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDINGNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.