index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
RemoteViewsAdapter.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+8
*
Binding to the RemoteViewsService directly from the host
Sunny Goyal
2017-10-20
1
-367
/
+280
*
Optimizing memory for RemoteViewsAdapter caches.
Sunny Goyal
2017-10-19
1
-30
/
+39
*
Renaming setAsyncExecutor to setExecutor
Sunny Goyal
2017-04-20
1
-6
/
+1
*
Merge "Adding support for async view loading in RemoteViewsAdapter"
Sunny Goyal
2016-10-27
1
-65
/
+135
|
\
|
*
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-72
/
+135
*
|
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-7
/
+5
|
/
*
Fixing the parent check loop to allow RemoteViewsFrameLayout
Sunny Goyal
2016-02-25
1
-1
/
+1
*
Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...
Sunny Goyal
2016-02-17
1
-143
/
+62
*
Changing hashmaps to sparseArrays and other similar conversions
Sunny Goyal
2016-02-17
1
-121
/
+97
*
am 6af08c6b: Merge "Fix for infinite loop in RemoteViewsAdapter"
Alan Viverette
2015-04-28
1
-1
/
+9
|
\
|
*
Merge "Fix for infinite loop in RemoteViewsAdapter"
Alan Viverette
2015-04-28
1
-1
/
+9
|
|
\
|
|
*
Fix for infinite loop in RemoteViewsAdapter
Henrik Engström
2015-03-21
1
-1
/
+9
*
|
|
Remove problematic early return from notifyDataSetChanged
Adam Cohen
2015-04-24
1
-4
/
+0
*
|
|
am 095428d2: am d15958f6: am 64c8a073: Merge "Early return in RemoteViewsAdap...
Elliott Hughes
2015-04-02
1
-3
/
+3
|
\
|
|
|
*
|
Early return in RemoteViewsAdapter is too late
Henrik Baard
2014-11-27
1
-3
/
+3
|
|
/
*
/
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
|
/
*
Fix app widget serices not being unbound.
Svetoslav
2014-08-28
1
-1
/
+1
*
RemoteViews service not unbound.
Svet Ganov
2014-08-24
1
-1
/
+1
*
Allow adding widgets from user profiles.
Svetoslav
2014-08-05
1
-30
/
+12
*
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-2
/
+0
*
Fix keyguard listview widgets for secondary users
Jim Miller
2013-03-06
1
-16
/
+27
*
Merge "Making sure to clear state related to views that are being recycled (i...
Adam Cohen
2012-12-06
1
-1
/
+23
|
\
|
*
Making sure to clear state related to views that are being recycled (issue 76...
Adam Cohen
2012-12-06
1
-1
/
+23
*
|
Make 3rd party lockscreen widgets work on secondary users
Amith Yamasani
2012-12-04
1
-0
/
+1
|
/
*
Fix remote views cache to avoid lockscreen widget crosstalk
Amith Yamasani
2012-12-03
1
-12
/
+40
*
Fix crosstalk between users for widgets hosted in lockscreen
Amith Yamasani
2012-11-30
1
-2
/
+28
*
Fixing Keyguard widget click handling (issue 7179972)
Adam Cohen
2012-09-26
1
-10
/
+18
*
No longer parceling FixedSizeRemoteViewsCaches
Adam Cohen
2012-07-27
1
-129
/
+34
*
Fixing cache pruning to avoid pruning those in the visible range
Adam Cohen
2012-07-25
1
-34
/
+53
*
Caching the FixedSizeRemoteViewsCaches across rotation
Adam Cohen
2012-07-24
1
-5
/
+200
*
Prevent crash in AppWidgetHost that can be triggered by an AppWidget
Adam Cohen
2012-07-20
1
-27
/
+54
*
Fix ANR which could occur for collection widgets with very large items
Adam Cohen
2012-05-22
1
-1
/
+1
*
Enabling RemoteViews to have a landscape and portrait layout
Adam Cohen
2012-04-26
1
-5
/
+1
*
Only preload items if they are within the valid range (issue 6265338, 6194161)
Adam Cohen
2012-04-02
1
-3
/
+18
*
Hinting RemoteViewsAdapter as to which views are visible
Adam Cohen
2012-01-17
1
-9
/
+30
*
Fixing widget notifyDataSetChanged() not getting called, issue 5092676
Adam Cohen
2011-07-28
1
-0
/
+6
*
Catching RemoteViews#apply() layout inflation exceptions in RemoteViewsAdapter
Adam Cohen
2011-07-14
1
-27
/
+65
*
Ensure the RemoteViewsAdapter cleans up its HandlerThread.
Jeff Brown
2011-06-10
1
-0
/
+11
*
Fix crash in bug 4259574
Adam Cohen
2011-04-07
1
-0
/
+2
*
Modifying RemoteViewsFactory interface
Adam Cohen
2011-03-24
1
-5
/
+14
*
Fixing issue where AppWidget service was being hit regardless of caching in R...
Winson Chung
2011-03-04
1
-1
/
+1
*
Fixing issue where RemoteViewsService.onDestroy() was never being called.
Winson Chung
2011-02-25
1
-2
/
+1
*
Fixing a bug in RemoteViewsAdapter where cached items weren't being marked as...
Adam Cohen
2011-02-11
1
-1
/
+3
*
Making requested indices the last to be pruned when we hit cache memory limit...
Winson Chung
2011-01-26
1
-19
/
+46
*
Re-enabling queued unbinding of services after requests to the service. (3394...
Winson Chung
2011-01-26
1
-197
/
+306
*
Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi...
Winson Chung
2011-01-19
1
-0
/
+2
*
Refactoring app widgets to address security/performance issues.
Winson Chung
2011-01-18
1
-17
/
+61
*
Adding instance check to RemoteViewsAdapter getViewAt
Adam Cohen
2011-01-17
1
-7
/
+8
*
Allow old view hierarchy to be GC'ed more quickly during rotation.
Patrick Dubroy
2011-01-14
1
-5
/
+4
[next]