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
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
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
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
Barnaby James
8f610f4538
Merge "Fix VoiceInteractionService.isActiveService."
2014-08-06 23:49:20 +00:00
Chet Haase
7fb80a7aa5
am f05ef04c: am b965512b: am 95aab922: Allow TimePicker/DatePicker to use legacy layout style
...
* commit 'f05ef04c0f3707727e458065c8edc54afddabc25':
Allow TimePicker/DatePicker to use legacy layout style
2014-08-07 14:41:01 +00:00
Chet Haase
3053b2fdcf
Allow TimePicker/DatePicker to use legacy layout style
...
In L, the TimePicker was rewritten to use a clock face and the
DatePicker was rewritten to use a calendar. This
change allows developers to opt into the old style instead
(android:timePickerMode="spinner|clock" and
android:datePickerMode="spinner|calendar").)
Issue #16717952 Pre-L style android.widget.TimePicker on L
Issue #16846963 Allow developer to use legacy DatePicker appearance
Change-Id: I4ee071fcbc5bf25eab83d6a5cb6ff352a603f90a
2014-08-07 14:28:49 +00:00
Dan Sandler
91b9715b43
am 74746c7e: am 11dff416: am a20ca819: Merge "Need to post-process all action icons to get the correct color." into lmp-dev
...
* commit '74746c7e1440fe3ab2a8939b9c75e70b3d3bf258':
Need to post-process all action icons to get the correct color.
2014-08-07 14:25:00 +00:00
Adrian Roos
afc625a679
am 06407eb4: am 4902e5ff: am ae9b5cd0: Merge "Pass initiatedByUser to TrustListeners" into lmp-dev
...
* commit '06407eb441b71d0dd62f38cef72aba140944b711':
Pass initiatedByUser to TrustListeners
2014-08-07 14:09:33 +00:00
Adrian Roos
3c9a350165
Pass initiatedByUser to TrustListeners
...
Bug: 16840500
Change-Id: I8d9bd8fe9a305066f33ac5c888d8a41ce219a6f1
2014-08-07 15:13:09 +02:00
Dan Sandler
09723fd04a
Merge "Need to post-process all action icons to get the correct color." into lmp-dev
2014-08-07 09:28:12 +00:00
Svetoslav
2657a6775c
am 67ed0367: am 2b2e19fd: am 903f1840: Fix cross-user talk.
...
* commit '67ed03675961971052c93a2918adaf88e2a70203':
Fix cross-user talk.
2014-08-07 05:28:19 +00:00
Svetoslav
985e566cec
Fix cross-user talk.
...
An app can access widgets hosted or provided by its uid and package.
Access is also allowed if the caller has the bind app widgets permission
but this caller can be in the wrong user. Now the caller should not
only have the bind app widget permission but also be in the same user
as the host or the provider of the widget.
bug:16834230
Change-Id: I5ddb6309f63f2b4ba95360446c2b9584350fb66f
2014-08-07 05:14:36 +00:00
Jungshik Jang
2fb84d2ef4
am 09aa014e: am 09ae74da: am f3d00918: Merge "Rename HdmiCecDeviceInfo into HdmiDeviceInfo." into lmp-dev
...
* commit '09aa014e09870fc6f6e15e105d3b43d6371edd25':
Rename HdmiCecDeviceInfo into HdmiDeviceInfo.
2014-08-07 02:56:05 +00:00
Paul Jensen
e8f0ddc5a9
am a3b258aa: am 3539fbed: am f98c63e9: Merge "Revert DNS cache flush command deletion from "Cleanup: Delete dead code."" into lmp-dev
...
* commit 'a3b258aa389c7ecf2f3aa7acb4fa9b619b26afd4':
Revert DNS cache flush command deletion from "Cleanup: Delete dead code."
2014-08-07 02:46:48 +00:00
Paul Jensen
183d81679a
am 6d5b3718: am d2ff5f51: am 776f1902: Remove dead CaptivePortalTracker.
...
* commit '6d5b3718bb5b5bb9aeac3cf92c6fbc730c1021a6':
Remove dead CaptivePortalTracker.
2014-08-07 02:46:37 +00:00
Paul Jensen
ab14df37ab
Remove dead CaptivePortalTracker.
...
Captive portals are now detected by the NetworkMonitor.
Change-Id: Ibfb04bf83b1028231397a577468f110d7ab1dc06
2014-08-07 02:32:54 +00:00
Alan Viverette
62add8db0f
am 583db6d3: am d840c144: am cb0fc1e5: Preserve surface insets when view layout is updated
...
* commit '583db6d3f6965fe1a3ca840d2024c18be3733792':
Preserve surface insets when view layout is updated
2014-08-07 01:17:27 +00:00
Svet Ganov
3d2838fa88
am e7066052: am fbbd64aa: am 7efdcd46: Merge "Fix regression in remote views." into lmp-dev
...
* commit 'e7066052a3b517652222107602a1b8d33dc5aee3':
Fix regression in remote views.
2014-08-07 01:17:21 +00:00
Alan Viverette
dbed893ba8
Preserve surface insets when view layout is updated
...
Also makes canvas save & restore in threaded renderer a little safer.
BUG: 16654228
Change-Id: Ie0d49450ed408cffd0b859c08e524b6f904c77ca
2014-08-07 01:01:17 +00:00
Adam Powell
60530c3602
am e1684099: am cf87332f: am f735b695: Have TextView editors use the Menu context for action mode icons
...
* commit 'e1684099140d48733b69efeab0999efac70bc057':
Have TextView editors use the Menu context for action mode icons
2014-08-07 00:56:25 +00:00
Jeff Sharkey
89a8afe6ea
am 59eeb5fa: am 744e367e: am 197ec8d3: Surface user action events when un/installing.
...
* commit '59eeb5fa26c0bb7eee513170ccc53d0d040f9d4e':
Surface user action events when un/installing.
2014-08-07 00:44:22 +00:00
Jungshik Jang
a3a310fb9e
am ace5759f: am e0ab5efa: am 75119bcb: Merge "Prevent hot plug detection action from multiple device polling" into lmp-dev
...
* commit 'ace5759ffa591941600ce8375ec51b3be4804944':
Prevent hot plug detection action from multiple device polling
2014-08-07 00:39:45 +00:00
Svetoslav
d97d65900a
am a13e3ab6: am 3892dcfb: am f287eb85: Polish of the app widgets cross-profiles feature.
...
* commit 'a13e3ab6c7621ba7d02941bfd001baa9400af56b':
Polish of the app widgets cross-profiles feature.
2014-08-07 00:39:40 +00:00
Adam Powell
098e7fb587
Have TextView editors use the Menu context for action mode icons
...
Using the TextView's context instead when resolving these icons from
the theme causes issues if a dark action bar theme is in use.
Bug 16686041
Change-Id: I44cb4a83516d8610103b6ebaf604860b67ac84dd
2014-08-06 17:35:17 -07:00
Jeff Sharkey
fbd0e9fa37
Surface user action events when un/installing.
...
This will be used shortly to connect up with permissions
confirmation UI.
Bug: 16515814
Change-Id: If28cecc28549900d960ac107a1fba0b10ce5bd7b
2014-08-07 00:23:54 +00:00
Svetoslav
c71c42fdb2
Polish of the app widgets cross-profiles feature.
...
1. Added API for badging an arbitrary drawable at a given location.
2. Updated the icon and previewImage deprecation as they are no longer
returning a badged drawable. The methods to load the icon and the
preview are now just making it easier for a developer to get the
drawables.
3. Fixed a bug in AppWidgetServiceImpl leading to a crash when a user
is removed.
4. Fixed a bug in AppWidgetHost which was unnecessarily caching its
package name and having code paths where the cached value was not
populated when calling into the system.
bug:14991269
Change-Id: I50d011a6597d88814715d5ec04ee67815e8ce0bd
2014-08-07 00:12:27 +00:00
Alan Viverette
c1b3ef4b3f
am efb01783: am ddd01c25: am bfe4d0e8: Merge "Separate tint and tintMode properties" into lmp-dev
...
* commit 'efb01783a6c02b3ca7c49b32523a0f7a9e248178':
Separate tint and tintMode properties
2014-08-07 00:07:29 +00:00
Igor Murashkin
8767a98367
am b026a7ca: am 1bf5f63f: am a56c39d8: Merge "camera2: (legacy) Support awb mode, test mode metadata keys" into lmp-dev
...
* commit 'b026a7ca44811499a4bfa537a55d1c1a8e069923':
camera2: (legacy) Support awb mode, test mode metadata keys
2014-08-06 23:03:02 +00:00
Chet Haase
669eca2176
am c9ec035b: am 2622629f: am 9033d798: Fix Scroller interpolation
...
* commit 'c9ec035b9291055db6fc6def5b1310274d192c2b':
Fix Scroller interpolation
2014-08-06 23:01:26 +00:00