index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
appwidget
/
AppWidgetHost.java
Age
Commit message (
Expand
)
Author
2021-04-13
Add hidden setter for AppWidgetHost's InteractionHandler
Cyrus Boadway
2021-02-17
Add checked change APIs to RemoteViews
Stevie Kideckel
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-09-10
Setup OnAppWidgetRemoved on framework
Samuel Fufa
2018-08-09
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-04-05
Add a condition in AppWidgetHost to honor config_enableAppWidgetService.
Rajeev Kumar
2017-06-23
Fix crashes in AppWidgetHost when app_widgets is not supported
Elijah Taylor
2017-04-18
Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the host
Sunny Goyal
2017-01-19
Fixing dimensions for AppWidgetProviderInfo not getting updated properly
Sunny Goyal
2016-05-16
Maintaining diff for all widget operations instead of just the Views update
Sunny Goyal
2016-04-04
Changing startListening to only fetch views which are bound
Sunny Goyal
2014-12-18
Avoid non-static innner classes that are passed over via IPC.
Svetoslav
2014-12-17
Removing context ref from AppWidgetHost. (Bug 18769791)
Winson Chung
2014-08-24
RemoteViews service not unbound.
Svet Ganov
2014-08-08
Polish the new cross-profile app widget APIs
Svetoslav
2014-08-07
Polish of the app widgets cross-profiles feature.
Svetoslav
2014-08-05
Allow adding widgets from user profiles.
Svetoslav
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-05
am 18748035: am 379517b0: Merge "Fixing issue where AppWidgetHost.onProviders...
Winson Chung
2013-06-04
Fixing issue where AppWidgetHost.onProvidersChanged() was not being called. (...
Winson Chung
2013-03-22
am 26ebeb6d: am 7b3526d5: Merge "Fix alternate time zone display for clock wi...
Jim Miller
2013-03-21
Fix alternate time zone display for clock widget.
Jim Miller
2013-03-11
am 33c05985: am e70748e7: Merge "Remove unnecessary userid check" into jb-mr2...
Jim Miller
2013-03-11
Remove unnecessary userid check
Jim Miller
2013-03-05
Fix widget update issue
Jim Miller
2013-02-27
Move keyguard to its own process.
Jim Miller
2013-02-20
Add explicit userId to AppWidget binder calls
Jim Miller
2012-12-04
Make 3rd party lockscreen widgets work on secondary users
Amith Yamasani
2012-11-30
Fix crosstalk between users for widgets hosted in lockscreen
Amith Yamasani
2012-11-16
Delete appWidgetId when removing lockscreen widgets
Michael Jurka
2012-09-26
Fixing AppWidgetService / AppWidgetHost to work in system process
Adam Cohen
2012-09-18
Tweaking how settings adds keyguard widgets
Adam Cohen
2012-09-17
Fixing construction of handler in AppWidgetHost
Michael Jurka
2012-09-14
Add support for settings for lock widgets
Jim Miller
2012-08-20
Update AppWidgetHost with better support for OnClickHandlers
Jim Miller
2012-06-13
Updating AppWidgetHost to receive a callback when any appWidget has changed. ...
Winson Chung
2011-07-19
Adding resizeMinWidth/Height to AppWidgetProviderInfo
Adam Cohen
2011-02-25
Adding framework support for resizable widgets
Adam Cohen
2011-01-14
Allow old view hierarchy to be GC'ed more quickly during rotation.
Patrick Dubroy
2010-08-17
Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.
Winson Chung
2010-07-19
Initial changes to allow collections in widgets.
Winson Chung
2010-06-23
Need to give the AppWidgetHostView the new info about the provider, in case t...
Joe Onorato
2010-05-04
Call into app widget hosts when the provider is updated.
Joe Onorato
2010-03-11
Add correct copyright headers to multiple files
Kenny Root
2009-07-01
Cleanup a bunch of warnings in app widgets code.
Romain Guy
2009-03-11
auto import from //branches/cupcake/...@137873
The Android Open Source Project