summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix issue #3263026: Screen rotation animation is funky..."Dianne Hackborn2010-12-212-10/+4
|\
| * Fix issue #3263026: Screen rotation animation is funky...Dianne Hackborn2010-12-212-10/+4
* | Merge "Fix NPE when the shortcut subtype was not found."satok2010-12-211-37/+41
|\ \ | |/ |/|
| * Fix NPE when the shortcut subtype was not found.satok2010-12-221-37/+41
* | Merge "Gah forgot this."Dianne Hackborn2010-12-211-1/+5
|\ \
| * | Gah forgot this.Dianne Hackborn2010-12-211-1/+5
| |/
* | Rework how recent tasks are added.Dianne Hackborn2010-12-211-11/+6
|/
* Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing t...satok2010-12-211-7/+68
* am d485c76b: am c8e8a12b: Merge "Fix issue #3289835: NullPointerException in....Dianne Hackborn2010-12-201-1/+4
|\
| * am c8e8a12b: Merge "Fix issue #3289835: NullPointerException in..." into ging...Dianne Hackborn2010-12-201-1/+4
| |\
| | * Fix issue #3289835: NullPointerException in...Dianne Hackborn2010-12-161-1/+4
* | | Merge "Bug 3292797. Talkback accessibility doesn't work at times."Svetoslav Ganov2010-12-191-16/+5
|\ \ \
| * | | Bug 3292797. Talkback accessibility doesn't work at times.Svetoslav Ganov2010-12-181-16/+5
* | | | Demo hack!Dianne Hackborn2010-12-181-1/+2
|/ / /
* | | Fix issue 3217707.Eric Laurent2010-12-172-1/+14
* | | Fix build breakagesatok2010-12-171-6/+6
* | | Merge "Change "more" button to call InputMethodConfigure in Settings"satok2010-12-171-6/+24
|\ \ \
| * | | Change "more" button to call InputMethodConfigure in Settingssatok2010-12-161-6/+24
* | | | fix a small bug that caused screenshot to show garbage in some casesMathias Agopian2010-12-161-1/+2
* | | | Hm somehow my log didn't make it in the last patch.Dianne Hackborn2010-12-161-0/+2
* | | | Merge "Fix issue #3291975: Google services frame work crash..."Dianne Hackborn2010-12-161-1/+5
|\ \ \ \
| * | | | Fix issue #3291975: Google services frame work crash...Dianne Hackborn2010-12-161-1/+5
* | | | | Fix Bluetooth-tethering config of interface.Robert Greenwalt2010-12-161-1/+1
|/ / / /
* | | | Merge "Fix speakerphone routing to analog dock"Eric Laurent2010-12-161-4/+2
|\ \ \ \
| * | | | Fix speakerphone routing to analog dockEric Laurent2010-12-161-4/+2
* | | | | Merge "Turn thumbnails back on."Dianne Hackborn2010-12-151-1/+1
|\ \ \ \ \
| * | | | | Turn thumbnails back on.Dianne Hackborn2010-12-151-1/+1
* | | | | | workaround [3201922] display not on: log full of gralloc errorsMathias Agopian2010-12-151-0/+4
* | | | | | Merge "Correct an error code to pass CTS."Robert Greenwalt2010-12-151-2/+9
|\ \ \ \ \ \
| * | | | | | Correct an error code to pass CTS.Robert Greenwalt2010-12-151-2/+9
* | | | | | | Merge "Fix a problem where hwc and GL composition could show a different buffer"Mathias Agopian2010-12-152-19/+16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix a problem where hwc and GL composition could show a different bufferMathias Agopian2010-12-142-19/+16
* | | | | | | Merge "Change audio routing policy for HDMI"Eric Laurent2010-12-151-5/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Change audio routing policy for HDMIEric Laurent2010-12-151-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge "Clean up USB notifications:"Mike Lockwood2010-12-143-67/+69
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Clean up USB notifications:Mike Lockwood2010-12-143-67/+69
* | | | | | fix debug.sf.showbackgroundMathias Agopian2010-12-141-0/+2
|/ / / / /
* | | | | Merge "Don't queue multiple pending backups for the same app"Christopher Tate2010-12-141-22/+43
|\ \ \ \ \
| * | | | | Don't queue multiple pending backups for the same appChristopher Tate2010-12-141-22/+43
| |/ / / /
* | | | | fix [3223749] media server crashes when switching mode from video capture to ...Mathias Agopian2010-12-142-3/+18
* | | | | Merge "fix [3176642] Camera preview turns completely black for multiple toggl...Mathias Agopian2010-12-141-1/+21
|\ \ \ \ \
| * | | | | fix [3176642] Camera preview turns completely black for multiple toggles betw...Mathias Agopian2010-12-131-1/+21
* | | | | | Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so."Mathias Agopian2010-12-141-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.Mathias Agopian2010-12-131-1/+0
* | | | | | Fix some IpV4-only code.Robert Greenwalt2010-12-143-39/+11
| |/ / / / |/| | | |
* | | | | Merge "Time out orphaned / unresponsive restore sessions"Christopher Tate2010-12-141-18/+81
|\ \ \ \ \
| * | | | | Time out orphaned / unresponsive restore sessionsChristopher Tate2010-12-131-18/+81
* | | | | | Merge "Don't restore wildly wrong sized wallpapers"Christopher Tate2010-12-141-9/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Don't restore wildly wrong sized wallpapersChristopher Tate2010-12-131-9/+6
* | | | | | Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-134-10/+47