OSDN Git Service

android-x86/frameworks-base.git
10 years agocamera2: Move noise model to dynamic metadata.
Ruben Brunk [Thu, 24 Jul 2014 00:49:08 +0000 (17:49 -0700)]
camera2: Move noise model to dynamic metadata.

Bug: 16369384

Change-Id: I7a540705176c7be68431a977e2b7218ffa1bddd0

10 years agoMerge "Add Calls.TRANSCRIPTION to CallLog (2/2)" into lmp-dev
Yorke Lee [Thu, 24 Jul 2014 17:40:11 +0000 (17:40 +0000)]
Merge "Add Calls.TRANSCRIPTION to CallLog (2/2)" into lmp-dev

10 years agoIMS: Adding ims on/off interface files and callback for enabled/disabled features.
ram [Wed, 16 Jul 2014 16:08:42 +0000 (21:38 +0530)]
IMS: Adding ims on/off interface files and callback for enabled/disabled features.

Change-Id: I4e0049d605d9e7d13035c43e2504cdfb67a7a102

10 years agoMerge "Add API invokeOemRilRequestRaw" into lmp-dev
Amit Mahajan [Thu, 24 Jul 2014 17:32:37 +0000 (17:32 +0000)]
Merge "Add API invokeOemRilRequestRaw" into lmp-dev

10 years agoPrint to PDF putting a pring job in a wrong state.
Svetoslav [Thu, 24 Jul 2014 17:13:00 +0000 (10:13 -0700)]
Print to PDF putting a pring job in a wrong state.

When printing to a PDF file we get a Uri from the storage APIs
and write the content. Once the file is written to storage the
print job is completed and there is print service involved. Th
spooler was wrongly putting the job in a failed state instead
of a complete state.

bug:16522267

Change-Id: I4741c9b9eb763e118e7dfb2c7c502bd7fc13f7a1

10 years agoAdd API invokeOemRilRequestRaw
Steven Liu [Thu, 17 Jul 2014 15:57:01 +0000 (10:57 -0500)]
Add API invokeOemRilRequestRaw

this API is used by system app, app could communicate with RIL
with it.

Change-Id: I5397c1cf2b108d9dc3a9694b1f071dc60bb5b341

Conflicts:
telephony/java/com/android/internal/telephony/ITelephony.aidl

10 years agoMerge "Document BlurMaskFilter.Blur." into lmp-dev
Leon Scroggins III [Thu, 24 Jul 2014 17:04:28 +0000 (17:04 +0000)]
Merge "Document BlurMaskFilter.Blur." into lmp-dev

10 years agoConnect shadow style attributes to renderer
Chris Craik [Thu, 24 Jul 2014 01:19:28 +0000 (18:19 -0700)]
Connect shadow style attributes to renderer

bug:15859361

Moves lighting info out of StatefulBaseRenderer, since it's not useful
at record time, and only used by OGLR.

Change-Id: I7ab065d02d9304afad1dc4c48597a7a621366f8e

10 years agoam 0f1e067a: am 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811
Ricardo Cervera [Thu, 24 Jul 2014 16:22:40 +0000 (16:22 +0000)]
am 0f1e067a: am 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811

* commit '0f1e067a28c2ef50d4db53ad19e0902b052bd014':
  docs: Fixed RecyclerView example. Bug: 16483811

10 years agoam 39572996: am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatti...
Robert Ly [Thu, 24 Jul 2014 16:22:29 +0000 (16:22 +0000)]
am 39572996: am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

* commit '39572996f25d4b4ce744d9d04080e33b687ab03b':
  cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1

10 years agoam 162493b5: am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628...
Scott Rowe [Thu, 24 Jul 2014 16:22:15 +0000 (16:22 +0000)]
am 162493b5: am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

* commit '162493b5e3fb1bbf4505c2d18ebf6c900d7875e6':
  cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

10 years agoMerge "Fix build" into lmp-dev
Justin Morey [Thu, 24 Jul 2014 15:55:35 +0000 (15:55 +0000)]
Merge "Fix build" into lmp-dev

10 years agoFix build
Justin Morey [Thu, 24 Jul 2014 15:53:40 +0000 (10:53 -0500)]
Fix build

Change-Id: I8790b274864610b7e00d7ea12efe96b3b826301f

10 years agoLoad package information from correct user.
Kenny Guy [Tue, 15 Jul 2014 11:41:24 +0000 (12:41 +0100)]
Load package information from correct user.

Handle case where a package is only installed
for secondary user.

Bug: 15983201
Change-Id: I6733011c59e6d08d275dc761660d38b709051d79

10 years agoUpdate KeyguardUserSwitcher to use UserSwitcherController
Adrian Roos [Wed, 23 Jul 2014 19:13:21 +0000 (21:13 +0200)]
Update KeyguardUserSwitcher to use UserSwitcherController

Also wires up the button to expand the keyguard user switcher.
Also respects the EDU simple switcher setting.

Bug: 16043126
Change-Id: I58871ec3323b2cafcacbc747fec5f20c56172969

10 years agoAdd Calls.TRANSCRIPTION to CallLog (2/2)
Yorke Lee [Thu, 24 Jul 2014 02:43:39 +0000 (19:43 -0700)]
Add Calls.TRANSCRIPTION to CallLog (2/2)

Dialer needs access to the TRANSCRIPTION column via the CallLog to
show voicemail transcriptions inline.

Change-Id: Id1807923a07af9e9e34783e6be2e39485eee7795

10 years agoImplemented new camera affordance
Selim Cinek [Tue, 8 Jul 2014 16:01:07 +0000 (18:01 +0200)]
Implemented new camera affordance

Also fixed a bug in the touch logic where you could close the shade / hint
after going to the camera / phone.

Bug: 15126905
Change-Id: Iadfde56cb68f4048868eedec6bd3456f55823cd9

10 years agoExpose setActiveProfileOwner() using @SystemApi
Justin Morey [Thu, 24 Jul 2014 14:16:35 +0000 (09:16 -0500)]
Expose setActiveProfileOwner() using @SystemApi

Change-Id: I1607fa90e76da495ede48f01ad250baae60108af
(cherry picked from commit 85db24136eefb01341760208541563aba05ce82e)

10 years agoDocument BlurMaskFilter.Blur.
Leon Scroggins III [Thu, 24 Jul 2014 14:41:27 +0000 (10:41 -0400)]
Document BlurMaskFilter.Blur.

BUG:1894887
Change-Id: Ia5ed8d8d5e3fcebec6f903b2641d030e8b29513c

10 years agoDisable trust agents after wrong credential is entered
Adrian Roos [Wed, 23 Jul 2014 13:45:05 +0000 (15:45 +0200)]
Disable trust agents after wrong credential is entered

Bug: 16498202
Change-Id: I36f2e80aec8c04bcb6e6d9f1b0e2ebb8fc49998e

10 years agoRefactor text drawing to move minikin interactions outside of the canvas interface.
Derek Sollenberger [Mon, 21 Jul 2014 19:22:10 +0000 (15:22 -0400)]
Refactor text drawing to move minikin interactions outside of the canvas interface.

bug:15672762
Change-Id: Iad63855424b4eeccef67a7341a9c2b0018c64c30

10 years agoMake updateLocalMatrix replace the current Matrix.
Leon Scroggins III [Tue, 22 Jul 2014 21:25:22 +0000 (17:25 -0400)]
Make updateLocalMatrix replace the current Matrix.

Fixes a bug introduced in I3c3316377874e89fccc85afb864bc038b0ef3890.

CreateLocalMatrixShader combines the existing matrix with the new
matrix, which is not what we want. Keep track of the original
SkShader at all times, and always create the local matrix shader
with the original. Store the SkShader with a local matrix as
Shader.native_with_local_matrix.

Make Shader.native_instance private. Instead of allowing direct
access, add an init() method which sets it, and getNativeInstance(),
which returns either native_instance or native_with_local_matrix,
as appropriate.

Make Shader subclasses call init(), instead of setting native_instance
directly.

Pass native_with_local_matrix pointer to nativeSetLocalMatrix and
nativeDestructor, which unrefs it (if not null).

Since nativeSetLocalMatrix no longer replaces the original, do not
unref it.

Add a comment to Shader.updateLocalMatrix that it does not affect
ComposeShaders created with this Shader. (This should have been a
part of I3c3316377874e89fccc85afb864bc038b0ef3890.)

BUG:16293121
Change-Id: Ieb31c7e1fe99081f6b81493178f4a18d3c5df643

10 years agoam 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811
Ricardo Cervera [Wed, 23 Jul 2014 23:12:15 +0000 (23:12 +0000)]
am 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811

* commit '472e234d807df490124263c1e28c66e1918787c9':
  docs: Fixed RecyclerView example. Bug: 16483811

10 years agoam 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811
Ricardo Cervera [Wed, 23 Jul 2014 23:08:10 +0000 (23:08 +0000)]
am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811

* commit '7af4e812d06d7174e9eb677a508c6af0f3ba3608':
  docs: Fixed RecyclerView example. Bug: 16483811

10 years agodocs: Fixed RecyclerView example. Bug: 16483811
Ricardo Cervera [Tue, 22 Jul 2014 19:58:24 +0000 (12:58 -0700)]
docs: Fixed RecyclerView example. Bug: 16483811

Change-Id: I1c501c97026dfaaac88d7398160ff192fee4fb05

10 years agoam 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html...
Robert Ly [Wed, 23 Jul 2014 21:06:47 +0000 (21:06 +0000)]
am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

* commit '1903bbb88d8e2e1921b0441911cb73966d3bca4a':
  cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1

10 years agoam 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localiz...
Scott Rowe [Wed, 23 Jul 2014 21:06:36 +0000 (21:06 +0000)]
am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

* commit '3bb44fecbb9643e68a52d19b9c90809c77367b3e':
  cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

10 years agoam 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html Change-Id...
Robert Ly [Wed, 23 Jul 2014 21:02:12 +0000 (21:02 +0000)]
am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

* commit '22bdcd2f829dd9226978c9ec4405fd89d4562d73':
  cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1

10 years agoam 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localized Applicatio...
Scott Rowe [Wed, 23 Jul 2014 21:02:09 +0000 (21:02 +0000)]
am 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

* commit '72c80d308a88d59347f13dd813f2885bc4f45acc':
  cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

10 years agocherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu...
Scott Rowe [Wed, 4 Jun 2014 17:15:17 +0000 (10:15 -0700)]
cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

Change-Id: I245d8351d82b29131783df71f78fcd7bc3c1d89e

10 years agoMerge "Making the clipboard work across users." into lmp-dev
Nicolas Prevot [Thu, 24 Jul 2014 10:47:52 +0000 (10:47 +0000)]
Merge "Making the clipboard work across users." into lmp-dev

10 years agoMaking the clipboard work across users.
Nicolas Prevot [Wed, 25 Jun 2014 08:29:02 +0000 (09:29 +0100)]
Making the clipboard work across users.

When copying from the parent: the ClipData can be pasted in the managed profile.
When copying from a managed profile: it can be pasted in the parent,
unless the policies says it's disabled. In which case, the clipboard of the parent becomes empty.
Supporting content uris.

BUG: 15186236

Change-Id: I522564a7c07ff21df137adcda980bb52e5739964

10 years agoShow disclosure when an intent switches profiles
Robin Lee [Wed, 23 Jul 2014 22:41:31 +0000 (23:41 +0100)]
Show disclosure when an intent switches profiles

If an activity in one profile starts an activity in another profile
without any user interaction - such as operating the chooser - a toast
appears, saying something like 'you are using this app in your work
space'.

@bug 14375080

Change-Id: Id2dc5973a9b68ee29d0227947c19b78f021fb6ac

10 years agoMerge "TIF: Handle null main session" into lmp-dev
Ji-Hwan Lee [Thu, 24 Jul 2014 09:01:20 +0000 (09:01 +0000)]
Merge "TIF: Handle null main session" into lmp-dev

10 years agoTIF: Handle null main session
Ji-Hwan Lee [Thu, 24 Jul 2014 08:34:19 +0000 (17:34 +0900)]
TIF: Handle null main session

Change-Id: I5d9007e706d2adf4b559839c1db31221527214ec

10 years agoFix typo
Sungsoo Lim [Thu, 24 Jul 2014 08:14:57 +0000 (17:14 +0900)]
Fix typo

Change-Id: Ied87356fae0fff1bc5a0c80223351423a81ea0ce

10 years agoTIF: Fix crash on setMainSession
Ji-Hwan Lee [Thu, 24 Jul 2014 08:11:03 +0000 (17:11 +0900)]
TIF: Fix crash on setMainSession

Change-Id: Iddf5032a99dbf855e418448b39ba66a68be8b07c

10 years agoTIF: Support HDMI-CEC active source management
Ji-Hwan Lee [Mon, 21 Jul 2014 19:46:30 +0000 (04:46 +0900)]
TIF: Support HDMI-CEC active source management

Add system API TvView.setMain() and TvInputService.onSetMain().

Bug: 15994065
Change-Id: I60ac24659453ca616380993c4accd8c17e714639

10 years agoMerge "TIF: Enable capturing TV input of TvInputPassthroughWrapperService" into lmp-dev
Terry Heo [Thu, 24 Jul 2014 05:47:58 +0000 (05:47 +0000)]
Merge "TIF: Enable capturing TV input of TvInputPassthroughWrapperService" into lmp-dev

10 years agoTIF: Enable capturing TV input of TvInputPassthroughWrapperService
Terry Heo [Mon, 21 Jul 2014 06:17:17 +0000 (15:17 +0900)]
TIF: Enable capturing TV input of TvInputPassthroughWrapperService

Also fixed usage of Log.e() in TvInputService to show stack trace.

Bug: 16441553
Change-Id: I5c160de4a628698907ffd00510d982d597c0ea01

10 years agoMerge "Rewriting android.text.format.Time without the native _tz functions" into...
Neil Fuller [Thu, 24 Jul 2014 10:42:38 +0000 (10:42 +0000)]
Merge "Rewriting android.text.format.Time without the native _tz functions" into lmp-dev

10 years agoRewriting android.text.format.Time without the native _tz functions
Neil Fuller [Wed, 25 Jun 2014 10:13:25 +0000 (11:13 +0100)]
Rewriting android.text.format.Time without the native _tz functions

(cherry picked from commit d7f0849b8c053ccc6abf0dc7d5bc07da502782a4)
Bug: 15765976

Change-Id: I00f72bd1043ef20f22d25559206b2f741334ba9c

10 years agoMerge "TIF: Fix crash on setMainSession" into lmp-dev
Ji-Hwan Lee [Thu, 24 Jul 2014 08:14:43 +0000 (08:14 +0000)]
Merge "TIF: Fix crash on setMainSession" into lmp-dev

10 years agoMerge "WindowManager: fix clipping" into lmp-dev
Antoine Labour [Thu, 24 Jul 2014 05:14:44 +0000 (05:14 +0000)]
Merge "WindowManager: fix clipping" into lmp-dev

10 years agoWindowManager: fix clipping
Antoine Labour [Thu, 24 Jul 2014 04:15:48 +0000 (21:15 -0700)]
WindowManager: fix clipping

The animation code has some logic to avoid committing a new clip rect
when it hasn't changed. However, when we destroy the SurfaceControl and
recreate it later, we failed to reset the cached value, so if the clip
rect hasn't changed, we never set it on the new SurfaceControl.

This patch resets the cached value when creating the SurfaceControl.

Change-Id: I355576709834dd80994c7564330a234b182800e6

10 years agoOsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLE
Nick Kralevich [Thu, 24 Jul 2014 03:40:25 +0000 (20:40 -0700)]
OsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLE

Expose PR_GET_DUMPABLE and PR_SET_DUMPABLE via java.

Change-Id: Ibb60ed1d00c3a84fa77a34d0acc56cb995d14e1c

10 years agoMerge "Revert "Make lighting style and attribute public"" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 01:44:00 +0000 (01:44 +0000)]
Merge "Revert "Make lighting style and attribute public"" into lmp-dev

10 years agoRevert "Make lighting style and attribute public"
Alan Viverette [Thu, 24 Jul 2014 01:43:51 +0000 (01:43 +0000)]
Revert "Make lighting style and attribute public"

We're moving some things around. Stay tuned!

This reverts commit fe16224456b72966515190e19f8f85793a39d1c9.

Change-Id: I13a2013854cba64540dfee5c3e4ecb4929c336b5

10 years agoMake lighting style and attribute public
Alan Viverette [Thu, 24 Jul 2014 00:31:00 +0000 (17:31 -0700)]
Make lighting style and attribute public

BUG: 15859361
Change-Id: I8a12b820687c546d7441a06161da5928b2ac52fb

10 years agoMerge "Add @hide and @SystemApi to HdmiTimerRecordSources" into lmp-dev
Jungshik Jang [Thu, 24 Jul 2014 01:41:01 +0000 (01:41 +0000)]
Merge "Add @hide and @SystemApi to HdmiTimerRecordSources" into lmp-dev

10 years agoAdd @hide and @SystemApi to HdmiTimerRecordSources
Jungshik Jang [Thu, 24 Jul 2014 00:53:52 +0000 (09:53 +0900)]
Add @hide and @SystemApi to HdmiTimerRecordSources

Change-Id: I3938b26af4ca2fe8d70224bd7bac30ba627d6d44

10 years agos/MediaBrowseService/MediaBrowserService/
Joe Onorato [Wed, 23 Jul 2014 06:21:45 +0000 (23:21 -0700)]
s/MediaBrowseService/MediaBrowserService/

Change-Id: Ie07308739cdf94796a900e15527616608e02a3d4

10 years agoIMS: getPCSCF() API enhanced to support multiple APN types.
ram [Fri, 18 Jul 2014 12:08:15 +0000 (17:38 +0530)]
IMS: getPCSCF() API enhanced to support multiple APN types.

Change-Id: I014f341b93a9ea7280e04cdfc13418fe81c9fc8b
Signed-off-by: ram <ram.pl@samsung.com>
10 years agoMerge "autojoin fixes:" into lmp-dev
vandwalle [Thu, 24 Jul 2014 01:39:19 +0000 (01:39 +0000)]
Merge "autojoin fixes:" into lmp-dev

10 years agoautojoin fixes:
vandwalle [Wed, 23 Jul 2014 23:03:43 +0000 (16:03 -0700)]
autojoin fixes:

- make use of network scorer for autojoin
- Bug:16484607

Change-Id: Ib26cfe31aa5646facf781a2345981e06a6fc36e3

10 years agoMerge "Add a frame capture API of TV input" into lmp-dev
Terry Heo [Thu, 24 Jul 2014 01:28:13 +0000 (01:28 +0000)]
Merge "Add a frame capture API of TV input" into lmp-dev

10 years agoAdd a frame capture API of TV input
Terry Heo [Wed, 18 Jun 2014 05:26:44 +0000 (14:26 +0900)]
Add a frame capture API of TV input

- Added new permission CAPTURE_TV_INPUT

Bug: 15736756
Change-Id: I2ae8b2e3f5b1ad1d525854ed89ab2043cf66acbe

10 years agoAllow apps to be slow at loading children and thumbnails by making those functions...
Joe Onorato [Wed, 23 Jul 2014 06:21:12 +0000 (23:21 -0700)]
Allow apps to be slow at loading children and thumbnails by making those functions allowed to be asynchronous.

Change-Id: Ibcaee3f0f8d9ba14f1b002df9c6d4594c6278045

10 years agoMerge "searchKeyphrase* should not be in the SDK" into lmp-dev
Sandeep Siddhartha [Thu, 24 Jul 2014 06:28:34 +0000 (06:28 +0000)]
Merge "searchKeyphrase* should not be in the SDK" into lmp-dev

10 years agosearchKeyphrase* should not be in the SDK
Sandeep Siddhartha [Wed, 23 Jul 2014 21:33:02 +0000 (14:33 -0700)]
searchKeyphrase* should not be in the SDK

Bug: 16400889
Change-Id: Idedaefe378e330910301a8f0a88527376398d743

10 years agoCamera2: Fix callback operation
Eino-Ville Talvala [Tue, 15 Jul 2014 17:31:54 +0000 (10:31 -0700)]
Camera2: Fix callback operation

- Remove CloseableLock use; looks to be incompatible with invocations during callbacks
- Replace with basic interface lock to be thread-safe
- Add intermediate callback thread to legacy mode to match cross-process one-way Binder
  semantics

Change-Id: Iecd4ff6cf260c5a13bd11b850177ccea93e25933

10 years agoDisable back button goes to recents behavior
Craig Mautner [Wed, 23 Jul 2014 17:42:18 +0000 (10:42 -0700)]
Disable back button goes to recents behavior

Using a static final boolean to do this so if policy is changed it
can be enabled easily.

Also fix fetching task from wrong list. Was causing
ActivityNotFoundExceptions.

Fixes bug 16512561.

Change-Id: I9b47a86fd740d45104aa14712e71df830218c5a7

10 years agoMerge "Handle wrong file format when printing." into lmp-dev
Svetoslav [Thu, 24 Jul 2014 03:21:01 +0000 (03:21 +0000)]
Merge "Handle wrong file format when printing." into lmp-dev

10 years agoHandle wrong file format when printing.
Svetoslav [Thu, 24 Jul 2014 03:15:09 +0000 (20:15 -0700)]
Handle wrong file format when printing.

PDF is the only format suppored for printing but a buggy app
can write content in another format which was crashing the
print spooler. Now we are generating an error instead of
crashing.

bug:16487161

Change-Id: Ic59d2ac6d57213f4e8f364659d8dc7df2140e61d

10 years agoMerge "Make lighting style and attribute public" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 00:40:48 +0000 (00:40 +0000)]
Merge "Make lighting style and attribute public" into lmp-dev

10 years agoMerge "Allow medium-long-press to initiate drag-to-open menus" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 03:20:55 +0000 (03:20 +0000)]
Merge "Allow medium-long-press to initiate drag-to-open menus" into lmp-dev

10 years agoAllow medium-long-press to initiate drag-to-open menus
Alan Viverette [Thu, 24 Jul 2014 03:15:44 +0000 (20:15 -0700)]
Allow medium-long-press to initiate drag-to-open menus

BUG: 16352041
Change-Id: I58933ae8cce1b3cecc1c533338d02a2f6ef1523b

10 years agoBug 15564216: Report Bluetooth tx/rx/idle activity info and energy reporting
Prerepa Viswanadham [Wed, 23 Jul 2014 00:00:09 +0000 (17:00 -0700)]
Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reporting

Change-Id: I66fd83d8d59fbd93dec8886dfd313a81575e38a5

10 years agoMerge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003...
Robert Ly [Wed, 23 Jul 2014 20:59:29 +0000 (20:59 +0000)]
Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

10 years agocherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d758...
Scott Rowe [Wed, 18 Jun 2014 21:18:25 +0000 (14:18 -0700)]
cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1

Change-Id: I21424c1407b44554ac135248dabc2328bc70aef9

10 years agoMerge "Adding fallback transition for animating in/out of affiliate groups." into...
Winson Chung [Thu, 24 Jul 2014 01:23:37 +0000 (01:23 +0000)]
Merge "Adding fallback transition for animating in/out of affiliate groups." into lmp-dev

10 years agoUpdating the save to PDF button icon.
Svetoslav [Thu, 24 Jul 2014 01:22:03 +0000 (18:22 -0700)]
Updating the save to PDF button icon.

Change-Id: Ie62a22d6e16d15426f10afa0512b0083c52ff507

10 years agoAdding fallback transition for animating in/out of affiliate groups.
Winson Chung [Thu, 24 Jul 2014 01:20:13 +0000 (18:20 -0700)]
Adding fallback transition for animating in/out of affiliate groups.

10 years agoMerge "Improve documentation for for CallLog.CONTENT_URI_WITH_VOICEMAIL" into lmp-dev
Yorke Lee [Thu, 24 Jul 2014 02:23:26 +0000 (02:23 +0000)]
Merge "Improve documentation for for CallLog.CONTENT_URI_WITH_VOICEMAIL" into lmp-dev

10 years agoImplement OneTouchRecordAction and stop one touch record.
Jungshik Jang [Wed, 23 Jul 2014 07:10:23 +0000 (16:10 +0900)]
Implement OneTouchRecordAction and stop one touch record.

In addition to it, add api for clearTimerRecording as well.
Separately, I will replace logic for notifying message with callback
interface.

Bug: 16160962

Change-Id: I2368f7c697eb44ed4542c0ec4412c63a6ae41a5c

10 years agoImprove documentation for for CallLog.CONTENT_URI_WITH_VOICEMAIL
Yorke Lee [Wed, 23 Jul 2014 22:23:47 +0000 (15:23 -0700)]
Improve documentation for for CallLog.CONTENT_URI_WITH_VOICEMAIL

Change-Id: I6e1a4811f822f2211070edd7c9aa486005e53cea

10 years agoMerge "Fixes setting password through DevicePolicyManager" into lmp-dev
Geoffrey Borggaard [Thu, 24 Jul 2014 00:24:17 +0000 (00:24 +0000)]
Merge "Fixes setting password through DevicePolicyManager" into lmp-dev

10 years agoFixes setting password through DevicePolicyManager
Geoffrey Borggaard [Fri, 18 Jul 2014 20:47:18 +0000 (16:47 -0400)]
Fixes setting password through DevicePolicyManager

LockPatternUtils wasn't taking the userId into account when
looking up the salt.
Bug: 16204999

Change-Id: I0626b5a0a55c244122c24fb4446f270918f3187c

10 years agoMerge "Reenable logging." into lmp-dev
Robert Greenwalt [Wed, 23 Jul 2014 19:45:20 +0000 (19:45 +0000)]
Merge "Reenable logging." into lmp-dev

10 years agoReenable logging.
Robert Greenwalt [Wed, 23 Jul 2014 19:42:47 +0000 (12:42 -0700)]
Reenable logging.

ConnectivityService has been rewritten for L and is in a stabilizing period.
We need the logging to track down bugs people report.
Restoring to Pre-L conditions.

If there's excess logging please report it - it probably indicates a bug.

Change-Id: I7baf891e3bf12e1545afeb92b8d5af0b01e12a7b

10 years agoMerge "WebView permission change" into lmp-dev
Tao Bai [Wed, 23 Jul 2014 19:19:52 +0000 (19:19 +0000)]
Merge "WebView permission change" into lmp-dev

10 years agoWebView permission change
Tao Bai [Wed, 16 Jul 2014 20:54:15 +0000 (13:54 -0700)]
WebView permission change

As requested by API council, the following were changed
- Changed the PermissionRequest to abstract.
- Used String for resources instead of long.
- Also remove the WebView.preauthorizePermission() which we didn't think

BUG: 15432556
Change-Id: I900a98b4e0288d2bcd8faf0bbcd84970600548a5

10 years agoMerge "Hide multiple-account information if there is only a single account" into...
Nancy Chen [Wed, 23 Jul 2014 23:45:16 +0000 (23:45 +0000)]
Merge "Hide multiple-account information if there is only a single account" into lmp-dev

10 years agoHide multiple-account information if there is only a single account
Nancy Chen [Tue, 22 Jul 2014 23:56:49 +0000 (16:56 -0700)]
Hide multiple-account information if there is only a single account

Adding an API method to telecomm to determine whether there is a single
account.

Bug: 16483795
Change-Id: If30d3a53458b4c784995f3f9e471c8163a8175a4

10 years agoMerge changes I925c8738,I1a8ad5c2 into lmp-dev
Gabriel Peal [Wed, 23 Jul 2014 20:02:19 +0000 (20:02 +0000)]
Merge changes I925c8738,I1a8ad5c2 into lmp-dev

* changes:
  Added Action to PlaybackState
  Added QueueState, playUri, and playFromSearch.

10 years agoAdded Action to PlaybackState
Gabriel Peal [Tue, 22 Jul 2014 16:39:06 +0000 (09:39 -0700)]
Added Action to PlaybackState

Added the ability to discover MediaBrowsers

Change-Id: I925c8738ac73afd0bee3dada2ee7ff2d5047e63f

10 years agoAdded QueueState, playUri, and playFromSearch.
Gabriel Peal [Tue, 22 Jul 2014 16:39:06 +0000 (09:39 -0700)]
Added QueueState, playUri, and playFromSearch.

Added QueueState to MediaSession/MediaController
Added play(Uri) and playFromSearch(String) to MediaController.TransportControls

Change-Id: I1a8ad5c22d05015ab6ff5700dc8a758455f1d89b

10 years agoMerge "Infer legacy network type for ConnectivityManager.requestNetwork" into lmp-dev
Ye Wen [Wed, 23 Jul 2014 18:53:02 +0000 (18:53 +0000)]
Merge "Infer legacy network type for ConnectivityManager.requestNetwork" into lmp-dev

10 years agoInfer legacy network type for ConnectivityManager.requestNetwork
Ye Wen [Mon, 21 Jul 2014 21:19:01 +0000 (14:19 -0700)]
Infer legacy network type for ConnectivityManager.requestNetwork

ConnectivityManager.requestNetwork pass TYPE_NONE to
sendRequestForNetwork which prevents it from being used with legacy API
requestRouteToHostAddress. This CL infers the legacy network type
automatically from the network capabilities.

b/16324360

Change-Id: I591d38f875f42f56e8cfc157db2069c9eee0ee26

10 years agoMerge "Make the 'locked' lock task not lock keyguard on exit" into lmp-dev
Jason Monk [Wed, 23 Jul 2014 18:44:53 +0000 (18:44 +0000)]
Merge "Make the 'locked' lock task not lock keyguard on exit" into lmp-dev

10 years agoMerge "Fix JobScheduler race condition" into lmp-dev
Matthew Williams [Wed, 23 Jul 2014 22:44:08 +0000 (22:44 +0000)]
Merge "Fix JobScheduler race condition" into lmp-dev

10 years agoFix JobScheduler race condition
Matthew Williams [Wed, 23 Jul 2014 03:44:12 +0000 (20:44 -0700)]
Fix JobScheduler race condition

The loading of jobs from disk is now done sychronously.

Bug: 16372824
Change-Id: Ica0592d6de51e89662c9e49ed1eb59209b64356c

10 years agoExpose getCarrierPackageNamesForBroadcastIntent as a hidden @SystemApi
Shishir Agrawal [Mon, 21 Jul 2014 20:17:33 +0000 (13:17 -0700)]
Expose getCarrierPackageNamesForBroadcastIntent as a hidden @SystemApi

It will be required by setup wizard to delegate initialization to the carrier
app.

Change-Id: Icc0fc728e1e24235632ac38a482b06a7b829de78

10 years agoDump RenderThread stack on unresponsive
John Reck [Wed, 23 Jul 2014 21:54:04 +0000 (14:54 -0700)]
Dump RenderThread stack on unresponsive

 Bug: 16408405

Change-Id: I4ba4836fd1451fb8ba77c34cdb843d3cb4217bb8

10 years agoAdd negative sign separation support in the pathData
ztenghui [Mon, 21 Jul 2014 22:59:06 +0000 (15:59 -0700)]
Add negative sign separation support in the pathData

bug:14585171

Change-Id: I61dec27856be09c44bb1d32ff61b3c3cd458cc34

10 years agoMerge "Use activity for brightness dialog" into lmp-dev
Alan Viverette [Wed, 23 Jul 2014 21:41:25 +0000 (21:41 +0000)]
Merge "Use activity for brightness dialog" into lmp-dev

10 years agoMerge "Expose Gps Navigation Messages in the platform. b/16405976" into lmp-dev
destradaa [Wed, 23 Jul 2014 21:35:59 +0000 (21:35 +0000)]
Merge "Expose Gps Navigation Messages in the platform. b/16405976" into lmp-dev

10 years agoDoze: Manage screen state + brightness when teasing.
John Spurlock [Wed, 23 Jul 2014 15:09:02 +0000 (11:09 -0400)]
Doze: Manage screen state + brightness when teasing.

Bug:15863249
Change-Id: I2e9574afd58594d1895777024529e90815c66913

10 years agoMerge "Fixing issue with the lock-to-app setting not being refreshed when entering...
Winson Chung [Wed, 23 Jul 2014 21:53:22 +0000 (21:53 +0000)]
Merge "Fixing issue with the lock-to-app setting not being refreshed when entering recents." into lmp-dev

10 years agoFixing issue with the lock-to-app setting not being refreshed when entering recents.
Winson Chung [Wed, 23 Jul 2014 18:51:32 +0000 (11:51 -0700)]
Fixing issue with the lock-to-app setting not being refreshed when entering recents.

Change-Id: I8236aebc18a0d7194bfe50fe2c61659caa39b04c