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
*
fix RuntimeException when inflating default layout for AdapterView-based widgets
Pinyao Ting
2020-05-18
1
-1
/
+4
*
Move noteAppWidgetTapped call into AppWidgetHostView.
Hui Yu
2020-04-15
2
-7
/
+18
*
Update AppOps & UsageStats when app widget tapped.
Hui Yu
2020-03-21
1
-0
/
+14
*
AppWidgetManager option documentation
Samuel Fufa
2020-03-10
1
-6
/
+10
*
Fix widget restore flow
Samuel Fufa
2020-02-24
2
-0
/
+13
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
4
-4
/
+4
*
Setup OnAppWidgetRemoved on framework
Samuel Fufa
2019-09-10
2
-0
/
+40
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
2
-2
/
+2
*
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
*
Merge "Framework: Remove a nonsensical substring(0)" am: 98627fa455
Andreas Gampe
2018-09-11
1
-1
/
+1
|
\
|
*
Framework: Remove a nonsensical substring(0)
Andreas Gampe
2018-09-05
1
-1
/
+1
*
|
Merge "Send widget registration broadcasts before BOOT_COMPLETE" into pi-dev
Christopher Tate
2018-08-20
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Send widget registration broadcasts before BOOT_COMPLETE
Christopher Tate
2018-08-14
1
-3
/
+9
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-09
4
-0
/
+20
|
/
*
Add a condition in AppWidgetHost to honor config_enableAppWidgetService.
Rajeev Kumar
2018-04-05
1
-2
/
+4
*
Updating javadoc for updateAppWidgetProviderInfo API
Sunny Goyal
2018-03-20
1
-2
/
+4
*
Updating java doc for requestPinAppWidget
Sunny Goyal
2018-03-17
1
-1
/
+5
*
Adding IntDef annotations to some flag based properties
Sunny Goyal
2018-03-15
1
-0
/
+32
*
Add RequiresFeature annotation.
Jeff Sharkey
2018-02-16
1
-0
/
+3
*
Pass in the user defined by Context.
Jeff Sharkey
2018-02-03
1
-8
/
+8
*
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
|
/
[next]