| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crosstalk between users for widgets hosted in lockscreen | Amith Yamasani | 2012-11-30 | 1 | -5/+37 |
* | Making sure keyguard and homescreen only display eligible widgets (issue 7550... | Adam Cohen | 2012-11-28 | 1 | -2/+3 |
* | Delete appWidgetId when removing lockscreen widgets | Michael Jurka | 2012-11-16 | 1 | -0/+5 |
* | Pushing state persistence to a background thread | Adam Cohen | 2012-11-15 | 1 | -2/+10 |
* | Merge "Do cleanup when Stopping users" into jb-mr1-dev | Amith Yamasani | 2012-10-16 | 1 | -14/+20 |
|\ |
|
| * | Do cleanup when Stopping users | Amith Yamasani | 2012-10-15 | 1 | -14/+20 |
* | | Protect more service dump() methods. | Jeff Sharkey | 2012-10-15 | 1 | -0/+2 |
|/ |
|
* | Fix widget cross-talk between users due to Settings widget | Amith Yamasani | 2012-10-05 | 1 | -109/+42 |
* | Show lockscreen widgets for the current user. | Amith Yamasani | 2012-09-21 | 1 | -22/+37 |
* | Adding notion of keyguard widgets | Adam Cohen | 2012-09-11 | 1 | -4/+7 |
* | Fix another issue #7097984 java.lang.SecurityException: Permission Denial: | Dianne Hackborn | 2012-09-04 | 1 | -2/+2 |
* | Add registering for explicit users. | Dianne Hackborn | 2012-09-04 | 1 | -7/+28 |
* | Remove Binder.getOrigCallingUid(). | Dianne Hackborn | 2012-08-31 | 1 | -25/+39 |
* | UserHandle to UserSerialNo mapping | Amith Yamasani | 2012-08-17 | 1 | -1/+1 |
* | Changing app widget "extras" to "options" and another small API Review issue | Adam Cohen | 2012-05-02 | 1 | -4/+4 |
* | New API to allow third-party apps to bind widgets | Michael Jurka | 2012-04-24 | 1 | -0/+17 |
* | Adding callback for widget size changed, and potentially other extra info | Adam Cohen | 2012-04-19 | 1 | -0/+11 |
* | User management and switching | Amith Yamasani | 2012-03-27 | 1 | -15/+18 |
* | Package restrictions per user | Amith Yamasani | 2012-03-22 | 1 | -3/+4 |
* | Multi-user - 1st major checkin | Amith Yamasani | 2012-02-03 | 1 | -1393/+98 |
* | Workaround for issue where the notifyDatasetChanged call chain is broken when... | Winson Chung | 2011-12-06 | 1 | -1/+43 |
* | Verify AppWidget ownership during update. | Jeff Sharkey | 2011-11-03 | 1 | -1/+4 |
* | Fixing issue where widgets file was getting blown away, issue: 5036321 | Adam Cohen | 2011-10-12 | 1 | -108/+57 |
* | Adding logging to debug widget deletions | Adam Cohen | 2011-10-05 | 1 | -43/+72 |
* | Ensure appwidgets are loaded before usage. | Jeff Sharkey | 2011-09-01 | 1 | -2/+33 |
* | Getting rid of the (hidden) oldName parameter for widgets | Adam Cohen | 2011-08-17 | 1 | -7/+1 |
* | Fixing new minResizeWidth/Height API | Adam Cohen | 2011-07-22 | 1 | -0/+6 |
* | Adding resizeMinWidth/Height to AppWidgetProviderInfo | Adam Cohen | 2011-07-19 | 1 | -0/+6 |
* | Eliminate single-process mode. | Jeff Brown | 2011-07-08 | 1 | -1/+1 |
* | Fix to clear calling identity when binding a widget. | Dianne Hackborn | 2011-06-15 | 1 | -34/+40 |
* | am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml r... | Dianne Hackborn | 2011-06-03 | 1 | -0/+1 |
|\ |
|
| * | Fix issue #4502672: Wrong xml resources used for homescreen widgets. | Dianne Hackborn | 2011-05-31 | 1 | -0/+1 |
* | | Modifying RemoteViewsFactory interface | Adam Cohen | 2011-03-24 | 1 | -1/+3 |
|/ |
|
* | Catching all Exceptions when calling through to RemoteViewsFactory | Adam Cohen | 2011-03-16 | 1 | -3/+3 |
* | Small change to AppWidgetProviderInfo public field name and docs | Adam Cohen | 2011-02-28 | 1 | -1/+1 |
* | Merge "Adding framework support for resizable widgets" | Adam Cohen | 2011-02-25 | 1 | -6/+9 |
|\ |
|
| * | Adding framework support for resizable widgets | Adam Cohen | 2011-02-25 | 1 | -6/+9 |
* | | Fixing build | Winson Chung | 2011-02-25 | 1 | -1/+1 |
* | | Fixing issue where RemoteViewsService.onDestroy() was never being called. | Winson Chung | 2011-02-25 | 1 | -5/+81 |
|/ |
|
* | Re-enabling queued unbinding of services after requests to the service. (3394... | Winson Chung | 2011-01-26 | 1 | -33/+42 |
* | Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi... | Winson Chung | 2011-01-19 | 1 | -1/+1 |
* | Refactoring app widgets to address security/performance issues. | Winson Chung | 2011-01-18 | 1 | -18/+150 |
* | Make AppWidgetService handle components enabling and disabling. | Joe Onorato | 2011-01-10 | 1 | -2/+12 |
* | Adding widget auto-advance capability | Adam Cohen | 2010-11-10 | 1 | -0/+2 |
* | am 8f0f1b1e: am 274ad982: Merge "Just disable widgets that come from apps on ... | Joe Onorato | 2010-08-26 | 1 | -1/+7 |
|\ |
|
| * | Just disable widgets that come from apps on sd cards, because they don't work... | Joe Onorato | 2010-08-24 | 1 | -1/+7 |
* | | am 32982c70: am cc45381e: Merge "Fix typo that makes apps on sd work better w... | Joe Onorato | 2010-08-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo that makes apps on sd work better with app widgets. | Joe Onorato | 2010-08-24 | 1 | -1/+1 |
* | | Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged. | Winson Chung | 2010-08-17 | 1 | -6/+4 |
* | | -> Enabled partial updates to app widgets through AppWidgetManager. | Adam Cohen | 2010-08-17 | 1 | -1/+24 |