summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/AppWidgetServiceImpl.java
Commit message (Expand)AuthorAgeFilesLines
* am 8277f248: am b685faa2: Merge "Implement #8323587, #8323342, #8323590: new ...Dianne Hackborn2013-03-231-7/+80
|\
| * Implement #8323587, #8323342, #8323590: new features.Dianne Hackborn2013-03-221-7/+80
* | Add "database" upgrader for widget hosts.Jim Miller2013-03-081-2/+40
|/
* Add explicit userId to AppWidget binder callsJim Miller2013-02-201-4/+5
* Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani2013-01-161-3/+6
* Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani2012-11-301-24/+14
* Merge "Making sure keyguard and homescreen only display eligible widgets (iss...Adam Cohen2012-11-281-5/+1
|\
| * Making sure keyguard and homescreen only display eligible widgets (issue 7550...Adam Cohen2012-11-281-5/+1
* | Logging to help find the cause of widget crash in clock widget.Amith Yamasani2012-11-261-0/+24
|/
* Delete appWidgetId when removing lockscreen widgetsMichael Jurka2012-11-161-0/+22
* Making sure launcher doesn't show keyguard-only widgets (issue 7550090)Adam Cohen2012-11-151-1/+5
* Pushing state persistence to a background threadAdam Cohen2012-11-151-13/+33
* Use clock's widget as the default keyguard widgetMichael Jurka2012-11-011-2/+2
* Stripping dead API related to keyguard widgetsAdam Cohen2012-10-311-4/+0
* Do cleanup when Stopping usersAmith Yamasani2012-10-151-1/+4
* Letting partial update fall through if the widget has not received a full upd...Winson Chung2012-10-111-2/+5
* Skip merge and assign RemoteViews directly if updateAppWidget() has not been ...Winson Chung2012-10-111-1/+1
* Fix widget cross-talk between users due to Settings widgetAmith Yamasani2012-10-051-7/+20
* Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen2012-09-261-5/+35
* Load resources for the correct userAmith Yamasani2012-09-251-3/+3
* Merge "Fix security check for private allocateAppWidgetId api" into jb-mr1-devMichael Jurka2012-09-241-2/+1
|\
| * Fix security check for private allocateAppWidgetId apiMichael Jurka2012-09-211-2/+1
* | Fixing typosAdam Cohen2012-09-211-5/+5
* | Fixing partiallyUpdateAppWidget to cache the new changesAdam Cohen2012-09-201-2/+6
|/
* Add support for settings for lock widgetsJim Miller2012-09-141-1/+11
* Fix bug with getting widget categoriesMichael Jurka2012-09-141-2/+2
* Adding notion of keyguard widgetsAdam Cohen2012-09-111-7/+72
* Centralize the creation of the user system directoryAmith Yamasani2012-08-311-2/+3
* Enforce permissions for calls with specified userIdAmith Yamasani2012-08-301-4/+5
* Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-171-5/+5
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-6/+6
* Add APIs for interacting across users.Dianne Hackborn2012-08-021-5/+5
* Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-1/+1
* Stop using raw display size except in window manager.Jeff Brown2012-07-251-3/+6
* Fixing issue where you couldn't set null RemoteViews for a widgetAdam Cohen2012-07-161-1/+4
* Merge "Fixing index-out-of-bounds in AppWidgetService. (Bug 6717459)"Winson Chung2012-07-091-6/+23
|\
| * Fixing index-out-of-bounds in AppWidgetService. (Bug 6717459)Winson Chung2012-06-251-6/+23
* | am 037faad0: am ab779e0b: Merge "Increase bitmap memory cap for widgets (Bug ...Michael Jurka2012-06-221-1/+3
|\ \ | |/ |/|
| * Increase bitmap memory cap for widgets (Bug 6597440)Winson Chung2012-06-221-1/+3
* | Updating AppWidgetHost to receive a callback when any appWidget has changed. ...Winson Chung2012-06-131-8/+48
|/
* Cap widget bitmap usage by screen size (issue 6464700)Adam Cohen2012-05-101-0/+19
* Merge "Changing app widget "extras" to "options" and another small API Review...Adam Cohen2012-05-021-8/+8
|\
| * Changing app widget "extras" to "options" and another small API Review issueAdam Cohen2012-05-021-8/+8
* | Fix a bug in appwidget migration to multiuser directory.Amith Yamasani2012-05-011-9/+9
|/
* New API to allow third-party apps to bind widgetsMichael Jurka2012-04-241-6/+77
* Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-191-0/+33
* User management and switchingAmith Yamasani2012-03-271-1/+15
* Package restrictions per userAmith Yamasani2012-03-221-19/+42
* Fix Power Control widgetAmith Yamasani2012-02-161-9/+6
* Multi-user - wallpaper serviceAmith Yamasani2012-02-101-10/+12