aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-04-01 15:18:38 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-01 15:53:01 -0700
commit877a0234fac2f3d4e747c8ec04951e9f72943e30 (patch)
treef41352d7a9acc55326d0bb0210eb150ad9d3b9be
parentea7d71200d1bfc0a703f7ba7f131a46aad8f033b (diff)
downloadvendor_cmsdk-877a0234fac2f3d4e747c8ec04951e9f72943e30.zip
vendor_cmsdk-877a0234fac2f3d4e747c8ec04951e9f72943e30.tar.gz
vendor_cmsdk-877a0234fac2f3d4e747c8ec04951e9f72943e30.tar.bz2
cmsdk: Add release notes for api level 5.
Change-Id: I2ba738197286ce8f5128b08a6a800e06ec321822
-rw-r--r--sdk/src/java/cyanogenmod/os/Build.java19
1 files changed, 18 insertions, 1 deletions
diff --git a/sdk/src/java/cyanogenmod/os/Build.java b/sdk/src/java/cyanogenmod/os/Build.java
index ce7b8fb..6d7c8c0 100644
--- a/sdk/src/java/cyanogenmod/os/Build.java
+++ b/sdk/src/java/cyanogenmod/os/Build.java
@@ -128,7 +128,24 @@ public class Build {
public static final int DRAGON_FRUIT = 4;
/**
- * Future M Release - 2nd quarter 2016
+ * April 2016: The 5th iteration of the platform sdk for CyanogenMod
+ *
+ * <p>Applications targeting this or a later version will get access to these
+ * new features!</p>
+ * <li>Weather request api to fetch weather data from providers on the device
+ * {@link cyanogenmod.weather.CMWeatherManager}</li>
+ * <li>Weather provider api to provide weather data to any listener on the device
+ * {@link cyanogenmod.weatherservice.WeatherProviderService}</li>
+ * <li>Extended capabilities of the {@link cyanogenmod.externalviews.KeyguardExternalView}
+ * interfaces to provide immersive and interactive experiences on the lockscreen.</li>
+ * <li>Themes interfaces have found a new home in the cmsdk, thus we allow access
+ * to 3rd parties requesting theme changes on the platform via
+ * {@link cyanogenmod.themes.ThemeManager} and
+ * {@link cyanogenmod.themes.ThemeChangeRequest}</li>
+ * <li>Full access to the {@link cyanogenmod.providers.ThemesContract} and provider</li>
+ * <li>Parceling helper class {@link cyanogenmod.os.Concierge} to help with parcel
+ * headers and protocol revisions</li>
+ * </ul>
*/
public static final int ELDERBERRY = 5;
}