summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" in...Mathias Agopian2011-01-142-1/+19
|\
| * partially fix [3306150] HTML5 video with H/W acceleration blackoutMathias Agopian2011-01-142-1/+19
* | Merge "Add support for detecting finger orientation." into honeycombJeff Brown2011-01-142-1/+23
|\ \
| * | Add support for detecting finger orientation.Jeff Brown2011-01-142-1/+23
* | | Merge "Fix bug with mice that send multiple BTN_MOUSE values." into honeycombJeff Brown2011-01-141-3/+11
|\ \ \ | |/ /
| * | Fix bug with mice that send multiple BTN_MOUSE values.Jeff Brown2011-01-141-3/+11
* | | Merge "Add volume down as a safe mode key for Stingray." into honeycombJeff Brown2011-01-144-23/+67
|\ \ \
| * | | Add volume down as a safe mode key for Stingray.Jeff Brown2011-01-134-23/+67
* | | | switchToLastInputMethod returns a implicitly enabled subtype in the historysatok2011-01-151-30/+56
| |/ / |/| |
* | | Use holo style mouse pointer.Jeff Brown2011-01-141-1/+1
* | | Check for null in PackageSetting constructorKenny Root2011-01-141-2/+7
* | | Merge "Watchdog can get deadlocked on activity manager" into honeycombBrad Fitzpatrick2011-01-141-3/+16
|\ \ \
| * | | Watchdog can get deadlocked on activity managerBrad Fitzpatrick2011-01-141-3/+16
* | | | Merge "Add the {get,set}PackageObbPaths calls to API" into honeycombKenny Root2011-01-141-14/+87
|\ \ \ \
| * | | | Add the {get,set}PackageObbPaths calls to APIKenny Root2011-01-141-14/+87
* | | | | Merge "Add input methods settings panel" into honeycombsatok2011-01-141-7/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add input methods settings panelsatok2011-01-151-7/+2
| |/ / /
* | | | Merge "fix [3312683] Camera mirroring problem after switching from back to fr...Mathias Agopian2011-01-143-5/+17
|\ \ \ \ | |/ / / |/| | |
| * | | fix [3312683] Camera mirroring problem after switching from back to front cameraMathias Agopian2011-01-133-5/+17
| | |/ | |/|
* | | Merge "Save input method subtype even if the current IME is not running." int...satok2011-01-141-1/+4
|\ \ \
| * | | Save input method subtype even if the current IME is not running.satok2011-01-141-1/+4
* | | | Merge "Fix issue #3330037: Unnecessary orientations appear..." into honeycombDianne Hackborn2011-01-135-87/+144
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix issue #3330037: Unnecessary orientations appear...Dianne Hackborn2011-01-135-87/+144
* | | | Fix NPE in interceptKeyBeforeDispatching.Jeff Brown2011-01-131-2/+2
* | | | Merge "Deep clone settings for system package update" into honeycombKenny Root2011-01-131-12/+61
|\ \ \ \ | |/ / / |/| | |
| * | | Deep clone settings for system package updateKenny Root2011-01-131-12/+61
* | | | Merge "Fix issue #3153930: orphan window left on screen" into honeycombDianne Hackborn2011-01-131-48/+113
|\ \ \ \
| * | | | Fix issue #3153930: orphan window left on screenDianne Hackborn2011-01-131-48/+113
| |/ / /
* | | | Merge "Suppress orientation changes during drag operations" into honeycombChristopher Tate2011-01-131-15/+54
|\ \ \ \ | |/ / / |/| | |
| * | | Suppress orientation changes during drag operationsChristopher Tate2011-01-121-15/+54
* | | | Merge "Fix remote GraphicBuffer allocation in SurfaceFlinger." into honeycombJamie Gennis2011-01-132-21/+55
|\ \ \ \
| * | | | Fix remote GraphicBuffer allocation in SurfaceFlinger.Jamie Gennis2011-01-132-21/+55
* | | | | Merge "Print currentDestinationString() for each backup transport" into honey...Fabrice Di Meglio2011-01-131-3/+15
|\ \ \ \ \
| * | | | | Print currentDestinationString() for each backup transportFabrice Di Meglio2011-01-131-3/+15
| | |/ / / | |/| | |
* | | | | Revert "Remove the APIs for the old encryption scheme."Jason parks2011-01-133-95/+118
| |/ / / |/| | |
* | | | Merge "Turn off DUN connection after tethering." into honeycombRobert Greenwalt2011-01-132-4/+8
|\ \ \ \
| * | | | Turn off DUN connection after tethering.Robert Greenwalt2011-01-122-4/+8
* | | | | Merge "Add a method enable encryption." into honeycombJason parks2011-01-131-0/+23
|\ \ \ \ \
| * | | | | Add a method enable encryption.Jason parks2011-01-121-0/+23
* | | | | | Merge "Remove the APIs for the old encryption scheme." into honeycombJason parks2011-01-133-118/+95
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove the APIs for the old encryption scheme.Jason parks2011-01-123-118/+95
| |/ / / /
* | | | | Merge "Initialize mOtaspMode to OTASP_UNKNOWN." into honeycombWink Saville2011-01-131-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Initialize mOtaspMode to OTASP_UNKNOWN.Wink Saville2011-01-121-1/+2
| |/ / /
* | | | API changes to support encryption in DPMAndy Stadler2011-01-121-0/+35
* | | | Turn off debugging logspam for releaseChristopher Tate2011-01-122-2/+2
| |/ / |/| |
* | | Fix issue #3344089: runtime restart due to java.lang.StackOverflowError...Dianne Hackborn2011-01-121-17/+22
| |/ |/|
* | Allow updated system apps to retain priorityKenny Root2011-01-122-6/+16
|/
* Merge "Fix any_connection reporting." into honeycombRobert Greenwalt2011-01-121-50/+25
|\
| * Fix any_connection reporting.Robert Greenwalt2011-01-111-50/+25
* | Merge "Update shortcut IME when asked. And match the language of subtype by "...satok2011-01-121-6/+25
|\ \