summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/AppWidgetService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani2012-11-301-5/+37
* Making sure keyguard and homescreen only display eligible widgets (issue 7550...Adam Cohen2012-11-281-2/+3
* Delete appWidgetId when removing lockscreen widgetsMichael Jurka2012-11-161-0/+5
* Pushing state persistence to a background threadAdam Cohen2012-11-151-2/+10
* Merge "Do cleanup when Stopping users" into jb-mr1-devAmith Yamasani2012-10-161-14/+20
|\
| * Do cleanup when Stopping usersAmith Yamasani2012-10-151-14/+20
* | Protect more service dump() methods.Jeff Sharkey2012-10-151-0/+2
|/
* Fix widget cross-talk between users due to Settings widgetAmith Yamasani2012-10-051-109/+42
* Show lockscreen widgets for the current user.Amith Yamasani2012-09-211-22/+37
* Adding notion of keyguard widgetsAdam Cohen2012-09-111-4/+7
* Fix another issue #7097984 java.lang.SecurityException: Permission Denial:Dianne Hackborn2012-09-041-2/+2
* Add registering for explicit users.Dianne Hackborn2012-09-041-7/+28
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-25/+39
* UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-1/+1
* Changing app widget "extras" to "options" and another small API Review issueAdam Cohen2012-05-021-4/+4
* New API to allow third-party apps to bind widgetsMichael Jurka2012-04-241-0/+17
* Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-191-0/+11
* User management and switchingAmith Yamasani2012-03-271-15/+18
* Package restrictions per userAmith Yamasani2012-03-221-3/+4
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-1393/+98
* Workaround for issue where the notifyDatasetChanged call chain is broken when...Winson Chung2011-12-061-1/+43
* Verify AppWidget ownership during update.Jeff Sharkey2011-11-031-1/+4
* Fixing issue where widgets file was getting blown away, issue: 5036321Adam Cohen2011-10-121-108/+57
* Adding logging to debug widget deletionsAdam Cohen2011-10-051-43/+72
* Ensure appwidgets are loaded before usage.Jeff Sharkey2011-09-011-2/+33
* Getting rid of the (hidden) oldName parameter for widgetsAdam Cohen2011-08-171-7/+1
* Fixing new minResizeWidth/Height APIAdam Cohen2011-07-221-0/+6
* Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen2011-07-191-0/+6
* Eliminate single-process mode.Jeff Brown2011-07-081-1/+1
* Fix to clear calling identity when binding a widget.Dianne Hackborn2011-06-151-34/+40
* am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml r...Dianne Hackborn2011-06-031-0/+1
|\
| * Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn2011-05-311-0/+1
* | Modifying RemoteViewsFactory interfaceAdam Cohen2011-03-241-1/+3
|/
* Catching all Exceptions when calling through to RemoteViewsFactoryAdam Cohen2011-03-161-3/+3
* Small change to AppWidgetProviderInfo public field name and docsAdam Cohen2011-02-281-1/+1
* Merge "Adding framework support for resizable widgets"Adam Cohen2011-02-251-6/+9
|\
| * Adding framework support for resizable widgetsAdam Cohen2011-02-251-6/+9
* | Fixing buildWinson Chung2011-02-251-1/+1
* | Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-5/+81
|/
* Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung2011-01-261-33/+42
* Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi...Winson Chung2011-01-191-1/+1
* Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-18/+150
* Make AppWidgetService handle components enabling and disabling.Joe Onorato2011-01-101-2/+12
* Adding widget auto-advance capabilityAdam Cohen2010-11-101-0/+2
* am 8f0f1b1e: am 274ad982: Merge "Just disable widgets that come from apps on ...Joe Onorato2010-08-261-1/+7
|\
| * Just disable widgets that come from apps on sd cards, because they don't work...Joe Onorato2010-08-241-1/+7
* | am 32982c70: am cc45381e: Merge "Fix typo that makes apps on sd work better w...Joe Onorato2010-08-261-1/+1
|\ \ | |/
| * Fix typo that makes apps on sd work better with app widgets.Joe Onorato2010-08-241-1/+1
* | Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-6/+4
* | -> Enabled partial updates to app widgets through AppWidgetManager.Adam Cohen2010-08-171-1/+24