summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server
Commit message (Expand)AuthorAgeFilesLines
* Add a thread to handle the radio shutdown.Jeff Brown2012-05-311-87/+118
* Fix comparison of device source bits.Jeff Brown2012-05-302-10/+5
* Merge "Fix (mostly) issue #5109947: Race condition between retrieving a..." i...Dianne Hackborn2012-05-295-233/+496
|\
| * Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-295-233/+496
* | Merge "Make location providers upgradeable." into jb-devNick Pelly2012-05-293-51/+136
|\ \
| * | Make location providers upgradeable.Nick Pelly2012-05-293-51/+136
| |/
* | Merge "Better handle changing app transitions." into jb-devCraig Mautner2012-05-292-11/+29
|\ \
| * | Better handle changing app transitions.Craig Mautner2012-05-292-11/+29
* | | Merge "Track animating apps up until animation starts." into jb-devCraig Mautner2012-05-291-7/+5
|\ \ \ | |_|/ |/| |
| * | Track animating apps up until animation starts.Craig Mautner2012-05-291-7/+5
| |/
* | Merge "Redraw all windows earlier in power on sequence." into jb-devCraig Mautner2012-05-241-4/+3
|\ \
| * | Redraw all windows earlier in power on sequence.Craig Mautner2012-05-241-4/+3
| |/
* | Merge "Modify logging to debug this issue" into jb-devRobert Greenwalt2012-05-243-92/+114
|\ \ | |/ |/|
| * Modify logging to debug this issueRobert Greenwalt2012-05-243-92/+114
* | Merge "Advise persist threshold outside NPMS lock." into jb-devJeff Sharkey2012-05-241-9/+15
|\ \
| * | Advise persist threshold outside NPMS lock.Jeff Sharkey2012-05-241-9/+15
* | | Merge "Fix bug #6522190 MountService should respond to configuration changes ...Fabrice Di Meglio2012-05-241-4/+7
|\ \ \
| * | | Fix bug #6522190 MountService should respond to configuration changes ("INTER...Fabrice Di Meglio2012-05-231-4/+7
| | |/ | |/|
* | | Fix the issue on matching the locale in TextServicesManagerServicesatok2012-05-241-4/+2
* | | Merge "Change method of tracking moving AppWindowTokens." into jb-devCraig Mautner2012-05-235-105/+146
|\ \ \
| * | | Change method of tracking moving AppWindowTokens.Craig Mautner2012-05-235-105/+146
* | | | Merge "Fix jank when launching apps that show wallpaper." into jb-devCraig Mautner2012-05-231-4/+7
|\ \ \ \
| * | | | Fix jank when launching apps that show wallpaper.Craig Mautner2012-05-231-4/+7
* | | | | System accessibility state update postponed if UI test autmation is running.Svetoslav Ganov2012-05-231-21/+42
* | | | | Merge "Modify auto brightness to return to dim level." into jb-devCraig Mautner2012-05-231-17/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Modify auto brightness to return to dim level.Craig Mautner2012-05-221-17/+43
* | | | | Merge "Perform an action in AccessibilityManagerSerivce using wrong process i...Svetoslav Ganov2012-05-221-3/+3
|\ \ \ \ \
| * | | | | Perform an action in AccessibilityManagerSerivce using wrong process id.Svetoslav Ganov2012-05-221-3/+3
* | | | | | Merge "Fix issue #5680541: onStartInputView called upon focus loss" into jb-devDianne Hackborn2012-05-221-21/+18
|\ \ \ \ \ \
| * | | | | | Fix issue #5680541: onStartInputView called upon focus lossDianne Hackborn2012-05-221-21/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Pull showStrictModeViolation off of local threads." into jb-devCraig Mautner2012-05-221-0/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Pull showStrictModeViolation off of local threads.Craig Mautner2012-05-221-0/+11
| | |_|/ / | |/| | |
* | | | | Fix issue #6499411: Characters not displayed (but suggestion bar is working)Dianne Hackborn2012-05-223-12/+30
| |_|_|/ |/| | |
* | | | UI test automation not working.Svetoslav Ganov2012-05-221-1/+1
| |/ / |/| |
* | | Merge "Do not bother to remove pending installs" into jb-devKenny Root2012-05-221-2/+0
|\ \ \
| * | | Do not bother to remove pending installsKenny Root2012-05-211-2/+0
* | | | Merge "Changing the interaction model of the touch explorer." into jb-devSvetoslav Ganov2012-05-214-447/+947
|\ \ \ \ | |/ / / |/| | |
| * | | Changing the interaction model of the touch explorer.Svetoslav Ganov2012-05-214-447/+947
* | | | Merge "Disable debug logs." into jb-devJeff Brown2012-05-211-4/+1
|\ \ \ \
| * | | | Disable debug logs.Jeff Brown2012-05-211-4/+1
* | | | | Fix the issue on the inconsistent condition of InputMethodSubtypesatok2012-05-211-21/+30
* | | | | Merge "Consolidate the initialization of InputMethodManagerService not to use...satok2012-05-201-16/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Consolidate the initialization of InputMethodManagerService not to use resour...satok2012-05-181-16/+43
* | | | | Add support for switching between multiple keyboard layouts.Jeff Brown2012-05-203-217/+701
* | | | | Merge "Prevent dim surface from flashing." into jb-devCraig Mautner2012-05-181-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Prevent dim surface from flashing.Craig Mautner2012-05-181-2/+10
| | |/ / | |/| |
* | | | Fix activity resolver, issues #6519130 and #6507239Dianne Hackborn2012-05-181-27/+12
* | | | Merge "Transition from DEV network stats to XT." into jb-devJeff Sharkey2012-05-182-7/+87
|\ \ \ \ | |_|/ / |/| | |
| * | | Transition from DEV network stats to XT.Jeff Sharkey2012-05-172-7/+87
| |/ /
* | | Merge "Enforce the minTime parameter in LocationManager#requestLocationUpdate...Nick Pelly2012-05-171-11/+20
|\ \ \