OSDN Git Service

android-x86/frameworks-base.git
8 years agoSpecify primary mime type for each format code.
Daichi Hirono [Thu, 21 Jul 2016 08:08:09 +0000 (17:08 +0900)]
Specify primary mime type for each format code.

MediaFile#getMimeTypeForFormatCode returns mimetype for MTP format
code. However MTP format code is ambiguous and some format code can be
mapped to several mime types.  Before the fix, the method returns mime
type that is last registered to internal static map.

The CL explicitly specifies the primary mime type for each format code
to prevent from unintentionally changing mime type returned for a format
code.

FIX=30266194

Change-Id: I142ccb9719d439b0378121bcdcd4b804b1505952

8 years agoMerge "Remove unused "isTouchEvent" methods."
TreeHugger Robot [Thu, 21 Jul 2016 02:59:06 +0000 (02:59 +0000)]
Merge "Remove unused "isTouchEvent" methods."

8 years agoMerge "ExifInterface: Remove unnecessary logging of exceptions"
Jin Seok Park [Thu, 21 Jul 2016 02:43:47 +0000 (02:43 +0000)]
Merge "ExifInterface: Remove unnecessary logging of exceptions"

8 years agoMerge \\"Revert \\"Revert \\"Error colors to point to frameworks rather than hard...
Matthew Fritze [Thu, 21 Jul 2016 01:38:18 +0000 (01:38 +0000)]
Merge \\"Revert \\"Revert \\"Error colors to point to frameworks rather than hard-code them\\"\\"\\" into nyc-mr1-dev am: 9e7bd8de87
am: 250664a032

Change-Id: I07908d20c83232ef91b7c45cb772d066584c33a0

8 years agoMerge \\"Revert \\"Error colors to point to frameworks rather than hard-code them...
Andrew Sapperstein [Thu, 21 Jul 2016 01:37:38 +0000 (01:37 +0000)]
Merge \\"Revert \\"Error colors to point to frameworks rather than hard-code them\\"\\" into nyc-mr1-dev am: 22d09743d8
am: aa79a3c135

Change-Id: I53e9a848b90254c2bafd84342293265f7c6997b5

8 years agoExifInterface: Remove unnecessary logging of exceptions
Jin Park [Thu, 21 Jul 2016 01:27:57 +0000 (10:27 +0900)]
ExifInterface: Remove unnecessary logging of exceptions

ExifInterface currently logs exceptions when it encounters invalid
markers and when the file format is unsupported by Piex Library.
This CL suppresses such logs with the DEBUG marker.

Bug: 30252745
Change-Id: Ia69183eaa5bf7ac2ff1dc95c0919b23b4a9f8c4e

8 years agoMerge \"Revert \"Revert \"Error colors to point to frameworks rather than hard-code...
Matthew Fritze [Thu, 21 Jul 2016 01:24:02 +0000 (01:24 +0000)]
Merge \"Revert \"Revert \"Error colors to point to frameworks rather than hard-code them\"\"\" into nyc-mr1-dev
am: 9e7bd8de87

Change-Id: Ie9d9f4864c0e85375dace272cb9e389b3f02c573

8 years agoMerge \"Revert \"Error colors to point to frameworks rather than hard-code them\...
Matthew Fritze [Thu, 21 Jul 2016 01:06:10 +0000 (01:06 +0000)]
Merge \"Revert \"Error colors to point to frameworks rather than hard-code them\"\" into nyc-mr1-dev
am: 22d09743d8

Change-Id: If9113aab011035227930b2df6b68341ee3774bd3

8 years agoMerge "Revert "Revert "Error colors to point to frameworks rather than hard-code...
Matthew Fritze [Thu, 21 Jul 2016 01:04:23 +0000 (01:04 +0000)]
Merge "Revert "Revert "Error colors to point to frameworks rather than hard-code them""" into nyc-mr1-dev

8 years agoMerge \\"Change swap chain stuffed detection logic\\" into nyc-mr1-dev am: 433a19e8bf
Chris Craik [Thu, 21 Jul 2016 00:59:49 +0000 (00:59 +0000)]
Merge \\"Change swap chain stuffed detection logic\\" into nyc-mr1-dev am: 433a19e8bf
am: 3c37412900

Change-Id: Id7e0d1d1dfb5448dd927c29361fb98aabf0cfe10

8 years agoMerge \\"Allow calling in demo mode\\" into nyc-mr1-dev am: 8c8d752851
Amith Yamasani [Thu, 21 Jul 2016 00:59:45 +0000 (00:59 +0000)]
Merge \\"Allow calling in demo mode\\" into nyc-mr1-dev am: 8c8d752851
am: 1230bfc9c7

Change-Id: I87565cc57a39e85ec769ba325cfb7e1590c6b7f5

8 years agoRevert "Revert "Error colors to point to frameworks rather than hard-code them""
Matthew Fritze [Thu, 21 Jul 2016 00:59:33 +0000 (00:59 +0000)]
Revert "Revert "Error colors to point to frameworks rather than hard-code them""

This reverts commit 7c11e933d540b27d596a1536ffbb75007e24a7e6.

Change-Id: I79ecbc39a78f17d22ec20097cfba213de5e30b5e

8 years agoMerge \\"Error colors to point to frameworks rather than hard-code them\\" into nyc...
Matthew Fritze [Thu, 21 Jul 2016 00:59:28 +0000 (00:59 +0000)]
Merge \\"Error colors to point to frameworks rather than hard-code them\\" into nyc-mr1-dev am: 948400a43d
am: 85d688cd79

Change-Id: I214563e1cd9ad44c99ea34c5480bc7ab1814a975

8 years agoMerge "Revert "Error colors to point to frameworks rather than hard-code them"" into...
Andrew Sapperstein [Thu, 21 Jul 2016 00:57:01 +0000 (00:57 +0000)]
Merge "Revert "Error colors to point to frameworks rather than hard-code them"" into nyc-mr1-dev

8 years agoRevert "Error colors to point to frameworks rather than hard-code them"
Matthew Fritze [Thu, 21 Jul 2016 00:55:53 +0000 (00:55 +0000)]
Revert "Error colors to point to frameworks rather than hard-code them"

This reverts commit 43f762a0263b7da464c29c139fa6bfc91ec1713d.

Change-Id: If328c2e6983a2dd2295d83f17edbaaa3cc149b60

8 years agoMerge "MediaExtractor: Javadoc should mention INTERNET permission"
Robert Shih [Thu, 21 Jul 2016 00:53:12 +0000 (00:53 +0000)]
Merge "MediaExtractor: Javadoc should mention INTERNET permission"

8 years agoMediaExtractor: Javadoc should mention INTERNET permission
Robert Shih [Thu, 21 Jul 2016 00:45:27 +0000 (17:45 -0700)]
MediaExtractor: Javadoc should mention INTERNET permission

Bug: 10673034
Change-Id: Iea1196c76b09fa5b8f5b2d11a461eeb4c6578a1b

8 years agoMerge \"Change swap chain stuffed detection logic\" into nyc-mr1-dev
Chris Craik [Thu, 21 Jul 2016 00:39:44 +0000 (00:39 +0000)]
Merge \"Change swap chain stuffed detection logic\" into nyc-mr1-dev
am: 433a19e8bf

Change-Id: I6942a7cef5c831a1be3ee0252c2f475594f3db39

8 years agoMerge \"Allow calling in demo mode\" into nyc-mr1-dev
Amith Yamasani [Thu, 21 Jul 2016 00:30:26 +0000 (00:30 +0000)]
Merge \"Allow calling in demo mode\" into nyc-mr1-dev
am: 8c8d752851

Change-Id: I484fb7003f4a3f4ab967d19fc761973eb0c6c233

8 years agoMerge "Change swap chain stuffed detection logic" into nyc-mr1-dev
Chris Craik [Thu, 21 Jul 2016 00:26:14 +0000 (00:26 +0000)]
Merge "Change swap chain stuffed detection logic" into nyc-mr1-dev

8 years agoMerge "Allow calling in demo mode" into nyc-mr1-dev
Amith Yamasani [Thu, 21 Jul 2016 00:21:12 +0000 (00:21 +0000)]
Merge "Allow calling in demo mode" into nyc-mr1-dev

8 years agoMerge \"Error colors to point to frameworks rather than hard-code them\" into nyc...
Matthew Fritze [Wed, 20 Jul 2016 23:47:23 +0000 (23:47 +0000)]
Merge \"Error colors to point to frameworks rather than hard-code them\" into nyc-mr1-dev
am: 948400a43d

Change-Id: Ibeca72659bbd13b1a5a8bdb009fc6a5021f8acbf

8 years agoChange swap chain stuffed detection logic
Chris Craik [Wed, 20 Jul 2016 00:59:12 +0000 (17:59 -0700)]
Change swap chain stuffed detection logic

bug:29771461
bug:29413700
bug:30181577

Changes frame interval gap detection to look for wider gaps, as they
were incorrectly firing all the time.

Also adds a 500ms minimum gap between frames dropped because of stuffed
swap chain, to prevent dropping too often.

Change-Id: If16ed637d54bf37015704be102c5c2e3731a0824

8 years agoMerge \\"Direct Reply: Allow closing IME separately from DirectReply mode\\" into...
Adrian Roos [Wed, 20 Jul 2016 23:46:42 +0000 (23:46 +0000)]
Merge \\"Direct Reply: Allow closing IME separately from DirectReply mode\\" into nyc-mr1-dev am: 01acf40e0f
am: 96b91f692b

Change-Id: I0e105bd5e0d9d8a3d879bc62d5942c4be38ff595

8 years agoMerge \"Direct Reply: Allow closing IME separately from DirectReply mode\" into nyc...
Adrian Roos [Wed, 20 Jul 2016 23:41:14 +0000 (23:41 +0000)]
Merge \"Direct Reply: Allow closing IME separately from DirectReply mode\" into nyc-mr1-dev
am: 01acf40e0f

Change-Id: I0d38aca1c53c31e54819979eafd2f2dc37b2071a

8 years agoMerge "Error colors to point to frameworks rather than hard-code them" into nyc-mr1-dev
Matthew Fritze [Wed, 20 Jul 2016 23:34:40 +0000 (23:34 +0000)]
Merge "Error colors to point to frameworks rather than hard-code them" into nyc-mr1-dev

8 years agoMerge "Direct Reply: Allow closing IME separately from DirectReply mode" into nyc...
TreeHugger Robot [Wed, 20 Jul 2016 23:29:17 +0000 (23:29 +0000)]
Merge "Direct Reply: Allow closing IME separately from DirectReply mode" into nyc-mr1-dev

8 years agoMerge \\"Fix VD animator not being properly resumed\\" into nyc-mr1-dev am: ffa880b83f
Doris Liu [Wed, 20 Jul 2016 23:22:03 +0000 (23:22 +0000)]
Merge \\"Fix VD animator not being properly resumed\\" into nyc-mr1-dev am: ffa880b83f
am: ea01b159b7

Change-Id: I72661874e79e48b121030a6abce849a2a319cc36

8 years agoMerge \\"Fix crash on devices with 1.2\\" screens.\\" into nyc-mr1-dev am: 70a789f569
Michael Kwan [Wed, 20 Jul 2016 23:22:00 +0000 (23:22 +0000)]
Merge \\"Fix crash on devices with 1.2\\" screens.\\" into nyc-mr1-dev am: 70a789f569
am: c170ce9ca4

Change-Id: I5b191acddf66ada9df6ccd43fb514b9b7070d15e

8 years agoMerge \"Fix VD animator not being properly resumed\" into nyc-mr1-dev
Doris Liu [Wed, 20 Jul 2016 23:15:43 +0000 (23:15 +0000)]
Merge \"Fix VD animator not being properly resumed\" into nyc-mr1-dev
am: ffa880b83f

Change-Id: Ie10f5c12f528fb3d07765d724ee2a59138863906

8 years agoMerge \"Fix crash on devices with 1.2\" screens.\" into nyc-mr1-dev
Michael Kwan [Wed, 20 Jul 2016 23:15:33 +0000 (23:15 +0000)]
Merge \"Fix crash on devices with 1.2\" screens.\" into nyc-mr1-dev
am: 70a789f569

Change-Id: I18e99a65c5a8aeafe75f2a872ac39c8a4ac4f5a4

8 years agoMerge \\"Support multiple intents in ShortcutInfo\\" into nyc-mr1-dev am: b84ce2e034
Makoto Onuki [Wed, 20 Jul 2016 23:15:32 +0000 (23:15 +0000)]
Merge \\"Support multiple intents in ShortcutInfo\\" into nyc-mr1-dev am: b84ce2e034
am: 9a6109f284

Change-Id: I0f1caf54cc544db0b73f8e3275005923904f57a8

8 years agoMerge \\"SoundTriggerHelpoer: Send pause events on abort if a model is running.\...
Chris Thornton [Wed, 20 Jul 2016 23:15:22 +0000 (23:15 +0000)]
Merge \\"SoundTriggerHelpoer: Send pause events on abort if a model is running.\\" into nyc-mr1-dev am: d661476c98
am: c0bcb77315

Change-Id: Icda8c384b6c1100881d9cb800b2f39d25d09c800

8 years agoMerge "Fix VD animator not being properly resumed" into nyc-mr1-dev
Doris Liu [Wed, 20 Jul 2016 23:10:52 +0000 (23:10 +0000)]
Merge "Fix VD animator not being properly resumed" into nyc-mr1-dev

8 years agoMerge \"Support multiple intents in ShortcutInfo\" into nyc-mr1-dev
Makoto Onuki [Wed, 20 Jul 2016 23:09:55 +0000 (23:09 +0000)]
Merge \"Support multiple intents in ShortcutInfo\" into nyc-mr1-dev
am: b84ce2e034

Change-Id: I53daa680bdf18505896a372e59c7b4bd73d4edca

8 years agoMerge \"SoundTriggerHelpoer: Send pause events on abort if a model is running.\"...
Chris Thornton [Wed, 20 Jul 2016 23:09:42 +0000 (23:09 +0000)]
Merge \"SoundTriggerHelpoer: Send pause events on abort if a model is running.\" into nyc-mr1-dev
am: d661476c98

Change-Id: Ie470d782d3e16a440c345a444d4eb29cebec34b4

8 years agoMerge "Fix crash on devices with 1.2" screens." into nyc-mr1-dev
Michael Kwan [Wed, 20 Jul 2016 23:08:04 +0000 (23:08 +0000)]
Merge "Fix crash on devices with 1.2" screens." into nyc-mr1-dev

8 years agoMerge "Support multiple intents in ShortcutInfo" into nyc-mr1-dev
Makoto Onuki [Wed, 20 Jul 2016 23:05:29 +0000 (23:05 +0000)]
Merge "Support multiple intents in ShortcutInfo" into nyc-mr1-dev

8 years agoMerge "SoundTriggerHelpoer: Send pause events on abort if a model is running." into...
TreeHugger Robot [Wed, 20 Jul 2016 23:05:20 +0000 (23:05 +0000)]
Merge "SoundTriggerHelpoer: Send pause events on abort if a model is running." into nyc-mr1-dev

8 years agoMerge \\"Run the SELinux wallpaper restorecon operations on all users\\" into nyc...
Chris Tate [Wed, 20 Jul 2016 23:04:29 +0000 (23:04 +0000)]
Merge \\"Run the SELinux wallpaper restorecon operations on all users\\" into nyc-mr1-dev am: bf9fa8280e
am: 7ce8cfbec4

Change-Id: I8e5e20a2a9b21ec6a704aa9c7abb3a0ef1878d12

8 years agoMerge \"Run the SELinux wallpaper restorecon operations on all users\" into nyc-mr1-dev
Christopher Tate [Wed, 20 Jul 2016 22:58:03 +0000 (22:58 +0000)]
Merge \"Run the SELinux wallpaper restorecon operations on all users\" into nyc-mr1-dev
am: bf9fa8280e

Change-Id: I06a8e2f5510f019f6c553a7b26ce602a690f9732

8 years agoRemove unused "isTouchEvent" methods.
Steve McKay [Tue, 19 Jul 2016 20:24:23 +0000 (13:24 -0700)]
Remove unused "isTouchEvent" methods.

Update BandController to use InputEvent not contrete MotionInputEvent.

Change-Id: I47a7558d8dcebfa6c44dc9a62741487422bf0ff7

8 years agoMerge "Run the SELinux wallpaper restorecon operations on all users" into nyc-mr1-dev
Chris Tate [Wed, 20 Jul 2016 22:45:10 +0000 (22:45 +0000)]
Merge "Run the SELinux wallpaper restorecon operations on all users" into nyc-mr1-dev

8 years agoFix crash on devices with 1.2" screens.
Michael Kwan [Wed, 20 Jul 2016 22:12:02 +0000 (15:12 -0700)]
Fix crash on devices with 1.2" screens.

Bug: 30109315
Change-Id: Ia28f6dfcb833db966cc33ad289b5c7b5867b2407

8 years agoMerge \\"BatteryStats: Don\\'t print empty platform idle state\\" into nyc-mr1-dev...
Adam Lesinski [Wed, 20 Jul 2016 22:10:44 +0000 (22:10 +0000)]
Merge \\"BatteryStats: Don\\'t print empty platform idle state\\" into nyc-mr1-dev am: ebbbead915
am: 7da697a79f

Change-Id: I644c302cc1cbea8b2387d9ac591845b7c43cc5c0

8 years agoRun the SELinux wallpaper restorecon operations on all users
Christopher Tate [Wed, 20 Jul 2016 22:10:18 +0000 (15:10 -0700)]
Run the SELinux wallpaper restorecon operations on all users

And only run them once per device boot lifetime.

Bug 30229410

Change-Id: Ia6f7f7eea7f8985c83b531dfa16e96d08235b901

8 years agoMerge \\"Direct Reply: Fix circular reveal origin\\" into nyc-mr1-dev am: c50f8ae532
Adrian Roos [Wed, 20 Jul 2016 22:05:43 +0000 (22:05 +0000)]
Merge \\"Direct Reply: Fix circular reveal origin\\" into nyc-mr1-dev am: c50f8ae532
am: 2a7f27180d

Change-Id: I83186a86c1222170e93e90e2f752f2751f206d05

8 years agoMerge \"BatteryStats: Don\'t print empty platform idle state\" into nyc-mr1-dev
Adam Lesinski [Wed, 20 Jul 2016 22:05:38 +0000 (22:05 +0000)]
Merge \"BatteryStats: Don\'t print empty platform idle state\" into nyc-mr1-dev
am: ebbbead915

Change-Id: Ia651ad5a0a183ff7d70d90f119ec9238c15711ad

8 years agoDirect Reply: Allow closing IME separately from DirectReply mode
Adrian Roos [Mon, 18 Jul 2016 21:23:32 +0000 (14:23 -0700)]
Direct Reply: Allow closing IME separately from DirectReply mode

If the IME is showing, the first BACK now closes just
the IME instead of also closing the Direct Reply mode.
Subsequent back closes the notification panel as usual.

Change-Id: Ic4b5a4d6b528a211c2fa0c8b5ceb0f7017c09400
Fixes: 29996385

8 years agoMerge \"Direct Reply: Fix circular reveal origin\" into nyc-mr1-dev
Adrian Roos [Wed, 20 Jul 2016 22:00:35 +0000 (22:00 +0000)]
Merge \"Direct Reply: Fix circular reveal origin\" into nyc-mr1-dev
am: c50f8ae532

Change-Id: Ib3083e87f162a103acc6483b0f3367db73e1b269

8 years agoMerge "BatteryStats: Don't print empty platform idle state" into nyc-mr1-dev
TreeHugger Robot [Wed, 20 Jul 2016 21:56:01 +0000 (21:56 +0000)]
Merge "BatteryStats: Don't print empty platform idle state" into nyc-mr1-dev

8 years agoMerge "Direct Reply: Fix circular reveal origin" into nyc-mr1-dev
Adrian Roos [Wed, 20 Jul 2016 21:49:02 +0000 (21:49 +0000)]
Merge "Direct Reply: Fix circular reveal origin" into nyc-mr1-dev

8 years agoSupport multiple intents in ShortcutInfo
Makoto Onuki [Wed, 20 Jul 2016 21:21:18 +0000 (14:21 -0700)]
Support multiple intents in ShortcutInfo

Also fix b/30230996.

TODO: Support the sourceBounds argument to LauncherApps.
startShortcut().

Bug 30218829
Bug 30230996

Change-Id: Ibb6c59d5b7c0a320c21d09436d016d0eac94644f

8 years agoSoundTriggerHelpoer: Send pause events on abort if a model is running.
Chris Thornton [Wed, 20 Jul 2016 01:56:15 +0000 (18:56 -0700)]
SoundTriggerHelpoer: Send pause events on abort if a model is running.

If the recognition was aborted due to the service state being set to
false, clients were not made aware that the model had been stopped (but
would get a resume event).

Bug: 30233664
Change-Id: I9f663362ff142eadfd5ef727c5f0c941f8e9e89d

8 years agoMerge \\"Add carrier config for close connection after MMS request\\" into nyc-mr1...
Ye Wen [Wed, 20 Jul 2016 21:28:12 +0000 (21:28 +0000)]
Merge \\"Add carrier config for close connection after MMS request\\" into nyc-mr1-dev am: f2598319c0
am: 2395da5e82

Change-Id: Ia6a5877bf5ca52cf65b2ee7a85642a00b208428f

8 years agoMerge \"Add carrier config for close connection after MMS request\" into nyc-mr1-dev
Ye Wen [Wed, 20 Jul 2016 21:22:05 +0000 (21:22 +0000)]
Merge \"Add carrier config for close connection after MMS request\" into nyc-mr1-dev
am: f2598319c0

Change-Id: Ia16874474f755b601a02032e34b8dbff81971af8

8 years agoMerge "Add carrier config for close connection after MMS request" into nyc-mr1-dev
Ye Wen [Wed, 20 Jul 2016 21:17:51 +0000 (21:17 +0000)]
Merge "Add carrier config for close connection after MMS request" into nyc-mr1-dev

8 years agoMerge \\"Setting a system property when device goes into demo mode\\" into nyc-mr1...
Suprabh Shukla [Wed, 20 Jul 2016 21:10:08 +0000 (21:10 +0000)]
Merge \\"Setting a system property when device goes into demo mode\\" into nyc-mr1-dev am: 24db3ab8b9
am: 71f9adc3b5

Change-Id: I294f1e88fb81aa64d80494c858f6850eb2d74b63

8 years agoMerge changes Ia451b623,I1dd2c460
Wale Ogunwale [Wed, 20 Jul 2016 21:05:26 +0000 (21:05 +0000)]
Merge changes Ia451b623,I1dd2c460

* changes:
  Switched WindowState to use WindowContainer for managing children
  Added WindowContainer and WindowContainerTest classes.

8 years agoMerge "Made WindowState.mParentWindow private scoped."
TreeHugger Robot [Wed, 20 Jul 2016 21:03:33 +0000 (21:03 +0000)]
Merge "Made WindowState.mParentWindow private scoped."

8 years agoMerge \"Setting a system property when device goes into demo mode\" into nyc-mr1-dev
Suprabh Shukla [Wed, 20 Jul 2016 21:01:09 +0000 (21:01 +0000)]
Merge \"Setting a system property when device goes into demo mode\" into nyc-mr1-dev
am: 24db3ab8b9

Change-Id: Iadedc063f7058a7d1f22e0151a8ebfc9a6a8dff1

8 years agoError colors to point to frameworks rather than hard-code them
Matthew Fritze [Tue, 19 Jul 2016 20:13:41 +0000 (13:13 -0700)]
Error colors to point to frameworks rather than hard-code them

Rather than have each instance of the system error color hard code
the argb values, they now point to frameworks/base/core/res.

Change-Id: Ia203ff6966cd58a3bc23eb883460f0f8abb050f5
Fixes: 30021554

8 years agoMerge "Setting a system property when device goes into demo mode" into nyc-mr1-dev
TreeHugger Robot [Wed, 20 Jul 2016 20:52:45 +0000 (20:52 +0000)]
Merge "Setting a system property when device goes into demo mode" into nyc-mr1-dev

8 years agoMerge \\"Snooze schedule rules that were canceled by alarms.\\" into nyc-mr1-dev...
Julia Reynolds [Wed, 20 Jul 2016 20:51:12 +0000 (20:51 +0000)]
Merge \\"Snooze schedule rules that were canceled by alarms.\\" into nyc-mr1-dev am: ae0aed951b
am: 261b655396

Change-Id: Icd0ff5a828d0f2a39bb0e39085cd9fd7788f354f

8 years agoMerge \"Snooze schedule rules that were canceled by alarms.\" into nyc-mr1-dev
Julia Reynolds [Wed, 20 Jul 2016 20:45:13 +0000 (20:45 +0000)]
Merge \"Snooze schedule rules that were canceled by alarms.\" into nyc-mr1-dev
am: ae0aed951b

Change-Id: I18bd8e7528a6c24f350c97268b26fe91ef198290

8 years agoFix VD animator not being properly resumed
Doris Liu [Wed, 20 Jul 2016 02:04:31 +0000 (19:04 -0700)]
Fix VD animator not being properly resumed

VectorDrawable animators remove themselves from RenderThread's
animator list when they detect their target not being in the
DisplayList. When the target got added back into DisplayList
without an invalidation(), the animators were not added to
the running animator list, therefore didn't continue to run.
This CL detects for the case where a VD is back in the DisplayList
and reactivate its animator.

BUG: 30101451
Change-Id: Ib5eb54af954a58a2fa617643bfcf5af40ce708a5

8 years agoMerge "Snooze schedule rules that were canceled by alarms." into nyc-mr1-dev
TreeHugger Robot [Wed, 20 Jul 2016 20:30:09 +0000 (20:30 +0000)]
Merge "Snooze schedule rules that were canceled by alarms." into nyc-mr1-dev

8 years agoMerge \\"Improved storage size detection.\\" into nyc-mr1-dev am: f0de4da42f
Felipe Leme [Wed, 20 Jul 2016 19:27:02 +0000 (19:27 +0000)]
Merge \\"Improved storage size detection.\\" into nyc-mr1-dev am: f0de4da42f
am: d8b866e615

Change-Id: Ied4ea6aeb589ed0b64e16b40b8a7df2ddf50b99b

8 years agoMerge \"Improved storage size detection.\" into nyc-mr1-dev
Felipe Leme [Wed, 20 Jul 2016 19:19:19 +0000 (19:19 +0000)]
Merge \"Improved storage size detection.\" into nyc-mr1-dev
am: f0de4da42f

Change-Id: I9794d1d3e15177c88e49911e1b406433025e85c4

8 years agoMerge \\"Add .mov to MediaScanner video file types\\" into nyc-mr1-dev am: 881bc352ee
Bryan Mawhinney [Wed, 20 Jul 2016 19:18:16 +0000 (19:18 +0000)]
Merge \\"Add .mov to MediaScanner video file types\\" into nyc-mr1-dev am: 881bc352ee
am: 642e50621a

Change-Id: I706bf8992bf8090b5c818418b14278a7bf9e3637

8 years agoMerge \"Add .mov to MediaScanner video file types\" into nyc-mr1-dev
Bryan Mawhinney [Wed, 20 Jul 2016 19:13:04 +0000 (19:13 +0000)]
Merge \"Add .mov to MediaScanner video file types\" into nyc-mr1-dev
am: 881bc352ee

Change-Id: I323e40003c87b2b892b1cb0712507cabc7b1d1d5

8 years agoMerge "Improved storage size detection." into nyc-mr1-dev
TreeHugger Robot [Wed, 20 Jul 2016 19:06:11 +0000 (19:06 +0000)]
Merge "Improved storage size detection." into nyc-mr1-dev

8 years agoDirect Reply: Fix circular reveal origin
Adrian Roos [Fri, 15 Jul 2016 19:26:49 +0000 (12:26 -0700)]
Direct Reply: Fix circular reveal origin

Makes sure the circular reveal origin matches the bounds of the
text. This is necessairy because the TextView for the last action
spans the full remaining width and is usually much larger than the
text, which makes the reveal look uncentered.

Also adds an animation for closing the direct reply view.

Bug: 29876991
Change-Id: Ib0ae8a12423f0ecfc573928a39634404c8232e40

8 years agoMerge "Add per-user versions of set{Component,Application}EnabledSetting."
TreeHugger Robot [Wed, 20 Jul 2016 18:58:52 +0000 (18:58 +0000)]
Merge "Add per-user versions of set{Component,Application}EnabledSetting."

8 years agoMerge "Add .mov to MediaScanner video file types" into nyc-mr1-dev
Bryan Mawhinney [Wed, 20 Jul 2016 18:58:29 +0000 (18:58 +0000)]
Merge "Add .mov to MediaScanner video file types" into nyc-mr1-dev

8 years agoSnooze schedule rules that were canceled by alarms.
Julia Reynolds [Tue, 19 Jul 2016 14:18:32 +0000 (10:18 -0400)]
Snooze schedule rules that were canceled by alarms.

So a reboot or snoozed alarm doesn't cause them to
reactivate.

Bug: 30087850
Change-Id: I83fdb88009b515d442993944aec40df7365e830f

8 years agoMerge commit \'f8bc27d9683e4089cdfd778dcb61ae67f44665b7\' into manual_merge_f8bc27d
Michael Wright [Wed, 20 Jul 2016 18:49:43 +0000 (18:49 +0000)]
Merge commit \'f8bc27d9683e4089cdfd778dcb61ae67f44665b7\' into manual_merge_f8bc27d
am: 49bcc5dd80

Change-Id: Iee2a7015eefd6a75be2968ec855334f68ec5f79e

8 years agoMerge commit 'f8bc27d9683e4089cdfd778dcb61ae67f44665b7' into manual_merge_f8bc27d
Michael Wright [Wed, 20 Jul 2016 18:41:58 +0000 (19:41 +0100)]
Merge commit 'f8bc27d9683e4089cdfd778dcb61ae67f44665b7' into manual_merge_f8bc27d

8 years agoMerge \\\\"Remove dependency on android_alarm.h.\\\\" am: c95e7a3014 am: 8f7223e420...
Christopher Ferris [Wed, 20 Jul 2016 18:33:21 +0000 (18:33 +0000)]
Merge \\\\"Remove dependency on android_alarm.h.\\\\" am: c95e7a3014 am: 8f7223e420 am: 96d02a6c08
am: e22f254cdb

Change-Id: I7abd1a47726aa5f34c56e576c150cce5843817ed

8 years agoMerge \\\"Remove dependency on android_alarm.h.\\\" am: c95e7a3014 am: 8f7223e420
Christopher Ferris [Wed, 20 Jul 2016 18:26:41 +0000 (18:26 +0000)]
Merge \\\"Remove dependency on android_alarm.h.\\\" am: c95e7a3014 am: 8f7223e420
am: 96d02a6c08

Change-Id: Ibb7cc1fa2c8ddeb3d0b7154f817d6c9738d079e4

8 years agoMerge \\"Remove dependency on android_alarm.h.\\" am: c95e7a3014
Christopher Ferris [Wed, 20 Jul 2016 18:18:17 +0000 (18:18 +0000)]
Merge \\"Remove dependency on android_alarm.h.\\" am: c95e7a3014
am: 8f7223e420

Change-Id: I7fd6c49a94b557772f3f2d9d2f751ef2fd42eee8

8 years agoMerge \"Remove dependency on android_alarm.h.\"
Christopher Ferris [Wed, 20 Jul 2016 18:10:47 +0000 (18:10 +0000)]
Merge \"Remove dependency on android_alarm.h.\"
am: c95e7a3014

Change-Id: I19908fa29772c89b8112e371702da6197b20465d

8 years agoMerge "Remove dependency on android_alarm.h."
Christopher Ferris [Wed, 20 Jul 2016 18:03:47 +0000 (18:03 +0000)]
Merge "Remove dependency on android_alarm.h."

8 years agoAdd carrier config for close connection after MMS request
Ye Wen [Mon, 18 Jul 2016 21:36:22 +0000 (14:36 -0700)]
Add carrier config for close connection after MMS request

b/29558615

Change-Id: I24d922f33626b4a65c267dc2d132b5510e357c0f

8 years agoMerge "Added unit tests for UserController"
Fyodor Kupolov [Wed, 20 Jul 2016 17:41:42 +0000 (17:41 +0000)]
Merge "Added unit tests for UserController"

8 years agoMerge "Do not migrate apps data on every user start"
Fyodor Kupolov [Wed, 20 Jul 2016 17:40:54 +0000 (17:40 +0000)]
Merge "Do not migrate apps data on every user start"

8 years agoAdd per-user versions of set{Component,Application}EnabledSetting.
Sudheer Shanka [Wed, 20 Jul 2016 00:49:33 +0000 (17:49 -0700)]
Add per-user versions of set{Component,Application}EnabledSetting.

Change-Id: Id63b233308e92a4c360f38d4728c519ac2131ff0
Fixes: 30230444

8 years agoMerge "Rename color transform to color mode and persist the value." into nyc-mr1-dev
TreeHugger Robot [Wed, 20 Jul 2016 17:21:33 +0000 (17:21 +0000)]
Merge "Rename color transform to color mode and persist the value." into nyc-mr1-dev

8 years agoMerge \\"Suppress exceptions for corner-case a11y events.\\" into nyc-mr1-dev am...
Phil Weaver [Wed, 20 Jul 2016 17:03:37 +0000 (17:03 +0000)]
Merge \\"Suppress exceptions for corner-case a11y events.\\" into nyc-mr1-dev am: 39abe33b50
am: 5c749b8254

Change-Id: Id78b4ac49ee77a52d2e17f962e71328fb5cb4ba9

8 years agoMerge \"Suppress exceptions for corner-case a11y events.\" into nyc-mr1-dev
Phil Weaver [Wed, 20 Jul 2016 16:57:52 +0000 (16:57 +0000)]
Merge \"Suppress exceptions for corner-case a11y events.\" into nyc-mr1-dev
am: 39abe33b50

Change-Id: If169e5ab2a6241e6df720fa427a9eaee61d3cdc8

8 years agoMerge "Suppress exceptions for corner-case a11y events." into nyc-mr1-dev
Phil Weaver [Wed, 20 Jul 2016 16:46:41 +0000 (16:46 +0000)]
Merge "Suppress exceptions for corner-case a11y events." into nyc-mr1-dev

8 years agoMerge "Add tests for accessibility motion event injector."
Phil Weaver [Wed, 20 Jul 2016 16:45:46 +0000 (16:45 +0000)]
Merge "Add tests for accessibility motion event injector."

8 years agoMerge \\"QS: Fix missing flashlight tile\\" into nyc-mr1-dev am: 761d89ef4e
Jason Monk [Wed, 20 Jul 2016 16:09:41 +0000 (16:09 +0000)]
Merge \\"QS: Fix missing flashlight tile\\" into nyc-mr1-dev am: 761d89ef4e
am: 06a96735f9

Change-Id: I06ef81f0740eeab2a8822418fe5263308a136cd6

8 years agoMerge \\"Add reporting of long wake locks.\\" into nyc-mr1-dev am: ca37695ebc
Dianne Hackborn [Wed, 20 Jul 2016 16:00:57 +0000 (16:00 +0000)]
Merge \\"Add reporting of long wake locks.\\" into nyc-mr1-dev am: ca37695ebc
am: af52a9d1bf

Change-Id: I29451b3dc161e29804f42f40aa9e15836979cd4a

8 years agoMerge \"QS: Fix missing flashlight tile\" into nyc-mr1-dev
Jason Monk [Wed, 20 Jul 2016 16:00:55 +0000 (16:00 +0000)]
Merge \"QS: Fix missing flashlight tile\" into nyc-mr1-dev
am: 761d89ef4e

Change-Id: I3761bee17e20d8c6039220766d195f2d5536c27a

8 years agoMerge \\"QS: Fix crash in tile API\\" into nyc-mr1-dev am: 77d8771b30
Jason Monk [Wed, 20 Jul 2016 16:00:53 +0000 (16:00 +0000)]
Merge \\"QS: Fix crash in tile API\\" into nyc-mr1-dev am: 77d8771b30
am: 0c183d5572

Change-Id: I51846b2a8e98803f3b77949e56d4f6c99198c5e6

8 years agoMerge \"Add reporting of long wake locks.\" into nyc-mr1-dev
Dianne Hackborn [Wed, 20 Jul 2016 15:53:17 +0000 (15:53 +0000)]
Merge \"Add reporting of long wake locks.\" into nyc-mr1-dev
am: ca37695ebc

Change-Id: I98b06d561945fddef5be4b749b5b2128b8622add

8 years agoMerge \"QS: Fix crash in tile API\" into nyc-mr1-dev
Jason Monk [Wed, 20 Jul 2016 15:53:11 +0000 (15:53 +0000)]
Merge \"QS: Fix crash in tile API\" into nyc-mr1-dev
am: 77d8771b30

Change-Id: I6669e736208ada6ebd5bd2fc9e0466f924bffd6a

8 years agoFix ref-counting error when reseting a SkiaCanvas with a new SkCanvas.
Derek Sollenberger [Wed, 20 Jul 2016 15:53:05 +0000 (11:53 -0400)]
Fix ref-counting error when reseting a SkiaCanvas with a new SkCanvas.

Change-Id: Id2ed6627674cbd3112d6ac80f4e29a5ff65606b6

8 years agoMerge "QS: Fix missing flashlight tile" into nyc-mr1-dev
TreeHugger Robot [Wed, 20 Jul 2016 15:51:11 +0000 (15:51 +0000)]
Merge "QS: Fix missing flashlight tile" into nyc-mr1-dev