summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge "Screen magnifier should handle window rebuilds correctly." into jb-mr1...Svetoslav Ganov2012-09-112-13/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | Screen magnifier should handle window rebuilds correctly.Svetoslav Ganov2012-09-112-13/+72
* | | | | | | Merge changes I4ad08873,If0562677,I5fe6ba32 into jb-mr1-devJeff Brown2012-09-112-39/+40
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Don't auto-discover peers until scan requested.Jeff Brown2012-09-111-4/+1
| * | | | | | Use wfdInfo to filter available sinks.Jeff Brown2012-09-111-12/+18
| * | | | | | Allow adb shell am display-size to use bigger sizes.Jeff Brown2012-09-101-23/+21
* | | | | | | Merge "Adding notion of keyguard widgets" into jb-mr1-devAdam Cohen2012-09-112-11/+79
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Adding notion of keyguard widgetsAdam Cohen2012-09-112-11/+79
* | | | | | | Merge "Remove "unlinklib" command from installd" into jb-mr1-devKenny Root2012-09-112-14/+6
|\ \ \ \ \ \ \
| * | | | | | | Remove "unlinklib" command from installdKenny Root2012-09-112-14/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Enforce a user limitAmith Yamasani2012-09-111-0/+15
|/ / / / / /
* | | | | | Animations for user switching.Dianne Hackborn2012-09-103-59/+141
|/ / / / /
* | | | | Merge "Screen magnification should disengage on screen off." into jb-mr1-devSvetoslav Ganov2012-09-101-8/+63
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Screen magnification should disengage on screen off.Svetoslav Ganov2012-09-101-8/+63
* | | | Merge "Reducing the click delay while screen magnification is enabled." into ...Svetoslav Ganov2012-09-101-2/+5
|\ \ \ \ | |/ / /
| * | | Reducing the click delay while screen magnification is enabled.Svetoslav Ganov2012-09-101-2/+5
* | | | Merge "Update airplane-mode manipulation for the new Settings namespace" into...Christopher Tate2012-09-103-19/+19
|\ \ \ \
| * | | | Update airplane-mode manipulation for the new Settings namespaceChristopher Tate2012-09-103-19/+19
* | | | | Merge "Fix adb am display-size." into jb-mr1-devJeff Brown2012-09-101-40/+47
|\ \ \ \ \
| * | | | | Fix adb am display-size.Jeff Brown2012-09-101-40/+47
* | | | | | Merge "Make input system aware of multiple displays." into jb-mr1-devJeff Brown2012-09-1015-144/+343
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Make input system aware of multiple displays.Jeff Brown2012-09-1015-144/+343
* | | | | | Merge "Move native libraries to /data/app-lib" into jb-mr1-devKenny Root2012-09-102-44/+145
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move native libraries to /data/app-libKenny Root2012-09-102-44/+145
* | | | | | Scaling in viewport moving state locks into a magnified state.Svetoslav Ganov2012-09-101-7/+13
* | | | | | Merge "Allow simultaneous scale and pan in magnified state." into jb-mr1-devSvetoslav Ganov2012-09-101-60/+46
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow simultaneous scale and pan in magnified state.Svetoslav Ganov2012-09-101-60/+46
* | | | | | Merge "Flesh out multi-user in am commands." into jb-mr1-devDianne Hackborn2012-09-104-109/+128
|\ \ \ \ \ \
| * | | | | | Flesh out multi-user in am commands.Dianne Hackborn2012-09-104-109/+128
* | | | | | | Merge "Fix port logic in WifiDisplayController." into jb-mr1-devAndreas Huber2012-09-101-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix port logic in WifiDisplayController.Andreas Huber2012-09-101-2/+7
| |/ / / / / /
* | | | | | | Merge "Improve scaling vs pan in screen magnifier." into jb-mr1-devSvetoslav Ganov2012-09-101-6/+483
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | |
| * | | | | Improve scaling vs pan in screen magnifier.Svetoslav Ganov2012-09-101-6/+483
* | | | | | Merge "Fix DevicePolicyManager crash when settings password quality (and poss...Amith Yamasani2012-09-101-1/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix DevicePolicyManager crash when settings password quality (and possibly ot...Amith Yamasani2012-09-101-1/+7
* | | | | | Merge "Various fixes." into jb-mr1-devDianne Hackborn2012-09-095-69/+94
|\ \ \ \ \ \
| * | | | | | Various fixes.Dianne Hackborn2012-09-095-69/+94
| | |_|/ / / | |/| | | |
* | | | | | Merge "Update PackageSetting flags when updating" into jb-mr1-devKenny Root2012-09-092-8/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update PackageSetting flags when updatingKenny Root2012-09-092-8/+9
| |/ / / /
* | | | | Merge "Disable wifi display API when the adapter is not registered." into jb-...Jeff Brown2012-09-091-4/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable wifi display API when the adapter is not registered.Jeff Brown2012-09-091-4/+14
* | | | | Remove "protect" command from installdKenny Root2012-09-091-14/+0
| |/ / / |/| | |
* | | | Viewport should zoom out when screen magnification is disabled.Svetoslav Ganov2012-09-091-0/+1
* | | | Merge "Viewport should zoom out when screen magnification is disabled." into ...Svetoslav Ganov2012-09-091-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Viewport should zoom out when screen magnification is disabled.Svetoslav Ganov2012-09-091-1/+2
* | | | Merge "Improve Wifi display discovery API." into jb-mr1-devJeff Brown2012-09-092-25/+39
|\ \ \ \
| * | | | Improve Wifi display discovery API.Jeff Brown2012-09-082-25/+39
* | | | | Merge "More multi-user methods in PM" into jb-mr1-devAmith Yamasani2012-09-081-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | More multi-user methods in PMAmith Yamasani2012-09-081-2/+5
* | | | | Merge "Make display manager tell input system about viewports." into jb-mr1-devJeff Brown2012-09-0818-213/+419
|\ \ \ \ \