summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RemoteViewsAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Addressing issues associated RemoteViewsAdapter's service crashes / disconnectsAdam Cohen2010-12-171-8/+3
* Fix for Issue: 3196583Adam Cohen2010-11-151-1/+9
* Adding click feedback to widget collectionsAdam Cohen2010-11-011-4/+7
* Adding NPE check when calculating remote views memory usage.Winson Chung2010-10-301-1/+3
* Extracting default loading view definition into XML resource.Winson Chung2010-10-011-12/+10
* Fixing issue where notifyDataSetChanged was not properly being called while n...Winson Chung2010-09-291-48/+32
* Being more judicious in resetting meta data for the RemoteAdapter.Winson Chung2010-09-281-11/+20
* Re-architecting RemoteViewsAdapter internals due to new constraints.Winson Chung2010-09-241-521/+648
* Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung2010-09-161-0/+7
* Adding some error handling to RemoteViewsAdapter, removing artificial loading...Winson Chung2010-09-091-17/+35