summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetHostView.java
Commit message (Expand)AuthorAgeFilesLines
* Move noteAppWidgetTapped call into AppWidgetHostView.Hui Yu2020-04-151-3/+14
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Removing SDK check when getting default widget paddingSunny Goyal2019-02-221-24/+12
* Updating the comments as per API feedbackSunny Goyal2019-01-081-3/+3
* Adding API to specify a dark text specific layout in app-widgetsSunny Goyal2018-12-041-0/+14
* Starting the default activity when an app widget'sSunny Goyal2018-11-091-0/+16
* Adding shared element transitions support in AppWidgetsSunny Goyal2018-10-291-0/+42
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-091-0/+5
* Removing some system binder calls in AppWidgetHostViewSunny Goyal2017-10-251-50/+31
* Using bundle instead of a custom class for SaveInstanceStateSunny Goyal2017-09-211-119/+12
* Suppressing spammy logs when widget inflation failsSunny Goyal2017-08-311-2/+3
* Renaming setAsyncExecutor to setExecutorSunny Goyal2017-04-201-1/+1
* getApplicationInfo() should throw NameNotFoundExceptionMakoto Onuki2017-04-141-2/+7
* Adding API to allow async inflaiton of AppWidgetSunny Goyal2017-01-091-3/+3
* Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-3/+3
* Set accessibility string for suspended widgets.Kenny Guy2016-05-231-1/+19
* Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...Sunny Goyal2016-02-171-1/+8
* Merge "Added support for async inflation of RemoteViews"Sunny Goyal2016-02-031-0/+97
|\
| * Added support for async inflation of RemoteViewsSunny Goyal2016-01-111-0/+98
* | Runtime exception on AppWidgetHostView should not cause crash to the hosting ...Hyunyoung Song2016-02-011-1/+21
|/
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Fix accessibility delegationAlan Viverette2015-01-071-2/+3
* Allow adding widgets from user profiles.Svetoslav2014-08-061-20/+7
* Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani2012-12-041-4/+13
* If a default keyguard layout isn't specified, fallback to the default layoutAdam Cohen2012-11-041-1/+4
* Widget size policy, size callbacksAdam Cohen2012-11-011-8/+16
* Accessibility support for the lockscreen - phone.Svetoslav Ganov2012-10-311-0/+1
* Suppress unnecessary calls to update widget size (issue 7287744)Adam Cohen2012-10-051-10/+29
* Fixing onRestoreInstanceState crash in LauncherAdam Cohen2012-09-211-1/+6
* Adding notion of keyguard widgetsAdam Cohen2012-09-111-1/+11
* Update AppWidgetHost with better support for OnClickHandlersJim Miller2012-08-201-17/+39
* Expose class name in AppWidgetHostView for accessibilityGuang Zhu2012-05-151-0/+7
* Accounting for widget padding in dips instead of pixelsAdam Cohen2012-05-091-6/+7
* Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454...Adam Cohen2012-05-081-6/+17
* Changing app widget "extras" to "options" and another small API Review issueAdam Cohen2012-05-021-15/+16
* Pushing widget resize callback responsibility to AppWidgetHostAdam Cohen2012-04-301-20/+16
* Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-191-0/+40
* Making default widget padding public APIAdam Cohen2011-11-071-22/+33
* Adding default padding to AppWidgetHostView for widgets >= API level 14Adam Cohen2011-09-301-0/+52
* Fixing widget notifyDataSetChanged() not getting called, issue 5092676Adam Cohen2011-07-281-0/+6
* Fixing bug related to collisions with AppWidget view ids and AppWidgetHost vi...Adam Cohen2011-01-161-1/+5
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-1/+1
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+19
* am 801b63d3: am 51e895f0: Merge "Need to give the AppWidgetHostView the new i...Joe Onorato2010-06-231-13/+12
|\
| * Need to give the AppWidgetHostView the new info about the provider, in case t...Joe Onorato2010-06-231-13/+12
* | Removed API changes from CL 54712.Gilles Debunne2010-06-171-1/+1
* | Removed warnings in LayoutInflater.Gilles Debunne2010-06-161-3/+4
|/
* Call into app widget hosts when the provider is updated.Joe Onorato2010-05-041-1/+15
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Prevent crash in Home when using widgets whose ids collide with Home'sRomain Guy2009-11-051-2/+9