summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViewsAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Properly handle onNullBinding() in appwidget service.Pinyao Ting2024-12-301-0/+5
* Check if APK paths are valid right before creating the context.Pierre Barbier de Reuille2021-10-251-1/+1
* Save/restore view states when reapplying RemoteViews for color changesStevie Kideckel2021-05-041-2/+2
* Add checked change APIs to RemoteViewsStevie Kideckel2021-02-171-10/+10
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-7/+8
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-8/+7
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-7/+8
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Update language to comply with Android's inclusive language guidanceNader Jawad2020-07-291-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Resetting widget cache when some configurations changeSunny Goyal2019-06-061-5/+20
* Prevent a broken widget from crashing the LauncherSunny Goyal2018-12-061-2/+6
* Adding API to specify a dark text specific layout in app-widgetsSunny Goyal2018-12-041-4/+9
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+8
* Binding to the RemoteViewsService directly from the hostSunny Goyal2017-10-201-367/+280
* Optimizing memory for RemoteViewsAdapter caches.Sunny Goyal2017-10-191-30/+39
* Renaming setAsyncExecutor to setExecutorSunny Goyal2017-04-201-6/+1
* Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal2016-10-271-65/+135
|\
| * Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-72/+135
* | Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-7/+5
|/
* Fixing the parent check loop to allow RemoteViewsFrameLayoutSunny Goyal2016-02-251-1/+1
* Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...Sunny Goyal2016-02-171-143/+62
* Changing hashmaps to sparseArrays and other similar conversionsSunny Goyal2016-02-171-121/+97
* am 6af08c6b: Merge "Fix for infinite loop in RemoteViewsAdapter"Alan Viverette2015-04-281-1/+9
|\
| * Merge "Fix for infinite loop in RemoteViewsAdapter"Alan Viverette2015-04-281-1/+9
| |\
| | * Fix for infinite loop in RemoteViewsAdapterHenrik Engström2015-03-211-1/+9
* | | Remove problematic early return from notifyDataSetChangedAdam Cohen2015-04-241-4/+0
* | | am 095428d2: am d15958f6: am 64c8a073: Merge "Early return in RemoteViewsAdap...Elliott Hughes2015-04-021-3/+3
|\| |
| * | Early return in RemoteViewsAdapter is too lateHenrik Baard2014-11-271-3/+3
| |/
* / Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
|/
* Fix app widget serices not being unbound.Svetoslav2014-08-281-1/+1
* RemoteViews service not unbound.Svet Ganov2014-08-241-1/+1
* Allow adding widgets from user profiles.Svetoslav2014-08-051-30/+12
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Fix keyguard listview widgets for secondary usersJim Miller2013-03-061-16/+27
* Merge "Making sure to clear state related to views that are being recycled (i...Adam Cohen2012-12-061-1/+23
|\
| * Making sure to clear state related to views that are being recycled (issue 76...Adam Cohen2012-12-061-1/+23
* | Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani2012-12-041-0/+1
|/
* Fix remote views cache to avoid lockscreen widget crosstalkAmith Yamasani2012-12-031-12/+40
* Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani2012-11-301-2/+28
* Fixing Keyguard widget click handling (issue 7179972)Adam Cohen2012-09-261-10/+18
* No longer parceling FixedSizeRemoteViewsCachesAdam Cohen2012-07-271-129/+34
* Fixing cache pruning to avoid pruning those in the visible rangeAdam Cohen2012-07-251-34/+53
* Caching the FixedSizeRemoteViewsCaches across rotationAdam Cohen2012-07-241-5/+200
* Prevent crash in AppWidgetHost that can be triggered by an AppWidgetAdam Cohen2012-07-201-27/+54
* Fix ANR which could occur for collection widgets with very large itemsAdam Cohen2012-05-221-1/+1
* Enabling RemoteViews to have a landscape and portrait layoutAdam Cohen2012-04-261-5/+1
* Only preload items if they are within the valid range (issue 6265338, 6194161)Adam Cohen2012-04-021-3/+18
* Hinting RemoteViewsAdapter as to which views are visibleAdam Cohen2012-01-171-9/+30
* Fixing widget notifyDataSetChanged() not getting called, issue 5092676Adam Cohen2011-07-281-0/+6