161399 Commits

Author SHA1 Message Date
Pavel Zhamaitsiak
49b00a9ca4 Merge "IMS: change getMasterValue to getProvisionedValue." into lmp-mr1-dev 2014-12-09 20:06:35 +00:00
Pavel Zhamaitsiak
1437074189 Merge "IMS: add ImsConfig api to get volte provisioned value." into lmp-mr1-dev 2014-12-09 20:05:58 +00:00
Ruben Brunk
f4a637d0be Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode.
Bug: 16030677
Change-Id: Ida04e04f41983b9126609522dd12064a7bf9645f
2014-12-09 11:56:22 -08:00
Elliott Hughes
b034de7eef am 12f100de: am e8f6cb06: Merge "Fix typo." into lmp-docs
* commit '12f100def9e34a554df07f47badc259028ac4c68':
  Fix typo.
2014-12-09 19:30:26 +00:00
Elliott Hughes
12f100def9 am e8f6cb06: Merge "Fix typo." into lmp-docs
* commit 'e8f6cb065c33c21dfefe0039739dc38fde5cff6d':
  Fix typo.
2014-12-09 19:22:33 +00:00
Elliott Hughes
e8f6cb065c Merge "Fix typo." into lmp-docs 2014-12-09 19:16:21 +00:00
smain@google.com
4267450e98 am 780a2231: am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '780a2231ff23d85e56a7a7ddd4a4768d85d6a0c9':
  revise ADT migration message b/18668828 and fix broken link
2014-12-09 19:04:30 +00:00
smain@google.com
780a2231ff am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '2023bec7bfed3175819abbe59ebc974872c7981c':
  revise ADT migration message b/18668828 and fix broken link
2014-12-09 18:56:20 +00:00
Selim Cinek
e2389908b7 am 24232396: Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev
* commit '242323969dff16cfe93f67a388754486e7d863c6':
  Fixed accessibility for the pin input view on keyguard.
2014-12-09 18:52:19 +00:00
Adrian Roos
a7065ea363 am c3642ef5: Merge "Revert "Add overscan insets to surface frame dimensions in WallpaperService."" into lmp-mr1-dev
* commit 'c3642ef5c8582193f26b3875cebd902253709d5e':
  Revert "Add overscan insets to surface frame dimensions in WallpaperService."
2014-12-09 18:52:13 +00:00
Selim Cinek
242323969d Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev 2014-12-09 18:48:52 +00:00
Ricardo Cervera
c2d024255e docs: Add new classes to Wearable UI library
Bug: 18488927

Change-Id: If91993a456bd939f6c51f60500cf325f5eca1d29
2014-12-09 10:48:23 -08:00
Adrian Roos
c3642ef5c8 Merge "Revert "Add overscan insets to surface frame dimensions in WallpaperService."" into lmp-mr1-dev 2014-12-09 18:44:31 +00:00
Adrian Roos
87427ce503 am 456e6674: Merge "Revert "Fix calculation of overscan insets in WindowState."" into lmp-mr1-dev
* commit '456e66749191bc2b6f1acb69a2b86f499a6ca73a':
  Revert "Fix calculation of overscan insets in WindowState."
2014-12-09 18:42:56 +00:00
Derek Sollenberger
ee648e517f Remove unnecessary/erroneous reference counting
The SkBitmap* used by HWUI holds a reference to the PixelRef (which
in turn holds the colorTable) so keeping an additional ref is not
only unnecessary, but also potentially problematic.

If a bitmap changes its pixelRef after it has been added to a displayList,
then we end up with unbalanced ref/unref calls that cause the newly added
PixelRef to be unref'd and prematurely deleted, while the original PixelRef
is leaked.

bug: 18659976
Change-Id: I34a06152e7bb2d733249a207dafd36b9b5dc0712
2014-12-09 18:36:42 +00:00
Adrian Roos
456e667491 Merge "Revert "Fix calculation of overscan insets in WindowState."" into lmp-mr1-dev 2014-12-09 18:34:53 +00:00
Ricardo Cervera
8ba131684f docs: Adding links to material design videos
Change-Id: I07d849f9338a35179b0bb967e8ea3dd29736730a
2014-12-09 10:33:02 -08:00
Adrian Roos
2ae3805efb Revert "Add overscan insets to surface frame dimensions in WallpaperService."
This reverts commit a2838dfc2c1c49b6638a59e82cd8758624efd660.

Bug: 18630625
Bug: 18659737
Change-Id: Ic02930e0200498289b781436cda1da6e4e1752bb
2014-12-09 18:32:07 +00:00
Elliott Hughes
547b0acae1 Fix typo.
Bug: https://code.google.com/p/android/issues/detail?id=78422

(cherry picked from commit 0adcf15ad8b41559b50b3cbde6a103582f8c95b8)

Change-Id: I62746a0690e9845b20b23b91f2a50d85214e8aa1
2014-12-09 10:31:37 -08:00
Alan Viverette
60abe25978 am 6ef76c60: Merge "Fix default value of AnimationDrawable\'s one shot property" into lmp-mr1-dev
* commit '6ef76c60df9e68950721f92a14c77a3ecd13607c':
  Fix default value of AnimationDrawable's one shot property
2014-12-09 18:07:22 +00:00
Etan Cohen
b332eda5eb Added configuration to determine whether VoLTE requires provisioning.
Bug: 18576107
Change-Id: I7e2e7f6549e3e1b94ad7aa4126b26fcb5dcd807b
2014-12-09 10:03:21 -08:00
Libin.Tang@motorola.com
2cdac3bd53 IMS: change getMasterValue to getProvisionedValue.
Bug: 18576107
Change-Id: I21293d42b87911a98af8169b697d0e40eafb8760
2014-12-09 10:03:21 -08:00
Libin.Tang@motorola.com
bec2c3e251 IMS: add ImsConfig api to get volte provisioned value.
Bug: 18576107
Change-Id: I22d9f675ec607c30906b36cdab72e4d25463ecf5
2014-12-09 10:03:21 -08:00
Alan Viverette
6ef76c60df Merge "Fix default value of AnimationDrawable's one shot property" into lmp-mr1-dev 2014-12-09 17:59:08 +00:00
Wink Saville
2f5cb84355 am 15b29ac7: Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev
* commit '15b29ac7faf3b8b7845e6623f68ae7a7391dab78':
  Add subId as parameter for get/setDataEnabled.
2014-12-09 17:58:37 +00:00
Wink Saville
15b29ac7fa Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev 2014-12-09 17:52:27 +00:00
Jason Monk
25d8a48e73 Push inet condition to new MobileSignalControllers
When new MobileSignalControllers were created after we already
received the inet condition broadcast, they would never receive
the current state of inet condition.  This pushes it to all
controllers whenever they are created.

Bug: 18666876
Change-Id: Ie9997f94f3fbe206ed222a62e2a902fd43f4d67c
2014-12-09 12:51:35 -05:00
Selim Cinek
c199ef3759 Fixed accessibility for the pin input view on keyguard.
Passwords are not spoken out loud anymore if the user
did not select that option.

Bug: 18528774
Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584
2014-12-09 18:49:42 +01:00
Alan Viverette
0b9ab9749a Fix default value of AnimationDrawable's one shot property
BUG: 18676499
Change-Id: Iaaf134b3a58a04cd99db001edc4438ee75dab878
2014-12-09 09:48:18 -08:00
Ricardo Cervera
23efef3ca9 docs: Design guidelines for watch faces draft.
Bug: 18338418

Change-Id: Ibf699ee48b7d4ac2800a435e4d95c2b15278861f
2014-12-09 09:19:17 -08:00
Jeff Sharkey
5d662a8289 am 2f4ced30: Merge "Consistent result when signatures don\'t match." into lmp-mr1-dev
* commit '2f4ced3009e1aa59f7b05a3663bc6ca6fe0a208e':
  Consistent result when signatures don't match.
2014-12-09 17:14:47 +00:00
Jeff Sharkey
2f4ced3009 Merge "Consistent result when signatures don't match." into lmp-mr1-dev 2014-12-09 17:10:12 +00:00
Ricardo Cervera
369de296b4 docs: Add links to wearable support zip for ADT
Bug: 16651409
Bug: 18488729

Change-Id: I088fc86a469703f81fdc1e6b36395bcee8ecbf28
2014-12-09 08:34:32 -08:00
Jorim Jaggi
bd6aff3b58 am 9ba89ad8: Merge "Make hint text centerred if multiline" into lmp-mr1-dev
* commit '9ba89ad8ebb7d7917ee2afa319929b153743d8b9':
  Make hint text centerred if multiline
2014-12-09 15:18:25 +00:00
Jorim Jaggi
d1aa0273dd am 99117c9b: Merge "Reinspect notification for dark mode when updated" into lmp-mr1-dev
* commit '99117c9b11784ba37c07ab3e696fb90c03326474':
  Reinspect notification for dark mode when updated
2014-12-09 15:18:20 +00:00
Jorim Jaggi
fa9f1c5d42 am 0d0bd44d: Merge "Update dark mode when notification is updated" into lmp-mr1-dev
* commit '0d0bd44d649c21cc7368a988a894d221e6731c0d':
  Update dark mode when notification is updated
2014-12-09 15:18:15 +00:00
Jorim Jaggi
9ba89ad8eb Merge "Make hint text centerred if multiline" into lmp-mr1-dev 2014-12-09 15:11:48 +00:00
Jorim Jaggi
99117c9b11 Merge "Reinspect notification for dark mode when updated" into lmp-mr1-dev 2014-12-09 15:11:23 +00:00
Jorim Jaggi
0d0bd44d64 Merge "Update dark mode when notification is updated" into lmp-mr1-dev 2014-12-09 15:10:52 +00:00
Adrian Roos
3236f3a93a Revert "Fix calculation of overscan insets in WindowState."
This reverts commit ff778fe450ca2d0e554aa6aee7a9da1cda46d4d5.

Bug: 18659737
Change-Id: I1efc59edfb8ded946cc14f5c4d6f532ac291bd81
2014-12-09 15:06:40 +00:00
Dan Sandler
7971db8cfc am c8466327: Squelch chatty log messages.
* commit 'c846632762f0579d504d90e5b986183779fcf034':
  Squelch chatty log messages.
2014-12-09 14:45:24 +00:00
Dan Sandler
139619b753 am e912c9cc: Repair wifi/cellular kerning.
* commit 'e912c9cc39807f95815400981ed27d121e8b293a':
  Repair wifi/cellular kerning.
2014-12-09 14:45:19 +00:00
Dan Sandler
c846632762 Squelch chatty log messages.
Bug: 18666850
Change-Id: I0f9fe4fd0143b5668f66bd0a9c407a5018876b44
2014-12-09 14:37:29 +00:00
Dan Sandler
e912c9cc39 Repair wifi/cellular kerning.
The wifi spacer should only be shown if the first mobile
network has a data type indicator.

Bug: 18665813
Change-Id: Ifcd3a61ebc8cdb76d134baa23b22f1291edadd28
2014-12-09 14:36:46 +00:00
smain@google.com
2023bec7bf revise ADT migration message
b/18668828
and fix broken link

Change-Id: I64cba60ebdd0649a0394e0f4284160514f56099e
2014-12-08 19:37:17 -08:00
smain@google.com
5d3ea8af3c am fe4b4009: am a111eb84: Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs
* commit 'fe4b4009dab1b8de1c1eca6ee0f39f3b0786f45b':
  clarify release notes pages with more specific titles and new links to related docs.
2014-12-09 03:05:03 +00:00
smain@google.com
fe4b4009da am a111eb84: Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs
* commit 'a111eb840bd85c74bf77efca4fce0213b56ff1bd':
  clarify release notes pages with more specific titles and new links to related docs.
2014-12-09 02:56:33 +00:00
smain@google.com
a111eb840b Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs 2014-12-09 02:48:50 +00:00
Dianne Hackborn
beb84982a1 am 8b33cf4d: Merge "Work on issue #18640385: Add procstats test mode" into lmp-mr1-dev
* commit '8b33cf4d34a9ea75e1121ee2f1d829b21f3cb5d6':
  Work on issue #18640385: Add procstats test mode
2014-12-09 01:57:26 +00:00
Dianne Hackborn
8b33cf4d34 Merge "Work on issue #18640385: Add procstats test mode" into lmp-mr1-dev 2014-12-09 01:53:37 +00:00