summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget
Commit message (Expand)AuthorAgeFilesLines
* Add explicit userId to AppWidget binder callsJim Miller2013-02-202-93/+95
* am 5b56d432: am 9107fa5d: am 66adf0d0: am 70af3cdb: Merge "docs: resolve bugs...Scott Main2013-01-081-1/+1
|\
| * am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-devScott Main2013-01-081-1/+1
| |\
| | * docs: resolve bugs from external trackerScott Main2013-01-081-1/+1
* | | am f663cad2: am 6c58b155: Merge "Make 3rd party lockscreen widgets work on se...Amith Yamasani2012-12-052-4/+29
|\ \ \ | |/ /
| * | Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani2012-12-042-4/+29
* | | am 32df98d5: am c566b43d: Fix crosstalk between users for widgets hosted in l...Amith Yamasani2012-11-302-6/+37
|\ \ \ | |/ /
| * | Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani2012-11-302-6/+37
* | | am 224daede: am 035352b4: Merge "Making sure keyguard and homescreen only dis...Adam Cohen2012-11-291-1/+12
|\ \ \ | |/ /
| * | Making sure keyguard and homescreen only display eligible widgets (issue 7550...Adam Cohen2012-11-281-1/+12
* | | am cf474b1a: am 7b0c8779: Merge "Delete appWidgetId when removing lockscreen ...Michael Jurka2012-11-161-0/+16
|\ \ \ | |/ /
| * | Delete appWidgetId when removing lockscreen widgetsMichael Jurka2012-11-161-0/+16
| |/
* | Merge commit '58ed5d748c0b9b64845975ef5844ad313de7c3f6' into HEADJean-Baptiste Queru2012-11-081-0/+0
|\ \ | |/ |/|
| * am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
| |\
| | * Correct executable bit for source filesKenny Root2012-11-071-0/+0
* | | If a default keyguard layout isn't specified, fallback to the default layoutAdam Cohen2012-11-042-2/+5
|/ /
* | Widget size policy, size callbacksAdam Cohen2012-11-011-8/+16
* | Merge "Stripping dead API related to keyguard widgets" into jb-mr1-lockscreen...Adam Cohen2012-11-011-24/+0
|\ \
| * | Stripping dead API related to keyguard widgetsAdam Cohen2012-10-311-24/+0
* | | Accessibility support for the lockscreen - phone.Svetoslav Ganov2012-10-311-0/+1
|/ /
* | Use new keyguard appwidget pickerMichael Jurka2012-10-311-7/+7
* | Letting partial update fall through if the widget has not received a full upd...Winson Chung2012-10-111-0/+8
* | Suppress unnecessary calls to update widget size (issue 7287744)Adam Cohen2012-10-051-10/+29
* | Getting rid of keyguard widget flag that isn't usedAdam Cohen2012-09-281-9/+2
* | Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen2012-09-262-0/+33
* | Fixing onRestoreInstanceState crash in LauncherAdam Cohen2012-09-211-1/+6
* | Fixing partiallyUpdateAppWidget to cache the new changesAdam Cohen2012-09-201-4/+3
* | Tweaking how settings adds keyguard widgetsAdam Cohen2012-09-181-2/+6
* | Fixing construction of handler in AppWidgetHostMichael Jurka2012-09-171-1/+1
* | Add support for settings for lock widgetsJim Miller2012-09-142-5/+61
* | Adding a couple extras keys for keyguard widget selectionAdam Cohen2012-09-111-0/+14
* | Adding notion of keyguard widgetsAdam Cohen2012-09-113-7/+144
* | am 51740d6d: am 0e9f34bf: Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED linkKatie McCormick2012-09-101-2/+3
|\ \
| * | Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED linkKatie McCormick2012-09-101-2/+3
| |/
* | Update AppWidgetHost with better support for OnClickHandlersJim Miller2012-08-202-23/+57
* | am c4d7721c: am 806a3602: Merge "Update documentation on max widget bitmap us...Michael Jurka2012-06-251-2/+2
|\ \ | |/
| * Merge "Update documentation on max widget bitmap usage" into jb-devMichael Jurka2012-06-251-2/+2
| |\
| | * Update documentation on max widget bitmap usageMichael Jurka2012-06-251-2/+2
* | | am 101a120c: am 9be0105f: docs: fix several linksScott Main2012-06-221-1/+1
|\ \ \ | |/ /
| * | docs: fix several linksScott Main2012-06-221-1/+1
| |/
* | Updating AppWidgetHost to receive a callback when any appWidget has changed. ...Winson Chung2012-06-131-1/+19
|/
* Merge "Cap widget bitmap usage by screen size (issue 6464700)" into jb-devAdam Cohen2012-05-161-0/+8
|\
| * Cap widget bitmap usage by screen size (issue 6464700)Adam Cohen2012-05-101-0/+8
* | Expose class name in AppWidgetHostView for accessibilityGuang Zhu2012-05-151-0/+7
|/
* Accounting for widget padding in dips instead of pixelsAdam Cohen2012-05-091-6/+7
* Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454...Adam Cohen2012-05-081-6/+17
* Changing app widget "extras" to "options" and another small API Review issueAdam Cohen2012-05-023-38/+39
* Pushing widget resize callback responsibility to AppWidgetHostAdam Cohen2012-04-301-20/+16
* New API to allow third-party apps to bind widgetsMichael Jurka2012-04-241-2/+113
* Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-193-2/+146