summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetManager.java
Commit message (Expand)AuthorAgeFilesLines
* Combining widget broadcastsSihua Ma2022-10-311-0/+37
* Fix a security issue in app widget service.Pinyao Ting2022-07-141-1/+3
* Update the documentation of AppWidgetManagerPierre Barbier de Reuille2021-05-271-0/+10
* Correct API for new sizes in App Widgets.Pierre Barbier de Reuille2021-03-041-1/+1
* Merge "Expose setBindAppWidgetPermission as a testAPI" into sc-devKholoud Mohamed2021-02-241-1/+5
|\
| * Expose setBindAppWidgetPermission as a testAPIkholoud mohamed2021-02-151-1/+5
* | Framework changes for go/widget-size-specificationPierre Barbier de Reuille2021-02-161-0/+6
|/
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* 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