Igor Murashkin
fba2b99a72
am 8909c5a9: am ebfe8b3e: am dd288b69: camera2: (LEGACY) Don\'t stop preview when there are no requests left
...
* commit '8909c5a925164598c72ec3b8207215ef27086d28':
camera2: (LEGACY) Don't stop preview when there are no requests left
2014-08-08 02:24:33 +00:00
Kenny Guy
6150dbb74a
am 0a1fb150: am 26587478: am 84201f75: Merge "Revert "Revert "Remove String version of getBadgedLabel""" into lmp-dev
...
* commit '0a1fb150ace167ddc1b15997a1199be32ef5420d':
Revert "Revert "Remove String version of getBadgedLabel""
2014-08-08 02:24:05 +00:00
Adam Powell
49c50729a7
am 326f7c87: am e45b2db3: am 886f54b5: Add AbsListView#fling
...
* commit '326f7c8722850e0c65285de31b54b69fddf74292':
Add AbsListView#fling
2014-08-08 02:23:57 +00:00
Igor Murashkin
f902824b6a
am 9d08824c: am 5ca53000: am 89b3f042: Merge "camera2: (LEGACY) Add face detection support and vstab modes" into lmp-dev
...
* commit '9d08824c6babde2a0f212ee95e6ce251c20a3d85':
camera2: (LEGACY) Add face detection support and vstab modes
2014-08-08 02:23:37 +00:00
Alan Viverette
f0293d0b98
am d622d821: am 6f7b6892: am 515ed510: Merge "Use translatable strings for time picker AM/PM labels" into lmp-dev
...
* commit 'd622d821ac8e40e170b9973e0e563c70da66e504':
Use translatable strings for time picker AM/PM labels
2014-08-08 02:23:28 +00:00
Eino-Ville Talvala
00d5e0edec
am b8aecd1c: am af5eec3d: am 90952cfd: Merge topic \'camera2-remove-hidden\' into lmp-dev
...
* commit 'b8aecd1ccd19439c7a0623adff79fe730bed908d':
Camera2: Fix session shutdown race, frequent warning log
Camera2: Remove hidden parts of public CameraDevice
Camera2: Fix null-listener capture for CameraCaptureSession
2014-08-08 02:22:59 +00:00
Michael Wright
cd0e704bb5
am 8f32bb1e: am 44af6db6: am 97b2b671: Allow media projections to create public presentations.
...
* commit '8f32bb1e7ad2d5690c0328e6d38bce6841a6059b':
Allow media projections to create public presentations.
2014-08-08 02:22:43 +00:00
Prerepa Viswanadham
e30c840bc4
am 94294b1c: am 33813e73: am 2792be93: OnLost/OnFound integration - onfound match is done in framework, whereas hw signal is used to report onlost.
...
* commit '94294b1cbf1db48cc7ed24d6aa5c2274ce1cebc1':
OnLost/OnFound integration - onfound match is done in framework, whereas hw signal is used to report onlost.
2014-08-08 02:22:38 +00:00
Christopher Tate
a589f12c34
am b39bc60c: am 6fb63e97: am bc835105: Merge "Reify the transport lookup/selection API" into lmp-dev
...
* commit 'b39bc60c4a255a6dd4eaa3e4b92394bff22ac4d3':
Reify the transport lookup/selection API
2014-08-08 02:22:33 +00:00
Christopher Tate
6c7ec13836
am 8131a5dd: am 1a0066b6: am d9f038c1: Merge "Make TrafficStats uid attribution @SystemApi" into lmp-dev
...
* commit '8131a5dd42e441420cf99b99e152ee1510feabf2':
Make TrafficStats uid attribution @SystemApi
2014-08-08 02:22:23 +00:00
Christopher Tate
931535cbc7
am 3755910a: am 9d24d44e: am f671005b: Introduce system API for distinguishing the owner user
...
* commit '3755910ad680f88d3eb5d3db78a2fd5e9b36cebb':
Introduce system API for distinguishing the owner user
2014-08-08 02:22:16 +00:00
Dianne Hackborn
bd0e0e2ed6
am 23a2f922: am f1de7d98: am c8c42a7c: Merge "Fix to call VoiceInteractionSession.onDestroy()." into lmp-dev
...
* commit '23a2f922fadade5a29ff93a2c304b6c89eeaa84f':
Fix to call VoiceInteractionSession.onDestroy().
2014-08-08 02:22:11 +00:00
Dianne Hackborn
5a6aaf7bcf
am d9b3fab2: am d741140f: am e46717b6: Fix issue @16555033: Battery history overflowing too much
...
* commit 'd9b3fab2bdd9c0c42807d03e8b133deb7337bfb3':
Fix issue @16555033: Battery history overflowing too much
2014-08-08 02:21:57 +00:00
Sandeep Siddhartha
140dd87333
am 22a3c9e6: am 9ac2891f: am 53f4a335: Merge "Handle microphone contention/Phone calls while recognition is active" into lmp-dev
...
* commit '22a3c9e6d899197f772837dabb810a539d3782ac':
Handle microphone contention/Phone calls while recognition is active
2014-08-08 02:21:46 +00:00
Igor Murashkin
6d8a97e139
camera2: (LEGACY) Don't stop preview when there are no requests left
...
* This allows flash mode=TORCH to keep working if only a single
request is submitted and the device goes to the idle state.
Bug: 16305644
Change-Id: Id2e3451f85dbf9b545d3a70977b8fcfb0922a0eb
2014-08-07 22:05:33 +00:00
Adam Powell
4884c64288
Add AbsListView#fling
...
ScrollViews can programmatically fling from public API and now
ListViews/GridViews can too. This helps support applications that wish
to propagate flings across scrolling containers as part of nested
scrolling.
Bug 15538504
Change-Id: I0318c6717c7fb8788a006f96c8f8170556dd8b9e
2014-08-07 14:19:25 -07:00
Michael Wright
6720be4e8c
Allow media projections to create public presentations.
...
Change-Id: I3b6e0b54d658352942a38be6a24486bdfc179efd
2014-08-07 20:07:04 +00:00
Prerepa Viswanadham
d5324e4183
OnLost/OnFound integration - onfound match is done in framework,
...
whereas hw signal is used to report onlost.
Bug 16733710
Change-Id: I7b177b7afd730341c336818857436c095735b53b
2014-08-07 19:51:59 +00:00
Christopher Tate
cbd7a6ecbb
Introduce system API for distinguishing the owner user
...
Support services that special case the owner but are instantiated
per-user, and so need to be able to distinguish.
Bug 16661321
Change-Id: I7ff5168c91e39821317fdf5cfaba34e90d30de95
2014-08-07 19:43:17 +00:00
Dianne Hackborn
0068d3dcf1
Fix issue @16555033: Battery history overflowing too much
...
- No longer track process starts/stops normally.
- Increase buffer size to 256KB.
- Buffer size increase requires reworking how battery stats
are retrieved, since it is going to be hitting IPC limits.
- Also, store the last full stats after a reset, to be reported
at the next checkin.
- Also, discharge and charge times are tagged with the screen
and battery save state during that time.
Change-Id: Ie108ac9b626846108a9bb858101ac2b93276ac16
2014-08-07 12:19:39 -07:00
Winson Chung
38c010dd05
am 06e564d2: am e70eb503: am f9c1251b: Merge "Initial changes to add task affiliation styling. (Bug 16656169)" into lmp-dev
...
* commit '06e564d23309dc1c5198eda98e975b7fc5f00c61':
Initial changes to add task affiliation styling. (Bug 16656169)
2014-08-07 19:17:19 +00:00
Glenn Kasten
b8ade1e976
am 7bffa188: am fc752425: am cd55d2e5: Merge "Add setting to disable automatic USB audio routing" into lmp-dev
...
* commit '7bffa188c6cfc180b0efea2e7d00b73088acb875':
Add setting to disable automatic USB audio routing
2014-08-07 19:17:14 +00:00
Sandeep Siddhartha
4f5e1baa11
am 2c28164d: am 84e8121f: am b6c0b037: Merge "Read audio format from the recognition event" into lmp-dev
...
* commit '2c28164df8c56ff26b4b0f045d40fb756697b44d':
Read audio format from the recognition event
2014-08-07 19:17:05 +00:00
Adam Powell
0ee1e2436e
am a653ca15: am 0ae66be2: am 157fab0c: Nested pre-fling for AbsListView and ScrollView
...
* commit 'a653ca1573f13a496d2fe163f2c1d58523a8fa41':
Nested pre-fling for AbsListView and ScrollView
2014-08-07 19:17:00 +00:00
Dianne Hackborn
9a35d78cad
Fix to call VoiceInteractionSession.onDestroy().
...
Change-Id: I2b4f19538700c691dac3a83aadfa0959ef1fe458
2014-08-07 12:34:37 -07:00
Kenny Guy
49ecc4ec6a
Merge "Revert "Revert "Remove String version of getBadgedLabel""" into lmp-dev
2014-08-07 18:39:40 +00:00
Kenny Guy
c08cb0ed7a
Revert "Revert "Remove String version of getBadgedLabel""
...
This reverts commit 82020f109d78af889dfc5e86ede04c54fb6f1de2.
Bug: 16484455
Change-Id: I601edbb705cacd29bf30f90c8666c5f516796ebb
2014-08-07 21:11:15 +00:00
Igor Murashkin
cd3a994e50
Merge "camera2: (LEGACY) Add face detection support and vstab modes" into lmp-dev
2014-08-07 17:50:16 +00:00
Igor Murashkin
0a1ef4dbf3
camera2: (LEGACY) Add face detection support and vstab modes
...
Also work-around CTS freezing forever in Camera#setPreviewTexture
* Set preview texture to null after unconfiguring (Camera#stopPreview)
* Remove all uses of recording hint
(Some devices disable face detection unconditionally when recording is not
using HDR mode; recording hints will be introduced after we add
capture intent support)
Change-Id: I2f0a80f1d580af214cb0f53abcbf33c7391790f1
2014-08-07 13:46:25 -07:00
Alan Viverette
7870dfe361
Merge "Use translatable strings for time picker AM/PM labels" into lmp-dev
2014-08-07 17:50:16 +00:00
Alan Viverette
271ed9ae87
Use translatable strings for time picker AM/PM labels
...
BUG: 16842390
Change-Id: Ibdbe9cffb39373f200a09eb0d28b956a1eeb5d13
2014-08-07 13:33:30 -07:00
Adam Powell
9413b245a6
Nested pre-fling for AbsListView and ScrollView
...
Add nested pre-fling support to all framework widgets that currently
support nested fling.
Change-Id: Ieaf9d12938dbfeea779c2aee2f5a081c287c8e96
2014-08-07 10:24:04 -07:00
Kenny Guy
3bf8cde681
am 7fe2cf88: am adc7bb3f: am d9b5ffbc: Merge "Revert "Remove String version of getBadgedLabel"" into lmp-dev
...
* commit '7fe2cf88f658408cb86425606f2a4b424b27e276':
Revert "Remove String version of getBadgedLabel"
2014-08-07 17:10:25 +00:00
Kenny Guy
a1b2a1e732
am deff5997: am 7f153ded: am 1f98d304: Remove LauncherApps method left for compat.
...
* commit 'deff599796014960b03a817e8b6732d35665df08':
Remove LauncherApps method left for compat.
2014-08-07 16:26:46 +00:00
Kenny Guy
db02e7b718
am 8a2d844e: am 1c06b2d0: am 6cfeb8dc: Merge "Remove String version of getBadgedLabel" into lmp-dev
...
* commit '8a2d844eb8cad6dc4ef65ebe333319aeb6899245':
Remove String version of getBadgedLabel
2014-08-07 16:21:26 +00:00
Kenny Guy
65810072d6
Remove LauncherApps method left for compat.
...
Method was left while updating unbundled apps
which have now been updated.
Bug: 16864685
Change-Id: I687cb23a1b60b88eeb988f3cf2604dc24b739121
2014-08-07 16:09:10 +00:00
Sandeep Siddhartha
cb4e81c7fe
Handle microphone contention/Phone calls while recognition is active
...
Internally we pause the recognition when:
- a phone call is active/off-hook/ringing
- or some other application grabs the microphone
we auto-resume when the condition that caused us to pause reverses.
Both these events are notified to the client via callbacks so that they can choose to display on their UI,
that the recognition is paused for some reason.
Bug: 16515468
Bug: 16740806
Bug: 16514535
Change-Id: Ib274d68522c8cf37d42402c875b16159957657f0
2014-08-07 11:53:02 -07:00
Sandeep Siddhartha
a13104fe7d
Merge "Read audio format from the recognition event" into lmp-dev
2014-08-07 15:31:24 +00:00
Sandeep Siddhartha
2178e2e085
Read audio format from the recognition event
...
Bug: 16549061
Change-Id: I9e418f7be67eb330b7bfaa97bbb90d0b5640469d
2014-08-07 10:48:51 -07:00
Winson Chung
57c84544d9
Merge "Initial changes to add task affiliation styling. (Bug 16656169)" into lmp-dev
2014-08-07 15:27:35 +00:00
Winson Chung
ec396d6399
Initial changes to add task affiliation styling. (Bug 16656169)
...
- Fixing issue with launch-in-background animation
2014-08-07 17:57:25 +00:00
Eino-Ville Talvala
d3b85f69a8
Camera2: Fix session shutdown race, frequent warning log
...
- Make sure that session.close followed by device.createCaptureSession cannot race on
configureOutputs calls
- Silence warning about RAW_OPAQUE format
Change-Id: I02e4a048e8b26ea61aadcf115b029e9fbb58ad4e
2014-08-07 13:16:53 -07:00
Eino-Ville Talvala
a6b5ba5603
Camera2: Remove hidden parts of public CameraDevice
...
- Remove everything @hide in CameraDevice
- Move bits that are still needed into CameraDeviceImpl
Change-Id: Ie22059a0eb5c4238142a8a1e8dbcf1a422e845aa
2014-08-07 13:16:53 -07:00
Eino-Ville Talvala
7875a886b8
Camera2: Fix null-listener capture for CameraCaptureSession
...
Correctly allow null listener/handler when invoked on a thread with no
looper; otherwise all capture/repeating requests will fail even if listener
is null.
Change-Id: I4c64c81ad7f14b5cb309b4f92822cb50dbd74ba6
2014-08-07 13:16:22 -07:00
Christopher Tate
3432720bf9
Merge "Make TrafficStats uid attribution @SystemApi" into lmp-dev
2014-08-07 15:00:45 +00:00
Christopher Tate
a2496de37a
Make TrafficStats uid attribution @SystemApi
...
Anything that runs as a singleton may need to attribute traffic to
various client apps; in particular, backup transports need to do this.
Apropos of which, introduce a @SystemApi method specifically for that
purpose, setThreadStatsTagBackup().
Bug 16661321
Change-Id: Id5d22e28bdc68edb53f2a1fdba80b144fcbc61d2
2014-08-07 19:43:20 +00:00
Kenny Guy
ae267d20c6
Merge "Revert "Remove String version of getBadgedLabel"" into lmp-dev
2014-08-07 09:28:12 +00:00
Kenny Guy
9962f335a1
Revert "Remove String version of getBadgedLabel"
...
This reverts commit ed0096c14ae1b17845bc9bb8fbb1cdc47adfdd68.
Change-Id: If026db7e804be81aaa02cfd2a4e1a0a03ee020f1
2014-08-07 16:48:06 +00:00
Kenny Guy
4a4f275f24
Remove String version of getBadgedLabel
...
It was left to allow unbundled apps time to update.
Bug: 16484455
Change-Id: Ibae2576ac7fc88000ec81c669e66536aaa2e3e79
2014-08-07 11:28:48 +00:00
Christopher Tate
bcc48b6cb0
Merge "Reify the transport lookup/selection API" into lmp-dev
2014-08-06 23:49:20 +00:00