OSDN Git Service

android-x86/frameworks-base.git
8 years agoUpdate dock stack create mode after rotation if dock side changed
Chong Zhang [Wed, 25 May 2016 21:30:36 +0000 (14:30 -0700)]
Update dock stack create mode after rotation if dock side changed

On some devices (such as tablets) dock stack could be created on top,
but put to right after rotation. Dock create mode needs to be updated
in this case, otherwise when a new stack is attached to the display
(for example launch into now-cropped fullscreen stack),
attachDisplayContent() will use wrong dock mode to derive the bounds.

bug: 28942558
Change-Id: I83e66aeac94bd3f96c4b6a0a740acf76234bbe82

8 years agoMerge "Fix AudioTrack and AudioRecord documentation" into nyc-dev
Eric Laurent [Tue, 24 May 2016 17:15:10 +0000 (17:15 +0000)]
Merge "Fix AudioTrack and AudioRecord documentation" into nyc-dev

8 years agoMerge "Fix wallpaper crop during unlock animation" into nyc-dev
Chong Zhang [Tue, 24 May 2016 17:09:08 +0000 (17:09 +0000)]
Merge "Fix wallpaper crop during unlock animation" into nyc-dev

8 years agoMerge "Work on issue #27995384: Time in the top bar different..." into nyc-dev
Dianne Hackborn [Tue, 24 May 2016 16:56:00 +0000 (16:56 +0000)]
Merge "Work on issue #27995384: Time in the top bar different..." into nyc-dev

8 years agomedia: add missing levels in CodecProfileLevel and fix limits
Lajos Molnar [Tue, 24 May 2016 14:27:21 +0000 (07:27 -0700)]
media: add missing levels in CodecProfileLevel and fix limits

Bug: 28671284
Change-Id: Ie4a91f5639ce8f1c5ac825ec829ac82e695d18b5

8 years agoSet autobundled summary color.
Julia Reynolds [Fri, 20 May 2016 14:25:43 +0000 (10:25 -0400)]
Set autobundled summary color.

Change-Id: I8ceb0b045359dc364fcec411fcfc610f7f57d8db
Fixes: 28615262

8 years agoMerge "QS: Don't cause click noise when opening from QQS" into nyc-dev
Jason Monk [Tue, 24 May 2016 13:35:02 +0000 (13:35 +0000)]
Merge "QS: Don't cause click noise when opening from QQS" into nyc-dev

8 years agoMerge "Set accessibility string for suspended widgets." into nyc-dev
Kenny Guy [Tue, 24 May 2016 13:11:11 +0000 (13:11 +0000)]
Merge "Set accessibility string for suspended widgets." into nyc-dev

8 years agoMerge "Load WebView even if WebView relro creation times out." into nyc-dev
Gustav Sennton [Tue, 24 May 2016 10:39:31 +0000 (10:39 +0000)]
Merge "Load WebView even if WebView relro creation times out." into nyc-dev

8 years agoMerge "Support IPv6 multicast filtering in APF." into nyc-dev
Lorenzo Colitti [Tue, 24 May 2016 03:14:37 +0000 (03:14 +0000)]
Merge "Support IPv6 multicast filtering in APF." into nyc-dev

8 years agoReduced the impact of "synchronized" statements
Pavlin Radoslavov [Mon, 23 May 2016 05:16:41 +0000 (22:16 -0700)]
Reduced the impact of "synchronized" statements

* Removed "synchronized" statements that are not needed
* Replaced "synchronized" statements with Read/Write lock as
 appropriate. The lock protects the access to and the setting of
 BluetoothAdapter.mService and BluetoothManagerService.mBluetooth and
 associated state.

Bug: 28734075
Bug: 28799467
Change-Id: I8f8281c505f0a1ae0add1e14a3caba1f5b2a98e4

8 years agoFix AudioTrack and AudioRecord documentation
Eric Laurent [Mon, 23 May 2016 19:41:50 +0000 (12:41 -0700)]
Fix AudioTrack and AudioRecord documentation

Improve documentation for error codes returned by
AudioTrack.write() and AudioRecord.read() methods.
Fix native to JAVA error code conversion in JNI.

Bug: 28906466

Change-Id: I4d48b1d428834b7a39a14e2d81b6c164696817a8

8 years agoMerge "Fix issue #28868955: CTS: PendingIntentTest failures; Regressed in NRD48x...
Dianne Hackborn [Tue, 24 May 2016 00:18:38 +0000 (00:18 +0000)]
Merge "Fix issue #28868955: CTS: PendingIntentTest failures; Regressed in NRD48x" into nyc-dev

8 years agoMerge "PIP: Handle configuration changes" into nyc-dev
Jaewan Kim [Tue, 24 May 2016 00:05:26 +0000 (00:05 +0000)]
Merge "PIP: Handle configuration changes" into nyc-dev

8 years agoFix wallpaper crop during unlock animation
Chong Zhang [Mon, 23 May 2016 23:43:48 +0000 (16:43 -0700)]
Fix wallpaper crop during unlock animation

Do not crop wallpaper if the wallpaper target is animating but stack
clip mode is not STACK_CLIP_AFTER_ANIM. We can't crop wallpaper with
final bounds as the crop needs to apply before the transform.

bug: 28887408
Change-Id: I62b9a5ca818c3ca8d0af26d807318f63747b8ac4

8 years agoWork on issue #27995384: Time in the top bar different...
Dianne Hackborn [Mon, 23 May 2016 22:59:18 +0000 (15:59 -0700)]
Work on issue #27995384: Time in the top bar different...

...from time in the clock app

Always reset the kernel's next wake up time when we come
out of it, even if it didn't say an alarm went off.

Also add some more debugging to try to figure out what is
going on.

Change-Id: Ibf36d65b78c841128774d81517a7eb670c396c29

8 years agoMerge "Support DHCPv4 rebinding state" into nyc-dev
Erik Kline [Mon, 23 May 2016 23:19:03 +0000 (23:19 +0000)]
Merge "Support DHCPv4 rebinding state" into nyc-dev

8 years agoMerge "Deprecate unnecessairy Notification.Style constructors" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 23:04:35 +0000 (23:04 +0000)]
Merge "Deprecate unnecessairy Notification.Style constructors" into nyc-dev

8 years agoFix issue #28868955: CTS: PendingIntentTest failures; Regressed in NRD48x
Dianne Hackborn [Mon, 23 May 2016 21:39:45 +0000 (14:39 -0700)]
Fix issue #28868955: CTS: PendingIntentTest failures; Regressed in NRD48x

Uh, yeah.

Change-Id: I452187fcdda634ebf00e5d6bcaa45433f348c17e

8 years agoDeprecate unnecessairy Notification.Style constructors
Adrian Roos [Mon, 23 May 2016 20:56:15 +0000 (13:56 -0700)]
Deprecate unnecessairy Notification.Style constructors

Change-Id: I7a15eaaac4f756d137483aec5f389951c5a7eecb
Fixes: 28775574

8 years agoMerge "Only resuming starting dontWaitForPause activity once" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 20:51:39 +0000 (20:51 +0000)]
Merge "Only resuming starting dontWaitForPause activity once" into nyc-dev

8 years agoMerge "Recording activity notification: return list of configuration" into nyc-dev
Jean-Michel Trivi [Mon, 23 May 2016 20:49:28 +0000 (20:49 +0000)]
Merge "Recording activity notification: return list of configuration" into nyc-dev

8 years agoMerge "Make battery labels translatable." into nyc-dev
Jason Monk [Mon, 23 May 2016 19:58:48 +0000 (19:58 +0000)]
Merge "Make battery labels translatable." into nyc-dev

8 years agoMerge "Add a check to adjust thumbnail scaling for full screen shots on TV" into...
Sid Soundararajan [Mon, 23 May 2016 19:56:42 +0000 (19:56 +0000)]
Merge "Add a check to adjust thumbnail scaling for full screen shots on TV" into nyc-dev

8 years agoMerge "Add data from /proc/pagetypeinfo to procstats." into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 19:46:48 +0000 (19:46 +0000)]
Merge "Add data from /proc/pagetypeinfo to procstats." into nyc-dev

8 years agoMerge "Fixed a flashing when the affordances were launched" into nyc-dev
Selim Cinek [Mon, 23 May 2016 19:26:22 +0000 (19:26 +0000)]
Merge "Fixed a flashing when the affordances were launched" into nyc-dev

8 years agoMerge "Fixed a bug where the scrim could flash black when snoozing huns" into nyc-dev
Selim Cinek [Mon, 23 May 2016 19:25:55 +0000 (19:25 +0000)]
Merge "Fixed a bug where the scrim could flash black when snoozing huns" into nyc-dev

8 years agoMerge "Fixed a crash with the autocancelling" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 19:21:56 +0000 (19:21 +0000)]
Merge "Fixed a crash with the autocancelling" into nyc-dev

8 years agoMerge "Don't include removed window when counting interesting windows" into nyc-dev
Chong Zhang [Mon, 23 May 2016 18:59:03 +0000 (18:59 +0000)]
Merge "Don't include removed window when counting interesting windows" into nyc-dev

8 years agoMerge "Don't throw RemoteException from new NLS APIs" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 18:54:17 +0000 (18:54 +0000)]
Merge "Don't throw RemoteException from new NLS APIs" into nyc-dev

8 years agoDon't include removed window when counting interesting windows
Chong Zhang [Sat, 21 May 2016 16:23:55 +0000 (09:23 -0700)]
Don't include removed window when counting interesting windows

Also do not give input focus to window that's already marked for removal.
The input channel is already disposed and input manager will treat these
as null focus.

bug: 28797800

Change-Id: I3cb2d514a7286847f1ad6af3f629d04c303d3cbd

8 years agoMake battery labels translatable.
Jason Monk [Mon, 23 May 2016 18:42:23 +0000 (14:42 -0400)]
Make battery labels translatable.

Bug: 28829629
Change-Id: Id32587a4ad22aa79f7ec01f748466d6ff2394bcc

8 years agoMerge "Fix Certificate authority installed notification is gone when turning off...
Victor Chang [Mon, 23 May 2016 18:42:08 +0000 (18:42 +0000)]
Merge "Fix Certificate authority installed notification is gone when turning off and on the work mode." into nyc-dev

8 years agoQS: Don't cause click noise when opening from QQS
Jason Monk [Mon, 23 May 2016 18:40:27 +0000 (14:40 -0400)]
QS: Don't cause click noise when opening from QQS

Bug: 28770315
Change-Id: I972ae81b07db38699c4d88dbf1c556ea17258782

8 years agoSet accessibility string for suspended widgets.
Kenny Guy [Mon, 23 May 2016 18:26:13 +0000 (19:26 +0100)]
Set accessibility string for suspended widgets.

Update the content description to mention the
widget is suspended.
Mark the remote views as not significant for
accessibility.

Bug: 28909714
Change-Id: I8804d41e520e2b4af7ade0fa8820ee7b2488bde5

8 years agoAdd data from /proc/pagetypeinfo to procstats.
Joe Onorato [Thu, 19 May 2016 22:46:00 +0000 (15:46 -0700)]
Add data from /proc/pagetypeinfo to procstats.

This data tells us the number of pages of each type that
are available by page size.  It is collected each time
the procstats snapshot is taken, and printed in the
checkin and verbose (dumpsys procstats -a) modes.

Change-Id: I14562eac15833617391c560638a9e7d239ef8db6

8 years agoMerge "Correct height of add printer list separator" into nyc-dev
Philip P. Moltmann [Mon, 23 May 2016 18:27:13 +0000 (18:27 +0000)]
Merge "Correct height of add printer list separator" into nyc-dev

8 years agoRemoving extra haptic feedback.
Winson [Sat, 21 May 2016 17:51:19 +0000 (10:51 -0700)]
Removing extra haptic feedback.

- ag/923796 changed the logic to always return true, so these extra
  calls are no longer needed.

Bug: 28867314
Change-Id: I07a4f6ac772a1444bba1950b2f27aa4be58a8419

8 years agoMerge "Fixed flicker when docking task from recents." into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 18:01:12 +0000 (18:01 +0000)]
Merge "Fixed flicker when docking task from recents." into nyc-dev

8 years agoMerge "Fixing isOpRestricted in AppOpsService" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 17:57:49 +0000 (17:57 +0000)]
Merge "Fixing isOpRestricted in AppOpsService" into nyc-dev

8 years agoFixed a crash with the autocancelling
Selim Cinek [Mon, 23 May 2016 17:56:34 +0000 (10:56 -0700)]
Fixed a crash with the autocancelling

Change-Id: If9cb9cc89bafbc9e7e053b4758382239bac97adc
Fixes: 28878632
Fixes: 28898623

8 years agoOnly resuming starting dontWaitForPause activity once
Wale Ogunwale [Mon, 23 May 2016 17:56:33 +0000 (10:56 -0700)]
Only resuming starting dontWaitForPause activity once

For a starting activity that doesn't wait for pause, we can resume it
when ensuring visible activities when pausing back stacks. If this
happens, there is no need to try to resume it again.

Bug: 28853615
Change-Id: Iee40b80eb13ab3fd65fdce0c100c4051e64f229f

8 years agoMerge "Never fetch notification badges for USER_SYSTEM" into nyc-dev
Chris Wren [Mon, 23 May 2016 17:44:14 +0000 (17:44 +0000)]
Merge "Never fetch notification badges for USER_SYSTEM" into nyc-dev

8 years agoAdd a check to adjust thumbnail scaling for full screen shots on TV
Sid Soundararajan [Wed, 11 May 2016 23:40:49 +0000 (16:40 -0700)]
Add a check to adjust thumbnail scaling for full screen shots on TV

This should let us get away with taking smaller bitmaps for TV.

BUG: 28371792
Change-Id: Ia5d43dd48c57c4dd519b46f0c0d0ec94df5f42a9

8 years agoMerge "Remove PROPERTY_WORK_CALL" into nyc-dev
Tony Mak [Mon, 23 May 2016 17:17:26 +0000 (17:17 +0000)]
Merge "Remove PROPERTY_WORK_CALL" into nyc-dev

8 years agoCatching all exceptions when docking.
Winson [Sat, 21 May 2016 17:39:53 +0000 (10:39 -0700)]
Catching all exceptions when docking.

- Catch all exceptions thrown when docking an activity (similar to when
  we start an activity) to allow us to gracefully handle the failure and
  animate the task back into the stack.

Bug: 28867188
Change-Id: I3f80d261343c0161c5cbfd08a05a1fc6157f653e

8 years agoCorrect height of add printer list separator
Philip P. Moltmann [Mon, 23 May 2016 16:43:42 +0000 (09:43 -0700)]
Correct height of add printer list separator

Do not use listPreferredItemHeightSmall a height for list separator.

Fixes: 28907033
Change-Id: Ibe9744f28e7bd17fb5a298fa3cff0e3d403de10f

8 years agoLoad WebView even if WebView relro creation times out.
Gustav Sennton [Mon, 23 May 2016 12:09:03 +0000 (13:09 +0100)]
Load WebView even if WebView relro creation times out.

There are cases in which the WebView Update Service can stop switching
WebView providers (if the update service is notified about relro
creations an incorrect number of times) and in those cases apps will
fail to load WebView.

In this CL we mitigate this problem by allowing apps to load WebView
even if the time-out is reached and we also decrease the time-out so
apps are less likely to ANR when waiting for the time-out.

This CL does not prevent the update service from ending up in a bad
state - so we will still end up crashing apps if the current WebView
implementation is uninstalled after relro creation fails.

Bug: 28860862
Change-Id: Ib6af3722e17a13db77ef34c37581a6a0e1d045bb

8 years agoRecording activity notification: return list of configuration
Jean-Michel Trivi [Thu, 19 May 2016 17:42:35 +0000 (10:42 -0700)]
Recording activity notification: return list of configuration

Use a list of configurations instead of an array

Bug 28819230

Change-Id: Ia4a3cdabf8337cfb98abe4d0055d497bcab8a5ee

8 years agoFix Certificate authority installed notification is gone when turning off and on...
Victor Chang [Mon, 23 May 2016 16:37:01 +0000 (17:37 +0100)]
Fix Certificate authority installed notification is gone when turning off and on the work mode.

cause: Work mode is turned on before entering USER_STOPPED state.
Thus, BOOT_COMPLETED broadcast is not sent, but the notification has been dismissed.

use USER_STARTED + USER_UNLOCKED because both are foreground.

Bug: 28864104
Change-Id: I4796b61586e194d8367b9e52a9c56f858cbcbe7d

8 years agoFixed flicker when docking task from recents.
Wale Ogunwale [Mon, 23 May 2016 16:10:24 +0000 (09:10 -0700)]
Fixed flicker when docking task from recents.

Regression introduced by ag/1044640 where we don't want recents to the
visible if it's stack isn't fullscreen or focused. However, it is
possible for switching the home stack to not-fullscreen to prolonged
while transitioning to split-screen mode from recents. We now check
for if the docked stack exists which is a better indicator we are in
split-screen mode regardless of if the stask is fullscreen.

Bug: 28882948
Bug: 28246419
Change-Id: I54c02cc1486e7b5bf6a20dd0706c9bfe3f40a953

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 15:49:53 +0000 (15:49 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 15:48:14 +0000 (15:48 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 15:47:59 +0000 (15:47 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 15:35:52 +0000 (15:35 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoSupport IPv6 multicast filtering in APF.
Lorenzo Colitti [Thu, 19 May 2016 15:04:43 +0000 (00:04 +0900)]
Support IPv6 multicast filtering in APF.

For now this just drops all non-ICMPv6 packets to ff00::/8 when
mMulticastFilter is true. Multicast ICMPv6 is already mostly
dealt with by other filters - the L2 multicast filter, the RA
filter, the multicast NA filter, and ND offload.

Bug: 28393601
Change-Id: Ia7b0d4f00fac6710093befe6a726b46677a5f20b

8 years agoSupport DHCPv4 rebinding state
Erik Kline [Tue, 26 Apr 2016 09:41:09 +0000 (18:41 +0900)]
Support DHCPv4 rebinding state

Bug: 24837343
Change-Id: Id49e1c12ec3b11fedba42bb28348a00cb0b11169

8 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 23 May 2016 13:21:44 +0000 (06:21 -0700)]
Import translations. DO NOT MERGE

Change-Id: I6a67ee6c7f1c034eaea3885f13884f6c7add477d
Auto-generated-cl: translation import

8 years agoMerge "New api in LockSettingsService to get StrongAuth synchronously" into nyc-dev
Victor Chang [Mon, 23 May 2016 11:51:54 +0000 (11:51 +0000)]
Merge "New api in LockSettingsService to get StrongAuth synchronously" into nyc-dev

8 years agoMerge "Only actually log the DNS events we have." into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 09:01:44 +0000 (09:01 +0000)]
Merge "Only actually log the DNS events we have." into nyc-dev

8 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 23 May 2016 08:53:03 +0000 (01:53 -0700)]
Import translations. DO NOT MERGE

Change-Id: I23d94944484c50e6fae32f95b34406055078299e
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 23 May 2016 08:42:41 +0000 (01:42 -0700)]
Import translations. DO NOT MERGE

Change-Id: I7c447305120cc398cbd0e7a98b8226ee7c632059
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 23 May 2016 08:20:28 +0000 (01:20 -0700)]
Import translations. DO NOT MERGE

Change-Id: I22fbf5ac36b91251a267bbf1863ca1b1e914d032
Auto-generated-cl: translation import

8 years agoOnly actually log the DNS events we have.
Lorenzo Colitti [Mon, 23 May 2016 05:10:19 +0000 (14:10 +0900)]
Only actually log the DNS events we have.

DnsEventListenerService#logAndClear was always logging 100 DNS
events regardless of how many were actually logged. The rest of
the events were either all zero or previously-recorded events.

Bug: 28204408
Change-Id: I9da3b07a2e7b7512397a3eb6568a877815eb3312

8 years agoMerge "Use an attribute for the network security config resource" into nyc-dev
TreeHugger Robot [Mon, 23 May 2016 02:23:25 +0000 (02:23 +0000)]
Merge "Use an attribute for the network security config resource" into nyc-dev

8 years agoPIP: Handle configuration changes
Jaewan Kim [Fri, 20 May 2016 01:28:17 +0000 (10:28 +0900)]
PIP: Handle configuration changes

Bug: 28727532
Change-Id: I2a566082fa88984ef56d6ed8515c9bcd6a6ea868

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:22:28 +0000 (23:22 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:22:16 +0000 (23:22 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:47 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:43 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:38 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:36 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:33 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:31 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:21:29 +0000 (23:21 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Baligh Uddin [Sun, 22 May 2016 23:12:31 +0000 (23:12 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 02:12:53 +0000 (19:12 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: If505e78ba6d78210fb4eba0ac8a57df26e860d03

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 02:10:02 +0000 (19:10 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: Ic64c474ffea820c8d329796bc6f84bb7b2704c2d

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:43:19 +0000 (18:43 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: Ia00d58694c7f42c901f10a3bd93bb6b3b2725400

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:40:26 +0000 (18:40 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I6d6dc4604209ca11ed6b05c582ee8c30705cd5b3

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:32:50 +0000 (18:32 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I65276399d18300cfa46f8912ae1269b1655c7a2a

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:24:43 +0000 (18:24 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I2e883f6dd637c5cbd3bf17bb6f73946f8793fd44

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:16:25 +0000 (18:16 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I99304991a57f64a31b07ca2ca85cf47e348d41c9

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:13:37 +0000 (18:13 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I52cdbac273fbf9e3d30d67e82b539e469aed3b31

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 22 May 2016 01:10:37 +0000 (18:10 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I57faba063381c76c11ea7530bef7ca455d9da4d5

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 21 May 2016 19:46:09 +0000 (12:46 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: I3e66f964402487321dd1923656d488b514bc68ba

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 21 May 2016 19:39:28 +0000 (12:39 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 28857042
Change-Id: If486d4168089e018bea1f2acbdbccb2846ee9250

8 years agoMerge "Docs: Fixed a typo" into mnc-io-docs am: 31707f0185
Hemal Patel [Sat, 21 May 2016 01:02:58 +0000 (01:02 +0000)]
Merge "Docs: Fixed a typo" into mnc-io-docs am: 31707f0185
am: 7f21500b1c

* commit '7f21500b1c8fbd38fadb0bf10504b2c5fba9d7fa':
  Docs: Fixed a typo

Change-Id: I115b647df4e3489e6fd47222b621f8b9c7cdfdf3

8 years agoMerge "Docs: Fixed a typo" into mnc-io-docs
Hemal Patel [Sat, 21 May 2016 00:58:14 +0000 (00:58 +0000)]
Merge "Docs: Fixed a typo" into mnc-io-docs
am: 31707f0185

* commit '31707f01851ab18ab7b60d8cd8a825b07e83e840':
  Docs: Fixed a typo

Change-Id: Icdd5d354cedea96a70d74c0e63604e1c69eae370

8 years agoMerge "Docs: Fixed a typo" into mnc-io-docs
Hemal Patel [Sat, 21 May 2016 00:49:46 +0000 (00:49 +0000)]
Merge "Docs: Fixed a typo" into mnc-io-docs

8 years agoMerge "Dispose HideNavInputEventReceiver on PhoneWindowManager's handler" into nyc-dev
Chong Zhang [Sat, 21 May 2016 00:49:36 +0000 (00:49 +0000)]
Merge "Dispose HideNavInputEventReceiver on PhoneWindowManager's handler" into nyc-dev

8 years agoDispose HideNavInputEventReceiver on PhoneWindowManager's handler
Chong Zhang [Sat, 21 May 2016 00:03:08 +0000 (17:03 -0700)]
Dispose HideNavInputEventReceiver on PhoneWindowManager's handler

Disposal of input event receiver needs to happen on the handler
specified for receiving the inputs, otherwise nativeFinishInputEvent
could crash due to race with native dispose.

Instead of disposing mInputConsumer in beginLayoutLw(), post to
PhoneWindowManager's handler to dispose, and skip any input events
received after mInputConsumer is set to null by beginLayoutLw().

bug: 26927018
Change-Id: I094eb4472ea68f2c8bd6a428161d7edb11dc8900

8 years agoMerge "Performance improvements in AssetManager" into nyc-dev
Adam Lesinski [Sat, 21 May 2016 00:07:00 +0000 (00:07 +0000)]
Merge "Performance improvements in AssetManager" into nyc-dev

8 years agoFixing isOpRestricted in AppOpsService
Suprabh Shukla [Fri, 20 May 2016 23:37:26 +0000 (16:37 -0700)]
Fixing isOpRestricted in AppOpsService

AppOpsService was returning false for a restricted operation if the
operation did not allow the system to bypass the restrictions on it.

Bug: 28860721
Change-Id: I487e23f1d3bf6ea602caee439fb500c058e7c8ff

8 years agoMerge "Correctly clear resizing drawable when nulling background." into nyc-dev
TreeHugger Robot [Fri, 20 May 2016 22:56:46 +0000 (22:56 +0000)]
Merge "Correctly clear resizing drawable when nulling background." into nyc-dev

8 years agoMerge "Add check for Vibration RingerMode in VibratorService" into nyc-dev
Brad Ebinger [Fri, 20 May 2016 22:53:26 +0000 (22:53 +0000)]
Merge "Add check for Vibration RingerMode in VibratorService" into nyc-dev

8 years agoMerge "Fix cut off actions in messaging style" into nyc-dev
Adrian Roos [Fri, 20 May 2016 22:08:35 +0000 (22:08 +0000)]
Merge "Fix cut off actions in messaging style" into nyc-dev

8 years agoPerformance improvements in AssetManager
Adam Lesinski [Fri, 20 May 2016 01:25:28 +0000 (18:25 -0700)]
Performance improvements in AssetManager

Change the implementation of getLocales() to iterate the set of
configurations using a templated method, instead of using the result
of getConfigurations().

Also remove the check for AndroidManifest.xml when adding an asset path.
This is unneccessary.

Bug:28625993
Change-Id: I16de5da598d0c371421d1dc8eee054dce9baf53a

8 years agoMerge "MediaBrowserService: Add more explanation on getBrowserRootHints()" into nyc-dev
Jae Seo [Fri, 20 May 2016 20:53:01 +0000 (20:53 +0000)]
Merge "MediaBrowserService: Add more explanation on getBrowserRootHints()" into nyc-dev

8 years agoAdd check for Vibration RingerMode in VibratorService
Brad Ebinger [Fri, 13 May 2016 01:05:17 +0000 (18:05 -0700)]
Add check for Vibration RingerMode in VibratorService

Add a check for whether or not the Phone is in the Vibrate RingerMode
when deciding whether or not to vibrate for an incoming call.

Bug: 28569078
Change-Id: Ib2e6243fd0b18c5426b5572c0806d67111a80a57