OSDN Git Service

android-x86/frameworks-base.git
10 years agoSet source address for <Polling Message>
Jungshik Jang [Thu, 3 Jul 2014 02:14:26 +0000 (11:14 +0900)]
Set source address for <Polling Message>

CEC spec mentions that logical address allocation uses
the same address for source and destination while <Polling Message>
uses device's source address.

Bug: 16045547
Change-Id: Id18f328755501c62a98a1040b287c180cb889c9b

10 years agoUpdate progress bar styling and labelFor attr type
Alan Viverette [Thu, 3 Jul 2014 00:30:35 +0000 (17:30 -0700)]
Update progress bar styling and labelFor attr type

BUG: 16045463
BUG: 15900514
BUG: 15936901
Change-Id: Ib84e78cd3110d36f49ea5d9fc76a4321132af9ab

10 years agoCleanSpec to fix build.
Jeff Sharkey [Thu, 3 Jul 2014 01:36:07 +0000 (18:36 -0700)]
CleanSpec to fix build.

Change-Id: I3995214498d22fa1bdb82eb44cda2e5ca6ba02a4

10 years agoMerge "Fixing missing current api.txt related to CL/495976."
Jeff Sharkey [Thu, 3 Jul 2014 01:35:33 +0000 (01:35 +0000)]
Merge "Fixing missing current api.txt related to CL/495976."

10 years agoFixing missing current api.txt related to CL/495976.
Tyler Gunn [Thu, 3 Jul 2014 01:32:54 +0000 (18:32 -0700)]
Fixing missing current api.txt related to CL/495976.

Bug: 16014224
Change-Id: Ib3b0b65caea194f458a4258a341c21d9898f24d9

10 years agoDefine force usage and category for System Audio Control.
Jungshik Jang [Thu, 26 Jun 2014 08:30:05 +0000 (17:30 +0900)]
Define force usage and category for System Audio Control.

This is to be sync with change of system/core/include/system/audio_policy.h

Change-Id: Ibd371197775fb70a96df6e3eef82ec8ae10b0508

10 years agoLog unhandled message which has specific destination.
Jungshik Jang [Thu, 3 Jul 2014 00:34:05 +0000 (09:34 +0900)]
Log unhandled message which has specific destination.

Broadcast message is unnecessary to log as broadcast message.

Bug: 16039302
Change-Id: Ifffc09b49bceaaf220ce929206eaecb78146016f

10 years agoMerge "Add volume callback for Hdmi-Cec system audio mode."
Jungshik Jang [Thu, 3 Jul 2014 01:26:14 +0000 (01:26 +0000)]
Merge "Add volume callback for Hdmi-Cec system audio mode."

10 years agoAdd volume callback for Hdmi-Cec system audio mode.
Jungshik Jang [Mon, 30 Jun 2014 13:26:29 +0000 (22:26 +0900)]
Add volume callback for Hdmi-Cec system audio mode.

Hdmi-Cec's system audio mode delegates audio control to
audio receiver from tv. It requires to delegate
volume change including mute to audio receiver
instead of consuming by tv.
In order to do this this change introduces three apis.
One is added to IAudioService, the others are added
to IHdmiControlService as hidden apis.

 1. IAudioService#setHdmiSystemAudioSupported;
    This is to notify system audio mode change to audio
    service so that it determines to notify volume or mute
    change to HdmiControlService.

 2. IHdmiControlService#setSystemAudioVolume;
    This is to notify volume change to HdmiControlService.
    It's called only where system audio mode is on.

 3. IHdmiControlService#setSystemAudioMute;
    This is to notify volume change to HdmiControlService .
    It's called only where system audio mode is on.

Change-Id: I3d8534b37ddf1a812e32012059a8778772044bf0

10 years agoMerge "Consume HOME key when it is used to dismiss Dream activity"
Jose Lima [Thu, 3 Jul 2014 01:23:34 +0000 (01:23 +0000)]
Merge "Consume HOME key when it is used to dismiss Dream activity"

10 years agoConsume HOME key when it is used to dismiss Dream activity
Jose Lima [Thu, 3 Jul 2014 00:21:51 +0000 (17:21 -0700)]
Consume HOME key when it is used to dismiss Dream activity

Bug: 15002352
Change-Id: I0e86ec62a1a45dd1e68752d36be07355a9c6e2fd

10 years agoSend media button events with FLAG_RECEIVER_FOREGROUND set
Jean-Michel Trivi [Wed, 2 Jul 2014 16:24:36 +0000 (09:24 -0700)]
Send media button events with FLAG_RECEIVER_FOREGROUND set

bug 11357318

Change-Id: Iccd000bebb31a2f6cb057e97d3ab276861d0b651

10 years agoMerge "TvContract: Add a field for network affiliation to the Channels table"
Jae Seo [Wed, 2 Jul 2014 20:45:46 +0000 (20:45 +0000)]
Merge "TvContract: Add a field for network affiliation to the Channels table"

10 years agoEnable new geolocation permission API.
Tao Bai [Tue, 1 Jul 2014 19:39:54 +0000 (12:39 -0700)]
Enable new geolocation permission API.

BUG: 14668406
Change-Id: I9500154d14eceae0248eb3718de27fc33fef4f28

10 years agoTvContract: Add a field for network affiliation to the Channels table
Jae Seo [Tue, 1 Jul 2014 21:33:11 +0000 (14:33 -0700)]
TvContract: Add a field for network affiliation to the Channels table

This is used to identify a channel that is commonly called by its
network affiliation instead of the display name.

Bug: 15993156
Change-Id: Ib5a15e0e44e815c98b762573b5a24289a86f9583

10 years agoMerge "Rename Telecomm "Subscription" to "Account" (1/7)"
Ihab Awad [Wed, 2 Jul 2014 19:55:51 +0000 (19:55 +0000)]
Merge "Rename Telecomm "Subscription" to "Account" (1/7)"

10 years agoRename Telecomm "Subscription" to "Account" (1/7)
Ihab Awad [Tue, 1 Jul 2014 04:17:13 +0000 (21:17 -0700)]
Rename Telecomm "Subscription" to "Account" (1/7)

Change-Id: Ieb29f6ba9dadacb2c7e26969a47141e11a339a40

Conflicts:
telecomm/java/android/telecomm/InCallCall.java

10 years agoMerge "Update dropdown background asset"
Alan Viverette [Thu, 3 Jul 2014 00:06:26 +0000 (00:06 +0000)]
Merge "Update dropdown background asset"

10 years agoUpdate dropdown background asset
Alan Viverette [Wed, 2 Jul 2014 23:52:01 +0000 (16:52 -0700)]
Update dropdown background asset

BUG: 15985882
Change-Id: I9f271bf99371516bce5bad3e1c3f0efbedc8ffdd

10 years agoObtain capabilities from chipset for it's support of various features
Prerepa Viswanadham [Wed, 2 Jul 2014 19:30:38 +0000 (12:30 -0700)]
Obtain capabilities from chipset for it's support of various features

Change-Id: I01bdb31136be63e4e46fb4e054c902eddc5647ab

10 years agoMerge "camera2: Add crop region support and some other AE tags to legacy"
Igor Murashkin [Wed, 2 Jul 2014 23:50:02 +0000 (23:50 +0000)]
Merge "camera2: Add crop region support and some other AE tags to legacy"

10 years agocamera2: Add crop region support and some other AE tags to legacy
Igor Murashkin [Wed, 2 Jul 2014 01:06:13 +0000 (18:06 -0700)]
camera2: Add crop region support and some other AE tags to legacy

Change-Id: If7a87b210a57ea13d6329bb363b1c7ecdadc52e8

10 years agoMerge "Fix references to two constants"
Ihab Awad [Wed, 2 Jul 2014 21:24:26 +0000 (21:24 +0000)]
Merge "Fix references to two constants"

10 years agoFix references to two constants
Ihab Awad [Wed, 2 Jul 2014 20:51:50 +0000 (13:51 -0700)]
Fix references to two constants

The names of two constants missed getting updated in a previous CL,
causing a build breakage.

Change-Id: I2a87f6b3aead2c6b751afedf32a321c8290b51be

10 years agoMerge "Move cancelMissedCallsNotification to PhoneManager."
Santos Cordon [Wed, 2 Jul 2014 23:40:51 +0000 (23:40 +0000)]
Merge "Move cancelMissedCallsNotification to PhoneManager."

10 years agoMove cancelMissedCallsNotification to PhoneManager.
Santos Cordon [Wed, 2 Jul 2014 20:20:40 +0000 (13:20 -0700)]
Move cancelMissedCallsNotification to PhoneManager.

Change-Id: I2ce26e77ef1f0acc11552bf28efc039391e09766

10 years agoMerge "Use cached thumbnails in Recent tasks."
Craig Mautner [Wed, 2 Jul 2014 23:33:09 +0000 (23:33 +0000)]
Merge "Use cached thumbnails in Recent tasks."

10 years agoAdding "start call with video" extra for ACTION_CALL intent.
Tyler Gunn [Wed, 2 Jul 2014 23:28:30 +0000 (16:28 -0700)]
Adding "start call with video" extra for ACTION_CALL intent.

Bug: 16014224
Change-Id: I6240b50383de60fbe9038b247856227c6c278b85

10 years agoUse cached thumbnails in Recent tasks.
Craig Mautner [Tue, 1 Jul 2014 19:38:52 +0000 (12:38 -0700)]
Use cached thumbnails in Recent tasks.

The thumbnail returned from ActivityManager.getTaskThumbnail() now
contains either a Bitmap or a ParcelFileDescriptor that points to
a file containing a compressed Bitmap. The Recent tasks list is
now responsible for all thumbnail Bitmap caching as the activity
manager keeps only the most recent 5. This also permits low memory
devices to have many more tasks in the Recent tasks list.

As part of this CL the concept of subtasks is removed eliminating
code supporting the TaskAccessInfo and IThumbnailRetriever classes.

Fixes bug 15828934.

Change-Id: I0fd0320a1a04e3c78d79357899b83a2fff97abf2

10 years agoam 24bea6a3: Resolve conflicts with AOSP.
Jason Sams [Wed, 2 Jul 2014 23:19:27 +0000 (23:19 +0000)]
am 24bea6a3: Resolve conflicts with AOSP.

* commit '24bea6a3ef53733ffd1622dfa0bdaeea0a74303a':
  Resolve conflicts with AOSP.

10 years agoam ed61958a: (-s ours) am e1ef888e: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Wed, 2 Jul 2014 23:19:22 +0000 (23:19 +0000)]
am ed61958a: (-s ours) am e1ef888e: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit 'ed61958a254deb6299b907ecb079ebe15da339c3':
  Import translations. DO NOT MERGE

10 years agoam 0bd94e4b: (-s ours) am 48f89343: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Wed, 2 Jul 2014 23:19:16 +0000 (23:19 +0000)]
am 0bd94e4b: (-s ours) am 48f89343: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '0bd94e4b7a5f490dac0090db931bef0f60121cf9':
  Import translations. DO NOT MERGE

10 years agoam 066fb41f: (-s ours) am caaf4aed: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Wed, 2 Jul 2014 23:19:12 +0000 (23:19 +0000)]
am 066fb41f: (-s ours) am caaf4aed: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '066fb41fc74419d321f385f9d641c014efb474ae':
  Import translations. DO NOT MERGE

10 years agoResolve conflicts with AOSP.
Jason Sams [Wed, 2 Jul 2014 21:32:05 +0000 (14:32 -0700)]
Resolve conflicts with AOSP.

Change-Id: I2f1afdb83dcfc9078df5d3c2f13abacb6504d73d

10 years agoMerge "Add API to query for AID prefix support."
Martijn Coenen [Wed, 2 Jul 2014 23:40:08 +0000 (23:40 +0000)]
Merge "Add API to query for AID prefix support."

10 years agoAdd API to query for AID prefix support.
Martijn Coenen [Wed, 2 Jul 2014 23:30:06 +0000 (16:30 -0700)]
Add API to query for AID prefix support.

For future devices which may support
registering AID prefixes. Get the API in for now,
the actual implementation is pretty simple and
will follow later.

Change-Id: I6c16dae9a4dbc0f9cd84bdb61a4de93cffd278ec

10 years agoClean up dynamic AID XML parser.
Martijn Coenen [Wed, 2 Jul 2014 20:58:42 +0000 (13:58 -0700)]
Clean up dynamic AID XML parser.

<aid-group> should be generated and parsed
in its own object.

Change-Id: I70f4511a682c66f8d11b7797a0f171cda24cc617

10 years agoMove AID validation to CardEmulation.
Martijn Coenen [Wed, 2 Jul 2014 19:44:33 +0000 (12:44 -0700)]
Move AID validation to CardEmulation.

More logical place since it's a generic utility
function.

Change-Id: I3381f10d6720e415d091dbd475ef0df8733e7e75

10 years agoMerge "Add style for SearchView"
Alan Viverette [Wed, 2 Jul 2014 23:14:19 +0000 (23:14 +0000)]
Merge "Add style for SearchView"

10 years agoresolved conflicts for merge of dbbc0706 to master
Nick Kralevich [Wed, 2 Jul 2014 23:06:47 +0000 (16:06 -0700)]
resolved conflicts for merge of dbbc0706 to master

Change-Id: I3b4e442988021d5ac569cb06682bc1355edbb430

10 years agoAdd style for SearchView
Alan Viverette [Wed, 2 Jul 2014 22:46:04 +0000 (15:46 -0700)]
Add style for SearchView

BUG: 6420978
Change-Id: I31d9f7e66c2404388ccbe6d2e43a005deb0b7c25

10 years agoresolved conflicts for merge of a8dbd7b4 to master
Nick Kralevich [Wed, 2 Jul 2014 22:41:13 +0000 (15:41 -0700)]
resolved conflicts for merge of a8dbd7b4 to master

Change-Id: I90f42546c6d0a8f21af3041e59baf6a226247b1c

10 years agoMerge "Fix native crash when typeface is missing"
Raph Levien [Wed, 2 Jul 2014 22:18:16 +0000 (22:18 +0000)]
Merge "Fix native crash when typeface is missing"

10 years agoFix native crash when typeface is missing
Raph Levien [Wed, 2 Jul 2014 22:07:39 +0000 (15:07 -0700)]
Fix native crash when typeface is missing

Creating a typeface from a missing file crashes when it tries to extract
the style from the font. This patch just uses default style when the
resulting font object is NULL.

Bug: 15930808
Change-Id: I9438687100026f336db7aa204fe3a0232eee2db6

10 years agoMerge "Clean up dynamic AID XML parser."
Martijn Coenen [Wed, 2 Jul 2014 22:01:52 +0000 (22:01 +0000)]
Merge "Clean up dynamic AID XML parser."

10 years agoMerge "fixing i18n bug. b/15711200"
Ido Ofir [Wed, 2 Jul 2014 21:33:40 +0000 (21:33 +0000)]
Merge "fixing i18n bug. b/15711200"

10 years agofixing i18n bug. b/15711200
Ido Ofir [Wed, 2 Jul 2014 20:51:01 +0000 (13:51 -0700)]
fixing i18n bug. b/15711200

Change-Id: I485859f6536c68f3d0d3e2d62c21a39705ba87b4

10 years agoMerge "Move AID validation to CardEmulation."
Martijn Coenen [Wed, 2 Jul 2014 20:28:45 +0000 (20:28 +0000)]
Merge "Move AID validation to CardEmulation."

10 years agoMerge "Update QS flashlight icon"
Adrian Roos [Wed, 2 Jul 2014 20:03:44 +0000 (20:03 +0000)]
Merge "Update QS flashlight icon"

10 years agoUpdate QS flashlight icon
Adrian Roos [Wed, 2 Jul 2014 20:01:32 +0000 (22:01 +0200)]
Update QS flashlight icon

Bug: 15934851
Change-Id: Id1d08fce8916c29c6cb53eee7cb069b250c0b805

10 years agoMerge "Initial work for key rotation."
dcashman [Wed, 2 Jul 2014 20:03:05 +0000 (20:03 +0000)]
Merge "Initial work for key rotation."

10 years agoInitial work for key rotation.
dcashman [Wed, 9 Apr 2014 21:20:38 +0000 (14:20 -0700)]
Initial work for key rotation.

Introduces the upgrade-keyset tag to AndroidManifest.xml. This specifies a
KeySet by which an apk must be signed in order to update the app. Multiple
upgrade KeySets may be specified, in which case one of them must be used to
sign the updating apk.  If no upgrade-keyset is specified, the current logic
involving signatures is used.

Current Key Rotation Design Decisions:
-Apps using a shared user id may not rotate keys.
-All acceptable upgrade keysets must be specified, including the key signing
the app.  This enables key rotation in one update, but also 'locks' an app if
an incorrect upgrade keyset is specified.
-Minimal changes to existing KeySet code.

Bug: 6967056
Change-Id: Ib9bb693d4e9ea1aec375291ecdc182554890d29c

10 years agoMerge "Adds per-user APIs required by the Settings app"
Alexandra Gherghina [Wed, 2 Jul 2014 17:07:16 +0000 (17:07 +0000)]
Merge "Adds per-user APIs required by the Settings app"

10 years agoam e1ef888e: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Wed, 2 Jul 2014 15:08:10 +0000 (15:08 +0000)]
am e1ef888e: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit 'e1ef888eac66c247710833746f7e8e2fc1f45c1b':
  Import translations. DO NOT MERGE

10 years agoam 48f89343: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Wed, 2 Jul 2014 15:08:06 +0000 (15:08 +0000)]
am 48f89343: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '48f89343d9abdaa81dcdbebd7a15b2b313d67aa7':
  Import translations. DO NOT MERGE

10 years agoam caaf4aed: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Wed, 2 Jul 2014 15:08:02 +0000 (15:08 +0000)]
am caaf4aed: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit 'caaf4aed05163df62365d351e592083ba95102cd':
  Import translations. DO NOT MERGE

10 years agoAdds per-user APIs required by the Settings app
Alexandra Gherghina [Tue, 1 Jul 2014 14:14:11 +0000 (15:14 +0100)]
Adds per-user APIs required by the Settings app

Bug: 15466880
Change-Id: Ic99fbf074564901b04d32b08f3a7a38555f330b3

10 years agoam e2840977: am 6e84f8c1: Merge "Fix native crashes when APKs can\'t be opened."
Narayan Kamath [Wed, 2 Jul 2014 12:18:45 +0000 (12:18 +0000)]
am e2840977: am 6e84f8c1: Merge "Fix native crashes when APKs can\'t be opened."

* commit 'e2840977d37e4d19425d448b54895536e43a2989':
  Fix native crashes when APKs can't be opened.

10 years agoam 6e84f8c1: Merge "Fix native crashes when APKs can\'t be opened."
Narayan Kamath [Wed, 2 Jul 2014 12:12:18 +0000 (12:12 +0000)]
am 6e84f8c1: Merge "Fix native crashes when APKs can\'t be opened."

* commit '6e84f8c1b9c72ab6e1eb189358292237dbe1efe8':
  Fix native crashes when APKs can't be opened.

10 years agoam 39e4f590: am f56399f6: Merge "Fall back to "tl" if "fil" is absent."
Narayan Kamath [Wed, 2 Jul 2014 10:09:45 +0000 (10:09 +0000)]
am 39e4f590: am f56399f6: Merge "Fall back to "tl" if "fil" is absent."

* commit '39e4f590787246ce35b995c0c0ce37b676a05e0c':
  Fall back to "tl" if "fil" is absent.

10 years agoam f56399f6: Merge "Fall back to "tl" if "fil" is absent."
Narayan Kamath [Wed, 2 Jul 2014 10:00:09 +0000 (10:00 +0000)]
am f56399f6: Merge "Fall back to "tl" if "fil" is absent."

* commit 'f56399f6ab492c8c32b7ff9a8deeb2547f17f6da':
  Fall back to "tl" if "fil" is absent.

10 years agoam 94171212: am 104da1e4: Merge "Fix broken assumptions in LocalePicker."
Narayan Kamath [Wed, 2 Jul 2014 09:54:22 +0000 (09:54 +0000)]
am 94171212: am 104da1e4: Merge "Fix broken assumptions in LocalePicker."

* commit '94171212431a45346e40fd97bbe72422e71f04be':
  Fix broken assumptions in LocalePicker.

10 years agoam d62196cf: am 3fa99ec7: Merge "Remove bogus 2 char limit for locales and countries."
Narayan Kamath [Wed, 2 Jul 2014 09:51:54 +0000 (09:51 +0000)]
am d62196cf: am 3fa99ec7: Merge "Remove bogus 2 char limit for locales and countries."

* commit 'd62196cfeffe5e4d725b5388fca57a18c154a44b':
  Remove bogus 2 char limit for locales and countries.

10 years agoam 104da1e4: Merge "Fix broken assumptions in LocalePicker."
Narayan Kamath [Wed, 2 Jul 2014 08:49:08 +0000 (08:49 +0000)]
am 104da1e4: Merge "Fix broken assumptions in LocalePicker."

* commit '104da1e495cbed81e7ebe66b80344bf916b02391':
  Fix broken assumptions in LocalePicker.

10 years agoam 3fa99ec7: Merge "Remove bogus 2 char limit for locales and countries."
Narayan Kamath [Wed, 2 Jul 2014 08:49:04 +0000 (08:49 +0000)]
am 3fa99ec7: Merge "Remove bogus 2 char limit for locales and countries."

* commit '3fa99ec77ee52164575375c7709923c94d9693a6':
  Remove bogus 2 char limit for locales and countries.

10 years agoam 9b3bfb10: docs: updated expandedtext_combo
Robert Ly [Wed, 2 Jul 2014 00:22:10 +0000 (00:22 +0000)]
am 9b3bfb10: docs: updated expandedtext_combo

* commit '9b3bfb1085770e558a31f9c4b1a6f9e6e34c8bc1':
  docs: updated expandedtext_combo

10 years agodocs: updated expandedtext_combo
Robert Ly [Wed, 2 Jul 2014 00:00:58 +0000 (17:00 -0700)]
docs: updated expandedtext_combo

Change-Id: Ida3f08560710bf9d32fefd6797830f2258fed3c6

10 years agoam f077e7b7: Merge "docs: add more notification images" into klp-modular-dev
Robert Ly [Wed, 2 Jul 2014 00:00:59 +0000 (00:00 +0000)]
am f077e7b7: Merge "docs: add more notification images" into klp-modular-dev

* commit 'f077e7b719419271b5fd666c22b7d19177d6c325':
  docs: add more notification images

10 years agoMerge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Wed, 2 Jul 2014 15:04:32 +0000 (15:04 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-modular-dev

10 years agoMerge "audio: fixed channel count determination from channel mask"
Eric Laurent [Wed, 2 Jul 2014 16:46:18 +0000 (16:46 +0000)]
Merge "audio: fixed channel count determination from channel mask"

10 years agoaudio: fixed channel count determination from channel mask
Eric Laurent [Wed, 2 Jul 2014 01:56:30 +0000 (18:56 -0700)]
audio: fixed channel count determination from channel mask

Do not use popcount() to derive channel count from channel mask.

Bug: 15000850.
Change-Id: Id52fc517bedaf1c42b9cd59857e3d19c251b97bf

10 years agoMerge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Wed, 2 Jul 2014 15:04:35 +0000 (15:04 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-modular-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Wed, 2 Jul 2014 15:04:24 +0000 (15:04 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-modular-dev

10 years agoam 8922ddba: am a6e06889: Merge "Add profiler type options"
Brian Carlstrom [Tue, 1 Jul 2014 22:37:18 +0000 (22:37 +0000)]
am 8922ddba: am a6e06889: Merge "Add profiler type options"

* commit '8922ddbab1e394a59f957e8598fbbf88357e7838':
  Add profiler type options

10 years agoam a6e06889: Merge "Add profiler type options"
Brian Carlstrom [Tue, 1 Jul 2014 22:32:01 +0000 (22:32 +0000)]
am a6e06889: Merge "Add profiler type options"

* commit 'a6e06889fce7fbf2049f421daef02b8986736f77':
  Add profiler type options

10 years agoFix klp-modular-dev-plus-aosp build
Chris Craik [Tue, 1 Jul 2014 22:23:57 +0000 (15:23 -0700)]
Fix klp-modular-dev-plus-aosp build

Change-Id: I546dfef29b5875633de18f6a7e3f419a0d012faa

10 years agoam d172419e: am 9b1a7d45: Merge "Allow different SELinux policies for third party...
Nick Kralevich [Tue, 1 Jul 2014 21:16:14 +0000 (21:16 +0000)]
am d172419e: am 9b1a7d45: Merge "Allow different SELinux policies for third party apps."

* commit 'd172419e9a36f61af8c98d316ec2625e1f1304f6':
  Allow different SELinux policies for third party apps.

10 years agoam 9b1a7d45: Merge "Allow different SELinux policies for third party apps."
Nick Kralevich [Tue, 1 Jul 2014 21:13:12 +0000 (21:13 +0000)]
am 9b1a7d45: Merge "Allow different SELinux policies for third party apps."

* commit '9b1a7d4570dd692cf86c385dfcdf057ad966fa57':
  Allow different SELinux policies for third party apps.

10 years agoMerge "Add PhoneManager to expose functionality to phone/dialer apps."
Santos Cordon [Wed, 2 Jul 2014 18:33:08 +0000 (18:33 +0000)]
Merge "Add PhoneManager to expose functionality to phone/dialer apps."

10 years agoAdd PhoneManager to expose functionality to phone/dialer apps.
Santos Cordon [Tue, 1 Jul 2014 20:35:35 +0000 (13:35 -0700)]
Add PhoneManager to expose functionality to phone/dialer apps.

Eventually, this will house the TelecommManager methods.

Change-Id: Id8b08d88a06a7b4e90a4a7f702ba56526e108ca5

10 years agoApply DISALLOW_CONFIG_VPN restriction to VPN.
Julia Reynolds [Tue, 1 Jul 2014 15:10:41 +0000 (11:10 -0400)]
Apply DISALLOW_CONFIG_VPN restriction to VPN.

Bug: 16008760
Change-Id: I299d5f32d9b09c3abcc32f3e889a0187880621df

10 years agoMerge "Allow different SELinux policies for third party apps."
Nick Kralevich [Tue, 1 Jul 2014 21:09:28 +0000 (21:09 +0000)]
Merge "Allow different SELinux policies for third party apps."

10 years agoAllow different SELinux policies for third party apps.
Robert Craig [Tue, 1 Jul 2014 20:53:11 +0000 (13:53 -0700)]
Allow different SELinux policies for third party apps.

Prior support forced all third party apps
to be resolved against the default stanza
of the mac_permissions.xml file when assigning
seinfo labels. This meant that all third party
apps, in effect, were untrusted regardless of
cert and therefore received the same selinux domain.
This also had the unfortunate side effect of forcing
certain third party apps into the wrong domains
because of shared userid requests among apps.

This patch removes that restriction and instead
allows all apps, regardless of location, to be
matched against the full mac_permissions.xml
policy file. This then allows all apps signed
with known good certs to receive the same selinux
domains of other apps with whom they share trust.

Change-Id: Iba569c046135c0e81140faf6296c5da26a243037
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
10 years agoMerge "Fix native crashes when APKs can't be opened."
Narayan Kamath [Wed, 2 Jul 2014 12:07:39 +0000 (12:07 +0000)]
Merge "Fix native crashes when APKs can't be opened."

10 years agoFix native crashes when APKs can't be opened.
Narayan Kamath [Thu, 12 Jun 2014 16:19:43 +0000 (17:19 +0100)]
Fix native crashes when APKs can't be opened.

There was lax / incomplete error checking around the
construction of Apk handles. This change changes the ApkHandle
API and makes it throw IOException if the zipfile couldn't
be opened.

Additionally :
- Fix a resource leak in DefaultContainerService
- Report errors correctly during package moves.

bug: 15563874
(cherry picked from commit ec4516470d7ce6e47769591d678c838bd3f6f388)

Change-Id: Ia35b464355467d0d36faf34fae85acbbab3f2896

10 years agoAdd setOption for HdmiControlService
Jinsuk Kim [Tue, 1 Jul 2014 21:16:36 +0000 (06:16 +0900)]
Add setOption for HdmiControlService

Bug: 15845304
Change-Id: I96b285ae3938aeecdd44b2c08a178def33bd2bf2

10 years agoMerge "Require coordinate transformation matrix if necessary"
Yohei Yukawa [Wed, 2 Jul 2014 07:35:32 +0000 (07:35 +0000)]
Merge "Require coordinate transformation matrix if necessary"

10 years agoRequire coordinate transformation matrix if necessary
Yohei Yukawa [Fri, 27 Jun 2014 07:16:47 +0000 (16:16 +0900)]
Require coordinate transformation matrix if necessary

With this CL, CursorAnchorInfo.Builder#build() raises
IllegalArgumentException when an application author attempts to
instantiate CursorAnchorInfo without the coordinate
transformation matrix but with specifying some positional
parameters such as composing character rectangle.

Since any other positional members in CursorAnchorInfo are
supposed to be specified in local coordinates, the application
author must provide the coordinate transformation matrix for
such positional data.

Change-Id: I2b0fd0f146a2b95fe4fa1324837d8cfee667208c

10 years agoFixing some bugs in Recents keyboard behaviour.
Winson Chung [Tue, 1 Jul 2014 01:04:55 +0000 (18:04 -0700)]
Fixing some bugs in Recents keyboard behaviour.

- Ensuring that we don't allow meta-tab to trigger Recents (since meta is a system key now)
- Adding dpad keys support to traverse stack
- Adding workaround for cases where tasks wouldn't be focused depending on how you launch Recents

Change-Id: I4101ced7e47e0d1659d5fa236214be5697c00560

10 years agoRemove SystemAudioAutoInitiationAction when SystemAudioActionFromAvr started.
Jungshik Jang [Tue, 1 Jul 2014 09:01:26 +0000 (18:01 +0900)]
Remove SystemAudioAutoInitiationAction when SystemAudioActionFromAvr started.

Bug: 15845309
Change-Id: I1eefeca3aab117f2def08fe9fbbea81987ef11a8

10 years agoUpdate to extended Roboto fonts.
Roozbeh Pournader [Tue, 1 Jul 2014 22:36:56 +0000 (15:36 -0700)]
Update to extended Roboto fonts.

The new fonts have complete coverage of Latin, Greek, and Cyrillic
characters in Unicode 7.0, including combining marks and related
punctuations.  Various phonetic transcriptions and romanization systems are
now supported, as well as several minority and historical langauges.

A visible .notdef glyph has also been added.

Bug: 2802862
Bug: 4673396
Bug: 6629748
Bug: 7503539
Bug: 10728157
Bug: 11199883
Bug: 14408876
Bug: 15734816
Change-Id: I7a4986bfbd710ec5cc80792a3f7598dae110e5f9

10 years agoMerge "AudioManager: add isVolumeFixed() API"
Eric Laurent [Wed, 2 Jul 2014 02:30:41 +0000 (02:30 +0000)]
Merge "AudioManager: add isVolumeFixed() API"

10 years agoAudioManager: add isVolumeFixed() API
Eric Laurent [Fri, 16 May 2014 00:08:16 +0000 (17:08 -0700)]
AudioManager: add isVolumeFixed() API

Indicates if the device implements fixed volume policy.
In this case, volume control APIs are not operational.

Bug: 11430859.

Change-Id: Ia82bdfe5b38d6b2ce132f00a493e6a04cb794ea0

10 years agoRework network stats to use proc state for fg/bg.
Dianne Hackborn [Tue, 1 Jul 2014 19:56:08 +0000 (12:56 -0700)]
Rework network stats to use proc state for fg/bg.

Switch to using the process state to determine whether a
process should be foreground or background, instead of the
boolean foreground given by the activity manager.

This is for battery save mode, where we can now allow more apps
to havenetwork access: everything whose process state is at
least IMPORTANT_FOREGROUND, which allows music playback
and other use-visible things to continue to have network
access.

Note this also impact the traditional background data disabled
state, where now we allow anything top or better to have
network access.  This automatically includes all persistent
processes, the current top activity, and any other processes
hosting the top activity or being used by the top activity.
So it broadens the set of apps that get network access, but I
think this increases it to a reasonable set of things that may
actually be needed for the foreground app to work correctly.

Change-Id: Icb609a2cea280dc3fa3e83417f478ed77f3685aa

10 years agoMerge "Fix checking for compatibility between window title features."
Adam Powell [Wed, 2 Jul 2014 01:13:08 +0000 (01:13 +0000)]
Merge "Fix checking for compatibility between window title features."

10 years agoFix checking for compatibility between window title features.
Adam Powell [Wed, 2 Jul 2014 00:37:48 +0000 (17:37 -0700)]
Fix checking for compatibility between window title features.

New features that have nothing to do with titles were tripping the,
"is this compatible with custom titles" feature check in
PhoneWindow. Define a better way of checking for this for when we
add new window features in the future.

Bug 13789588

Change-Id: Ie1cacffb113958dac5142a5a39f548df53b47299

10 years agoFix a copy/paste bug in Toolbar.
Adam Powell [Wed, 2 Jul 2014 00:38:18 +0000 (17:38 -0700)]
Fix a copy/paste bug in Toolbar.

Bug 15868762

Change-Id: Ie2a0c492f9d7baa05d520cd2fee652245ab4b61b

10 years agoMake RemoteConnection.getState public
Sailesh Nepal [Wed, 2 Jul 2014 00:25:37 +0000 (17:25 -0700)]
Make RemoteConnection.getState public

Change-Id: Iead485345d01d47e346da014fdb9979def25c372

10 years agoam 2e3b9d30: am 9b3bfb10: docs: updated expandedtext_combo
Robert Ly [Wed, 2 Jul 2014 00:27:34 +0000 (00:27 +0000)]
am 2e3b9d30: am 9b3bfb10: docs: updated expandedtext_combo

* commit '2e3b9d30d4e16ecc0b3e4a04252b23afe55dda8c':
  docs: updated expandedtext_combo

10 years agoMerge "Fix line breaking for clusters in narrow views"
Anish Athalye [Wed, 2 Jul 2014 01:03:35 +0000 (01:03 +0000)]
Merge "Fix line breaking for clusters in narrow views"