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
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
appwidget
/
AppWidgetHostView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move noteAppWidgetTapped call into AppWidgetHostView.
Hui Yu
2020-04-15
1
-3
/
+14
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Removing SDK check when getting default widget padding
Sunny Goyal
2019-02-22
1
-24
/
+12
*
Updating the comments as per API feedback
Sunny Goyal
2019-01-08
1
-3
/
+3
*
Adding API to specify a dark text specific layout in app-widgets
Sunny Goyal
2018-12-04
1
-0
/
+14
*
Starting the default activity when an app widget's
Sunny Goyal
2018-11-09
1
-0
/
+16
*
Adding shared element transitions support in AppWidgets
Sunny Goyal
2018-10-29
1
-0
/
+42
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-09
1
-0
/
+5
*
Removing some system binder calls in AppWidgetHostView
Sunny Goyal
2017-10-25
1
-50
/
+31
*
Using bundle instead of a custom class for SaveInstanceState
Sunny Goyal
2017-09-21
1
-119
/
+12
*
Suppressing spammy logs when widget inflation fails
Sunny Goyal
2017-08-31
1
-2
/
+3
*
Renaming setAsyncExecutor to setExecutor
Sunny Goyal
2017-04-20
1
-1
/
+1
*
getApplicationInfo() should throw NameNotFoundException
Makoto Onuki
2017-04-14
1
-2
/
+7
*
Adding API to allow async inflaiton of AppWidget
Sunny Goyal
2017-01-09
1
-3
/
+3
*
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-3
/
+3
*
Set accessibility string for suspended widgets.
Kenny Guy
2016-05-23
1
-1
/
+19
*
Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...
Sunny Goyal
2016-02-17
1
-1
/
+8
*
Merge "Added support for async inflation of RemoteViews"
Sunny Goyal
2016-02-03
1
-0
/
+97
|
\
|
*
Added support for async inflation of RemoteViews
Sunny Goyal
2016-01-11
1
-0
/
+98
*
|
Runtime exception on AppWidgetHostView should not cause crash to the hosting ...
Hyunyoung Song
2016-02-01
1
-1
/
+21
|
/
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-2
/
+3
*
Allow adding widgets from user profiles.
Svetoslav
2014-08-06
1
-20
/
+7
*
Make 3rd party lockscreen widgets work on secondary users
Amith Yamasani
2012-12-04
1
-4
/
+13
*
If a default keyguard layout isn't specified, fallback to the default layout
Adam Cohen
2012-11-04
1
-1
/
+4
*
Widget size policy, size callbacks
Adam Cohen
2012-11-01
1
-8
/
+16
*
Accessibility support for the lockscreen - phone.
Svetoslav Ganov
2012-10-31
1
-0
/
+1
*
Suppress unnecessary calls to update widget size (issue 7287744)
Adam Cohen
2012-10-05
1
-10
/
+29
*
Fixing onRestoreInstanceState crash in Launcher
Adam Cohen
2012-09-21
1
-1
/
+6
*
Adding notion of keyguard widgets
Adam Cohen
2012-09-11
1
-1
/
+11
*
Update AppWidgetHost with better support for OnClickHandlers
Jim Miller
2012-08-20
1
-17
/
+39
*
Expose class name in AppWidgetHostView for accessibility
Guang Zhu
2012-05-15
1
-0
/
+7
*
Accounting for widget padding in dips instead of pixels
Adam Cohen
2012-05-09
1
-6
/
+7
*
Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454...
Adam Cohen
2012-05-08
1
-6
/
+17
*
Changing app widget "extras" to "options" and another small API Review issue
Adam Cohen
2012-05-02
1
-15
/
+16
*
Pushing widget resize callback responsibility to AppWidgetHost
Adam Cohen
2012-04-30
1
-20
/
+16
*
Adding callback for widget size changed, and potentially other extra info
Adam Cohen
2012-04-19
1
-0
/
+40
*
Making default widget padding public API
Adam Cohen
2011-11-07
1
-22
/
+33
*
Adding default padding to AppWidgetHostView for widgets >= API level 14
Adam Cohen
2011-09-30
1
-0
/
+52
*
Fixing widget notifyDataSetChanged() not getting called, issue 5092676
Adam Cohen
2011-07-28
1
-0
/
+6
*
Fixing bug related to collisions with AppWidget view ids and AppWidgetHost vi...
Adam Cohen
2011-01-16
1
-1
/
+5
*
Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.
Winson Chung
2010-08-17
1
-1
/
+1
*
Initial changes to allow collections in widgets.
Winson Chung
2010-07-19
1
-0
/
+19
*
am 801b63d3: am 51e895f0: Merge "Need to give the AppWidgetHostView the new i...
Joe Onorato
2010-06-23
1
-13
/
+12
|
\
|
*
Need to give the AppWidgetHostView the new info about the provider, in case t...
Joe Onorato
2010-06-23
1
-13
/
+12
*
|
Removed API changes from CL 54712.
Gilles Debunne
2010-06-17
1
-1
/
+1
*
|
Removed warnings in LayoutInflater.
Gilles Debunne
2010-06-16
1
-3
/
+4
|
/
*
Call into app widget hosts when the provider is updated.
Joe Onorato
2010-05-04
1
-1
/
+15
*
Deprecate fill_parent and introduce match_parent.
Romain Guy
2010-01-08
1
-2
/
+2
*
Prevent crash in Home when using widgets whose ids collide with Home's
Romain Guy
2009-11-05
1
-2
/
+9
[next]