Commit Graph

42754 Commits

Author SHA1 Message Date
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
Chet Haase
54b9e5baa3 Fix Scroller interpolation
The ViscousFluid interpolator simply returns the input value and not the
interpolation of that value.

Issue #16815073 Scroller.ViscousFluidInterpolator short circuited

Change-Id: Ifa189026c1396a42a2348260a2a54cf0c3caad08
2014-08-06 19:34:56 +00:00
Dan Sandler
3f9021b7b9 am 93815ea3: am d14deeb8: am 0de274ff: Move LOCK_SCREEN_SHOW_NOTIFICATIONS to per-user Settings.Secure.
* commit '93815ea33a3d15fe555539e3a93eb5662f329f3c':
  Move LOCK_SCREEN_SHOW_NOTIFICATIONS to per-user Settings.Secure.
2014-08-06 18:17:08 +00:00
Dan Sandler
52e5701eea Move LOCK_SCREEN_SHOW_NOTIFICATIONS to per-user Settings.Secure.
Bug: 15331132
Change-Id: Ia80ccb2cfdf60116bd50601e60ff131619eafcc5
2014-08-06 18:00:53 +00:00
Igor Murashkin
5bd43d7145 Merge "camera2: (legacy) Support awb mode, test mode metadata keys" into lmp-dev 2014-08-06 17:19:40 +00:00
Igor Murashkin
733341bf0d camera2: (legacy) Support awb mode, test mode metadata keys
Change-Id: Ic013aa820bbea02a662d546eb9f70baa20c0136e
2014-08-06 14:35:40 -07:00
Alexandra Gherghina
ce5be58a85 am 2656f743: am 6a0d4fbd: am 00aeefd2: Add hidden API for removing cross-profile package filters
* commit '2656f743456b6792309a2d37c30db412df748b4b':
  Add hidden API for removing cross-profile package filters
2014-08-06 17:40:16 +00:00
Chet Haase
9fe7da70b3 am 5e067e5f: am 83e20b0d: am 51a8880d: Actually set the internal modal value in ListPopupWindow.setModal()
* commit '5e067e5f03efe1819e8e2786ab038a097d52b9dd':
  Actually set the internal modal value in ListPopupWindow.setModal()
2014-08-06 17:40:02 +00:00
Jungshik Jang
6c6b7ee5c0 am aff0bea4: am efca8d3c: am 924057dc: Merge "More tweaks for recording" into lmp-dev
* commit 'aff0bea4187395761c6d7ff6072826bd6a64cda7':
  More tweaks for recording
2014-08-06 17:39:01 +00:00
Michael Wright
88f3fbe801 am 9cb04b0f: am 0842ce85: am 104bc43d: Add supported refresh rate to displays
* commit '9cb04b0fd623d43a03f014556d5430394b931b66':
  Add supported refresh rate to displays
2014-08-06 17:38:09 +00:00
Adam Powell
97c8b36f36 am 75ae038c: am 1cf8b415: am 30d5400c: Merge "Fall-through for ActionModes with ToolbarActionBar" into lmp-dev
* commit '75ae038c5cb13aebbda6db6ba8b2b7d305d5a518':
  Fall-through for ActionModes with ToolbarActionBar
2014-08-06 17:37:27 +00:00
Winson Chung
5e34076ec3 am d4ddbb75: am 703014b0: am 244ea328: Fixing issue where home was triggered on top of other activities being launched. (Bug 16823617)
* commit 'd4ddbb75089ddad8d5aefc0f95b03c351ff33087':
  Fixing issue where home was triggered on top of other activities being launched. (Bug 16823617)
2014-08-06 17:37:16 +00:00
Amith Yamasani
01fa2ec823 am 604af1a6: am a41b17ac: am 41179448: Merge "Allow phone UID to export singleton providers" into lmp-dev
* commit '604af1a6212ccfe1deb7cb4c2cb1cb13154cf255':
  Allow phone UID to export singleton providers
2014-08-06 17:35:29 +00:00
Michael Wright
814228c186 am 0a00c223: am 23ffdccf: am 0bfcf09a: Mark all Meta combos as system combos
* commit '0a00c22343aa305a91199c733c34c79d16369bed':
  Mark all Meta combos as system combos
2014-08-06 17:35:15 +00:00
Sandeep Siddhartha
1ea615c8df am dfa94cdc: am e1516d4d: am d5099116: Merge "Use @IntDef for manage actions" into lmp-dev
* commit 'dfa94cdcec692ccc911a1c416e4c4a98db84c3c4':
  Use @IntDef for manage actions
2014-08-06 17:34:29 +00:00
Alexandra Gherghina
e41ce995a0 Add hidden API for removing cross-profile package filters
Bug: 16646591
Change-Id: Iaf6837fe4390ac1018c49df366ea434776ed7244
2014-08-06 14:52:50 +00:00
Chet Haase
e04499ad93 Actually set the internal modal value in ListPopupWindow.setModal()
The current code ignores the parameter and sets the internal modal
value to true. This has probably gone unnoticed because all framework
usage of this method calls it with 'true', except for one case where
it sets it to 'false' temporarily, and then to 'true'.

Issue #16815832 ListPopupWindow setModal broken

Change-Id: I4ac7ab31b4ab91c9959efd4ccf2264a8e381708f
2014-08-06 14:45:30 +00:00
Michael Wright
3f145a2f95 Add supported refresh rate to displays
Change-Id: I51231dd6dd231d57dd1ac499349d6335121f07d5
2014-08-06 02:03:49 +00:00
Winson Chung
cdcd487aba Fixing issue where home was triggered on top of other activities being launched. (Bug 16823617)
- Also fixes issue with the Recents hide message being clobbered
2014-08-06 01:02:15 +00:00
Michael Wright
ce0c13a169 Mark all Meta combos as system combos
Also make a meta-tab a recents accelerator.

Bug: 14066931
Change-Id: Iac6aab276e4e16d5f70c92a5a03172bd81559afa
2014-08-05 23:01:15 +00:00
Michael Wright
62c06ecb66 am 0aade803: am e94f3851: am c9938987: Add resize method for virtual displays
* commit '0aade8038390179070bf94683fb20ff797db1adf':
  Add resize method for virtual displays
2014-08-06 12:10:01 +00:00
Svetoslav
39999cf026 Allow adding widgets from user profiles.
The goal of this change is to enable support for appwidget from
user profiles to the user main profile. A user profile is a user
which is associated as a child of the main user profile. For example,
a user may have a personal (parent) and corporate (child) profile.
The device policy should be able to control whether adding a widget
from a child profile and given packages is allowed. This change
assumes that all packages from managed profiles are white listed.
Another change will add the device policy changes.

(cherrypicked 8cd27c3c to work around Gerrit issue)

Change-Id: I267260b55d74c48b112a29979a9f59eef7a8194e
2014-08-06 11:01:36 +01:00
Eric Laurent
60b4966aba am d18d2782: am 238de6e0: am 7b8c0c55: Merge "SoundTrigger API update." into lmp-dev
* commit 'd18d2782e97dad42ec54962ff006d1710a5b28ab':
  SoundTrigger API update.
2014-08-06 01:47:36 +00:00
Craig Mautner
e8ae71d483 am 498883d4: am 0347f4ed: am 7e7f2b4d: Use actual number of packages rather than getCount()
* commit '498883d4f21b8525973aefa30cadcde7e3d1684b':
  Use actual number of packages rather than getCount()
2014-08-06 01:47:07 +00:00
Chris Craik
419a01227f am cc8a7796: am c49c19cd: am c48b90be: Move clip bound execution into drawChild()
* commit 'cc8a779654963674fe07cb2b6fee219a10fcc145':
  Move clip bound execution into drawChild()
2014-08-06 01:46:21 +00:00
Michael Wright
01e840ff94 Add resize method for virtual displays
Change-Id: I2632fc56c2d2cba356379e42f5c1a3e283b11d1e
2014-08-05 21:10:03 +00:00
Craig Mautner
1c8eb5e3d0 Use actual number of packages rather than getCount()
The ResolverActivity method getCount() returns the number of
entries below the default entry, not the total number of entries.
But the onCreate() method expected the getCount() method to
return the total number of entries. This change provides the total
to onCreate().

Fixes bug 16800358.

Change-Id: I3915c3d5ad642e31d7248226fc91bd4047f16b2d
2014-08-05 19:11:59 +00:00
Chris Craik
e4cf152cb7 Move clip bound execution into drawChild()
bug:15698973

This makes native and java implementations match up in the sequence of
clip vs applying other properties / draw calls.

Change-Id: Ia75e00c5b42f81ecd516722ef1c5233d483e0c97
2014-08-05 18:01:53 +00:00
Jeff Sharkey
32cc18722c am 008545ea: am 262667e3: am 7c1ad552: Stronger constraints around install session IDs.
* commit '008545ea426b4578e305c79edb52b04dd36a7263':
  Stronger constraints around install session IDs.
2014-08-05 17:59:06 +00:00
Jeff Sharkey
f174c6e6de Stronger constraints around install session IDs.
Generate positive, non-zero session IDs, and don't recycle them
within a given boot.  Guard against ID starvation by crazy apps.

Bug: 16792837
Change-Id: I6035afe4d942d358b5ca12b4f818c55885b74aba
2014-08-05 17:46:05 +00:00
Nicolas Prevot
ed4a38c9a6 am c26ea53a: am 4bdd413f: am 95559c12: Merge "Security fixes related to cross-user content." into lmp-dev
* commit 'c26ea53a82db6fb9448a7832388d777bca0a225d':
  Security fixes related to cross-user content.
2014-08-05 17:25:00 +00:00
Andre Eisenbach
ed22e7d3d0 am 29a47839: am 6580603d: am 790eede3: Add transport parameter to createBond() function (4/4)
* commit '29a47839411b3323a8c2e021e335d6c098a9e1c3':
  Add transport parameter to createBond() function (4/4)
2014-08-05 17:16:27 +00:00
Andre Eisenbach
57210c7a1a Add transport parameter to createBond() function (4/4)
Bug: 14063256
Change-Id: I096248b60752992aa23ce5bfbfc47fda95773db2
2014-08-05 17:01:13 +00:00
Torne (Richard Coles)
0bc0c4d853 am fe475a93: am b397f3e5: am 9d52e5f1: Merge "Log the version of the WebView package used." into lmp-dev
* commit 'fe475a938db73fbd79223733d98587ac48276da7':
  Log the version of the WebView package used.
2014-08-05 16:17:53 +00:00
Svet Ganov
60f701c4c2 am 2df9aeea: am e789136d: am 670faea5: Properly update accessibility manager state.
* commit '2df9aeea1ffab57a983dccca4a16a1908eb65467':
  Properly update accessibility manager state.
2014-08-05 16:17:49 +00:00
Hector Dearman
d2ee561f69 am 814e2f65: am 37fcb962: am 41d1648f: Merge "Fix CookieSyncManager package summary" into lmp-dev
* commit '814e2f65ebf4a5fc5da9aeee5cc18600d5e35952':
  Fix CookieSyncManager package summary
2014-08-05 16:17:45 +00:00
Przemyslaw Szczepaniak
c33c898cb0 am 4621b16a: am 48926d30: am e27f1632: Merge "Set the TTS voice name for the default language." into lmp-dev
* commit '4621b16ace1b0ecab43280eff9f24a22a7a18054':
  Set the TTS voice name for the default language.
2014-08-05 16:12:10 +00:00
Svet Ganov
c946f14a67 Properly update accessibility manager state.
Applciations that fire accessibility events have to first check
it accessibility is on and then fire the event. If the app fires
an event when the feature is off an exception is thrown. However,
due to the way accessibility state is pushed to the local
accessibility manager it was possible that the app checks that
aaccessibility is off, fires an event, then the state of the
local manager changes by the time the event is propagated up
the view tree and an exception is thrown. This is a regression.

We really want this exception to prevent apps sending events
across processes if accessibility is off, so now the state
we get from the system manager service is applied via a
message so if the app checks that accessibility is off, then
it will remain off (locally) until the event is propagated.

bug:16672964

Change-Id: Icf5d1b1bdff87b58f285f0d9e1a098552513bbe8
2014-08-05 16:02:21 +00:00
Jungshik Jang
d2249cce4b am 2426219c: am c8c34f1f: am 69f08659: Merge "Refine recode apis." into lmp-dev
* commit '2426219c3516aec64e83a8078e2d552f073c8d26':
  Refine recode apis.
2014-08-05 13:26:39 +00:00
Jungshik Jang
e4491b6c9e am f1caed8a: am 71758d5b: am ef1e889d: Merge "Fix invalid annotation, @throw" into lmp-dev
* commit 'f1caed8a395bef295e5a9c64d1b3c46528856367':
  Fix invalid annotation, @throw
2014-08-05 13:26:18 +00:00
Jinsuk Kim
02671bfe0e am f661cc31: am 760ad583: am c4319a19: Plumbing for HdmiTvClient and HdmiControlService
* commit 'f661cc31b9ae87969767e940ab92cc40ad4d5517':
  Plumbing for HdmiTvClient and HdmiControlService
2014-08-05 13:26:10 +00:00
Jinsuk Kim
6ffb03816f Plumbing for HdmiTvClient and HdmiControlService
Added a few more methods in HdmiTvClient to use the API provided
by HdmiControlService

Change-Id: Ib506699b9661b99cefc837b96ac64347a4e9420c
2014-08-05 13:05:49 +09:00
Jungshik Jang
74e403fd39 am 6cc6bd39: am 1bc420cd: am 70ac06d8: Merge "Implement clear timer." into lmp-dev
* commit '6cc6bd399f41c6450d78ec0d4f4158a93f29affb':
  Implement clear timer.
2014-08-05 00:45:22 +00:00
Hector Dearman
ae9251262a Merge "Fix CookieSyncManager package summary" into lmp-dev 2014-08-05 00:35:13 +00:00
Hector Dearman
24f7e61a38 Fix CookieSyncManager package summary
Putting the deprecated at the beginning of a class comment seems
to cause problems with JavaDoc so I've moved it to the end.

Bug: 16799480
Change-Id: Ia23dab2ad8ceb8e107e047480b5cb324d11a1457
2014-08-05 10:55:30 +01:00
Przemyslaw Szczepaniak
1eb47e1624 Merge "Set the TTS voice name for the default language." into lmp-dev 2014-08-05 00:35:13 +00:00
Przemyslaw Szczepaniak
fd80746bb9 Set the TTS voice name for the default language.
This changes makes the initial, default language set and
the #setLanguage call with the default language as input
exactly the same.

Previously, the requests made after the initial default language
set were missing the name of the default voice.

+ Some tests clean-up. Some of them fail due to issues with
Locale#toLanguageTag upper-casing the variant field.

Change-Id: I5470617007fe45462b7198bf62a03eb5fe47a590
2014-08-05 14:50:34 +01:00
Eric Laurent
40b8ef99a5 Merge "SoundTrigger API update." into lmp-dev 2014-08-05 00:34:22 +00:00
Amith Yamasani
f17e498fea Merge "Allow phone UID to export singleton providers" into lmp-dev 2014-08-05 00:19:02 +00:00