summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/AppWidgetServiceImpl.java
AgeCommit message (Expand)Author
2013-11-12Move some system services to their own sub package.Amith Yamasani
2013-03-23am 8277f248: am b685faa2: Merge "Implement #8323587, #8323342, #8323590: new ...Dianne Hackborn
2013-03-22Implement #8323587, #8323342, #8323590: new features.Dianne Hackborn
2013-03-08Add "database" upgrader for widget hosts.Jim Miller
2013-02-20Add explicit userId to AppWidget binder callsJim Miller
2013-01-16Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani
2012-11-30Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani
2012-11-28Merge "Making sure keyguard and homescreen only display eligible widgets (iss...Adam Cohen
2012-11-28Making sure keyguard and homescreen only display eligible widgets (issue 7550...Adam Cohen
2012-11-26Logging to help find the cause of widget crash in clock widget.Amith Yamasani
2012-11-16Delete appWidgetId when removing lockscreen widgetsMichael Jurka
2012-11-15Making sure launcher doesn't show keyguard-only widgets (issue 7550090)Adam Cohen
2012-11-15Pushing state persistence to a background threadAdam Cohen
2012-11-01Use clock's widget as the default keyguard widgetMichael Jurka
2012-10-31Stripping dead API related to keyguard widgetsAdam Cohen
2012-10-15Do cleanup when Stopping usersAmith Yamasani
2012-10-11Letting partial update fall through if the widget has not received a full upd...Winson Chung
2012-10-11Skip merge and assign RemoteViews directly if updateAppWidget() has not been ...Winson Chung
2012-10-05Fix widget cross-talk between users due to Settings widgetAmith Yamasani
2012-09-26Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen
2012-09-25Load resources for the correct userAmith Yamasani
2012-09-24Merge "Fix security check for private allocateAppWidgetId api" into jb-mr1-devMichael Jurka
2012-09-21Fixing typosAdam Cohen
2012-09-21Fix security check for private allocateAppWidgetId apiMichael Jurka
2012-09-20Fixing partiallyUpdateAppWidget to cache the new changesAdam Cohen
2012-09-14Add support for settings for lock widgetsJim Miller
2012-09-14Fix bug with getting widget categoriesMichael Jurka
2012-09-11Adding notion of keyguard widgetsAdam Cohen
2012-08-31Centralize the creation of the user system directoryAmith Yamasani
2012-08-30Enforce permissions for calls with specified userIdAmith Yamasani
2012-08-17Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-08-02Add APIs for interacting across users.Dianne Hackborn
2012-07-31Make AtomicFile a public API. It's about time!Dianne Hackborn
2012-07-25Stop using raw display size except in window manager.Jeff Brown
2012-07-16Fixing issue where you couldn't set null RemoteViews for a widgetAdam Cohen
2012-07-09Merge "Fixing index-out-of-bounds in AppWidgetService. (Bug 6717459)"Winson Chung
2012-06-25Fixing index-out-of-bounds in AppWidgetService. (Bug 6717459)Winson Chung
2012-06-22am 037faad0: am ab779e0b: Merge "Increase bitmap memory cap for widgets (Bug ...Michael Jurka
2012-06-22Increase bitmap memory cap for widgets (Bug 6597440)Winson Chung
2012-06-13Updating AppWidgetHost to receive a callback when any appWidget has changed. ...Winson Chung
2012-05-10Cap widget bitmap usage by screen size (issue 6464700)Adam Cohen
2012-05-02Merge "Changing app widget "extras" to "options" and another small API Review...Adam Cohen
2012-05-02Changing app widget "extras" to "options" and another small API Review issueAdam Cohen
2012-05-01Fix a bug in appwidget migration to multiuser directory.Amith Yamasani
2012-04-24New API to allow third-party apps to bind widgetsMichael Jurka
2012-04-19Adding callback for widget size changed, and potentially other extra infoAdam Cohen
2012-03-27User management and switchingAmith Yamasani
2012-03-22Package restrictions per userAmith Yamasani
2012-02-16Fix Power Control widgetAmith Yamasani