OSDN Git Service

android-x86/frameworks-base.git
10 years agoam dd28d64f: Merge "Hack and ship: NetworkStats edition." into lmp-dev
Jeff Sharkey [Tue, 12 Aug 2014 02:37:29 +0000 (02:37 +0000)]
am dd28d64f: Merge "Hack and ship: NetworkStats edition." into lmp-dev

* commit 'dd28d64fa41c81a8968bd0eaf0a36bbb2bb21629':
  Hack and ship: NetworkStats edition.

10 years agoam 421e88b7: Merge "Hook up native mhl api to HdmiControl Service." into lmp-dev
Jungshik Jang [Tue, 12 Aug 2014 02:37:23 +0000 (02:37 +0000)]
am 421e88b7: Merge "Hook up native mhl api to HdmiControl Service." into lmp-dev

* commit '421e88b7296511be45cf0cd2799500b40188d7a2':
  Hook up native mhl api to HdmiControl Service.

10 years agoam 7ec2600c: Merge "Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast...
Chelsea Derrick [Tue, 12 Aug 2014 02:25:32 +0000 (02:25 +0000)]
am 7ec2600c: Merge "Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"" into lmp-dev

* commit '7ec2600c39f8d7e91b14f59dc15af480deee7e85':
  Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"

10 years agoam 3fd217b3: add apn setting parameters, and set apn parameters to bp
Hui Wang [Tue, 12 Aug 2014 01:02:33 +0000 (01:02 +0000)]
am 3fd217b3: add apn setting parameters, and set apn parameters to bp

* commit '3fd217b3f492c95c8550da2a36fffbc6f3a3b724':
  add apn setting parameters, and set apn parameters to bp

10 years agoadd apn setting parameters, and set apn parameters to bp
Hui Wang [Sun, 10 Aug 2014 02:46:32 +0000 (21:46 -0500)]
add apn setting parameters, and set apn parameters to bp

Change-Id: I2720b6f8eba707691b9c3f481b6182c98ae3f10b

10 years agoam 1a38c8b1: Talkback: Ensure TTS stream is not affected by ringer mode.
John Spurlock [Tue, 12 Aug 2014 00:44:02 +0000 (00:44 +0000)]
am 1a38c8b1: Talkback: Ensure TTS stream is not affected by ringer mode.

* commit '1a38c8b12ac99cd23fbee37cc15021e782fefbe3':
  Talkback: Ensure TTS stream is not affected by ringer mode.

10 years agoMerge "Hack and ship: NetworkStats edition." into lmp-dev
Jeff Sharkey [Tue, 12 Aug 2014 02:31:00 +0000 (02:31 +0000)]
Merge "Hack and ship: NetworkStats edition." into lmp-dev

10 years agoHack and ship: NetworkStats edition.
Jeff Sharkey [Mon, 11 Aug 2014 22:22:51 +0000 (15:22 -0700)]
Hack and ship: NetworkStats edition.

Some devices use clatd for catching raw IPv4 traffic when running on
a pure-IPv6 carrier network.  In those situations, the per-UID
stats are accounted against the clat iface, so framework users need
to combine both the "base" and "stacked" iface usage together.

This also means that policy rules (like restricting background data
or battery saver) need to apply to the stacked ifaces.

Finally, we need to massage stats data slightly:

-- Currently xt_qtaguid double-counts the clatd traffic *leaving*
the device; both against the original UID on the clat iface, and
against UID 0 on the final egress interface.

-- All clatd traffic *arriving* at the device is missing the extra
IPv6 packet header overhead when accounted against the final UID.

Bug: 122496871545924816296564
Change-Id: I0ee59d96831f52782de7a980e4cce9b061902fff

10 years agoTalkback: Ensure TTS stream is not affected by ringer mode.
John Spurlock [Mon, 11 Aug 2014 16:16:24 +0000 (12:16 -0400)]
Talkback: Ensure TTS stream is not affected by ringer mode.

Now that the policy for tablets and phones are unified, follow
the same policy when deciding which streams are never affected
by ringer mode.

Bug:16885683
Change-Id: Iaf526b391de9f429cb9e99ec18a417108443acf6

10 years agoam e333f8d4: Eliminate power manager latency for boot completed.
Jeff Brown [Tue, 12 Aug 2014 00:18:55 +0000 (00:18 +0000)]
am e333f8d4: Eliminate power manager latency for boot completed.

* commit 'e333f8d4e13eb653073cd7b3965f9d579c90076a':
  Eliminate power manager latency for boot completed.

10 years agoEliminate power manager latency for boot completed.
Jeff Brown [Fri, 8 Aug 2014 02:06:49 +0000 (19:06 -0700)]
Eliminate power manager latency for boot completed.

The power manager disables the power button until boot completed
occurs.  If there are many pending broadcasts in the queue, it
may be possible for BOOT_COMPLETED to be delayed for several
seconds after boot.

To avoid the delay, introduced a new boot phase which is
sent to system services immediately when boot completed happens.

Bug: 13398280
Change-Id: I1833d2ffb20305009dd76363b43e534034f1d0a2

10 years agoam 3855ef4f: Revert "Added debug system property to enable/disable IMS VoLTE/VT."
Etan Cohen [Tue, 12 Aug 2014 00:00:01 +0000 (00:00 +0000)]
am 3855ef4f: Revert "Added debug system property to enable/disable IMS VoLTE/VT."

* commit '3855ef4f720ca7c1e45a8e2f1117f0528d48dd3f':
  Revert "Added debug system property to enable/disable IMS VoLTE/VT."

10 years agoRevert "Added debug system property to enable/disable IMS VoLTE/VT."
Etan Cohen [Mon, 11 Aug 2014 21:32:21 +0000 (14:32 -0700)]
Revert "Added debug system property to enable/disable IMS VoLTE/VT."

Superseded by "Enhanced 4G LTE Mode" official setting.

This reverts commit d32e5aa844307221785bfe64b3a1b7ef36958cbd.

10 years agoam b0f3440c: Merge "Move input change event handling out of TVInputManager" into...
Jinsuk Kim [Mon, 11 Aug 2014 23:45:34 +0000 (23:45 +0000)]
am b0f3440c: Merge "Move input change event handling out of TVInputManager" into lmp-dev

* commit 'b0f3440cf143aab7a51ea1005471f7028d5fdec3':
  Move input change event handling out of TVInputManager

10 years agoam 6a2026dc: Merge "Custom snapshot capture and reconstitution." into lmp-dev
George Mount [Mon, 11 Aug 2014 23:13:51 +0000 (23:13 +0000)]
am 6a2026dc: Merge "Custom snapshot capture and reconstitution." into lmp-dev

* commit '6a2026dc9fc215bdc1f61e1401faf1d58438f658':
  Custom snapshot capture and reconstitution.

10 years agoam d409105c: Remove sessions listeners that are disabled
RoboErik [Mon, 11 Aug 2014 22:38:51 +0000 (22:38 +0000)]
am d409105c: Remove sessions listeners that are disabled

* commit 'd409105c3c054a59811db409d4beb3ec016dcfab':
  Remove sessions listeners that are disabled

10 years agoRemove sessions listeners that are disabled
RoboErik [Fri, 8 Aug 2014 22:56:54 +0000 (15:56 -0700)]
Remove sessions listeners that are disabled

Removes sessions listeners when their notification listener is
disabled. Also updates the dump for media sessions.

bug:15549450

Change-Id: Ibe51a4a42ef333e75a09f0fffa0f2b9b8939b85c

10 years agoam 36eb886a: Fixed a bug in the notification stack algorithm
Selim Cinek [Mon, 11 Aug 2014 21:10:21 +0000 (21:10 +0000)]
am 36eb886a: Fixed a bug in the notification stack algorithm

* commit '36eb886a78bca130a512163bc314c57f6cdeb574':
  Fixed a bug in the notification stack algorithm

10 years agoFixed a bug in the notification stack algorithm
Selim Cinek [Mon, 11 Aug 2014 20:32:57 +0000 (22:32 +0200)]
Fixed a bug in the notification stack algorithm

Bad holes could occur when a notification was at the same time in
the top and the bottom stack. This also improves the landscape /
smallscreen interaction with the shade.

Bug: 16715133
Change-Id: Icbb4d080e658f4ddbd39b7d08652ca5311a47978

10 years agoam 80e8ce77: Merge branch \'lmp-dev\' of sso://googleplex-android.git.corp.google...
Geoff Mendal [Mon, 11 Aug 2014 20:36:11 +0000 (20:36 +0000)]
am 80e8ce77: Merge branch \'lmp-dev\' of sso://googleplex-android.git.corp.google.com/platform/frameworks/base into lmp-dev

* commit '80e8ce77932dc0fce9c60aa951a9c5556ead2683':

10 years agoam 9c7ea559: Don\'t double count the left/top when using bitmap cache in VectorDrawable.
Geoff Mendal [Mon, 11 Aug 2014 20:36:06 +0000 (20:36 +0000)]
am 9c7ea559: Don\'t double count the left/top when using bitmap cache in VectorDrawable.

* commit '9c7ea559c4692dff0add4af43c13aff59cd7483c':
  Don't double count the left/top when using bitmap cache in VectorDrawable.

10 years agoam 81d6f3e5: camera2: (legacy) Fix the comparison for fixed-focus cameras
Igor Murashkin [Mon, 11 Aug 2014 20:31:55 +0000 (20:31 +0000)]
am 81d6f3e5: camera2: (legacy) Fix the comparison for fixed-focus cameras

* commit '81d6f3e54c41466bef7a7a908d84d8a29b739cf6':
  camera2: (legacy) Fix the comparison for fixed-focus cameras

10 years agoam 66a77b72: camera: (LEGACY) - Add captureIntent and physicalSize metadata
Igor Murashkin [Mon, 11 Aug 2014 20:31:51 +0000 (20:31 +0000)]
am 66a77b72: camera: (LEGACY) - Add captureIntent and physicalSize metadata

* commit '66a77b7284b1738fb7406da6088d71d0faa0abd4':
  camera: (LEGACY) - Add captureIntent and physicalSize metadata

10 years agoam b23dea98: camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY
Igor Murashkin [Mon, 11 Aug 2014 20:31:46 +0000 (20:31 +0000)]
am b23dea98: camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY

* commit 'b23dea98da3c8b97669b56d1336dc120a581533b':
  camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY

10 years agoMerge branch 'lmp-dev' of sso://googleplex-android.git.corp.google.com/platform/frame...
Geoff Mendal [Mon, 11 Aug 2014 20:31:17 +0000 (13:31 -0700)]
Merge branch 'lmp-dev' of sso://googleplex-android.git.corp.google.com/platform/frameworks/base into lmp-dev

10 years agoDon't double count the left/top when using bitmap cache in VectorDrawable.
Geoff Mendal [Mon, 11 Aug 2014 20:30:55 +0000 (13:30 -0700)]
Don't double count the left/top when using bitmap cache in VectorDrawable.

bug:16861184

Change-Id: I0530602957a434b222725b6fcbc1af165ee05835

Merge commit 'refs/changes/18/520718/4' of persistent-https://googleplex-android.git.corp.google.com/platform/frameworks/base into lmp-dev

10 years agocamera2: (legacy) Fix the comparison for fixed-focus cameras
Igor Murashkin [Sat, 9 Aug 2014 00:40:17 +0000 (17:40 -0700)]
camera2: (legacy) Fix the comparison for fixed-focus cameras

* Use #equals instead of == for string comparison
* Also make sure lens.info.minimumFocusDistance shows up in
  CameraCharacteristics#getKeys() for fixed-focus cameras

Bug: 16900875
Change-Id: I3b9248c5cb62ddcfb13587c6349525e145e353ac

10 years agocamera: (LEGACY) - Add captureIntent and physicalSize metadata
Igor Murashkin [Fri, 8 Aug 2014 23:44:34 +0000 (16:44 -0700)]
camera: (LEGACY) - Add captureIntent and physicalSize metadata

Bug: 16900182
Change-Id: I159f2416da71c2d7ea803d61b63476da90e03b1c

10 years agocamera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY
Igor Murashkin [Fri, 8 Aug 2014 21:02:36 +0000 (14:02 -0700)]
camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY

Bug: 16898478
Change-Id: I4306f6380ea06e8bd95af8738e5dde1a42a8098c

10 years agoam 618f1ab2: Merge "Copy fonts.xml to /system/etc" into lmp-dev
Raph Levien [Mon, 11 Aug 2014 20:01:02 +0000 (20:01 +0000)]
am 618f1ab2: Merge "Copy fonts.xml to /system/etc" into lmp-dev

* commit '618f1ab2f1e09b60b8d71a6f7f6a3b976cdaa093':
  Copy fonts.xml to /system/etc

10 years agoMerge "Hook up native mhl api to HdmiControl Service." into lmp-dev
Jungshik Jang [Tue, 12 Aug 2014 02:21:31 +0000 (02:21 +0000)]
Merge "Hook up native mhl api to HdmiControl Service." into lmp-dev

10 years agoHook up native mhl api to HdmiControl Service.
Jungshik Jang [Mon, 11 Aug 2014 05:35:27 +0000 (14:35 +0900)]
Hook up native mhl api to HdmiControl Service.

This change hooks up all apis defined in mhl hal to
java layer's HdmiMhlController and HdmiControlService.
Along with HdmiMhlController, this change includes followings.

1. HdmiMhlLocalDevice
A logical container for a mhl device connected to specific hdmi port

2. HdmiMhlFeatureAction
A base feature action class for mhl's state behaviors like RAP and RCP.

Bug: 16215362

Change-Id: If177999853f60b68bd079549660a3f4982cb9d9e

10 years agoMerge "Move input change event handling out of TVInputManager" into lmp-dev
Jinsuk Kim [Mon, 11 Aug 2014 23:38:42 +0000 (23:38 +0000)]
Merge "Move input change event handling out of TVInputManager" into lmp-dev

10 years agoMove input change event handling out of TVInputManager
Jinsuk Kim [Mon, 11 Aug 2014 02:29:18 +0000 (11:29 +0900)]
Move input change event handling out of TVInputManager

HDMI input change event should be handled best in TIS implementation
of HDMI input since the input change request from TV/other device
needs to be properly coordinated. This requires the listener be
moved the input service.

Provided an interface in HdmiTvClient for the input service to access
the API through getSystemService(Context.HDMI_CONTROL_SERVICE).

Conflicts:
services/core/java/com/android/server/tv/TvInputHardwareManager.java

Bug: 15570939
Change-Id: Ie2ad10d77907de3d4501f9c892ca553b75365467

10 years agoam ac4b3444: Merge "QS: Update user switcher details" into lmp-dev
Adrian Roos [Mon, 11 Aug 2014 19:33:46 +0000 (19:33 +0000)]
am ac4b3444: Merge "QS: Update user switcher details" into lmp-dev

* commit 'ac4b34448b70dfa4cc75fab7ade7b142de8fa608':
  QS: Update user switcher details

10 years agoam c94a7e5e: Merge "Updating accessibility message for Recents activity. (Bug 1557052...
Winson Chung [Mon, 11 Aug 2014 19:28:34 +0000 (19:28 +0000)]
am c94a7e5e: Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev

* commit 'c94a7e5e1d95e42952f2565d9c5e4c7f3809a06e':
  Updating accessibility message for Recents activity. (Bug 15570522)

10 years agoam 1e9648fb: Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev
Winson Chung [Mon, 11 Aug 2014 19:28:30 +0000 (19:28 +0000)]
am 1e9648fb: Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev

* commit '1e9648fb4b4968713f8b07574244016cdd6abcaa':
  Tweaking empty recents text. (Bug 16711522)

10 years agoam 2248444d: Initial changes to support swiping on the nav bar to switch affiliated...
Winson Chung [Mon, 11 Aug 2014 19:28:26 +0000 (19:28 +0000)]
am 2248444d: Initial changes to support swiping on the nav bar to switch affiliated tasks.

* commit '2248444d3fadc72c3768d84adb721e13a7dfe953':
  Initial changes to support swiping on the nav bar to switch affiliated tasks.

10 years agoInitial changes to support swiping on the nav bar to switch affiliated tasks.
Winson Chung [Fri, 8 Aug 2014 19:53:09 +0000 (12:53 -0700)]
Initial changes to support swiping on the nav bar to switch affiliated tasks.

- Actual sideways animations to come once they've been finalized

Bug: 16846966
Change-Id: If6d40495498197a86a98f9b03f54ced3d2baf64a

10 years agoam ce58bb7d: Merge "Make simple user switcher notice setting changes." into lmp-dev
Jason Monk [Mon, 11 Aug 2014 19:20:47 +0000 (19:20 +0000)]
am ce58bb7d: Merge "Make simple user switcher notice setting changes." into lmp-dev

* commit 'ce58bb7dc7eb4f5f253a46941fbc22d869138b99':
  Make simple user switcher notice setting changes.

10 years agoam 8dbfc002: am 18718444: am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue...
Ricardo Cervera [Mon, 11 Aug 2014 19:20:42 +0000 (19:20 +0000)]
am 8dbfc002: am 18718444: am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs

* commit '8dbfc0024199d9b98f1bf2d31ab5d53403773314':
  docs: Fixed minor issue with Studio shortcuts

10 years agoam 18718444: am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio...
Ricardo Cervera [Mon, 11 Aug 2014 19:15:02 +0000 (19:15 +0000)]
am 18718444: am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs

* commit '18718444b99b4b631021d5452161c7338cb99473':
  docs: Fixed minor issue with Studio shortcuts

10 years agoMerge "QS: Update user switcher details" into lmp-dev
Adrian Roos [Mon, 11 Aug 2014 19:29:36 +0000 (19:29 +0000)]
Merge "QS: Update user switcher details" into lmp-dev

10 years agoQS: Update user switcher details
Adrian Roos [Mon, 11 Aug 2014 18:36:01 +0000 (20:36 +0200)]
QS: Update user switcher details

- Update icon colors to white
- Change label for adding a guest

Bug: 16897120
Bug: 16898990

Change-Id: I0541d35df8c03bfeb3ee931d8074a7fe1064b2db

10 years agoMerge "Make simple user switcher notice setting changes." into lmp-dev
Jason Monk [Mon, 11 Aug 2014 19:16:13 +0000 (19:16 +0000)]
Merge "Make simple user switcher notice setting changes." into lmp-dev

10 years agoMake simple user switcher notice setting changes.
Jason Monk [Mon, 11 Aug 2014 17:42:32 +0000 (13:42 -0400)]
Make simple user switcher notice setting changes.

To do this just check the state from the controller (which listens
for changes), rather than holding state locally.

Bug: 16888009
Change-Id: Ifdbf0055c7aa100941c6504cf3f469031c9c6e43

10 years agoMerge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev
Winson Chung [Mon, 11 Aug 2014 19:23:44 +0000 (19:23 +0000)]
Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev

10 years agoTweaking empty recents text. (Bug 16711522)
Winson Chung [Fri, 8 Aug 2014 20:04:53 +0000 (13:04 -0700)]
Tweaking empty recents text. (Bug 16711522)

Change-Id: I338e2add6e4a46551ce7d52e873f332979b194e1

10 years agoMerge "Copy fonts.xml to /system/etc" into lmp-dev
Raph Levien [Mon, 11 Aug 2014 19:56:04 +0000 (19:56 +0000)]
Merge "Copy fonts.xml to /system/etc" into lmp-dev

10 years agoMerge "Updating accessibility message for Recents activity. (Bug 15570522)" into...
Winson Chung [Mon, 11 Aug 2014 19:23:51 +0000 (19:23 +0000)]
Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev

10 years agoUpdating accessibility message for Recents activity. (Bug 15570522)
Winson Chung [Mon, 11 Aug 2014 17:43:22 +0000 (10:43 -0700)]
Updating accessibility message for Recents activity. (Bug 15570522)

Change-Id: Iaaedb9a66b2160015b304863a00fbefdfb0e10ea

10 years agoMerge "Custom snapshot capture and reconstitution." into lmp-dev
George Mount [Mon, 11 Aug 2014 23:09:47 +0000 (23:09 +0000)]
Merge "Custom snapshot capture and reconstitution." into lmp-dev

10 years agoCustom snapshot capture and reconstitution.
George Mount [Fri, 8 Aug 2014 23:35:48 +0000 (16:35 -0700)]
Custom snapshot capture and reconstitution.

Bug 16865996
Bug 14450297
Bug 16866642

Added a mechanism for custom capture and restore of snapshot
Views. By default, it captures a Bitmap and restores a View
using that Bitmap as a background.

Change-Id: I77c2c62df53b552872e467380565bbe0e6d5c114

10 years agoam 248da634: Merge "Fix shared library bug in bag attributes" into lmp-dev
Adam Lesinski [Mon, 11 Aug 2014 17:55:35 +0000 (17:55 +0000)]
am 248da634: Merge "Fix shared library bug in bag attributes" into lmp-dev

* commit '248da6345d7a0f287fc2867cd1bd02dee129f201':
  Fix shared library bug in bag attributes

10 years agoMerge "Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT...
Chelsea Derrick [Tue, 12 Aug 2014 01:48:25 +0000 (01:48 +0000)]
Merge "Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"" into lmp-dev

10 years agoRevert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"
Chelsea Derrick [Thu, 7 Aug 2014 18:53:04 +0000 (18:53 +0000)]
Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"

This reverts commit 41158d90a69cae2a9c4ced0e04f235e8cfef5259.

Bug: 16871063
Change-Id: I93623be92f2de41789b16827867f3f95bf0480c5

10 years agoam e2727043: Merge "Changed the color of low-priority notifications" into lmp-dev
Selim Cinek [Mon, 11 Aug 2014 17:33:31 +0000 (17:33 +0000)]
am e2727043: Merge "Changed the color of low-priority notifications" into lmp-dev

* commit 'e27270434eaecdd080e71900833c4fbd9bce3d75':
  Changed the color of low-priority notifications

10 years agoam 68597329: Merge "Fixed an animation bug with inline view updates" into lmp-dev
Selim Cinek [Mon, 11 Aug 2014 17:33:26 +0000 (17:33 +0000)]
am 68597329: Merge "Fixed an animation bug with inline view updates" into lmp-dev

* commit '68597329a7259333f56a856032f71f0ee44b493a':
  Fixed an animation bug with inline view updates

10 years agoam 361c8fbd: Merge "Remove direct field access from event payload" into lmp-dev
Sandeep Siddhartha [Mon, 11 Aug 2014 17:20:21 +0000 (17:20 +0000)]
am 361c8fbd: Merge "Remove direct field access from event payload" into lmp-dev

* commit '361c8fbdcd235febf97556c9b5dcc799dfe4fbb6':
  Remove direct field access from event payload

10 years agoam 69ae4519: Merge "Add debugging info to VIS via dump()" into lmp-dev
Sandeep Siddhartha [Mon, 11 Aug 2014 17:20:15 +0000 (17:20 +0000)]
am 69ae4519: Merge "Add debugging info to VIS via dump()" into lmp-dev

* commit '69ae451980f6065fb9668ca9cb203cf14e1c8c58':
  Add debugging info to VIS via dump()

10 years agoDon't double count the left/top when using bitmap cache in VectorDrawable.
ztenghui [Fri, 8 Aug 2014 17:48:22 +0000 (10:48 -0700)]
Don't double count the left/top when using bitmap cache in VectorDrawable.

bug:16861184

Change-Id: I0530602957a434b222725b6fcbc1af165ee05835

10 years agoMerge "Fix shared library bug in bag attributes" into lmp-dev
Adam Lesinski [Mon, 11 Aug 2014 17:49:50 +0000 (17:49 +0000)]
Merge "Fix shared library bug in bag attributes" into lmp-dev

10 years agoMerge "Changed the color of low-priority notifications" into lmp-dev
Selim Cinek [Mon, 11 Aug 2014 17:28:37 +0000 (17:28 +0000)]
Merge "Changed the color of low-priority notifications" into lmp-dev

10 years agoMerge "Fixed an animation bug with inline view updates" into lmp-dev
Selim Cinek [Mon, 11 Aug 2014 17:28:25 +0000 (17:28 +0000)]
Merge "Fixed an animation bug with inline view updates" into lmp-dev

10 years agoMerge "Remove direct field access from event payload" into lmp-dev
Sandeep Siddhartha [Mon, 11 Aug 2014 17:15:57 +0000 (17:15 +0000)]
Merge "Remove direct field access from event payload" into lmp-dev

10 years agoMerge "Add debugging info to VIS via dump()" into lmp-dev
Sandeep Siddhartha [Mon, 11 Aug 2014 17:14:55 +0000 (17:14 +0000)]
Merge "Add debugging info to VIS via dump()" into lmp-dev

10 years agoRemove direct field access from event payload
Sandeep Siddhartha [Sat, 9 Aug 2014 01:29:43 +0000 (18:29 -0700)]
Remove direct field access from event payload

Change-Id: I0b4462e56a977bfbaaebd2dd31d9246051af1b99

10 years agoam b789a8ee: Block access to call logs from the corp profile
Yorke Lee [Mon, 11 Aug 2014 16:49:54 +0000 (16:49 +0000)]
am b789a8ee: Block access to call logs from the corp profile

* commit 'b789a8eea4e9c94617c8c9540bdd22739cae3e3f':
  Block access to call logs from the corp profile

10 years agoBlock access to call logs from the corp profile
Yorke Lee [Sun, 10 Aug 2014 20:52:21 +0000 (13:52 -0700)]
Block access to call logs from the corp profile

Bug: 16812842
Change-Id: Ie4342b5efb2419097c35c0ddebd486a098cea523

10 years agoAdd debugging info to VIS via dump()
Sandeep Siddhartha [Fri, 8 Aug 2014 22:28:46 +0000 (15:28 -0700)]
Add debugging info to VIS via dump()

Change-Id: I9e8f4536de309256db835b30d94765bfc27d4e80

10 years agoFix shared library bug in bag attributes
Adam Lesinski [Fri, 8 Aug 2014 22:32:40 +0000 (15:32 -0700)]
Fix shared library bug in bag attributes

A ResTable_map entry has a name attribute, which
could be a dynamic reference if it comes from
a shared library. It was not being patched with
the correct package id.

Bug:16795890
Change-Id: Ia8df6a943269b2fefb2132c3ed74eb1997d7701b

10 years agoCopy fonts.xml to /system/etc
Raph Levien [Mon, 11 Aug 2014 15:48:41 +0000 (08:48 -0700)]
Copy fonts.xml to /system/etc

This patch actually copies the new font config file to the /system/etc
directory on the device, where frameworks and apps will be able to read
it.

Bug: 14538154
Change-Id: I53a932210763b718f469d80cc92816edf4e5b14e

10 years agoChanged the color of low-priority notifications
Selim Cinek [Mon, 11 Aug 2014 15:48:57 +0000 (17:48 +0200)]
Changed the color of low-priority notifications

Bug: 16010701
Change-Id: I7afc351a5a669bbb71b2620afe310b250da66b77

10 years agoFixed an animation bug with inline view updates
Selim Cinek [Mon, 11 Aug 2014 15:35:48 +0000 (17:35 +0200)]
Fixed an animation bug with inline view updates

The height is now updated in an animated fashion.

Bug: 16947659
Change-Id: I4e89e6ca78f8d3c0f1e6f7eb61134a394c6d7d73

10 years agoam 053bc0c9: Add configuration flag controlling whether IMS can be completely disabled.
Etan Cohen [Mon, 11 Aug 2014 15:48:21 +0000 (15:48 +0000)]
am 053bc0c9: Add configuration flag controlling whether IMS can be completely disabled.

* commit '053bc0c9507cab9ea9f0da8a4df51932847ac8ca':
  Add configuration flag controlling whether IMS can be completely disabled.

10 years agoAdd configuration flag controlling whether IMS can be completely disabled.
Etan Cohen [Fri, 8 Aug 2014 22:44:23 +0000 (15:44 -0700)]
Add configuration flag controlling whether IMS can be completely disabled.

Change-Id: I70e6fc163d65bba7d1260df0acb74ca614e54b68

10 years agoam 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into...
Ricardo Cervera [Mon, 11 Aug 2014 15:22:03 +0000 (15:22 +0000)]
am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs

* commit '97dbb136473b18a6d7171577ef2a7136819b4a18':
  docs: Fixed minor issue with Studio shortcuts

10 years agoam 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular...
Ricardo Cervera [Mon, 11 Aug 2014 15:17:27 +0000 (15:17 +0000)]
am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs

* commit '6bb49e4ae629e3740cd3a623fcc115f895f3188c':
  docs: Fixed minor issue with Studio shortcuts

10 years agoam a0fb1aa2: Merge "Fix NPEs when inflating a ValueAnimator." into lmp-dev
Craig Stout [Mon, 11 Aug 2014 15:17:20 +0000 (15:17 +0000)]
am a0fb1aa2: Merge "Fix NPEs when inflating a ValueAnimator." into lmp-dev

* commit 'a0fb1aa29cf5238743f114fb3a01992df1d445ed':
  Fix NPEs when inflating a ValueAnimator.

10 years agoam 57ab4478: Merge "Make Test Voice Interactor support new requirements." into lmp-dev
Barnaby James [Mon, 11 Aug 2014 14:36:41 +0000 (14:36 +0000)]
am 57ab4478: Merge "Make Test Voice Interactor support new requirements." into lmp-dev

* commit '57ab447892dae276723594c0e993525b2fe6bd0d':
  Make Test Voice Interactor support new requirements.

10 years agoam 632fc874: Merge "QS: Fix some QS layout issues." into lmp-dev
John Spurlock [Mon, 11 Aug 2014 14:36:37 +0000 (14:36 +0000)]
am 632fc874: Merge "QS: Fix some QS layout issues." into lmp-dev

* commit '632fc8746aa1a50decee99ad8d25726f5cdec73f':
  QS: Fix some QS layout issues.

10 years agoam 7a85f00c: Merge "Ensure that custom label isn\'t empty" into lmp-dev
Jae Seo [Mon, 11 Aug 2014 14:26:13 +0000 (14:26 +0000)]
am 7a85f00c: Merge "Ensure that custom label isn\'t empty" into lmp-dev

* commit '7a85f00cfca8f9adcdc9a237d603ebab72245da4':
  Ensure that custom label isn't empty

10 years agoam fb9364dc: Merge "Removing the personal icon, which was only a placeholder." into...
Nicolas Prevot [Mon, 11 Aug 2014 12:50:48 +0000 (12:50 +0000)]
am fb9364dc: Merge "Removing the personal icon, which was only a placeholder." into lmp-dev

* commit 'fb9364dcd527108a21948fc16912b7bf1a7f9b09':
  Removing the personal icon, which was only a placeholder.

10 years agoam 548449f8: Merge "Fix handling of line-end and RTL characters in CursorAnchorInfo...
Yohei Yukawa [Mon, 11 Aug 2014 11:59:01 +0000 (11:59 +0000)]
am 548449f8: Merge "Fix handling of line-end and RTL characters in CursorAnchorInfo" into lmp-dev

* commit '548449f8313506efe5d6f8fb584910ba2c642355':
  Fix handling of line-end and RTL characters in CursorAnchorInfo

10 years agoam 96122e52: Pass the name of the native bridge library to the runtime
Calin Juravle [Mon, 11 Aug 2014 11:19:55 +0000 (11:19 +0000)]
am 96122e52: Pass the name of the native bridge library to the runtime

* commit '96122e521066099ef61235b92962df6156d2a6b0':
  Pass the name of the native bridge library to the runtime

10 years agoPass the name of the native bridge library to the runtime
Calin Juravle [Thu, 7 Aug 2014 13:45:53 +0000 (14:45 +0100)]
Pass the name of the native bridge library to the runtime

Bug: 16843953

(cherry picked from commit 2f4cf2cfd1125abfe928d6137f3d1553b0888f61)

Change-Id: I223f9041e424be024265e46bcff19cd9dfd18dfc

10 years agoam 41824e71: Merge "Make it not to go to sleep when changing TV\'s input to the other...
Yuncheol Heo [Mon, 11 Aug 2014 08:46:52 +0000 (08:46 +0000)]
am 41824e71: Merge "Make it not to go to sleep when changing TV\'s input to the others." into lmp-dev

* commit '41824e71fb88d87bb8efa4c3ef63b01abb329555':
  Make it not to go to sleep when changing TV's input to the others.

10 years agoam ac47111f: Merge "TIF: Add content rating systems" into lmp-dev
Sungsoo Lim [Mon, 11 Aug 2014 08:30:26 +0000 (08:30 +0000)]
am ac47111f: Merge "TIF: Add content rating systems" into lmp-dev

* commit 'ac47111ffbf430acb1d867ab0588055933ef124f':
  TIF: Add content rating systems

10 years agoam 86226886: Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager.
Jungshik Jang [Mon, 11 Aug 2014 05:39:30 +0000 (05:39 +0000)]
am 86226886: Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager.

* commit '862268860939a8d5002402ceaa4629cf238b8494':
  Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager.

10 years agoam 05df974a: Hook up device power status change to TIF
Jungshik Jang [Mon, 11 Aug 2014 04:56:58 +0000 (04:56 +0000)]
am 05df974a: Hook up device power status change to TIF

* commit '05df974a127a6c4b38a030d449d54d336813bfc1':
  Hook up device power status change to TIF

10 years agoAdd IHdmiSystemAudioModeChangeListner to TvInputHardwareManager.
Jungshik Jang [Fri, 8 Aug 2014 01:46:54 +0000 (10:46 +0900)]
Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager.

This is to update audio patch when HDMI-CEC system audio mode is changed.

Bug: 16113320
Change-Id: I312fffe511c0bce1c973bb66e9c16875e5dcee56

10 years agoHook up device power status change to TIF
Jungshik Jang [Fri, 8 Aug 2014 02:38:28 +0000 (11:38 +0900)]
Hook up device power status change to TIF

Instead of introducing new api update existing
IDeviceEventListener

Bug: 16445063
Change-Id: I93bfc736a06a78e83c95877a53f4f241b51ed9c0

10 years agoam 38b7ea4c: Merge "GID-based permissions are defined by "android"." into lmp-dev
Jeff Sharkey [Sun, 10 Aug 2014 23:15:22 +0000 (23:15 +0000)]
am 38b7ea4c: Merge "GID-based permissions are defined by "android"." into lmp-dev

* commit '38b7ea4cf1b3cf5dfc6e7c59a5a37e8f8f6bf098':
  GID-based permissions are defined by "android".

10 years agoam bac93970: Merge "Unhide WifiPasspointManager for ANQP APIs - DO NOT MERGE" into...
Vinit Deshpande [Sun, 10 Aug 2014 22:03:55 +0000 (22:03 +0000)]
am bac93970: Merge "Unhide WifiPasspointManager for ANQP APIs - DO NOT MERGE" into lmp-dev

* commit 'bac9397083b220fd9d6ae3c24beafebf790f3f18':
  Unhide WifiPasspointManager for ANQP APIs - DO NOT MERGE

10 years agoam 70825f5c: Merge "Support EAP-SIM and EAP-AKA" into lmp-dev
Vinit Deshpande [Sun, 10 Aug 2014 20:27:23 +0000 (20:27 +0000)]
am 70825f5c: Merge "Support EAP-SIM and EAP-AKA" into lmp-dev

* commit '70825f5c3f1b4426984ca188f64d38db3be37b0e':
  Support EAP-SIM and EAP-AKA

10 years agoMerge "Make Test Voice Interactor support new requirements." into lmp-dev
Barnaby James [Mon, 11 Aug 2014 14:31:39 +0000 (14:31 +0000)]
Merge "Make Test Voice Interactor support new requirements." into lmp-dev

10 years agoMerge "Fix NPEs when inflating a ValueAnimator." into lmp-dev
Craig Stout [Mon, 11 Aug 2014 15:12:29 +0000 (15:12 +0000)]
Merge "Fix NPEs when inflating a ValueAnimator." into lmp-dev

10 years agoam 932cd04a: Merge "Start using cancelFullBackup() when appropriate" into lmp-dev
Christopher Tate [Sun, 10 Aug 2014 19:41:11 +0000 (19:41 +0000)]
am 932cd04a: Merge "Start using cancelFullBackup() when appropriate" into lmp-dev

* commit '932cd04a891f342501ef26a572a84986feab47c5':
  Start using cancelFullBackup() when appropriate

10 years agoam 44a3a39c: Merge "TIF: Move watch history logging to TvProvider" into lmp-dev
Jae Seo [Sun, 10 Aug 2014 17:43:56 +0000 (17:43 +0000)]
am 44a3a39c: Merge "TIF: Move watch history logging to TvProvider" into lmp-dev

* commit '44a3a39c39b57fe9988bdbfd3472dfe5818571f5':
  TIF: Move watch history logging to TvProvider

10 years agoam 0939dd1d: Merge "Define FLAG_BEACON in android.media.AudioAttributes" into lmp-dev
Jean-Michel Trivi [Sun, 10 Aug 2014 17:36:30 +0000 (17:36 +0000)]
am 0939dd1d: Merge "Define FLAG_BEACON in android.media.AudioAttributes" into lmp-dev

* commit '0939dd1db67885d1e6dbc1b70970f2f31bf82805':
  Define FLAG_BEACON in android.media.AudioAttributes