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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding support for overriding app-awidget properties at runtime
Sunny Goyal
2018-01-08
1
-0
/
+28
*
Prevent reporting fake package name - framework
Svet Ganov
2017-12-09
1
-0
/
+39
*
Adding widgetFeatures so that a provider can indicate a set of
Sunny Goyal
2017-12-05
1
-22
/
+39
*
Removing some system binder calls in AppWidgetHostView
Sunny Goyal
2017-10-25
1
-50
/
+31
*
Binding to the RemoteViewsService directly from the host
Sunny Goyal
2017-10-20
1
-29
/
+11
*
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
*
Fix crashes in AppWidgetHost when app_widgets is not supported
Elijah Taylor
2017-06-23
1
-11
/
+43
*
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-06-05
1
-0
/
+2
*
Add ResourceId validation helper method
Adam Lesinski
2017-05-24
1
-1
/
+2
*
Valid resource IDs may be negative
Adam Lesinski
2017-04-28
1
-4
/
+4
*
Address API Review comments
Tony Wickham
2017-04-24
1
-5
/
+13
*
Merge "Renaming setAsyncExecutor to setExecutor" into oc-dev
TreeHugger Robot
2017-04-21
1
-1
/
+1
|
\
|
*
Renaming setAsyncExecutor to setExecutor
Sunny Goyal
2017-04-20
1
-1
/
+1
*
|
Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the host
Sunny Goyal
2017-04-18
1
-2
/
+0
|
/
*
getApplicationInfo() should throw NameNotFoundException
Makoto Onuki
2017-04-14
1
-2
/
+7
*
Add AppWidgetManager#getInstalledProvidersForPackage()
Tony Wickham
2017-04-04
1
-8
/
+33
*
Create new BroadcastBehavior annotation.
Jeff Sharkey
2017-03-08
1
-0
/
+21
*
Adding support for passing arbitrary extras when requesting to pin a widget.
Sunny Goyal
2017-03-01
1
-4
/
+26
*
Adding AppWidgetManager.isRequestPinAppWidgetSupported
Sunny Goyal
2017-01-24
1
-0
/
+13
*
Fixing dimensions for AppWidgetProviderInfo not getting updated properly
Sunny Goyal
2017-01-19
3
-25
/
+16
*
Merge "Update the javadoc on requestPinShortcut() about multiple..."
Makoto Onuki
2017-01-11
1
-2
/
+3
|
\
|
*
Update the javadoc on requestPinShortcut() about multiple...
Makoto Onuki
2017-01-10
1
-2
/
+3
*
|
Merge "Adding API to allow async inflaiton of AppWidget"
Sunny Goyal
2017-01-11
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Adding API to allow async inflaiton of AppWidget
Sunny Goyal
2017-01-09
1
-3
/
+3
*
|
AppWidgetManager: direct add widget support.
Sunny Goyal
2017-01-03
1
-0
/
+41
|
/
*
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-3
/
+3
*
Merge "Maintaining diff for all widget operations instead of just the Views u...
Sunny Goyal
2016-05-25
2
-7
/
+140
|
\
|
*
Maintaining diff for all widget operations instead of just the Views update
Sunny Goyal
2016-05-16
2
-7
/
+140
*
|
Set accessibility string for suspended widgets.
Kenny Guy
2016-05-23
1
-1
/
+19
|
/
*
Resolve merge conflicts of a5060ee to nyc-dev
Trevor Johns
2016-04-19
1
-1
/
+1
*
Changing startListening to only fetch views which are bound
Sunny Goyal
2016-04-04
1
-14
/
+20
*
When system server goes down, crash apps more.
Jeff Sharkey
2016-02-27
1
-45
/
+31
*
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
|
/
*
AppWidgetServiceImpl should use ParceledListSlice as return object
Hyunyoung Song
2015-06-17
1
-3
/
+4
*
Exclude bound app widgets from idle app list
Amith Yamasani
2015-05-01
1
-0
/
+14
*
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
*
Avoid non-static innner classes that are passed over via IPC.
Svetoslav
2014-12-18
1
-13
/
+37
*
Removing context ref from AppWidgetHost. (Bug 18769791)
Winson Chung
2014-12-17
1
-11
/
+11
*
Generalizing Recents widget category to Search box. (Bug 17334589)
Winson Chung
2014-09-04
2
-3
/
+3
*
RemoteViews service not unbound.
Svet Ganov
2014-08-24
2
-10
/
+9
*
Fixing wrong tag usage
Sunny Goyal
2014-08-15
1
-1
/
+1
*
Returning null when preview image is not available for AppWidgetProviderInfo
Sunny Goyal
2014-08-15
1
-7
/
+8
*
Polish the new cross-profile app widget APIs
Svetoslav
2014-08-08
3
-38
/
+35
*
Polish of the app widgets cross-profiles feature.
Svetoslav
2014-08-07
2
-47
/
+8
*
Allow adding widgets from user profiles.
Svetoslav
2014-08-05
4
-218
/
+493
[next]