summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViewsAdapter.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-05-04Save/restore view states when reapplying RemoteViews for color changesStevie Kideckel
2021-02-17Add checked change APIs to RemoteViewsStevie Kideckel
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-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-07-29Update language to comply with Android's inclusive language guidanceNader Jawad
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-06Resetting widget cache when some configurations changeSunny Goyal
2018-12-06Prevent a broken widget from crashing the LauncherSunny Goyal
2018-12-04Adding API to specify a dark text specific layout in app-widgetsSunny Goyal
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-10-20Binding to the RemoteViewsService directly from the hostSunny Goyal
2017-10-19Optimizing memory for RemoteViewsAdapter caches.Sunny Goyal
2017-04-20Renaming setAsyncExecutor to setExecutorSunny Goyal
2016-10-27Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-09-29Adding support for async view loading in RemoteViewsAdapterSunny Goyal
2016-02-25Fixing the parent check loop to allow RemoteViewsFrameLayoutSunny Goyal
2016-02-17Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...Sunny Goyal
2016-02-17Changing hashmaps to sparseArrays and other similar conversionsSunny Goyal
2015-04-28am 6af08c6b: Merge "Fix for infinite loop in RemoteViewsAdapter"Alan Viverette
2015-04-28Merge "Fix for infinite loop in RemoteViewsAdapter"Alan Viverette
2015-04-24Remove problematic early return from notifyDataSetChangedAdam Cohen
2015-04-02am 095428d2: am d15958f6: am 64c8a073: Merge "Early return in RemoteViewsAdap...Elliott Hughes
2015-03-21Fix for infinite loop in RemoteViewsAdapterHenrik Engström
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-11-27Early return in RemoteViewsAdapter is too lateHenrik Baard
2014-08-28Fix app widget serices not being unbound.Svetoslav
2014-08-24RemoteViews service not unbound.Svet Ganov
2014-08-05Allow adding widgets from user profiles.Svetoslav
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-03-06Fix keyguard listview widgets for secondary usersJim Miller
2012-12-06Merge "Making sure to clear state related to views that are being recycled (i...Adam Cohen
2012-12-06Making sure to clear state related to views that are being recycled (issue 76...Adam Cohen
2012-12-04Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani
2012-12-03Fix remote views cache to avoid lockscreen widget crosstalkAmith Yamasani
2012-11-30Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani
2012-09-26Fixing Keyguard widget click handling (issue 7179972)Adam Cohen
2012-07-27No longer parceling FixedSizeRemoteViewsCachesAdam Cohen
2012-07-25Fixing cache pruning to avoid pruning those in the visible rangeAdam Cohen
2012-07-24Caching the FixedSizeRemoteViewsCaches across rotationAdam Cohen
2012-07-20Prevent crash in AppWidgetHost that can be triggered by an AppWidgetAdam Cohen
2012-05-22Fix ANR which could occur for collection widgets with very large itemsAdam Cohen
2012-04-26Enabling RemoteViews to have a landscape and portrait layoutAdam Cohen
2012-04-02Only preload items if they are within the valid range (issue 6265338, 6194161)Adam Cohen
2012-01-17Hinting RemoteViewsAdapter as to which views are visibleAdam Cohen
2011-07-28Fixing widget notifyDataSetChanged() not getting called, issue 5092676Adam Cohen
2011-07-14Catching RemoteViews#apply() layout inflation exceptions in RemoteViewsAdapterAdam Cohen