OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Check the validity of the port id of HdmiCecMessage only in TV." into lmp-dev
Yuncheol Heo [Fri, 25 Jul 2014 09:20:41 +0000 (09:20 +0000)]
Merge "Check the validity of the port id of HdmiCecMessage only in TV." into lmp-dev

10 years agoTIF: Remove ClientState.mInputIds
Ji-Hwan Lee [Thu, 24 Jul 2014 07:30:02 +0000 (16:30 +0900)]
TIF: Remove ClientState.mInputIds

It's no longer used since callback is now global, instead of per-input.

Change-Id: I82e4d9b8999fb9c18819a12e8436cd94e7174206

10 years agoCheck the validity of the port id of HdmiCecMessage only in TV.
Yuncheol Heo [Fri, 25 Jul 2014 05:05:19 +0000 (14:05 +0900)]
Check the validity of the port id of HdmiCecMessage only in TV.

In playback device, we don't track the port info, so we can't verify
the validity of the port id part of the physical address parameter of
HdmiCecMessages.

Bug: 16274232
Change-Id: I41f95dba0505d45688e2c9031b78863dc93248ce

10 years agoMerge "A couple of restore fixes:" into lmp-dev
Christopher Tate [Fri, 25 Jul 2014 02:16:54 +0000 (02:16 +0000)]
Merge "A couple of restore fixes:" into lmp-dev

10 years agoMountService: Fix android.process.media crash repeatedly problem
JP Abgrall [Fri, 25 Jul 2014 01:19:12 +0000 (18:19 -0700)]
MountService: Fix android.process.media crash repeatedly problem

When the framework restarts because of certain exception, the
external volume id will disappear. At this time, mount service
will issue "volume list" command to vold to get the status of
each storage.

The fix is to re-broadcast the uuid and user label again via
vold "volume list broadcast" command.

Bug: 16253597
Bug: 16306775
Change-Id: I227e8bc597a4f5338035d3401036490f14557211

10 years agoA couple of restore fixes:
Christopher Tate [Fri, 25 Jul 2014 01:58:23 +0000 (18:58 -0700)]
A couple of restore fixes:

* Fix crasher after transport-level failure attempting to ask for
  the name of the next package to be restored

* Current-dataset single-package restore path no longer requires
  that the package have its own backup agent.

Bug 16548983

Change-Id: Id37f2f0e6075d53c414d9a997bf738bbf0cfff8b

10 years agoMerge "Clip windows to their background by default" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 00:29:32 +0000 (00:29 +0000)]
Merge "Clip windows to their background by default" into lmp-dev

10 years agoClip windows to their background by default
Alan Viverette [Thu, 24 Jul 2014 23:18:53 +0000 (16:18 -0700)]
Clip windows to their background by default

BUG: 16549166
Change-Id: I4ed0f60316df02b6ee56e163ad25e27e1396a6ae

10 years agoMerge "Fix radio button tints" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 00:15:19 +0000 (00:15 +0000)]
Merge "Fix radio button tints" into lmp-dev

10 years agoFix radio button tints
Alan Viverette [Fri, 25 Jul 2014 00:13:49 +0000 (17:13 -0700)]
Fix radio button tints

BUG: 16513084
Change-Id: I0cda30f25c54a3d9814bbbb4578893734efb5d82

10 years agoMerge "Separate background from ripple for better focus/press UX" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 00:12:31 +0000 (00:12 +0000)]
Merge "Separate background from ripple for better focus/press UX" into lmp-dev

10 years agoSeparate background from ripple for better focus/press UX
Alan Viverette [Thu, 24 Jul 2014 23:31:42 +0000 (16:31 -0700)]
Separate background from ripple for better focus/press UX

Regresses the "jump" when focus changes, since the background position
is static and we don't have any reasonable UX spec for this yet.

BUG: 16323640
Change-Id: I7152546ed08375864174049b342653b3c4d3d9fb

10 years agoFix corner case of RelativeLayout with pinned edges
Chet Haase [Tue, 22 Jul 2014 23:38:16 +0000 (16:38 -0700)]
Fix corner case of RelativeLayout with pinned edges

LayoutParams without a specified layout_width value automatically
get a default of 0. This works in most cases, when the view is pinned by
various constraints (such as alignParentLeft and alignParentRight),
but breaks down when the child lies in negative coordinates.

Negative coordinates are supposed to be a signal, in RelativeLayout, that
that coordinate is variable. However, negative margins can cause a negative
value to be calculated, at which point it should be used as a concrete value,
not a behavior trigger.

The fix is to use Integer.MIN_VALUe as the tirgger instead, to distinguish that
impossible value from negative values which could reasonably have been computed
during measurement.

Also, removes dead code from earlier attempt at rtl.

Issue #10606777 Time picker can't display 10, 11, or 12 oclock when font size is huge
Issue #16516577 resolveLayoutDirection doesn't act as intended

Change-Id: Ia564603012f3c45636e69cd3776205fb544fda48

10 years agoMerge "AudioService: implement TV system volume" into lmp-dev
Eric Laurent [Thu, 24 Jul 2014 23:26:44 +0000 (23:26 +0000)]
Merge "AudioService: implement TV system volume" into lmp-dev

10 years agoAudioService: implement TV system volume
Eric Laurent [Mon, 21 Jul 2014 22:43:18 +0000 (15:43 -0700)]
AudioService: implement TV system volume

Implement volume policy for TV devices:
- No ringer mode: never silent
- All stream volumes are synchronized: changing any
stream volume will change the volume for all sources.
- Volume is maintained per output device.
- If a CEC capable HDMI sink is connected, digital volume
is maxed out and volume controls are sent to HDMI sink.

Bug: 15759753.

Change-Id: Ic4c38c749ef0440def9635a1669068ccef02a323

10 years agoMerge "Also unhide WifiConfiguration.lastUpdatedUid." into lmp-dev
Chelsea Derrick [Thu, 24 Jul 2014 23:24:05 +0000 (23:24 +0000)]
Merge "Also unhide WifiConfiguration.lastUpdatedUid." into lmp-dev

10 years agoAlso unhide WifiConfiguration.lastUpdatedUid.
Chelsea Derrick [Thu, 24 Jul 2014 19:50:40 +0000 (12:50 -0700)]
Also unhide WifiConfiguration.lastUpdatedUid.

Bug: 16153258
Change-Id: I69c2666a63c3e56787c4aa2699c2cfd22c053353

10 years agoMerge "resolved conflicts for merge of bc3699b1 to lmp-dev" into lmp-dev
Prashant Malani [Thu, 24 Jul 2014 22:39:54 +0000 (22:39 +0000)]
Merge "resolved conflicts for merge of bc3699b1 to lmp-dev" into lmp-dev

10 years agoresolved conflicts for merge of bc3699b1 to lmp-dev
Prashant Malani [Thu, 24 Jul 2014 22:29:22 +0000 (15:29 -0700)]
resolved conflicts for merge of bc3699b1 to lmp-dev

Change-Id: I1b219b5b48afb08ce3704a4f064a85652d2d9339

10 years agoMerge "Address API review" into lmp-dev
Selim Gurun [Thu, 24 Jul 2014 22:36:10 +0000 (22:36 +0000)]
Merge "Address API review" into lmp-dev

10 years agoAddress API review
Selim Gurun [Fri, 18 Jul 2014 23:23:46 +0000 (16:23 -0700)]
Address API review

Bug: 16403458

Address API review. This change updates the FileChooser api. The
largest change is, as requested by API council, providing a helper
to reduce the code app developers need to implement. This
change does not include the CookieManager changes that was requested.

Change-Id: I30d75f36df6bc96d9842b63fdd25c4ff62aee5bb

10 years agoMerge "Don't create a ConnectivityManager when the service isn't ready yet." into...
Sreeram Ramachandran [Thu, 24 Jul 2014 23:35:56 +0000 (23:35 +0000)]
Merge "Don't create a ConnectivityManager when the service isn't ready yet." into lmp-dev

10 years agoDon't create a ConnectivityManager when the service isn't ready yet.
Sreeram Ramachandran [Thu, 24 Jul 2014 23:05:17 +0000 (16:05 -0700)]
Don't create a ConnectivityManager when the service isn't ready yet.

Bug: 16550853
Change-Id: Ib244c93dc982cbfe5d065a20e4b8f0aeefb15b8f

10 years agoMerge "Add memory tracking for persistent proccesses and launcher" into lmp-dev
wsmlby [Thu, 24 Jul 2014 23:25:50 +0000 (23:25 +0000)]
Merge "Add memory tracking for persistent proccesses and launcher" into lmp-dev

10 years agoCall PRE_BOOT_COMPLETED on starting any user
Amith Yamasani [Wed, 23 Jul 2014 02:59:47 +0000 (19:59 -0700)]
Call PRE_BOOT_COMPLETED on starting any user

Refactor PRE_BOOT_COMPLETED delivery code.
Continue to call it on all existing users on system update.
Call it on any user being started, as part of
initialization.

Change-Id: Ie188a823fb19afde3781d6c45ada55d6e92edfac

10 years agoAdd memory tracking for persistent proccesses and launcher
wsmlby [Thu, 24 Jul 2014 21:27:39 +0000 (14:27 -0700)]
Add memory tracking for persistent proccesses and launcher

Change-Id: I5228bd67884dc8b77207a597f279fd4032c7f9d9

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 24 Jul 2014 21:04:57 +0000 (21:04 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoam b4dcc64f: Merge "Revert "Remove circular mask"" into klp-modular-dev
Prashant Malani [Thu, 24 Jul 2014 18:06:03 +0000 (18:06 +0000)]
am b4dcc64f: Merge "Revert "Remove circular mask"" into klp-modular-dev

* commit 'b4dcc64fe6314b139ac17aa296419bbf153df2f6':
  Revert "Remove circular mask"

10 years agoMerge "Call removeOverlayView() before onRelease()" into lmp-dev
Sungsoo Lim [Fri, 25 Jul 2014 00:15:09 +0000 (00:15 +0000)]
Merge "Call removeOverlayView() before onRelease()" into lmp-dev

10 years agoMerge "Use Scanner for legacy LE scans(1/2)." into lmp-dev
Wei Wang [Fri, 25 Jul 2014 06:44:33 +0000 (06:44 +0000)]
Merge "Use Scanner for legacy LE scans(1/2)." into lmp-dev

10 years agoUse Scanner for legacy LE scans(1/2).
Wei Wang [Thu, 24 Jul 2014 06:34:00 +0000 (23:34 -0700)]
Use Scanner for legacy LE scans(1/2).

Also removed different scan methods from IBluetoothGatt and make
BluetoothLeScanner and BluetoothLEAdvertiser singleton.

Change-Id: Ifa2e950b50f100f5507a6dace3bd70db18d7f9ca

10 years agoMerge "Fix docs build breakage in #TextView_letterSpacing" into lmp-dev
Raph Levien [Fri, 25 Jul 2014 05:51:56 +0000 (05:51 +0000)]
Merge "Fix docs build breakage in #TextView_letterSpacing" into lmp-dev

10 years agoFix docs build breakage in #TextView_letterSpacing
Raph Levien [Fri, 25 Jul 2014 05:46:09 +0000 (22:46 -0700)]
Fix docs build breakage in #TextView_letterSpacing

This patch removes the @hide annotations and public reference from the
new letterSpacing attribute, so the docs will build. It's still not an
ideal state because a test app can't find the attribute, but at least it
unbreaks the build.

Change-Id: I5425fbe3d63f7a759fabe43bd2136196c7112eed

10 years agoAdd more disconnect causes 1/4
Santos Cordon [Thu, 24 Jul 2014 22:32:34 +0000 (15:32 -0700)]
Add more disconnect causes 1/4

Bug: 15692074
Change-Id: Ib94c33fac8450b70e53dbe12d71f41777e9e140c

10 years agoMerge "Replace osd message for record status with IHdmiRecordCallback." into lmp-dev
Jungshik Jang [Fri, 25 Jul 2014 02:34:29 +0000 (02:34 +0000)]
Merge "Replace osd message for record status with IHdmiRecordCallback." into lmp-dev

10 years agoReplace osd message for record status with IHdmiRecordCallback.
Jungshik Jang [Thu, 24 Jul 2014 06:27:44 +0000 (15:27 +0900)]
Replace osd message for record status with IHdmiRecordCallback.

Add new interface, IHdmiRecordCallback, in order to handle
result of all recording features, One Touch Record and
Timer Recording.
HdmiRecordCallback is clientside interface which uses
RecordSource as return of getOneTouchRecordSource,
instead of raw byte array.

Along with it, add TimerRecordingAction.

Bug: 16160962

Change-Id: If0ed7abc5f45b020b39555cac585becbe8ee7da4

10 years agoMerge "Add portID information in HdmiCecDeviceInfo" into lmp-dev
Jinsuk Kim [Fri, 25 Jul 2014 04:03:50 +0000 (04:03 +0000)]
Merge "Add portID information in HdmiCecDeviceInfo" into lmp-dev

10 years agoAdd portID information in HdmiCecDeviceInfo
Jinsuk Kim [Thu, 24 Jul 2014 23:22:26 +0000 (08:22 +0900)]
Add portID information in HdmiCecDeviceInfo

This change makes it convenient to get the HDMI port ID from the device
info without having to look it up through a separate HdmiPortInfo, which
happens in many places.

Also removed port information lookup loop by introducing two maps variable
in Control Service: port path ->port ID, and port ID -> port info.

Bug: 16547583
Change-Id: Ibfff722a16b626230766058efcc819e9c8ca0663

10 years agoMerge "QS: Handle all camera api exceptions during init." into lmp-dev
John Spurlock [Thu, 24 Jul 2014 22:15:13 +0000 (22:15 +0000)]
Merge "QS: Handle all camera api exceptions during init." into lmp-dev

10 years agoQS: Handle all camera api exceptions during init.
John Spurlock [Thu, 24 Jul 2014 22:12:58 +0000 (18:12 -0400)]
QS: Handle all camera api exceptions during init.

Temporary workaround to unblock certain devices.

Bug:16547333
Change-Id: I80d8ec609e5c32b9db290576c5ec791ad915c45c

10 years agoMerge "Flip the permissions checks for video capture." into lmp-dev
Michael Wright [Fri, 25 Jul 2014 01:37:31 +0000 (01:37 +0000)]
Merge "Flip the permissions checks for video capture." into lmp-dev

10 years agoCreate end of animation callback for Activity
Craig Mautner [Thu, 24 Jul 2014 22:12:54 +0000 (15:12 -0700)]
Create end of animation callback for Activity

Activities cannot draw while their entering animations are active.
This change introduces a callback, onEnterAnimationComplete() so
that activities can know when their draws will be effective.

Fixes bug 13658460.

Change-Id: Ic48540cd4c7e37538f10cb2dc0852aa3f55d11e1

10 years agoFlip the permissions checks for video capture.
Michael Wright [Fri, 25 Jul 2014 01:20:41 +0000 (18:20 -0700)]
Flip the permissions checks for video capture.

Currently they're backwards in DisplayManagerService. Oops.

Bug: 16315225
Change-Id: I9bbfc0f4aef1bd21e43594cc36c6e8fd112f0b81

10 years agoMerge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev
Dongwon Kang [Fri, 25 Jul 2014 01:21:23 +0000 (01:21 +0000)]
Merge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev

10 years agoRemove COLUMN_CONDITIONAL_ACCESS from TvContract.
Dongwon Kang [Thu, 24 Jul 2014 04:52:40 +0000 (13:52 +0900)]
Remove COLUMN_CONDITIONAL_ACCESS from TvContract.

It turned out that having this flag in Channels table does not
make sense for some European countries because they scremble the signal
per program basis. Also, the current flag does not fit to the use-case
like 'pay per view'. Decided to remove this in L release because it's not
clear how we will handle the cases raised at this moment.

Change-Id: Ibbf829f331a307ac89a553e00ece18d5958e72b5

10 years agoImprove the window query API performamce.
Svetoslav [Thu, 24 Jul 2014 21:17:05 +0000 (14:17 -0700)]
Improve the window query API performamce.

We are caching the window data in the accessibility service process.
When windows change we were sending the dalta of the windows the
service knows about. To make this work when the app asked for all
windows we had to call into the system as new windows may have
appeared. This was slow.

Now we are telling the service some windows change and if it gets
the windows we cache them. We call into the system only on a cache
miss and evict all windows from the cache on window change event.
We do not evict the nodes of the window as the former may have
just moved. If views in a window change they fire accessibility
events that trigger the correct eviction.

Change-Id: I586a72a2497b0d44a75288fa758e7e88817f3300

10 years agoMerge "TIF: Add @SystemApi to TvStreamConfig" into lmp-dev
Terry Heo [Fri, 25 Jul 2014 01:11:58 +0000 (01:11 +0000)]
Merge "TIF: Add @SystemApi to TvStreamConfig" into lmp-dev

10 years agoTIF: Add @SystemApi to TvStreamConfig
Terry Heo [Thu, 24 Jul 2014 23:44:16 +0000 (08:44 +0900)]
TIF: Add @SystemApi to TvStreamConfig

To fix broken build of xts

Change-Id: Iefb94c1a7211e6b0a9ae64b78ba6b3999dd8d366

10 years agoFix preference panel style in DialogWhenLarge
Alan Viverette [Fri, 25 Jul 2014 00:20:16 +0000 (17:20 -0700)]
Fix preference panel style in DialogWhenLarge

BUG: 16550946
Change-Id: Ic419c9f6328b50383ca0ad09a1c1014129256b99

10 years agoMerge "MediaFormat: add capture rate key" into lmp-dev
Zhijun He [Fri, 25 Jul 2014 00:53:21 +0000 (00:53 +0000)]
Merge "MediaFormat: add capture rate key" into lmp-dev

10 years agoMediaFormat: add capture rate key
Zhijun He [Wed, 23 Jul 2014 18:27:33 +0000 (11:27 -0700)]
MediaFormat: add capture rate key

Change-Id: I2f7dd244d41d52aab6a172ae5df3e1fce3edd694

10 years agoTurn on debugging override of idle time
Christopher Tate [Fri, 25 Jul 2014 00:03:22 +0000 (17:03 -0700)]
Turn on debugging override of idle time

'adb shell am idle-maintenance' has traditionally been used to force
the system to consider itself to be in an "idle" state.  Unfortunately
the new Job Manager hadn't yet been aware of this.  Rectify the situation.

Also fixes a bug in debug logging that would cause a system server
crash under certain race circumstances.

Change-Id: I8a29bd7757924f8e464865235c344233fc03d8c3

10 years agoMerge "Disable TvInputManagerService on non-TV devices." into lmp-dev
Dongwon Kang [Fri, 25 Jul 2014 01:11:12 +0000 (01:11 +0000)]
Merge "Disable TvInputManagerService on non-TV devices." into lmp-dev

10 years agoMerge "Define TYPE_PICK_UP_GESTURE." into lmp-dev
Aravind Akella [Fri, 25 Jul 2014 01:15:47 +0000 (01:15 +0000)]
Merge "Define TYPE_PICK_UP_GESTURE." into lmp-dev

10 years agoDefine TYPE_PICK_UP_GESTURE.
Aravind Akella [Thu, 17 Jul 2014 19:42:00 +0000 (12:42 -0700)]
Define TYPE_PICK_UP_GESTURE.

Change-Id: Ic2c7963352ff954884ce05a0a3a71516ed417140

10 years agoMerge "Fix system API stub build." into lmp-dev
Jeff Davidson [Fri, 25 Jul 2014 01:12:02 +0000 (01:12 +0000)]
Merge "Fix system API stub build." into lmp-dev

10 years agoFix system API stub build.
Jeff Davidson [Fri, 25 Jul 2014 01:05:27 +0000 (18:05 -0700)]
Fix system API stub build.

TvInputManager.captureFrame is @SystemApi and depends on
TvStreamConfig which must also be made @SystemApi.

Change-Id: I8a4a10d77d4cfb80674c4ac8aa7a8ed119881aa0

10 years agoMerge "Add letter-spacing to Paint and TextView" into lmp-dev
Behdad Esfahbod [Thu, 24 Jul 2014 22:56:20 +0000 (22:56 +0000)]
Merge "Add letter-spacing to Paint and TextView" into lmp-dev

10 years agoAdd letter-spacing to Paint and TextView
Behdad Esfahbod [Thu, 17 Jul 2014 23:10:39 +0000 (19:10 -0400)]
Add letter-spacing to Paint and TextView

New API is hidden.

Bug: 15594400
Change-Id: I5cbe7aebef0b7280eb13924f2a706c0cb4a4688e

10 years agoMerge "fix build" into lmp-dev
John Reck [Thu, 24 Jul 2014 21:48:47 +0000 (21:48 +0000)]
Merge "fix build" into lmp-dev

10 years agofix build
John Reck [Thu, 24 Jul 2014 21:46:54 +0000 (14:46 -0700)]
fix build

Change-Id: I597255b2b311b7daec7ffe537f62ee78eace50be

10 years agoUse a sequence number for thumbnail callback.
Yao Chen [Wed, 23 Jul 2014 22:04:48 +0000 (15:04 -0700)]
Use a sequence number for thumbnail callback.

Change-Id: I27888cd0437b4f654cb29371b7d86b9341d84ae9

10 years agoFix ALL compile warnings
John Reck [Thu, 24 Jul 2014 20:38:28 +0000 (13:38 -0700)]
Fix ALL compile warnings

 All warnings/errors fixed for GCC & Clang

Change-Id: I2ece3a136a5ae97a9acc3069537ed986238b5fd3

10 years agoMerge "Fix no transition when only shared element exists." into lmp-dev
George Mount [Thu, 24 Jul 2014 21:19:18 +0000 (21:19 +0000)]
Merge "Fix no transition when only shared element exists." into lmp-dev

10 years agoFix no transition when only shared element exists.
George Mount [Thu, 24 Jul 2014 20:19:51 +0000 (13:19 -0700)]
Fix no transition when only shared element exists.

Bug 16245703

Change-Id: Ie31baaf7f58038fc79ffca0206ce3bec0ef64cb4

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 agoMerge "Fix DUN-based tethering." into lmp-dev
Robert Greenwalt [Thu, 24 Jul 2014 21:48:39 +0000 (21:48 +0000)]
Merge "Fix DUN-based tethering." into lmp-dev

10 years agoFix DUN-based tethering.
Robert Greenwalt [Wed, 23 Jul 2014 18:44:01 +0000 (11:44 -0700)]
Fix DUN-based tethering.

It was calling into dead ConnectivityService code rather than using
the new ConnectivityManager shim code.

bug:15221541
Change-Id: I1e3eea8a658a162ce36673ed1cf7b1e7e4372c42

10 years agoMerge "Revert "Remove circular mask"" into klp-modular-dev
Prashant Malani [Thu, 24 Jul 2014 17:42:06 +0000 (17:42 +0000)]
Merge "Revert "Remove circular mask"" into klp-modular-dev

10 years agoMerge "Remove MediaFocusControl persisting media button receiver" into lmp-dev
Jean-Michel Trivi [Thu, 24 Jul 2014 21:12:19 +0000 (21:12 +0000)]
Merge "Remove MediaFocusControl persisting media button receiver" into lmp-dev

10 years agoRemove MediaFocusControl persisting media button receiver
Jean-Michel Trivi [Thu, 24 Jul 2014 17:06:13 +0000 (10:06 -0700)]
Remove MediaFocusControl persisting media button receiver

MediaFocusControl doesn't handle media button receivers anymore,
 so it should read and persist a receiver, and monitor
 package addition/removals.
Also involved a security vulnerability, see bug

Bug 15428797

Change-Id: Ia2be01b20dc4a9820cc0cd3d0605ac03770b266b

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 24 Jul 2014 21:04:53 +0000 (21:04 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoRefactor screen blocking logic.
Craig Mautner [Thu, 24 Jul 2014 04:47:09 +0000 (21:47 -0700)]
Refactor screen blocking logic.

Because of the call to turn on the screen introduced in ag/495255
is now made earlier we may not have sent the wakeup broadcast by
the time the windows have all drawn. In such a case onScreenOn()
did not release the wakelock and the screen stayed off.

This change ensures that no matter the timing of onScreenOn()
the wakelock will be released but only for the onScreenOn()
called in response to the most recent screen on transition.

Fixes bug 16404078.

Change-Id: Ic1e3e61e16c1fc34d4ec657e0e53ac49a05ca6a4

10 years agoMerge "Remove the max ripple count exceeded warning" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 20:47:37 +0000 (20:47 +0000)]
Merge "Remove the max ripple count exceeded warning" into lmp-dev

10 years agoRemove the max ripple count exceeded warning
Alan Viverette [Thu, 24 Jul 2014 20:45:46 +0000 (13:45 -0700)]
Remove the max ripple count exceeded warning

BUG: 16543509
Change-Id: I84ec8e01136d1f0f34c6153d8ef7936de547746e

10 years agoUpdate icons for search and back
Alan Viverette [Thu, 24 Jul 2014 20:42:40 +0000 (13:42 -0700)]
Update icons for search and back

BUG: 16539661
Change-Id: If914e812841d2844a4fa50cc5a863615531371a2

10 years agoMerge "Update icons for search and back" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 20:43:06 +0000 (20:43 +0000)]
Merge "Update icons for search and back" into lmp-dev

10 years agoMerge "Add <feature-group> tag and change aapt badging" into lmp-dev
Adam Lesinski [Thu, 24 Jul 2014 20:29:43 +0000 (20:29 +0000)]
Merge "Add <feature-group> tag and change aapt badging" into lmp-dev

10 years agocleanup : delete BLE advertising related hidden state references in Bluetooth Adapter
Prerepa Viswanadham [Thu, 24 Jul 2014 19:22:24 +0000 (12:22 -0700)]
cleanup : delete BLE advertising related hidden state references in Bluetooth Adapter

Change-Id: Ia58a46392157e274f8fc4696e8e25af480eb2d2a

10 years agoUpdated accessibility nodes not properly cached.
Svetoslav [Thu, 24 Jul 2014 19:19:22 +0000 (12:19 -0700)]
Updated accessibility nodes not properly cached.

We have an accessibiliy node info cache in the process of each
accessibility service. Sometimes the cached node changes and
in this case we have evict from the cache the sub-trees rooted
at children that are no longer present. There was bug where if
none of the children is present anymore we did not evict their
sub-trees.

Also the verification logic was not stopping if a duplicate
node is seen potentially getting into an infinite loop.

bug:15729762

Change-Id: I7adf4f0a1bde07b385556d9acdded5059231f1f3

10 years agoMerge "Volume: force-dismiss panel when the screen turns off." into lmp-dev
John Spurlock [Thu, 24 Jul 2014 19:16:35 +0000 (19:16 +0000)]
Merge "Volume: force-dismiss panel when the screen turns off." into lmp-dev

10 years agoVolume: force-dismiss panel when the screen turns off.
John Spurlock [Thu, 24 Jul 2014 19:15:25 +0000 (15:15 -0400)]
Volume: force-dismiss panel when the screen turns off.

Bug:16492823
Change-Id: Ifc069ef936dc5f29d11f6b11dcc7131f440c7f0b

10 years agoMerge "QS: Fix clipped battery icon when expanded." into lmp-dev
John Spurlock [Thu, 24 Jul 2014 18:56:27 +0000 (18:56 +0000)]
Merge "QS: Fix clipped battery icon when expanded." into lmp-dev

10 years agoQS: Fix clipped battery icon when expanded.
John Spurlock [Thu, 24 Jul 2014 16:16:14 +0000 (12:16 -0400)]
QS: Fix clipped battery icon when expanded.

Change-Id: If5ad46b9f25e70af0e13654ce1137955eb87eec2

10 years agoMerge "Move AdvertiseData length check to BluetoothAdvertiser." into lmp-dev
Wei Wang [Thu, 24 Jul 2014 18:25:24 +0000 (18:25 +0000)]
Merge "Move AdvertiseData length check to BluetoothAdvertiser." into lmp-dev

10 years agoMerge "Update CookieManager API for Council review." into lmp-dev
Hector Dearman [Thu, 24 Jul 2014 17:53:05 +0000 (17:53 +0000)]
Merge "Update CookieManager API for Council review." into lmp-dev

10 years agoCompute layer bounds over subset of VertexBuffer verts
Chris Craik [Thu, 24 Jul 2014 00:21:25 +0000 (17:21 -0700)]
Compute layer bounds over subset of VertexBuffer verts

bug:15538815
Change-Id: I0dbb54f656a6ae99a87c5734761107e1c2351b65

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 agoUpdate CookieManager API for Council review.
Hector Dearman [Mon, 21 Jul 2014 11:00:10 +0000 (12:00 +0100)]
Update CookieManager API for Council review.

Remove synchronized from setAcceptThirdPartyCookies

Bug: 16403458
Change-Id: I6073da2c03fd0952bc447f7cfe0d959148af6877

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 "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