summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into ...Dianne Hackborn2011-01-223-29/+179
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue #3377999: Activities need to be stopped when sleepingDianne Hackborn2011-01-213-29/+179
* | | | Merge "Optimize call to drawBitmap during screen rotation." into honeycombJeff Brown2011-01-211-2/+6
|\ \ \ \
| * | | | Optimize call to drawBitmap during screen rotation.Jeff Brown2011-01-211-2/+6
* | | | | Merge "Reduce number of calls to updateInputWindows by 60%." into honeycombJeff Brown2011-01-211-34/+78
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reduce number of calls to updateInputWindows by 60%.Jeff Brown2011-01-211-34/+78
| |/ / /
* | | | Merge "Add and enforce the permission for encrypting/decrypting." into honeycombJason parks2011-01-211-3/+6
|\ \ \ \
| * | | | Add and enforce the permission for encrypting/decrypting.Jason parks2011-01-211-3/+6
* | | | | Merge "Update encryption commands." into honeycombJason parks2011-01-211-8/+25
|\ \ \ \ \ | |/ / / /
| * | | | Update encryption commands.Jason parks2011-01-211-8/+25
* | | | | Merge "Read actual device encryption status" into honeycombAndy Stadler2011-01-211-1/+9
|\ \ \ \ \
| * | | | | Read actual device encryption statusAndy Stadler2011-01-201-1/+9
* | | | | | Show implicitly enabled subtypes in the input method selection dialogsatok2011-01-211-51/+48
* | | | | | Merge "Show ime switch icon when there is a hard keyboard" into honeycombsatok2011-01-201-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Show ime switch icon when there is a hard keyboardsatok2011-01-211-0/+2
* | | | | | Merge "fix [3369743] SurfaceFlinger reads hardware composer hints before call...Mathias Agopian2011-01-201-20/+26
|\ \ \ \ \ \
| * | | | | | fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc...Mathias Agopian2011-01-191-20/+26
* | | | | | | Merge "clean-up unneeded code" into honeycombMathias Agopian2011-01-206-42/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | clean-up unneeded codeMathias Agopian2011-01-206-42/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge "Fix issue 3371096." into honeycombEric Laurent2011-01-201-8/+10
|\ \ \ \ \ \
| * | | | | | Fix issue 3371096.Eric Laurent2011-01-191-8/+10
| | |/ / / / | |/| | | |
* | | | | | Refine InputMethodInfo APIKen Wakasa2011-01-211-23/+32
* | | | | | Add android.provider.Settings.EXTRA_INPUT_METHOD_IDTadashi G. Takaoka2011-01-211-2/+1
* | | | | | Merge "Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS" into honeycombTadashi G. Takaoka2011-01-201-1/+1
|\ \ \ \ \ \
| * | | | | | Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGSTadashi G. Takaoka2011-01-201-1/+1
* | | | | | | Make VpnService synchronous API.Hung-ying Tyan2011-01-201-0/+3
| |_|_|/ / / |/| | | | |
* | | | | | Merge "Fix getSwitchState." into honeycombJeff Brown2011-01-192-2/+2
|\ \ \ \ \ \
| * | | | | | Fix getSwitchState.Jeff Brown2011-01-192-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge "fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs...Mathias Agopian2011-01-192-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when r...Mathias Agopian2011-01-192-4/+4
| |/ / / /
* | | | | Make the drag input window fullscreen touchable againChristopher Tate2011-01-191-1/+1
|/ / / /
* | | | Merge "Fail more gracefully when window state changes during drags" into hone...Christopher Tate2011-01-191-2/+6
|\ \ \ \
| * | | | Fail more gracefully when window state changes during dragsChristopher Tate2011-01-191-2/+6
* | | | | Merge "improve SurfaceFlinger 'dumpsys' log" into honeycombMathias Agopian2011-01-193-0/+43
|\ \ \ \ \
| * | | | | improve SurfaceFlinger 'dumpsys' logMathias Agopian2011-01-193-0/+43
| | |/ / / | |/| | |
* | | | | Merge "StrictMode: class instance limits (track object "leaks")" into honeycombBrad Fitzpatrick2011-01-191-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | StrictMode: class instance limits (track object "leaks")Brad Fitzpatrick2011-01-191-0/+3
| |/ / /
* | | | Fix a couple of drag & drop crashesChristopher Tate2011-01-191-1/+1
|/ / /
* | | Merge "Tentative fix for issue 3362362." into honeycombEric Laurent2011-01-193-31/+57
|\ \ \
| * | | Tentative fix for issue 3362362.Eric Laurent2011-01-193-31/+57
* | | | Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi...Winson Chung2011-01-191-1/+1
* | | | Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-18/+150
* | | | Just a little 'ol activity manager permission change.Dianne Hackborn2011-01-182-37/+83
|/ / /
* | | Merge "Filter virtual keys after touches." into honeycombJeff Brown2011-01-185-3/+113
|\ \ \
| * | | Filter virtual keys after touches.Jeff Brown2011-01-185-3/+113
* | | | Erase OBB files when removing packagesKenny Root2011-01-181-3/+12
* | | | Merge "Fix issue #3362666 Activities launched from ongoing notifications don'...Dianne Hackborn2011-01-181-6/+13
|\ \ \ \
| * | | | Fix issue #3362666 Activities launched from ongoing notifications don't animateDianne Hackborn2011-01-181-6/+13
* | | | | Prevent Dropbox from crashing system server pre-boot.Brad Fitzpatrick2011-01-181-1/+16
* | | | | Merge "Fix the algorithm to get current input method subtype considering expl...satok2011-01-171-7/+21
|\ \ \ \ \ | |/ / / / |/| | | |