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
*
Properly handle onNullBinding() in appwidget service.
Pinyao Ting
2024-12-30
1
-0
/
+5
*
Check if APK paths are valid right before creating the context.
Pierre Barbier de Reuille
2021-10-25
1
-1
/
+1
*
Save/restore view states when reapplying RemoteViews for color changes
Stevie Kideckel
2021-05-04
1
-2
/
+2
*
Add checked change APIs to RemoteViews
Stevie Kideckel
2021-02-17
1
-10
/
+10
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-7
/
+8
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-8
/
+7
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-7
/
+8
*
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-15
1
-1
/
+2
*
Update language to comply with Android's inclusive language guidance
Nader Jawad
2020-07-29
1
-2
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Resetting widget cache when some configurations change
Sunny Goyal
2019-06-06
1
-5
/
+20
*
Prevent a broken widget from crashing the Launcher
Sunny Goyal
2018-12-06
1
-2
/
+6
*
Adding API to specify a dark text specific layout in app-widgets
Sunny Goyal
2018-12-04
1
-4
/
+9
*
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
[next]