summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add SerialPort.sendBreak()Mike Lockwood2012-02-102-0/+16
* New Serial Manager API:Mike Lockwood2012-02-1012-0/+546
* VolumePanel: Add support for master volumeMike Lockwood2012-02-101-12/+79
* Save and restore master volume in the settings providerMike Lockwood2012-02-101-0/+6
* Simple master volume supportMike Lockwood2012-02-103-0/+41
* Merge "Add an api to switch to the next IME and subtype"satok2012-02-102-0/+22
|\
| * Add an api to switch to the next IME and subtypesatok2012-02-102-0/+22
* | Merge "Some hardening of isolated processes by restricting access to services."Dianne Hackborn2012-02-096-4/+43
|\ \
| * | Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-096-4/+43
* | | am ec12ae99: am 79cfde69: am 52bfc243: docs: fix misc doc bugs from external ...Scott Main2012-02-092-2/+2
|\ \ \
| * \ \ am 52bfc243: docs: fix misc doc bugs from external issue trackerScott Main2012-02-092-2/+2
| |\ \ \
| | * | | docs: fix misc doc bugs from external issue trackerScott Main2012-02-092-2/+2
* | | | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-02-091-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Import translations. DO NOT MERGEEric Fischer2012-02-091-1/+1
* | | | | Merge "Add new feature for running services in "isolated" sandbox processes."Dianne Hackborn2012-02-097-5/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add new feature for running services in "isolated" sandbox processes.Dianne Hackborn2012-02-097-5/+52
* | | | | Merge "Clarify comments for WebSettings."Steve Block2012-02-091-21/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clarify comments for WebSettings.Mikhail Naganov2012-02-081-21/+41
* | | | | Merge "Invalidate text display list when text properties change."Gilles Debunne2012-02-081-0/+4
|\ \ \ \ \
| * | | | | Invalidate text display list when text properties change.Gilles Debunne2012-02-071-0/+4
* | | | | | Better error message when drawing with recycled bitmapsRomain Guy2012-02-071-0/+6
| |_|_|_|/ |/| | | |
* | | | | Merge "Fix bug #5979311 Change TextView to not clip top/bottom text"Fabrice Di Meglio2012-02-071-2/+6
|\ \ \ \ \
| * | | | | Fix bug #5979311 Change TextView to not clip top/bottom textFabrice Di Meglio2012-02-071-2/+6
* | | | | | Merge "Preliminary support for clipRect(Rect, Op)"Romain Guy2012-02-071-2/+2
|\ \ \ \ \ \
| * | | | | | Preliminary support for clipRect(Rect, Op)Romain Guy2012-02-071-2/+2
| |/ / / / /
* | | | | | Merge "Send broadcast when changing restrict background."Jeff Sharkey2012-02-071-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Send broadcast when changing restrict background.Jeff Sharkey2012-02-071-0/+1
| |/ / / /
* | | | | Merge "Only generate private symbols that are needed."Dianne Hackborn2012-02-072-0/+1533
|\ \ \ \ \
| * | | | | Only generate private symbols that are needed.Dianne Hackborn2012-02-072-0/+1533
* | | | | | Merge "Adding a method for retching the root node in UiTestAutomationBridge"Svetoslav Ganov2012-02-072-1/+58
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Adding a method for retching the root node in UiTestAutomationBridgeSvetoslav Ganov2012-02-072-1/+58
* | | | | | Merge "Make media scanner use new delete-parameter"Marco Nelissen2012-02-071-0/+12
|\ \ \ \ \ \
| * | | | | | Make media scanner use new delete-parameterMarco Nelissen2012-02-071-0/+12
* | | | | | | Comment out a warning message to avoid log spamming.Chih-Chung Chang2012-02-071-6/+0
* | | | | | | Merge "Extract code from performLayoutAndPlaceSurfacesInnerLocked() into mult...Craig Mautner2012-02-061-8/+4
|\ \ \ \ \ \ \
| * | | | | | | Extract code from performLayoutAndPlaceSurfacesInnerLocked() into multiple me...Craig Mautner2012-02-061-8/+4
* | | | | | | | CrespoMMS appears after delay in the threadTom Taylor2012-02-062-53/+142
* | | | | | | | Merge "Use WebKit hit testing result for centering on double-tap zoom."Mangesh Ghiware2012-02-063-1/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Use WebKit hit testing result for centering on double-tap zoom.Mangesh Ghiware2012-02-063-1/+30
* | | | | | | | | am 33476f7a: am f79bcd2d: am 52da99fa: am a081c7b8: Merge "Skia API changes a...Jean-Baptiste Queru2012-02-061-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | am a081c7b8: Merge "Skia API changes as a result of an update to the Skia lib...Jean-Baptiste Queru2012-02-061-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+1
* | | | | | | | | Merge "Add some lint control for the frameworks."Xavier Ducrohet2012-02-061-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add some lint control for the frameworks.Xavier Ducrohet2012-02-031-0/+7
* | | | | | | | | | Merge "Pause webkit painting when UI tile painting queue is full"Chris Craik2012-02-062-19/+48
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Pause webkit painting when UI tile painting queue is fullChris Craik2012-02-032-19/+48
* | | | | | | | | | Merge "Revert back to DroidSansArabic font for SystemUI"Fabrice Di Meglio2012-02-031-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert back to DroidSansArabic font for SystemUIFabrice Di Meglio2012-02-021-1/+4
* | | | | | | | | | | Merge "Make the TimeAnimator class public."Chet Haase2012-02-032-16/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make the TimeAnimator class public.Chet Haase2012-02-032-16/+13