summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetHostView.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-07-01Use the current padding instead of the default one during layout.Pierre Barbier de Reuille
2021-06-30Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell
2021-06-29Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs
2021-06-22Revert "Deprecate Context#createApplicationContext"Ryan Mitchell
2021-05-19Merge "Deprecate Context#createApplicationContext" into sc-devTreeHugger Robot
2021-05-18Deprecate Context#createApplicationContextRyan Mitchell
2021-05-13Test color mapping equivalent in O(n)Pierre Barbier de Reuille
2021-05-13Check colors actually change for App WidgetPierre Barbier de Reuille
2021-05-07Merge "Print the full exception upon widgets inflation error" into sc-devSteven Ng
2021-05-06Print the full exception upon widgets inflation errorSteven Ng
2021-05-04Save/restore view states when reapplying RemoteViews for color changesStevie Kideckel
2021-03-22Merge "Update system palette APIs" into sc-devLucas Dupin
2021-03-20Update system palette APIsLucas Dupin
2021-03-19Correct recycling to take setViewId into account.Pierre Barbier de Reuille
2021-03-18Revert "Correct recycling to take setViewId into account."Greg Kaiser
2021-03-17Correct recycling to take setViewId into account.Pierre Barbier de Reuille
2021-03-09Correct invalidation of layout when new color resources are provided.Pierre Barbier de Reuille
2021-03-04Correct API for new sizes in App Widgets.Pierre Barbier de Reuille
2021-02-24Framework implementation of go/widgets-dynamic-colorsPierre Barbier de Reuille
2021-02-17Add checked change APIs to RemoteViewsStevie Kideckel
2021-02-16Framework changes for go/widget-size-specificationPierre Barbier de Reuille
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-05-18fix RuntimeException when inflating default layout for AdapterView-based widgetsPinyao Ting
2020-04-15Move noteAppWidgetTapped call into AppWidgetHostView.Hui Yu
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-22Removing SDK check when getting default widget paddingSunny Goyal
2019-01-08Updating the comments as per API feedbackSunny Goyal
2018-12-04Adding API to specify a dark text specific layout in app-widgetsSunny Goyal
2018-11-09Starting the default activity when an app widget'sSunny Goyal
2018-10-29Adding shared element transitions support in AppWidgetsSunny Goyal
2018-08-09Add @UnsupportedAppUsage annotationsMathew Inwood
2017-10-25Removing some system binder calls in AppWidgetHostViewSunny Goyal
2017-09-21Using bundle instead of a custom class for SaveInstanceStateSunny Goyal
2017-08-31Suppressing spammy logs when widget inflation failsSunny Goyal
2017-04-20Renaming setAsyncExecutor to setExecutorSunny Goyal
2017-04-14getApplicationInfo() should throw NameNotFoundExceptionMakoto Onuki
2017-01-09Adding API to allow async inflaiton of AppWidgetSunny Goyal
2016-09-29Adding support for async view loading in RemoteViewsAdapterSunny Goyal
2016-05-23Set accessibility string for suspended widgets.Kenny Guy
2016-02-17Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...Sunny Goyal
2016-02-03Merge "Added support for async inflation of RemoteViews"Sunny Goyal
2016-02-01Runtime exception on AppWidgetHostView should not cause crash to the hosting ...Hyunyoung Song
2016-01-11Added support for async inflation of RemoteViewsSunny Goyal
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-01-07Fix accessibility delegationAlan Viverette
2014-08-06Allow adding widgets from user profiles.Svetoslav
2012-12-04Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani