John Spurlock
d9792b7d31
Fix header clipping bug on rotate to landscape.
...
Since the header view's manual clipping is a function
of its width, we need to update it whenever the width
changes.
onConfigurationChanged is too early, so wait until the width
actually changes before updating the clip.
Change-Id: I017448f7e1c2d4bbcf7c93a6a47ad3073c43f5d5
2014-05-21 23:54:27 -04:00
Jose Lima
e9e3b3b919
Added Notification.EXTRA_BACKGROUND_IMAGE_URI
...
Added new EXTRA field to notification to be used to specify
an image that can be displayed to the user when the notification
is selected.
Change-Id: I3f79cf363d885fe2742e74a7d29d7e22ea1e6f60
2014-05-21 20:52:57 -07:00
vandwalle
aaddbe20e3
Merge "make verbose logging a wifimanager hidden API"
2014-05-22 03:37:01 +00:00
Jeff Brown
f26d4abecd
Merge "Switch to using int stream instead of AudioAttributes"
2014-05-22 03:24:48 +00:00
vandwalle
5fb7bf5fdb
make verbose logging a wifimanager hidden API
...
Change-Id: I325f6ea9f1a6c16dbee9aca641cad7ed3bcd7d2c
2014-05-21 20:24:35 -07:00
Jinsuk Kim
dbbceffd9b
Merge "Add feature actions for HDMI-CEC playback device"
2014-05-22 03:19:23 +00:00
Baligh Uddin
0c88b340ac
am 15685632: (-s ours) am adb0a906: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit '15685632e0e62651ccfb6bfa2013afe715768126':
Import translations. DO NOT MERGE
2014-05-22 03:17:17 +00:00
Baligh Uddin
2c2bbfb9c3
am 48137740: (-s ours) am b9c1e5a8: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit '48137740b8f0af0efad73c052256af14e1825944':
Import translations. DO NOT MERGE
2014-05-22 03:17:12 +00:00
Baligh Uddin
edf10cc26d
am 25fe41b8: (-s ours) am 74e7e2d8: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit '25fe41b8e0a0e7e80bcc533b5087d63767faa689':
Import translations. DO NOT MERGE
2014-05-22 03:17:07 +00:00
Baligh Uddin
aa587a922f
am a83b42cb: (-s ours) am 5938757f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit 'a83b42cb402cb5856e7490f5190c982a9f0575d8':
Import translations. DO NOT MERGE
2014-05-22 03:17:02 +00:00
Baligh Uddin
3df799a048
am b8cc0ed8: (-s ours) am 675b4871: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit 'b8cc0ed838c8cf303f1e8063db865651627093da':
Import translations. DO NOT MERGE
2014-05-22 03:16:57 +00:00
Baligh Uddin
15685632e0
am adb0a906: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit 'adb0a906dc71a0133b9345031dd88682e49a519a':
Import translations. DO NOT MERGE
2014-05-22 03:11:14 +00:00
Baligh Uddin
48137740b8
am b9c1e5a8: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit 'b9c1e5a82947e13a10b407a1d4f81967c9af99b4':
Import translations. DO NOT MERGE
2014-05-22 03:11:11 +00:00
Baligh Uddin
25fe41b8e0
am 74e7e2d8: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit '74e7e2d844c8f3d8d8e102ad5f05cddc94b230ca':
Import translations. DO NOT MERGE
2014-05-22 03:11:08 +00:00
Baligh Uddin
a83b42cb40
am 5938757f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit '5938757f5154b956f119042ee97b3ac8417a1ac2':
Import translations. DO NOT MERGE
2014-05-22 03:11:04 +00:00
Baligh Uddin
b8cc0ed838
am 675b4871: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
...
* commit '675b48712ecd0de46d6d3828890b8ca25f1df2bf':
Import translations. DO NOT MERGE
2014-05-22 03:11:00 +00:00
Baligh Uddin
adb0a906dc
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
2014-05-22 03:06:14 +00:00
Baligh Uddin
b9c1e5a829
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
2014-05-22 03:04:53 +00:00
Baligh Uddin
74e7e2d844
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
2014-05-22 03:04:49 +00:00
Baligh Uddin
5938757f51
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
2014-05-22 03:04:46 +00:00
Baligh Uddin
675b48712e
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
2014-05-22 03:04:44 +00:00
Jungshik Jang
0ddf4db856
Merge "Add finish() after timeout of Reqeust Arc operations."
2014-05-22 02:42:19 +00:00
Jinsuk Kim
78d695d8ba
Add feature actions for HDMI-CEC playback device
...
- OneTouchPlayAction
- DevicePowerStatusAction
- addHotplugEventListener
- removeHotplugEventListener
Change-Id: Ia7f31507ca62127efbacbbfe07ab43ba1f9bd4cf
2014-05-22 11:15:51 +09:00
RoboErik
02014c8faa
Switch to using int stream instead of AudioAttributes
...
This is an alternate to the submitted API which doesn't use the new
AudioAttributes class and just takes the AudioManager.STREAM instead.
Change-Id: I0365bc6fb9196fc33852ba6b202ca553efe0cc85
2014-05-21 19:04:08 -07:00
Alan Viverette
190dad4317
Merge "Style and asset cleanup"
2014-05-22 01:11:20 +00:00
Alan Viverette
0a1c6f021b
Style and asset cleanup
...
Updates button drawable and colors, cleans up Quantum styles, updates
highlight attribute name and color, fixes popup backgrounds.
Also fixes GradientDrawable opacity check.
Change-Id: I75dd35e815a8a33ec9f0b16e881e774edfb8c092
2014-05-21 18:10:53 -07:00
Lorenzo Colitti
f1cc12950c
Merge "Delete the EthernetDataTracker."
2014-05-22 01:01:50 +00:00
Lorenzo Colitti
4440705d57
Merge "Add an AIDL file for IpConfiguration."
2014-05-22 01:01:47 +00:00
RoboErik
802605e21e
Merge "Add stream/volume apis to sessions"
2014-05-22 00:49:00 +00:00
RoboErik
33983a9011
Add stream/volume apis to sessions
...
This adds RemoteVolumeProviders which handle volume change
events and a way to switch a session between local stream
playback and remote playback handling.
This also adds a way for an app to specify the PendingIntent
to launch when we want to show their ongoing playback UI.
Change-Id: I3a72bf2ec7ca55f61f50859ddc2988eebd491e9d
2014-05-21 17:43:18 -07:00
Chris Craik
b8fe2fcd71
Merge "Define light position (using new lighting spec) in Java"
2014-05-22 00:18:21 +00:00
Chris Craik
4bb692cdc4
Merge "Disable shadow drawing for empty/null outlines"
2014-05-22 00:18:09 +00:00
Quddus Chong
c106c12e56
am c370f03c: am b11a52cb: am a3c773e8: am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
...
* commit 'c370f03c4ff0f6cc4da2fd663f5dc1c64d80ec7f':
docs: Update the sample Gradle dependency declaration to reflect GMS K version.
2014-05-22 00:07:44 +00:00
Lorenzo Colitti
5569ba20b6
Merge "Fix a typo in IpConfigStore."
2014-05-21 23:53:47 +00:00
narayan
34a3249b76
am 82ec8c58: am ab3d85ab: am 838b1e22: Merge "Fix NPE in PackageManagerService."
...
* commit '82ec8c58b1f1cd0cce56d11b7679440f6ba54f4a':
Fix NPE in PackageManagerService.
2014-05-21 16:45:48 -07:00
Svetoslav
89ea3cd049
Fixing bugs due to the new custom accessibility action APIs.
...
1. AccessibiltiyAction was incorectly throwing an exception when
a custom action was constructed.
2. AccessibilityManagerService should no longer enforce only standard
actions as we allow custom ones too.
bug:15110963
Change-Id: Iea57e0a6449b87bd8d103c55ca255e80705f2565
2014-05-21 16:44:58 -07:00
Quddus Chong
c370f03c4f
am b11a52cb: am a3c773e8: am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
...
* commit 'b11a52cb6f7db5e1b78582649801632b8d32b978':
docs: Update the sample Gradle dependency declaration to reflect GMS K version.
2014-05-21 23:43:25 +00:00
Lorenzo Colitti
f9ff2c9ae5
Make the EthernetManager available.
...
Change-Id: I7a60e977d7a40a5d0367168f2f6633ccae591ac4
2014-05-21 16:41:24 -07:00
Lorenzo Colitti
4e5aa2cee6
Add an EthernetManager.
...
The implementation will live in frameworks/opt/net/ethernet.
Bug: 7606609
Bug: 8687763
Bug: 14993642
Bug: 14981801
Change-Id: Ic771e268b0c78f0fc32f46af6fe0dd7c634a426e
2014-05-21 16:41:24 -07:00
Lorenzo Colitti
3c44c99af5
Delete the EthernetDataTracker.
...
Code search says these are the only two files that use it. The
tracker will be resurrected in a slightly different form in
frameworks/opt/net/ethernet.
Bug: 14993642
Bug: 14981801
Change-Id: I2477668ca78dfe46661dda1d97c7f786fd7eba35
2014-05-21 16:40:46 -07:00
Alan Viverette
a22aa8806b
Merge "Clean up hotspot bounds API"
2014-05-21 23:40:07 +00:00
Quddus Chong
b11a52cb6f
am a3c773e8: am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
...
* commit 'a3c773e836dcb97c7f1045c8347dc7267bd21936':
docs: Update the sample Gradle dependency declaration to reflect GMS K version.
2014-05-21 23:39:46 +00:00
Lorenzo Colitti
94595fde94
Add an AIDL file for IpConfiguration.
...
Change-Id: I7eb5568185b3facf00627f7d2385c42f247d0acd
2014-05-21 16:38:12 -07:00
Lorenzo Colitti
56cf7c517e
Fix a typo in IpConfigStore.
...
Change-Id: I1fc845bf4547ae9a86db02ed29b6d5ba60a01277
2014-05-21 16:38:11 -07:00
Ruben Brunk
feb50af361
camera2: Add HAL1 compatibility shim skeleton.
...
This adds basic support for running the Camera2 API on a device running
a camera HAL version lower than CAMERA_MODULE_API_VERSION_2_0.
This CL includes support for:
- N-way preview output streams
- N-way jpeg output streams
- CameraDevice emulation at the binder interface
- Basic camera metadata querying in the CameraManager
Bug: 15117269
Bug: 15116722
Change-Id: I8322955034c91f34bb348d4b28c2b774dbef38f6
2014-05-21 16:37:59 -07:00
Alan Viverette
7ec5b2e5a3
Merge "Clean up Gradient drawable theming & whitespace"
2014-05-21 23:34:17 +00:00
Jorim Jaggi
8aacfb8099
Merge "Improve logic when flinging up."
2014-05-21 23:24:31 +00:00
Jorim Jaggi
05b7e2c671
Merge "Change fling behavior of PanelView."
2014-05-21 23:24:10 +00:00
Jorim Jaggi
01ad7a18c2
Merge "Make velocity tracker used in panel dependent on config."
2014-05-21 23:23:56 +00:00
Quddus Chong
a3c773e836
am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
...
* commit '539f9e31726dc780f26901de06c35a4b2446c37a':
docs: Update the sample Gradle dependency declaration to reflect GMS K version.
2014-05-21 23:23:33 +00:00