summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget/AppWidgetManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-191-0/+75
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-0/+6
* Getting rid of the (hidden) oldName parameter for widgetsAdam Cohen2011-08-171-10/+0
* Fixing new minResizeWidth/Height APIAdam Cohen2011-07-221-0/+8
* Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-0/+42
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-6/+4
* -> Enabled partial updates to app widgets through AppWidgetManager.Adam Cohen2010-08-171-0/+61
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+29
* am b65d2256: merge from open-source masterThe Android Open Source Project2010-07-121-11/+11
|\
| * Reduced Warnings by adding Type Arguments and removing unused importsChristian Mehlmauer2010-06-251-11/+11
* | Convert the minWidth and minHeight to device units when calling getInstalledP...Patrick Dubroy2010-07-121-1/+9
|/
* Preserve widgets on upgrade.Romain Guy2010-03-111-0/+10
* resolve complex value in application context instead of system context.Mitsuru Oshima2009-07-011-1/+14
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+17
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+320