summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetManager.java
Commit message (Expand)AuthorAgeFilesLines
* Move noteAppWidgetTapped call into AppWidgetHostView.Hui Yu2020-04-151-4/+4
* Update AppOps & UsageStats when app widget tapped.Hui Yu2020-03-211-0/+14
* AppWidgetManager option documentationSamuel Fufa2020-03-101-6/+10
* Fix widget restore flowSamuel Fufa2020-02-241-0/+10
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-091-0/+8
* Updating javadoc for updateAppWidgetProviderInfo APISunny Goyal2018-03-201-2/+4
* Updating java doc for requestPinAppWidgetSunny Goyal2018-03-171-1/+5
* Add RequiresFeature annotation.Jeff Sharkey2018-02-161-0/+3
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-8/+8
* Adding support for overriding app-awidget properties at runtimeSunny Goyal2018-01-081-0/+28
* Binding to the RemoteViewsService directly from the hostSunny Goyal2017-10-201-29/+11
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+2
* Address API Review commentsTony Wickham2017-04-241-5/+13
* Add AppWidgetManager#getInstalledProvidersForPackage()Tony Wickham2017-04-041-8/+33
* Create new BroadcastBehavior annotation.Jeff Sharkey2017-03-081-0/+21
* Adding support for passing arbitrary extras when requesting to pin a widget.Sunny Goyal2017-03-011-4/+26
* Adding AppWidgetManager.isRequestPinAppWidgetSupportedSunny Goyal2017-01-241-0/+13
* Fixing dimensions for AppWidgetProviderInfo not getting updated properlySunny Goyal2017-01-191-15/+2
* Update the javadoc on requestPinShortcut() about multiple...Makoto Onuki2017-01-101-2/+3
* AppWidgetManager: direct add widget support.Sunny Goyal2017-01-031-0/+41
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-45/+31
* AppWidgetServiceImpl should use ParceledListSlice as return objectHyunyoung Song2015-06-171-3/+4
* Exclude bound app widgets from idle app listAmith Yamasani2015-05-011-0/+14
* Generalizing Recents widget category to Search box. (Bug 17334589)Winson Chung2014-09-041-1/+1
* RemoteViews service not unbound.Svet Ganov2014-08-241-1/+1
* Polish the new cross-profile app widget APIsSvetoslav2014-08-081-21/+16
* Allow adding widgets from user profiles.Svetoslav2014-08-051-116/+297
* Widget restore documentation tweaksChristopher Tate2014-05-281-6/+6
* Exposing the API to support widgets in Recents.Winson Chung2014-05-051-1/+2
* App widget backup/restore infrastructureChristopher Tate2014-03-201-0/+86
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Fix awkward wording in AppWidgetManager docs.John Spurlock2013-06-031-6/+6
* Fix issue #8470131: Process thrash kills batteryDianne Hackborn2013-03-251-4/+16
* Add explicit userId to AppWidget binder callsJim Miller2013-02-201-20/+23
* am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-devScott Main2013-01-081-1/+1
|\
| * docs: resolve bugs from external trackerScott Main2013-01-081-1/+1
* | Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani2012-11-301-4/+9
* | Making sure keyguard and homescreen only display eligible widgets (issue 7550...Adam Cohen2012-11-281-1/+12
|/
* Use new keyguard appwidget pickerMichael Jurka2012-10-311-7/+7
* Letting partial update fall through if the widget has not received a full upd...Winson Chung2012-10-111-0/+8
* Fixing partiallyUpdateAppWidget to cache the new changesAdam Cohen2012-09-201-4/+3
* Add support for settings for lock widgetsJim Miller2012-09-141-2/+10
* Adding a couple extras keys for keyguard widget selectionAdam Cohen2012-09-111-0/+14
* Adding notion of keyguard widgetsAdam Cohen2012-09-111-6/+68
* Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED linkKatie McCormick2012-09-101-2/+3
* Update documentation on max widget bitmap usageMichael Jurka2012-06-251-2/+2
* Cap widget bitmap usage by screen size (issue 6464700)Adam Cohen2012-05-101-0/+8
* Changing app widget "extras" to "options" and another small API Review issueAdam Cohen2012-05-021-14/+14
* New API to allow third-party apps to bind widgetsMichael Jurka2012-04-241-2/+113