Xiaolei Wang
b2b2ac1287
Add constants to Android TV On Device Search.
...
Change-Id: I7b5780f8c4c0367d198607ad2780cf6ec6a96d3a
2014-06-09 15:07:17 -07:00
Eino-Ville Talvala
b9a65de1f7
Merge changes Ia0f54124,I1e085f5e,Ic0a3ff0a,I141847df,I8ae4efa2 into lmp-preview-dev
...
* changes:
camera2: Update native/managed key mappings.
Camera2: switch API interface to java classses
Camera2: Use ColorSpaceTransform and RggbChannelVector, replace enum byte[]
camera2: Add new metadata keys, change types for existing range keys
Camera2: Replace int[] by MeteringRectangle
2014-05-28 20:33:42 +00:00
John Reck
10d1b4d0b7
Merge "Disable RT animations" into lmp-preview-dev
2014-05-28 19:38:06 +00:00
John Reck
4645ab81b7
Disable RT animations
...
Bug: 15287046
Change-Id: Ib511053726153649ea1bda337d14bc05db4f0bf9
2014-05-28 12:35:30 -07:00
Christopher Tate
560ce61c59
Merge "DO NOT MERGE - Run the task manager service at startup" into lmp-preview-dev
2014-05-28 19:03:03 +00:00
Ruben Brunk
574936894d
camera2: Update native/managed key mappings.
...
Switches to using managed value classes for the following keys:
- android.sensor.info.sensitivityRange
- android.sensor.info.exposureTimeRange
- android.jpeg.gpsCoordinates
- android.jpeg.gpsTimestamp
- android.jpeg.gpsProcessingMethod
- android.statistics.lensShadingMap
- android.lens.info.shadingMapSize
Also fixes a minor bug in LensShadingMap
Bug: 14628001
Change-Id: Ia0f541242f529ab9ba3111db799306b198f2b40b
2014-05-28 10:26:21 -07:00
John Reck
45d0192929
Merge "Implement FlushCaches TODO" into lmp-preview-dev
2014-05-28 16:02:06 +00:00
Griff Hazen
10f6de686e
Merge "DO NOT MERGE Cherry-pick: Add full screen size preset to WearableExtender" into lmp-preview-dev
2014-05-28 15:59:14 +00:00
George Mount
1cc3e2e7a0
Merge "Use activity transitions when launched from fragments." into lmp-preview-dev
2014-05-28 14:37:34 +00:00
George Mount
f0ebc5dc21
Merge "fixed mIsReturning initialized too late. DO NOT MERGE." into lmp-preview-dev
2014-05-28 14:37:19 +00:00
Sungsoo Lim
d3ee3ca90c
Merge "Fix a typo" into lmp-preview-dev
2014-05-28 09:37:29 +00:00
Yin-Chia Yeh
8490ace76f
Camera2: switch API interface to java classses
...
android.sensor.info.physicalSize: float[] -> SizeF
android.statistics.hotPixelMap: int[] -> Point[]
android.tonemap.curve[Red|Green|Blue]: float[] -> TonemapCurve
Bug: 14628001
Change-Id: I1e085f5e640a059852fcb504b6dd5f884039e653
2014-05-28 01:36:54 -07:00
Eino-Ville Talvala
2bb91a7a68
Camera2: Use ColorSpaceTransform and RggbChannelVector, replace enum byte[]
...
Also fix a minor bug in ColorSpaceTransform copying validation.
Affected keys:
android.colorCorrection.transform
android.colorCorrection.gain
android.control.aeAvailableAntibandingModes
android.control.aeAvailableModes
android.control.afAvailableModes
android.control.availableEffects
android.control.availableSceneModes
android.control.availableVideoStabilizationModes
android.control.awbAvailableModes
android.edge.availableEdgeModes
android.hotpixel.availableHotPixelModes
android.lens.info.availableOpticalStabilization
android.noiseReduction.availableNoiseReductionModes
android.sensor.calibrationTransform1
android.sensor.calibrationTransform2
android.sensor.colorTransform1
android.sensor.colorTransform2
android.sensor.forwardTransform1
android.sensor.forwardTransform2
android.statistics.info.availableFaceDetectModes
android.tonemap.availableToneMapModes
Bug: 14628001
Change-Id: Ic0a3ff0aaa6bfe872cf8fb740870618c3eee3008
2014-05-28 01:36:53 -07:00
Igor Murashkin
78712a8bd7
camera2: Add new metadata keys, change types for existing range keys
...
Also adds the following keys:
* android.control.maxRegionsAe
* android.control.maxRegionsAwb
* android.control.maxRegionsAf
* android.request.maxNumOutputRaw
* android.request.maxNumOutputProc
* android.request.maxNumOutputProcStalling
Changes the following keys' type
generations:
* android.control.aeTargetFpsRange
* (Range<Integer>)
* android.control.aeAvailableTargetFpsRanges
* (Range<Integer>[])
* android.control.aeCompensationRange
* (Range<Integer>)
* android.lens.focusRange
* (Range<Float>)
Bug: 14628001
Change-Id: I141847dffc4b0d89cea37c19a54d6d5faf24a9bb
2014-05-28 01:36:53 -07:00
Yin-Chia Yeh
817f8933ee
Camera2: Replace int[] by MeteringRectangle
...
Bug: 14628001
Change-Id: I8ae4efa24d41043046a84b04e5209259a8a21063
2014-05-28 01:36:53 -07:00
Sungsoo Lim
a2c901d430
Fix a typo
...
Change-Id: I93e7e38a2e3502883b64c38567eaf5957c4197d2
2014-05-28 16:34:21 +09:00
Griff Hazen
d5f11f98d1
DO NOT MERGE Cherry-pick: Add full screen size preset to WearableExtender
...
Bug: 14838838
Change-Id: Id038d994d61d3c89dba08232a424a5b1b934e5db
2014-05-27 17:36:44 -07:00
Griff Hazen
14f5799ba9
DO NOT MERGE Cherry-pick: Doc fixes for Notification.WearableExtender
...
Change-Id: I22947e30d329e667079555ac4ac5f9b25d6bd3fa
2014-05-27 17:34:27 -07:00
Griff Hazen
e6fff6e088
Merge "DO NOT MERGE Cherry-pick: Api updates for wearable extensions to notifications" into lmp-preview-dev
2014-05-28 00:31:46 +00:00
Chris Craik
ddce68996b
Merge "Update docs around empty/null outline behavior" into lmp-preview-dev
2014-05-28 00:08:58 +00:00
Igor Murashkin
79458826c6
Merge "camera2: Add partial results to the capture listener (API change)" into lmp-preview-dev
2014-05-27 23:54:21 +00:00
Dave Langemak
dab839e047
Merge "Move dis/enable of mobile data to Telephony" into lmp-preview-dev
2014-05-27 21:26:52 +00:00
Chris Craik
67c360f3d5
Update docs around empty/null outline behavior
...
bug:15257846
Change-Id: Ie4d1b0aaeb900eaaa7e54097f3e0d795beb8f445
2014-05-27 14:10:17 -07:00
Robert Greenwalt
afa05c0b43
Move dis/enable of mobile data to Telephony
...
ConnectivityService doesn't do this anymore.
bug:15077247
Change-Id: I3208c91b2c0369b594987f39ca29da7478435513
(cherry picked from commit 53013c87496980b534e447e717a32698fbd4bca0)
2014-05-27 20:28:50 +00:00
Ashish Sharma
6020071df9
Include START event (reboots) in partial history.
...
Change-Id: Ia1e5fba6c2c7bdb3f09eb5958d7134564d60e8b0
2014-05-27 20:27:59 +00:00
Igor Murashkin
db075afc85
camera2: Add partial results to the capture listener (API change)
...
* Also adds capture sequence aborted callback
Bug: 12492876
Change-Id: I56ec8edbcda8b64c2262ff7472961ac78042c7f4
2014-05-27 11:25:24 -07:00
Winson Chung
5859fc1096
Merge "DO NOT MERGE" into lmp-preview-dev
2014-05-27 18:04:36 +00:00
John Spurlock
150c07993f
Merge "frameworks/base: Performance tweaks for SeekBarVolumizer." into lmp-preview-dev
2014-05-27 17:58:48 +00:00
John Spurlock
95caba1270
frameworks/base: Performance tweaks for SeekBarVolumizer.
...
Move ringtone init to the worker thread. Allow the volumizer
instance to be reused by making the seekbar settable.
Bug:15091992
Change-Id: Ib616ae0fbb9a45c63391f8335e48ec2754dbdcd5
2014-05-27 13:10:38 -04:00
Winson Chung
2eb4f9c377
DO NOT MERGE
...
Removing unnecessary public values. (Bug 14995844)
(cherry picked from commit aa327fc2ce428f939885e1172578ff1dc975214c)
Change-Id: I98672d0ed3120c15bf31ce7a21ab604cfe66273d
2014-05-27 17:07:52 +00:00
John Spurlock
fc9e1e0592
Merge "DO NOT MERGE Hide vibrator streamHint overloads for preview." into lmp-preview-dev
2014-05-27 15:13:34 +00:00
Craig Mautner
b45a730efb
Merge changes I88865c02,I34cc1310 into lmp-preview-dev
...
* changes:
Check for null DO NOT MERGE
Improve DocCentric documentation. DO NOT MERGE
2014-05-27 14:24:04 +00:00
Wonsik Kim
c22dbb6919
Revert "Revert "Add physical TV input handling to TvInputManagerService""
...
This reverts commit 1940e197a8de186df5edf0b78e0907ae539bd215.
Bug: 14118245, Bug: 15197740
Change-Id: Ia308f16d2ed8ec55112a4d21c180ccb97e8d7c6a
2014-05-27 01:33:50 +00:00
Griff Hazen
61a9e8635f
DO NOT MERGE Cherry-pick: Api updates for wearable extensions to notifications
...
Change-Id: I40012fd0458ec103eabf75ed4c91f636e02f4c8f
2014-05-25 19:37:32 -07:00
Craig Mautner
49a6e1b321
Merge "Modify task navigation to return to recent tasks. DO NOT MERGE" into lmp-preview-dev
2014-05-25 19:40:03 +00:00
Craig Mautner
0833d2bc87
Merge "Add code for persisting tasks and activities to disk DO NOT MERGE" into lmp-preview-dev
2014-05-25 19:39:47 +00:00
Craig Mautner
026596b938
Improve DocCentric documentation. DO NOT MERGE
...
Fixes bug 15025461.
Change-Id: I34cc13105072cf054f125a7963294165258fec0e
2014-05-24 09:53:10 -07:00
Craig Mautner
e67a784eb2
Modify task navigation to return to recent tasks. DO NOT MERGE
...
Tasks launched from the recent task list will now return to the list
when they are finished. Also tasks that are launched from the
notification panel and services will now return to the list,
provided that the launcher is not front and center when they are
launched.
Fixes bug 14464114.
Change-Id: Ic0d3731fc7248d1eaa80e5ee399753d80e80c979
2014-05-24 09:50:37 -07:00
John Spurlock
098c0b8ca0
DO NOT MERGE Hide vibrator streamHint overloads for preview.
...
Bug:15192966
Change-Id: I25f57053b6f62fb627ae4f451d5f64ee77b8eba0
2014-05-24 09:09:06 -04:00
Craig Mautner
21d24a21ea
Add code for persisting tasks and activities to disk DO NOT MERGE
...
Recent tasks that have the persistable flag set are
saved to /data/system/recent_tasks/ on shutdown and in the
background. Their thumbnails are saved to
/data/system/recent_images/.
Change-Id: Ifb820a01c412fe1f8c0f6e41aa655fafd89eaa8d
2014-05-23 18:42:33 -07:00
Dianne Hackborn
a82c9be2f7
Merge "Fix issue #15195464 : battery history says wakelock held when it's not" into lmp-preview-dev
2014-05-24 00:35:55 +00:00
Ruben Brunk
0bfa56e766
Merge "camera2: Move DngCreator to hardware/camera2." into lmp-preview-dev
2014-05-24 00:25:59 +00:00
Dianne Hackborn
536456f2d4
Fix issue #15195464 : battery history says wakelock held when it's not
...
Simplify full wake lock logging, so wake_lock_in is a completely
separate event from wake_lock and provides the full real raw log
of wake lock events.
Also attempt to address issue #15018750 (Incorrect wakelock reporting)
by no longer being complicated and rolling up previous state in to a
new history slice.
Bug: 15195464
Bug: 15018750
Change-Id: I32154bdfc2f07113be969f9db5503b2f2807a427
2014-05-23 17:16:26 -07:00
Christopher Tate
fa380e982e
DO NOT MERGE - Run the task manager service at startup
...
Also moves most of it into android.app.task rather than android.content.
(Cherrypick from master)
Change-Id: Ic07a664bf54bc3e40aa0b892946edba4bf37262a
2014-05-23 16:41:09 -07:00
Chris Craik
cd3a824548
Merge "DO NOT MERGE Inspect SkShader to determine hw shader." into lmp-preview-dev
2014-05-23 23:21:49 +00:00
Zhijun He
c1631fd890
Merge "Camera2: Mark the under-specified tags for FUTURE" into lmp-preview-dev
2014-05-23 22:44:33 +00:00
John Reck
e1628b7c6f
Implement FlushCaches TODO
...
Change-Id: Id05429e98ffe0858275b32c41fb215c1d8d930b2
2014-05-23 15:40:14 -07:00
Alan Viverette
0b723fdbaa
Merge "Handle hybrid themes correctly in Drawable cache" into lmp-preview-dev
2014-05-23 22:30:42 +00:00
Jae Seo
cd39dc783e
Merge "DO NOT MERGE. Add more columns to TV metadata to enable newly requested use cases" into lmp-preview-dev
2014-05-23 21:40:59 +00:00
Zhijun He
8949225294
Camera2: Mark the under-specified tags for FUTURE
...
Also clean up the tag ids.
Bug: 15168075
Change-Id: I57fb6fb37e512c224370c72d806a4b702360f29f
2014-05-23 13:49:59 -07:00