summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViewsAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catching RemoteViews#apply() layout inflation exceptions in RemoteViewsAdapterAdam Cohen2011-07-141-27/+65
* Ensure the RemoteViewsAdapter cleans up its HandlerThread.Jeff Brown2011-06-101-0/+11
* Fix crash in bug 4259574Adam Cohen2011-04-071-0/+2
* Modifying RemoteViewsFactory interfaceAdam Cohen2011-03-241-5/+14
* Fixing issue where AppWidget service was being hit regardless of caching in R...Winson Chung2011-03-041-1/+1
* Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-2/+1
* Fixing a bug in RemoteViewsAdapter where cached items weren't being marked as...Adam Cohen2011-02-111-1/+3
* Making requested indices the last to be pruned when we hit cache memory limit...Winson Chung2011-01-261-19/+46
* Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung2011-01-261-197/+306
* Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi...Winson Chung2011-01-191-0/+2
* Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-17/+61
* Adding instance check to RemoteViewsAdapter getViewAtAdam Cohen2011-01-171-7/+8
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-5/+4