summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Add setStartValue to RNAJohn Reck2014-06-022-3/+19
| | | | | | | | Bug: 15198607 Should be good-enough for Ripples to use for pseudo-chaining support. Change-Id: Ia8666928ccb69ae401cb583751632a52bd928b63
* Merge "DO NOT MERGE: Register HdmiControlService" into lmp-preview-devJungshik Jang2014-06-021-0/+7
|\
| * DO NOT MERGE: Register HdmiControlServiceJinsuk Kim2014-06-021-0/+7
| | | | | | | | | | | | | | | | Register the new service that will replace HdmiCecService. The old one will be removed once the client of the old service finishes migration to the new service. Change-Id: I3906292fcf0a7c8286bc89af21a03bd11d3a0e72
* | Merge "DO NOT MERGE: Stop publishing HdmiCecService, start publishing ↵Jungshik Jang2014-06-022-40/+8
|\ \ | |/ | | | | HdmiControlService" into lmp-preview-dev
| * DO NOT MERGE: Stop publishing HdmiCecService, start publishing ↵Jinsuk Kim2014-06-022-40/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | HdmiControlService HdmiCecService will soon be deprecated and replaced with HdmiControlService. Stopped publishing the service, and turned the corresponding manager to stub so that it will do nothing but print out a warning msg instead. Will help the app transition to the new service in the meantime. Once the migration is finished, will gut out all the HdmiCecService/ HdmiCecManager stuff. Change-Id: Ic34a69c4fb99f4e5a2c8323538195204ab16a545
* | Merge "DO NOT MERGE: Fix a couple of bugs in CEC services" into lmp-preview-devJungshik Jang2014-06-021-1/+1
|\ \ | |/
| * DO NOT MERGE: Fix a couple of bugs in CEC servicesJinsuk Kim2014-06-021-1/+1
| | | | | | | | | | | | | | - Correct conversion for byte to int for cec opcode - Use the right Handler.obtainMessage() to pass an integer variable Change-Id: Ie3e86225f1702decce454aeb197911a371f51c17
* | Merge "DO NOT MERGE: Fix a bug calling a wrong HDMI-CEC Binder API" into ↵Jungshik Jang2014-06-021-1/+1
|\ \ | |/ | | | | lmp-preview-dev
| * DO NOT MERGE: Fix a bug calling a wrong HDMI-CEC Binder APIJinsuk Kim2014-06-021-1/+1
| | | | | | | | Change-Id: I75e5de3ab820288f0fe6bebdc63d6dd680e18f8a
* | Merge "DO NOT MERGE: Add the constants for the callback result of ↵Jungshik Jang2014-06-021-3/+34
|\ \ | |/ | | | | SendCecCommand()." into lmp-preview-dev
| * DO NOT MERGE: Add the constants for the callback result of SendCecCommand().Yuncheol Heo2014-06-021-3/+34
| | | | | | | | | | | | | | | | - Move the send failure warning messages into HdmiCecController.sendCommand() from each Actions. - Stringfy with more detail messages for some opcodes. Change-Id: Ib7ce24dd2a1f290e6c3a0b26738772ef1d4a9630
* | Merge "Smaller dialog margin, update button width & font weight" into ↵Alan Viverette2014-06-025-15/+19
|\ \ | | | | | | | | | lmp-preview-dev
| * | Smaller dialog margin, update button width & font weightAlan Viverette2014-06-015-15/+19
| |/ | | | | | | | | | | | | BUG: 15310835 BUG: 15317713 BUG: 15316689 Change-Id: Iaab92eefa3fdba85dfa9cc3931234135e8a0bc5c
* | Merge "Further implementation for ToolbarActionBar" into lmp-preview-devAdam Powell2014-06-026-96/+160
|\ \ | |/ |/|
| * Further implementation for ToolbarActionBarAdam Powell2014-06-016-96/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | Integrate activity options menu and inline Toolbars. Fix a series of small associated bugs. Activities now (privately) offer several menu-related events directly to the associated ActionBar. In the future this should help us untangle some of the menu-based pasta in PhoneWindow. Bug 15344598 Change-Id: I76211ad17d2bcbb58cf1d88914e855416d084ded
* | Merge "Fixes hotspot list transitions, update to use a single hotspot" into ↵Alan Viverette2014-06-0111-63/+81
|\ \ | | | | | | | | | lmp-preview-dev
| * | Fixes hotspot list transitions, update to use a single hotspotAlan Viverette2014-06-0111-63/+81
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates background and button colors to match spec, removes dependency on bouncycastle Arrays. Vastly simplifies ripple drawing. Adds APIs for maximum ripple radius. Makes selectableItemBackground bounded by default and adds an unbounded version and theme attribute. BUG: 15315168 BUG: 15314684 BUG: 15314830 BUG: 15316768 BUG: 15333033 BUG: 15344050 Change-Id: Ib0619587ce78e43056b66571bae185e0f1613185
* | Merge "Add a path for generic event from a session to an application in Tv ↵Dongwon Kang2014-06-015-9/+147
|\ \ | |/ |/| | | Input Framework." into lmp-preview-dev
| * Add a path for generic event from a session to an application in Tv Input ↵Youngsang Cho2014-05-295-9/+147
| | | | | | | | | | | | | | | | | | Framework. Plus, Video size changed event is also added. Bug: 14126559 Change-Id: I04c553481fbaf8d92adbcc34f3c9d26acc87b361
* | Change parameter name for Activity#setActionBarAdam Powell2014-06-011-3/+3
| | | | | | | | | | | | | | | | Feedback from API review Bug 14998253 Change-Id: Id3b87a8071d43de49847e93fd6229d48364bf55e
* | Settings: Keep SeekBarVolumizer in sync with audio stream.John Spurlock2014-06-011-14/+77
| | | | | | | | | | | | | | | | Use AudioManager.VOLUME_CHANGED_ACTION instead of relying on obsolete settings. Bug:15343543 Change-Id: Ia95237bb455268314ec985affe92b0cec6b52e29
* | Merge "Collapse contentInsets and View margins in Toolbars" into lmp-preview-devAdam Powell2014-05-311-44/+107
|\ \
| * | Collapse contentInsets and View margins in ToolbarsAdam Powell2014-05-301-44/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As content insets are meant to help line up the edges of views with the content in adjacent ViewGroups, collapse individual view margins with the insets to preserve this property. Margins still define a minimum spacing between adjacent sibling views or the edges of the Toolbar container. Bug 15328526 Change-Id: I786ccdbed6b40930250fa22e2a6d0376d759f2d2
* | | Merge "Fade scrim in unlock animation." into lmp-preview-devJorim Jaggi2014-05-315-35/+19
|\ \ \
| * | | Fade scrim in unlock animation.Jorim Jaggi2014-05-315-35/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also introduces a startTime which gets sent from window manager to SystemUI, which tells when the animation should start, to allow for a more synchronized animation with fading out the scrim and fading in the activity behind. Bug: 15163546 Change-Id: I16212b1ef9eb76f1f98734da1d14fc5b7e626937
* | | | Merge "AudioManager: add audio port gain control" into lmp-preview-devEric Laurent2014-05-311-22/+61
|\ \ \ \
| * | | | AudioManager: add audio port gain controlEric Laurent2014-05-301-22/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement AudioManager.setAudioPortGain() API. Bug: 14815883. Change-Id: Ib54bd1fd1392c474f4767a00228b0a617c51ec5e
* | | | | Merge "audio routing update listener" into lmp-preview-devEric Laurent2014-05-311-1/+121
|\ \ \ \ \ | |/ / / /
| * | | | audio routing update listenerEric Laurent2014-05-301-1/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement audio port and audio patch callback infrastructure for clients to receive notifications when audio routing changes occur via the OnAudioPortUpdateListener interface. Bug: 14815883. Change-Id: I32cbba64eca7369871aec235ff100de1f0c2d344
* | | | | Merge "AudioSystem: added JNI for routing extensions" into lmp-preview-devEric Laurent2014-05-312-1/+1007
|\ \ \ \ \ | |/ / / /
| * | | | AudioSystem: added JNI for routing extensionsEric Laurent2014-05-302-1/+1007
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14815883. Change-Id: Ia0c0d14a8e3051a4bc0ce502b6e979135b170c97
* | | | | Fix IME animation.Dianne Hackborn2014-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I8999c243a73dbff4ee9b06ebe199e4690286769d
* | | | | Merge "Clean up voice API." into lmp-preview-devDianne Hackborn2014-05-304-28/+298
|\ \ \ \ \
| * | | | | Clean up voice API.Dianne Hackborn2014-05-304-28/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add various java docs. Switch to CharSequence where appropriate. Add new request for canceling voice interaction. Also update test app to follow API changes and be more better. Change-Id: If27eeba53cf6444660adb7d37ea2ce0557c6c91f
* | | | | | Merge "Resurrect global actions, remove confirmation for Power off." into ↵John Spurlock2014-05-301-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | lmp-preview-dev
| * | | | | | Resurrect global actions, remove confirmation for Power off.John Spurlock2014-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of fast forwarding to the power off confirmation dialog, display the global actions dialog with a single item by default, with no confirmation. Re-configure the bugreport option, it will appear if specified in developer settings. Bug:15109463 Change-Id: I5a19df8684d661345e42ad305f64f01c271aae19
* | | | | | | Merge "Per-app media directories on external storage." into lmp-preview-devJeff Sharkey2014-05-304-0/+58
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Per-app media directories on external storage.Jeff Sharkey2014-05-304-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change defines per-app directories on external storage that will be scanned and included in MediaStore. This gives apps a way to write content to secondary shared storage in a way that can easily be surfaced to other apps. Bug: 14382377 Change-Id: I4cb367c870509e76f0c2c598f01e2f699780030a
* | | | | | | Merge "Fix action bar title TextAppearance usage for Toolbar decor" into ↵Adam Powell2014-05-302-0/+32
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | lmp-preview-dev
| * | | | | | Fix action bar title TextAppearance usage for Toolbar decorAdam Powell2014-05-302-0/+32
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass through the appropriate action bar styles for title/subtitle TextAppearance. Bug 15345937 Change-Id: I93c648cf60b4a63498d127dbd6eac2c1fae33aa7
* | | | | | Merge "Camera2: update the range of metering weight" into lmp-preview-devYin-Chia Yeh2014-05-304-25/+106
|\ \ \ \ \ \
| * | | | | | Camera2: update the range of metering weightYin-Chia Yeh2014-05-304-25/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit the range of metering weight to 0-1000. Bug: 15315352 Change-Id: Iceb13b72508cb3c9f758bdcb1b69b6b11ec5aaf8
* | | | | | | Merge "Change PersistableBundle API per council's request" into lmp-preview-devCraig Mautner2014-05-303-863/+84
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Change PersistableBundle API per council's requestCraig Mautner2014-05-303-863/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 15192573. Change-Id: Ib98ef132c8c12e68e805cb3c0b1f7ae75940f17c
* | | | | | | Merge "camera2: Change android.lens.focusRange to Pair<Float,Float>" into ↵Igor Murashkin2014-05-303-2/+162
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lmp-preview-dev
| * | | | | | | camera2: Change android.lens.focusRange to Pair<Float,Float>Igor Murashkin2014-05-303-2/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the focus range is defined in diopters (1/distance), it just so happens that in a range [near, far] near >= far which is against the android.util.Range contract. Change it to pair instead. Also adds a marshaler for Pairs since they didn't have one before (and aren't parcelable). Bug: 15335269 Change-Id: If2f3259aeec072438a1c18c1b9728a4c81e92a40
* | | | | | | | Add people signals to Zen mode.Chris Wren2014-05-301-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends-On: I51fcf689ddbee7715e3387b865f18a715887c943 Change-Id: I7c91dec1afeb54505426c4da59ec4d072a60c240
* | | | | | | | Merge "Compatibility fix for apps that construct Notification.Builders ↵Adam Powell2014-05-301-2/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | early" into lmp-preview-dev
| * | | | | | | | Compatibility fix for apps that construct Notification.Builders earlyAdam Powell2014-05-301-2/+9
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some apps in the wild are known to construct a Notification.Builder from within their Activity constructor, passing said Activity instance as the Context parameter. However at this point in the Activity's lifecycle the ContextWrapper's base context has not yet been populated and most calls to Context methods will fail. Even though this was technically undefined behavior in the past, as apps have little to no way to guess at these internal implementation details it's probably best to preserve old expectations. Add a note in Notification.Builder for future framework developers and remove the offending call - the associated field was never used anyway. ಠ_ಠ Change-Id: I4cf3df10be14739babc8ae9a969d261a7ecf8beb
* | | | | | | | Merge "Re-jigger layers" into lmp-preview-devJohn Reck2014-05-307-126/+61
|\ \ \ \ \ \ \ \