index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
appwidget
/
AppWidgetProviderInfo.java
Age
Commit message (
Expand
)
Author
2021-09-14
Correct documentation of AppWidgetProviderInfo
Pierre Barbier de Reuille
2021-05-04
Add null check in AppWidgetProvider#loadDescription before calling
Alina Zaidi
2021-04-05
Updating AppWidgetProviderInfo API
Sunny Goyal
2021-03-03
Fix flag value for configuration_optional widget feature.
Yogisha Dixit
2021-02-19
Adjust AppWidgetProviderInfo#getDescription to return CharSequence.
Alina Zaidi
2021-02-17
Add new attributes for widget sizing controls.
TreeHugger Robot
2021-02-08
Add a layout attribute in widget metadata for widget preview
Steven Ng
2021-02-01
Adding APIs to get manifest entries for Launcher activities and widgets
Sunny Goyal
2021-01-26
Include an attribute for description of the widget in the attributes file for...
Alina Zaidi
2021-01-20
Add a new widget feature value, configuration_optional
Steven Ng
2020-12-02
Hand-migration to TypedXml interface.
Jeff Sharkey
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-09-05
Framework: Remove a nonsensical substring(0)
Andreas Gampe
2018-08-09
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-03-15
Adding IntDef annotations to some flag based properties
Sunny Goyal
2017-12-05
Adding widgetFeatures so that a provider can indicate a set of
Sunny Goyal
2017-05-24
Add ResourceId validation helper method
Adam Lesinski
2017-04-28
Valid resource IDs may be negative
Adam Lesinski
2017-01-19
Fixing dimensions for AppWidgetProviderInfo not getting updated properly
Sunny Goyal
2014-09-04
Generalizing Recents widget category to Search box. (Bug 17334589)
Winson Chung
2014-08-15
Fixing wrong tag usage
Sunny Goyal
2014-08-15
Returning null when preview image is not available for AppWidgetProviderInfo
Sunny Goyal
2014-08-08
Polish the new cross-profile app widget APIs
Svetoslav
2014-08-07
Polish of the app widgets cross-profiles feature.
Svetoslav
2014-08-05
Allow adding widgets from user profiles.
Svetoslav
2014-05-05
Exposing the API to support widgets in Recents.
Winson Chung
2014-05-02
Adding ability to load a search widget into Recents.
Winson Chung
2014-02-25
Tabs -> spaces in frameworks/base.
John Spurlock
2012-11-04
If a default keyguard layout isn't specified, fallback to the default layout
Adam Cohen
2012-10-31
Stripping dead API related to keyguard widgets
Adam Cohen
2012-09-28
Getting rid of keyguard widget flag that isn't used
Adam Cohen
2012-09-26
Fixing AppWidgetService / AppWidgetHost to work in system process
Adam Cohen
2012-09-11
Adding notion of keyguard widgets
Adam Cohen
2011-08-17
Getting rid of the (hidden) oldName parameter for widgets
Adam Cohen
2011-07-22
Fixing new minResizeWidth/Height API
Adam Cohen
2011-07-19
Adding resizeMinWidth/Height to AppWidgetProviderInfo
Adam Cohen
2011-02-28
Small change to AppWidgetProviderInfo public field name and docs
Adam Cohen
2011-02-25
Adding framework support for resizable widgets
Adam Cohen
2011-01-19
previewImage API shouldn't be hidden.
Patrick Dubroy
2010-11-10
Adding widget auto-advance capability
Adam Cohen
2010-06-28
Add a new attribute to allow widgets to specify a preview image.
Patrick Dubroy
2010-03-11
Preserve widgets on upgrade.
Romain Guy
2009-07-15
Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.
Joe Onorato
2009-03-11
auto import from //branches/cupcake/...@137873
The Android Open Source Project