summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget/AppWidgetHost.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid non-static innner classes that are passed over via IPC.Svetoslav2014-12-181-13/+37
* Removing context ref from AppWidgetHost. (Bug 18769791)Winson Chung2014-12-171-11/+11
* RemoteViews service not unbound.Svet Ganov2014-08-241-9/+8
* Polish the new cross-profile app widget APIsSvetoslav2014-08-081-15/+16
* Polish of the app widgets cross-profiles feature.Svetoslav2014-08-071-12/+4
* Allow adding widgets from user profiles.Svetoslav2014-08-051-75/+56
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* am 18748035: am 379517b0: Merge "Fixing issue where AppWidgetHost.onProviders...Winson Chung2013-06-051-9/+1
|\
| * Fixing issue where AppWidgetHost.onProvidersChanged() was not being called. (...Winson Chung2013-06-041-9/+1
* | am 26ebeb6d: am 7b3526d5: Merge "Fix alternate time zone display for clock wi...Jim Miller2013-03-221-2/+2
|\ \ | |/
| * Fix alternate time zone display for clock widget.Jim Miller2013-03-211-2/+2
* | am 33c05985: am e70748e7: Merge "Remove unnecessary userid check" into jb-mr2...Jim Miller2013-03-111-13/+0
|\ \ | |/
| * Remove unnecessary userid checkJim Miller2013-03-111-13/+0
* | Fix widget update issueJim Miller2013-03-051-5/+2
* | Move keyguard to its own process.Jim Miller2013-02-271-1/+0
|/
* Add explicit userId to AppWidget binder callsJim Miller2013-02-201-73/+72
* Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani2012-12-041-0/+16
* Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani2012-11-301-2/+28
* Delete appWidgetId when removing lockscreen widgetsMichael Jurka2012-11-161-0/+16
* Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen2012-09-261-0/+11
* Tweaking how settings adds keyguard widgetsAdam Cohen2012-09-181-2/+6
* Fixing construction of handler in AppWidgetHostMichael Jurka2012-09-171-1/+1
* Add support for settings for lock widgetsJim Miller2012-09-141-3/+51
* Update AppWidgetHost with better support for OnClickHandlersJim Miller2012-08-201-6/+18
* Updating AppWidgetHost to receive a callback when any appWidget has changed. ...Winson Chung2012-06-131-1/+19
* Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen2011-07-191-0/+4
* Adding framework support for resizable widgetsAdam Cohen2011-02-251-4/+17
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-0/+11
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-5/+4
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+23
* Need to give the AppWidgetHostView the new info about the provider, in case t...Joe Onorato2010-06-231-2/+2
* Call into app widget hosts when the provider is updated.Joe Onorato2010-05-041-2/+8
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+1
* Cleanup a bunch of warnings in app widgets code.Romain Guy2009-07-011-6/+6
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+248