summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetProviderInfo.java
AgeCommit message (Expand)Author
2021-09-14Correct documentation of AppWidgetProviderInfoPierre Barbier de Reuille
2021-05-04Add null check in AppWidgetProvider#loadDescription before callingAlina Zaidi
2021-04-05Updating AppWidgetProviderInfo APISunny Goyal
2021-03-03Fix flag value for configuration_optional widget feature.Yogisha Dixit
2021-02-19Adjust AppWidgetProviderInfo#getDescription to return CharSequence.Alina Zaidi
2021-02-17Add new attributes for widget sizing controls.TreeHugger Robot
2021-02-08Add a layout attribute in widget metadata for widget previewSteven Ng
2021-02-01Adding APIs to get manifest entries for Launcher activities and widgetsSunny Goyal
2021-01-26Include an attribute for description of the widget in the attributes file for...Alina Zaidi
2021-01-20Add a new widget feature value, configuration_optionalSteven Ng
2020-12-02Hand-migration to TypedXml interface.Jeff Sharkey
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-09-05Framework: Remove a nonsensical substring(0)Andreas Gampe
2018-08-09Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-15Adding IntDef annotations to some flag based propertiesSunny Goyal
2017-12-05Adding widgetFeatures so that a provider can indicate a set ofSunny Goyal
2017-05-24Add ResourceId validation helper methodAdam Lesinski
2017-04-28Valid resource IDs may be negativeAdam Lesinski
2017-01-19Fixing dimensions for AppWidgetProviderInfo not getting updated properlySunny Goyal
2014-09-04Generalizing Recents widget category to Search box. (Bug 17334589)Winson Chung
2014-08-15Fixing wrong tag usageSunny Goyal
2014-08-15Returning null when preview image is not available for AppWidgetProviderInfoSunny Goyal
2014-08-08Polish the new cross-profile app widget APIsSvetoslav
2014-08-07Polish of the app widgets cross-profiles feature.Svetoslav
2014-08-05Allow adding widgets from user profiles.Svetoslav
2014-05-05Exposing the API to support widgets in Recents.Winson Chung
2014-05-02Adding ability to load a search widget into Recents.Winson Chung
2014-02-25Tabs -> spaces in frameworks/base.John Spurlock
2012-11-04If a default keyguard layout isn't specified, fallback to the default layoutAdam Cohen
2012-10-31Stripping dead API related to keyguard widgetsAdam Cohen
2012-09-28Getting rid of keyguard widget flag that isn't usedAdam Cohen
2012-09-26Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen
2012-09-11Adding notion of keyguard widgetsAdam Cohen
2011-08-17Getting rid of the (hidden) oldName parameter for widgetsAdam Cohen
2011-07-22Fixing new minResizeWidth/Height APIAdam Cohen
2011-07-19Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen
2011-02-28Small change to AppWidgetProviderInfo public field name and docsAdam Cohen
2011-02-25Adding framework support for resizable widgetsAdam Cohen
2011-01-19previewImage API shouldn't be hidden.Patrick Dubroy
2010-11-10Adding widget auto-advance capabilityAdam Cohen
2010-06-28Add a new attribute to allow widgets to specify a preview image.Patrick Dubroy
2010-03-11Preserve widgets on upgrade.Romain Guy
2009-07-15Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.Joe Onorato
2009-03-11auto import from //branches/cupcake/...@137873The Android Open Source Project