OSDN Git Service

android-x86/frameworks-base.git
8 years agoFix widget icon and tap behaviour.
Rubin Xu [Wed, 10 Feb 2016 11:10:02 +0000 (11:10 +0000)]
Fix widget icon and tap behaviour.

Do not show badge icon when the suspended package is not inside
a managed profile. Tapping on a masked widget should bring up the
relevant dialog similar to tapping on the app's launcher icon.

Bug: 26948327
Bug: 26924217
Change-Id: I2bf7ac718e55063bc8ea66573e89a62a97b91ff2

8 years agozygote to preload public native libraries
Dimitry Ivanov [Mon, 22 Feb 2016 19:22:11 +0000 (11:22 -0800)]
zygote to preload public native libraries

Preload public native libraries when starting a zygote
This lets other users of libnativeloader (like dex2oat)
avoid unnecessary cold loads of libandroid.so which could
take up to a second.

Bug: http://b/27245894
Change-Id: I1499a7485c186b185fce8a1f8d05afcd579d59cc

8 years agoMerge "MediaSession: Update javadoc of prepare-related methods" into nyc-dev
Donghyun Cho [Fri, 26 Feb 2016 08:23:40 +0000 (08:23 +0000)]
Merge "MediaSession: Update javadoc of prepare-related methods" into nyc-dev

8 years agoMerge "Stops performing operations that does not supported by MTP device." into nyc-dev
Daichi Hirono [Fri, 26 Feb 2016 07:21:22 +0000 (07:21 +0000)]
Merge "Stops performing operations that does not supported by MTP device." into nyc-dev

8 years agoStops performing operations that does not supported by MTP device.
Daichi Hirono [Sun, 21 Feb 2016 06:50:30 +0000 (15:50 +0900)]
Stops performing operations that does not supported by MTP device.

MTP devices can return supported operation list. The CL sets root flag
by referring it.

BUG=26147375

Change-Id: I02397821e208cf5a8fcf7457aa279d2818ce24c7

8 years agoMerge "PIP: Restore PIP size when PIP menu is gone" into nyc-dev
Jaewan Kim [Fri, 26 Feb 2016 06:13:26 +0000 (06:13 +0000)]
Merge "PIP: Restore PIP size when PIP menu is gone" into nyc-dev

8 years agoPIP: Restore PIP size when PIP menu is gone
Jaewan Kim [Fri, 26 Feb 2016 04:04:12 +0000 (20:04 -0800)]
PIP: Restore PIP size when PIP menu is gone

Change-Id: Ifb1bf992b875dc2cf10a3e9e05ca0b1fe6bd535b

8 years agoMerge "PowerManager: Hide the SUSTAINED_PERFORMANCE API." into nyc-dev
Ruchi Kandoi [Fri, 26 Feb 2016 02:26:55 +0000 (02:26 +0000)]
Merge "PowerManager: Hide the SUSTAINED_PERFORMANCE API." into nyc-dev

8 years agoMerge "Fix typo in SwappedOut reporting" into nyc-dev
Thierry Strudel [Fri, 26 Feb 2016 01:47:35 +0000 (01:47 +0000)]
Merge "Fix typo in SwappedOut reporting" into nyc-dev

8 years agoFix typo in SwappedOut reporting
Thierry Strudel [Fri, 26 Feb 2016 01:46:38 +0000 (17:46 -0800)]
Fix typo in SwappedOut reporting

Change-Id: I55b3725eba054d3d6d2b38041cf375fc7b141c69

8 years agoMerge "Fix '<' / '>' in JobService docs" into nyc-dev
Chris Tate [Fri, 26 Feb 2016 01:38:33 +0000 (01:38 +0000)]
Merge "Fix '<' / '>' in JobService docs" into nyc-dev

8 years agoMerge "Fix permission check in hasEnrolledFingerprints()" into nyc-dev
Jim Miller [Fri, 26 Feb 2016 01:12:47 +0000 (01:12 +0000)]
Merge "Fix permission check in hasEnrolledFingerprints()" into nyc-dev

8 years agoMerge "Tidy up stale lock wallpaper state in set-both operation" into nyc-dev
Chris Tate [Fri, 26 Feb 2016 01:11:34 +0000 (01:11 +0000)]
Merge "Tidy up stale lock wallpaper state in set-both operation" into nyc-dev

8 years agoFix permission check in hasEnrolledFingerprints()
Jim Miller [Fri, 26 Feb 2016 00:42:28 +0000 (16:42 -0800)]
Fix permission check in hasEnrolledFingerprints()

Fixes bug 27350799

Change-Id: Icd00985b5ad9a8159733e9180c79f646b275b60d

8 years agoMerge "Properly reject empty unclipped savelayers" into nyc-dev
Chris Craik [Fri, 26 Feb 2016 01:06:48 +0000 (01:06 +0000)]
Merge "Properly reject empty unclipped savelayers" into nyc-dev

8 years agoProperly reject empty unclipped savelayers
Chris Craik [Fri, 26 Feb 2016 00:54:08 +0000 (16:54 -0800)]
Properly reject empty unclipped savelayers

bug:27225580
bug:27281241

Empty unclipped savelayers (clipped at defer time, often by dirty rect)
were resulting in invalid layer clear rectangles. Simplify by just
rejecting these unclipped savelayers entirely at defer.

Also, use repaint rect as base clip for constructed ops within
LayerBuilder.

Change-Id: I5c466199e85201a2f68f5cdc60b29187c849961b

8 years agoTidy up stale lock wallpaper state in set-both operation
Christopher Tate [Thu, 25 Feb 2016 22:39:17 +0000 (14:39 -0800)]
Tidy up stale lock wallpaper state in set-both operation

Also fix bug that was failing to remember the lock-only wallpaper, and
along the way make the disk write a single large block operation instead
of a number of small writes.

Bug 27353079

Change-Id: Ib1351e509af95905dced41e69c6e13dcce839511

8 years agoMerge "Using Message.obtain() to decrease number of Messages allocated." into nyc-dev
Felipe Leme [Fri, 26 Feb 2016 00:32:27 +0000 (00:32 +0000)]
Merge "Using Message.obtain() to decrease number of Messages allocated." into nyc-dev

8 years agoMerge "Force cancel pending RemotePrintDocument commands when the PrintActivity exits...
Philip P. Moltmann [Fri, 26 Feb 2016 00:28:51 +0000 (00:28 +0000)]
Merge "Force cancel pending RemotePrintDocument commands when the PrintActivity exits" into nyc-dev

8 years agoFix '<' / '>' in JobService docs
Christopher Tate [Fri, 26 Feb 2016 00:18:32 +0000 (16:18 -0800)]
Fix '<' / '>' in JobService docs

Bug 27291714

Change-Id: I7e6ec24442bdd071d34faa980d201f4c747cadff

8 years agoUsing Message.obtain() to decrease number of Messages allocated.
Felipe Leme [Fri, 26 Feb 2016 00:22:38 +0000 (16:22 -0800)]
Using Message.obtain() to decrease number of Messages allocated.

BUG: 26906985
Change-Id: Ide8c6e308dcc83e9627ec775a4d977d17cd2f0a9

8 years agoIMS: Reason Codes For Call Pull Scenarios
Omkar Kolangade [Fri, 26 Feb 2016 00:23:16 +0000 (00:23 +0000)]
IMS: Reason Codes For Call Pull Scenarios
am: f38780b483

* commit 'f38780b483de489635749f523258003506c8bbbc':
  IMS: Reason Codes For Call Pull Scenarios

8 years agoPowerManager: Hide the SUSTAINED_PERFORMANCE API.
Ruchi Kandoi [Fri, 26 Feb 2016 00:22:54 +0000 (16:22 -0800)]
PowerManager: Hide the SUSTAINED_PERFORMANCE API.

Bug: 27365880
Change-Id: Ia84a5af85f6e8ef0740ce4b41dbc5bab4cbeef05

8 years agoMerge "Modify WakeupMessage to only send the message if not canceled" into mm-wireles...
Mitchell Wills [Fri, 26 Feb 2016 00:20:00 +0000 (00:20 +0000)]
Merge "Modify WakeupMessage to only send the message if not canceled" into mm-wireless-dev
am: 9505e0ac3f

* commit '9505e0ac3f6bef7ad850f3b6fc9ec576b65b1e55':
  Modify WakeupMessage to only send the message if not canceled

8 years agoMerge "Allow sample rate UNSPECIFIED to mean a route-dependent value" into nyc-dev
Glenn Kasten [Fri, 26 Feb 2016 00:17:44 +0000 (00:17 +0000)]
Merge "Allow sample rate UNSPECIFIED to mean a route-dependent value" into nyc-dev

8 years agoMerge "Accept non-EA jobs while user is locked." into nyc-dev
Jeff Sharkey [Fri, 26 Feb 2016 00:15:45 +0000 (00:15 +0000)]
Merge "Accept non-EA jobs while user is locked." into nyc-dev

8 years agoMerge "configfs is special; don't delete dir contents." into nyc-dev
Jeff Sharkey [Fri, 26 Feb 2016 00:12:44 +0000 (00:12 +0000)]
Merge "configfs is special; don't delete dir contents." into nyc-dev

8 years agoAccept non-EA jobs while user is locked.
Jeff Sharkey [Fri, 26 Feb 2016 00:10:50 +0000 (17:10 -0700)]
Accept non-EA jobs while user is locked.

We'll keep them around in the pending queue until the user is
unlocked, at which point we'll consider running them.

Bug: 27358148
Change-Id: I2eb538a89206d4caac620b3b4e989b011b309201

8 years agoconfigfs is special; don't delete dir contents.
Jeff Sharkey [Fri, 26 Feb 2016 00:08:11 +0000 (17:08 -0700)]
configfs is special; don't delete dir contents.

Bug: 27342722
Change-Id: I63e8316a6a6260869b4fdd94fde59b5ec3d7b30a

8 years agoMerge "Removed clock type from GnssClock" into nyc-dev
Lifu Tang [Thu, 25 Feb 2016 23:59:43 +0000 (23:59 +0000)]
Merge "Removed clock type from GnssClock" into nyc-dev

8 years agoIMS: Reason Codes For Call Pull Scenarios
Omkar Kolangade [Wed, 24 Feb 2016 19:53:06 +0000 (11:53 -0800)]
IMS: Reason Codes For Call Pull Scenarios

Adding reason codes for call pull success
and failure scenarios.

BUG=27340495
Change-Id: I775316f52ed13862981500ebe035ee626adc934f

8 years agoRemoved clock type from GnssClock
Lifu Tang [Thu, 25 Feb 2016 01:17:38 +0000 (17:17 -0800)]
Removed clock type from GnssClock

Bug: 27341583
Change-Id: I5ffd891737c3ddf83d9c6a78aa36c94858591199

8 years agoMerge "Make system locale persistent." into nyc-dev
Roozbeh Pournader [Thu, 25 Feb 2016 23:42:34 +0000 (23:42 +0000)]
Merge "Make system locale persistent." into nyc-dev

8 years agoMerge "Modify WakeupMessage to only send the message if not canceled" into mm-wireles...
Mitchell Wills [Thu, 25 Feb 2016 23:36:29 +0000 (23:36 +0000)]
Merge "Modify WakeupMessage to only send the message if not canceled" into mm-wireless-dev

8 years agoMerge "Disable HWUI_NEW_OPS" into nyc-dev
John Reck [Thu, 25 Feb 2016 23:28:36 +0000 (23:28 +0000)]
Merge "Disable HWUI_NEW_OPS" into nyc-dev

8 years agoMerge "Accessibility to toggle multiwindow mode" into nyc-dev
Phil Weaver [Thu, 25 Feb 2016 23:16:51 +0000 (23:16 +0000)]
Merge "Accessibility to toggle multiwindow mode" into nyc-dev

8 years agoMerge "Revert "AAPT: Allow duplicate attribute definitions if identical"" into nyc-dev
Adam Lesinski [Thu, 25 Feb 2016 23:13:23 +0000 (23:13 +0000)]
Merge "Revert "AAPT: Allow duplicate attribute definitions if identical"" into nyc-dev

8 years agoAccessibility to toggle multiwindow mode
Phil Weaver [Fri, 19 Feb 2016 23:12:29 +0000 (15:12 -0800)]
Accessibility to toggle multiwindow mode

Encapsulating the logic to toggle multiwindow mode from recents,
and plumbing it through to accessibility global actions. Sending
accessibility events when windows bounds change. Exposing the
dock divider window type to accessibility services.

Bug: 27250995
Change-Id: Ib7491f1f853dc7f01bf5c5a4ac1f914f55d0608a

8 years agoRevert "AAPT: Allow duplicate attribute definitions if identical"
Adam Lesinski [Thu, 25 Feb 2016 23:13:08 +0000 (23:13 +0000)]
Revert "AAPT: Allow duplicate attribute definitions if identical"

This reverts commit c25283b5e206ceae2aa6eb01877b79c3c1f0adfb.

Change-Id: I2f42a4360fa53c4333494afe0178dcec56d62d8e

8 years agoMerge "PIP: Apply the latest UI spec for onboarding activity" into nyc-dev
Jaewan Kim [Thu, 25 Feb 2016 23:11:49 +0000 (23:11 +0000)]
Merge "PIP: Apply the latest UI spec for onboarding activity" into nyc-dev

8 years agoPIP: Apply the latest UI spec for onboarding activity
Jaewan Kim [Tue, 23 Feb 2016 14:16:57 +0000 (06:16 -0800)]
PIP: Apply the latest UI spec for onboarding activity

Bug: 27273286
Change-Id: I57b3050e1f07ffbcee66e30404578937f65c3189

8 years agoDisable HWUI_NEW_OPS
John Reck [Thu, 25 Feb 2016 23:02:02 +0000 (15:02 -0800)]
Disable HWUI_NEW_OPS

Bug: 27365711

Change-Id: Ife7ecc7c688738df4028f30847a2ff914e433b99

8 years agoMerge "Add Google Now intent so that it is discoverable to AppLaunch metrics." into...
Joshua Schwarz [Thu, 25 Feb 2016 22:51:54 +0000 (22:51 +0000)]
Merge "Add Google Now intent so that it is discoverable to AppLaunch metrics." into cw-e-dev am: dcd0b05dc3
am: e73af21807

* commit 'e73af21807706c12245d4a2c081b06a1a66ea88d':
  Add Google Now intent so that it is discoverable to AppLaunch metrics.

8 years agoMerge "UiBench adapted for TV" into nyc-dev
Hyungtae Kim [Thu, 25 Feb 2016 22:49:24 +0000 (22:49 +0000)]
Merge "UiBench adapted for TV" into nyc-dev

8 years agoMerge "Add Google Now intent so that it is discoverable to AppLaunch metrics." into...
Joshua Schwarz [Thu, 25 Feb 2016 22:48:02 +0000 (22:48 +0000)]
Merge "Add Google Now intent so that it is discoverable to AppLaunch metrics." into cw-e-dev
am: dcd0b05dc3

* commit 'dcd0b05dc35fb058f89a16d370bb7965b339c1c5':
  Add Google Now intent so that it is discoverable to AppLaunch metrics.

8 years agoMerge "Add Google Now intent so that it is discoverable to AppLaunch metrics." into...
Joshua Schwarz [Thu, 25 Feb 2016 22:45:20 +0000 (22:45 +0000)]
Merge "Add Google Now intent so that it is discoverable to AppLaunch metrics." into cw-e-dev

8 years agoMerge "Removed toast messsage sent after screenshot is taken." into nyc-dev
Felipe Leme [Thu, 25 Feb 2016 22:20:29 +0000 (22:20 +0000)]
Merge "Removed toast messsage sent after screenshot is taken." into nyc-dev

8 years agoMerge changes I4d542a09,Icd792ed4,I020dcbac into nyc-dev
Winson Chung [Thu, 25 Feb 2016 22:19:30 +0000 (22:19 +0000)]
Merge changes I4d542a09,Icd792ed4,I020dcbac into nyc-dev

* changes:
  Removing boot completed check before hiding Recents.
  Track double taps to launch the previous task.
  Dev preview changes for incompatible apps.

8 years agoRemoving boot completed check before hiding Recents.
Winson [Thu, 25 Feb 2016 20:10:42 +0000 (12:10 -0800)]
Removing boot completed check before hiding Recents.

- This was legacy from old code that was calling sendBroadcast(), and
  with the event bus, we no longer need to wait until boot is completed
  before launching home.

Bug: 26616934
Change-Id: I4d542a096174ac8b69035836e9311cbf8340b15b

8 years agoMerge "Revert "Fix exit transition and dismiss callback for popup exit transition...
Alan Viverette [Thu, 25 Feb 2016 22:17:10 +0000 (22:17 +0000)]
Merge "Revert "Fix exit transition and dismiss callback for popup exit transition"" into nyc-dev

8 years agoTrack double taps to launch the previous task.
Winson [Thu, 25 Feb 2016 18:18:33 +0000 (10:18 -0800)]
Track double taps to launch the previous task.

Change-Id: Icd792ed4f508f8a8540a5cd2d12c3bdfd5827410

8 years agoDev preview changes for incompatible apps.
Winson [Thu, 25 Feb 2016 03:38:41 +0000 (19:38 -0800)]
Dev preview changes for incompatible apps.

- Disable drop targets when picking up a task that can’t be docked, and
  show toast notifying user (for now)
- When a task is docked, update the task headers for non-dockable tasks
  to indicate that they don’t support multi window.  Update these
  headers every time the multi window state changes.

Bug: 26774190
Change-Id: I020dcbac9b1230dba166eecaa12366986e684f9e

8 years agoRevert "Fix exit transition and dismiss callback for popup exit transition"
Alan Viverette [Thu, 25 Feb 2016 21:57:08 +0000 (16:57 -0500)]
Revert "Fix exit transition and dismiss callback for popup exit transition"

This reverts most of commit 21d361806c9e2dce5bae5b30f44be5ad87f32c22, which
broke too many expectations in both apps and framework widgets. We need to
find a safer way to handle the exit transition callback.

Bug: 27359366
Bug: 27353218
Change-Id: I769ac7a25cb900c50e857839ca0563fbc5a3cb16

8 years agoMerge "PIP: Apply the latest UI spec for PIP menu" into nyc-dev
Jaewan Kim [Thu, 25 Feb 2016 21:50:46 +0000 (21:50 +0000)]
Merge "PIP: Apply the latest UI spec for PIP menu" into nyc-dev

8 years agoMake sure QS tile layouts don't have overlapping rendering
Jason Monk [Thu, 25 Feb 2016 21:24:21 +0000 (16:24 -0500)]
Make sure QS tile layouts don't have overlapping rendering

Bug: 27361901
Change-Id: I177bbf8c0d13b0e9595d9b95c87eb01df1bc7d05

8 years agoMerge "Revert "[Fix extra data in cache]"" into nyc-dev
Simranjit Kohli [Thu, 25 Feb 2016 21:28:31 +0000 (21:28 +0000)]
Merge "Revert "[Fix extra data in cache]"" into nyc-dev

8 years agoRevert "[Fix extra data in cache]"
Simranjit Kohli [Thu, 25 Feb 2016 21:15:02 +0000 (21:15 +0000)]
Revert "[Fix extra data in cache]"

This reverts commit a666d74d4bc7e1298314c516d1309571fb87c212.

Bug: 27314050
Change-Id: I1562c51751f983a49a11e1d37d936974e17388ef

8 years agoMerge "Fix QS Issues" into nyc-dev
Jason Monk [Thu, 25 Feb 2016 21:10:50 +0000 (21:10 +0000)]
Merge "Fix QS Issues" into nyc-dev

8 years agoRemoved toast messsage sent after screenshot is taken.
Felipe Leme [Thu, 25 Feb 2016 21:10:14 +0000 (13:10 -0800)]
Removed toast messsage sent after screenshot is taken.

That toast was kind of reduntant (since the phone already vibrates
before taking a screenshot) and often useless (because it was displayed
seconds after requested).

BUG: 26577203
Change-Id: I0ba6f974eefd473d158f7fefb12f6a5d2a50b772

8 years agoMerge "Return true when keystrokes are handled in BaseKeyListener." into nyc-dev
Ben Kwa [Thu, 25 Feb 2016 21:10:05 +0000 (21:10 +0000)]
Merge "Return true when keystrokes are handled in BaseKeyListener." into nyc-dev

8 years agoMerge "AAPT: Allow duplicate attribute definitions if identical" into nyc-dev
Adam Lesinski [Thu, 25 Feb 2016 21:00:21 +0000 (21:00 +0000)]
Merge "AAPT: Allow duplicate attribute definitions if identical" into nyc-dev

8 years agoMerge "Allowing to expand the children from the lockscreen now" into nyc-dev
Selim Cinek [Thu, 25 Feb 2016 20:51:19 +0000 (20:51 +0000)]
Merge "Allowing to expand the children from the lockscreen now" into nyc-dev

8 years agoAllowing to expand the children from the lockscreen now
Selim Cinek [Thu, 25 Feb 2016 20:49:08 +0000 (12:49 -0800)]
Allowing to expand the children from the lockscreen now

Bug: 24866646
Change-Id: Ibb4dc98e8148b912253153065c9c35e22a06f334

8 years agoMerge "Guard against monkey crash" into nyc-dev
Jason Monk [Thu, 25 Feb 2016 20:47:11 +0000 (20:47 +0000)]
Merge "Guard against monkey crash" into nyc-dev

8 years agoMerge "Fixed a bug with the scrolling after expanding a notification" into nyc-dev
Selim Cinek [Thu, 25 Feb 2016 20:40:12 +0000 (20:40 +0000)]
Merge "Fixed a bug with the scrolling after expanding a notification" into nyc-dev

8 years agoForce cancel pending RemotePrintDocument commands when the PrintActivity exits
Philip P. Moltmann [Thu, 25 Feb 2016 19:20:41 +0000 (11:20 -0800)]
Force cancel pending RemotePrintDocument commands when the PrintActivity exits

Otherwise the print-client app can prevent the print activity from exiting as
we wait for the command to finish. As this is a violation of the
remote-print-document contract we deal with this similar to a command failure.
As the PrintActivity is exiting we don't further send any commands to the
print-client.

Bug: 27207751
Change-Id: Ieacb16786112f217ca5b8031bfb597598e28dc3d

8 years agoFixed a bug with the scrolling after expanding a notification
Selim Cinek [Thu, 25 Feb 2016 20:35:51 +0000 (12:35 -0800)]
Fixed a bug with the scrolling after expanding a notification

Bug: 24866646
Change-Id: I1ca8bfaa42e79dd7f3c5ebfbf94ff2a44718ec7e

8 years agoMerge "Only debuggable packages can be downgraded." into nyc-dev
Alex Klyubin [Thu, 25 Feb 2016 20:26:52 +0000 (20:26 +0000)]
Merge "Only debuggable packages can be downgraded." into nyc-dev

8 years agoMerge "Fix duplicate eventlogtags warnings" into nyc-dev
Adrian Roos [Thu, 25 Feb 2016 20:18:02 +0000 (20:18 +0000)]
Merge "Fix duplicate eventlogtags warnings" into nyc-dev

8 years agoReset UI fields when dialog is reused, otherwise it might contain fields
Felipe Leme [Thu, 25 Feb 2016 20:10:43 +0000 (12:10 -0800)]
Reset UI fields when dialog is reused, otherwise it might contain fields
from a previous bug report.

BUG: 26524513
Change-Id: If9d176806b28120b57dddeb62b636065f8ff7cf6

8 years agoMerge "Final (?) fixes on id / pid split." into nyc-dev
Felipe Leme [Thu, 25 Feb 2016 19:57:40 +0000 (19:57 +0000)]
Merge "Final (?) fixes on id / pid split." into nyc-dev

8 years agoMerge "Add registrationAssociatedUriChanged to ImsRegistrationListener" into mm-wirel...
Pavel Zhamaitsiak [Thu, 25 Feb 2016 19:46:20 +0000 (19:46 +0000)]
Merge "Add registrationAssociatedUriChanged to ImsRegistrationListener" into mm-wireless-dev
am: d76b7ee263

* commit 'd76b7ee2636a9bc92d8e1e5fb5cb649e5bd67be9':
  Add registrationAssociatedUriChanged to ImsRegistrationListener

8 years agoMerge "Add registrationAssociatedUriChanged to ImsRegistrationListener" into mm-wirel...
Pavel Zhamaitsiak [Thu, 25 Feb 2016 19:43:31 +0000 (19:43 +0000)]
Merge "Add registrationAssociatedUriChanged to ImsRegistrationListener" into mm-wireless-dev

8 years agoMerge "Make group expanding nicer" into nyc-dev
Selim Cinek [Thu, 25 Feb 2016 19:43:26 +0000 (19:43 +0000)]
Merge "Make group expanding nicer" into nyc-dev

8 years agoMerge "Transforming notifications now based on the user dragging" into nyc-dev
Selim Cinek [Thu, 25 Feb 2016 19:42:23 +0000 (19:42 +0000)]
Merge "Transforming notifications now based on the user dragging" into nyc-dev

8 years agoAllow sample rate UNSPECIFIED to mean a route-dependent value
Glenn Kasten [Tue, 2 Feb 2016 20:04:09 +0000 (12:04 -0800)]
Allow sample rate UNSPECIFIED to mean a route-dependent value

Bug: 25641253
Bug: 21019153
Change-Id: I3b8e01b6ea09f42c813ab1a0f3f625dc3803cc0b

8 years agoMerge "Always update drawable container source res" into nyc-dev
Alan Viverette [Thu, 25 Feb 2016 19:38:24 +0000 (19:38 +0000)]
Merge "Always update drawable container source res" into nyc-dev

8 years agosysui: refactor for reuse
Xiaohui Chen [Thu, 25 Feb 2016 00:08:00 +0000 (16:08 -0800)]
sysui: refactor for reuse

Bug: 27099709
Change-Id: I44d3abc7dbed0b655efeb1769fa6a2543bc8322e

8 years agoFinal (?) fixes on id / pid split.
Felipe Leme [Wed, 24 Feb 2016 23:36:50 +0000 (15:36 -0800)]
Final (?) fixes on id / pid split.

The main goal of this CL was to change the test cases to send an
EXTRA_ID instead of EXTRA_PID, but in changing that it was revealed 2
minor bugs:

- When setting the name property, it was using id instead of pid (which
  is what dumpstate expects).
- When the pid is replaced by the name in the screenshots, it would be
  replaced twice if the pid was small enough (because the call to
  String.replace() would also replace the counter).

This CL fixes these issues, and removes the temporary assignment of id =
pid when the former is missing.

BUG: 27076108
Change-Id: I70e7ce7d145019438272594686ac0d4d5dbe1723

8 years agoRetire ScanResult.autoJoinStatus
Randy Pan [Thu, 25 Feb 2016 19:12:41 +0000 (19:12 +0000)]
Retire ScanResult.autoJoinStatus
am: 366da67282

* commit '366da672828864fa166f184757e44f89e5139a31':
  Retire ScanResult.autoJoinStatus

8 years agoMake group expanding nicer
Selim Cinek [Thu, 25 Feb 2016 02:48:01 +0000 (18:48 -0800)]
Make group expanding nicer

The group expanding now follows the finger.

Bug: 19437552
Change-Id: If85557bb75ea2f2e560cb28d62a06c217187c9c3

8 years agoTransforming notifications now based on the user dragging
Selim Cinek [Wed, 24 Feb 2016 03:56:31 +0000 (19:56 -0800)]
Transforming notifications now based on the user dragging

The animation is not a canned animation anymore but base on
the finger movement of the user.

Bug: 19437552
Change-Id: I0f81ac2ff05a92673e3f3b9b72a5c2de238890d0

8 years agoMerge "Call prepareAppDataAfterInstall without mPackages lock" into nyc-dev
Fyodor Kupolov [Thu, 25 Feb 2016 18:57:28 +0000 (18:57 +0000)]
Merge "Call prepareAppDataAfterInstall without mPackages lock" into nyc-dev

8 years agoCall prepareAppDataAfterInstall without mPackages lock
Fyodor Kupolov [Thu, 25 Feb 2016 02:14:33 +0000 (18:14 -0800)]
Call prepareAppDataAfterInstall without mPackages lock

prepareAppDataAfterInstallInternal may call into ActivityManager which will
try to obtain a lock in a reversed order, which causes a deadlock.

Bug: 27336728
Change-Id: I91bb74cd06c6aa6cee057bab5972b0275d12125b

8 years agoMerge "Add glReadPixels with buffer-offset argument" into nyc-dev
Pablo Ceballos [Thu, 25 Feb 2016 18:54:17 +0000 (18:54 +0000)]
Merge "Add glReadPixels with buffer-offset argument" into nyc-dev

8 years agoMerge "Start with mHiddenForOtherReasons=true" into nyc-dev
Jorim Jaggi [Thu, 25 Feb 2016 18:52:25 +0000 (18:52 +0000)]
Merge "Start with mHiddenForOtherReasons=true" into nyc-dev

8 years agoMerge "Fix JobSchedulerService FBE regression." into nyc-dev
Jeff Sharkey [Thu, 25 Feb 2016 18:52:11 +0000 (18:52 +0000)]
Merge "Fix JobSchedulerService FBE regression." into nyc-dev

8 years agoStart with mHiddenForOtherReasons=true
Jorim Jaggi [Thu, 25 Feb 2016 18:36:14 +0000 (13:36 -0500)]
Start with mHiddenForOtherReasons=true

Initially a surface is hidden after creating, so reflect that fact
in mHiddenForOtherReasons, so it doesn't get shown before the correct
transformation is applied.

Bug: 27350530
Change-Id: Idfe8723195dd1488894da066fafee1f2c2afc12d

8 years agoMerge "Multi-SIM - Fixing inconsistent naming in CarrierConfigManager." into nyc-dev
Shishir Agrawal [Thu, 25 Feb 2016 18:49:47 +0000 (18:49 +0000)]
Merge "Multi-SIM - Fixing inconsistent naming in CarrierConfigManager." into nyc-dev

8 years agoAdd logging to crash and anr dialog
Adrian Roos [Wed, 17 Feb 2016 23:45:09 +0000 (15:45 -0800)]
Add logging to crash and anr dialog

Bug: 26760334
Change-Id: If81c7a6834e86f7390febef6767a07fa4caded4d

8 years agoMerge "Accessibility for split-screen divider" into nyc-dev
Jorim Jaggi [Thu, 25 Feb 2016 18:40:20 +0000 (18:40 +0000)]
Merge "Accessibility for split-screen divider" into nyc-dev

8 years agoMerge "TIF: Define activity action to set up channel sources" into nyc-dev
Jae Seo [Thu, 25 Feb 2016 18:37:32 +0000 (18:37 +0000)]
Merge "TIF: Define activity action to set up channel sources" into nyc-dev

8 years agoMerge changes from topic 'dragon-drop' into nyc-dev
Ben Kwa [Thu, 25 Feb 2016 18:32:46 +0000 (18:32 +0000)]
Merge changes from topic 'dragon-drop' into nyc-dev

* changes:
  Clean up after a drop event.
  Enable dragon drop for touch.

8 years agoMerge "Remove starting window whenever the acitvity is stopped" into nyc-dev
Wale Ogunwale [Thu, 25 Feb 2016 18:29:38 +0000 (18:29 +0000)]
Merge "Remove starting window whenever the acitvity is stopped" into nyc-dev

8 years agoAccessibility for split-screen divider
Jorim Jaggi [Thu, 25 Feb 2016 02:11:08 +0000 (21:11 -0500)]
Accessibility for split-screen divider

- Add label
- Add actions

Bug: 27274494
Bug: 26894949
Change-Id: I041c44f793f1ec86ec27951cc8e87868148b527d

8 years agoMulti-SIM - Fixing inconsistent naming in CarrierConfigManager.
Shishir Agrawal [Wed, 17 Feb 2016 23:52:09 +0000 (15:52 -0800)]
Multi-SIM - Fixing inconsistent naming in CarrierConfigManager.

All MSIM specific calls should not use a suffix/prefix.

Bug: 26772894
Change-Id: I49488dfc41bb7996a1a44447968ec11132e4dac7

8 years agoRemove starting window whenever the acitvity is stopped
Wale Ogunwale [Thu, 25 Feb 2016 16:55:25 +0000 (08:55 -0800)]
Remove starting window whenever the acitvity is stopped

The main app window will never finish drawing at this point so there
is nothing to trigger the removal of the starting window.

Also, set ActivityRecord.mStartingWindowShown to true for some cases
where we were telling WM to show starting window but not setting the
flag that would later be used for clean-up.

Bug: 26659857
Change-Id: I7a8582521853f1f95b77d8b08f4dd0cf778f8cbf

8 years agoMerge "Fixing the parent check loop to allow RemoteViewsFrameLayout" into nyc-dev
Sunny Goyal [Thu, 25 Feb 2016 18:10:37 +0000 (18:10 +0000)]
Merge "Fixing the parent check loop to allow RemoteViewsFrameLayout" into nyc-dev

8 years agoFix JobSchedulerService FBE regression.
Jeff Sharkey [Thu, 25 Feb 2016 18:09:55 +0000 (11:09 -0700)]
Fix JobSchedulerService FBE regression.

Internally isReadyToBeExecutedLocked() needs to check if the target
service is actually present and runnable.  For example, when an FBE
device is locked, we need to keep any encryption-unaware jobs
pending until the device is later unlocked.

Bug: 26279465
Change-Id: I53ff4a2243ebe8a199d0e8dcf87dc3f5b06a2686

8 years agoGuard against monkey crash
Jason Monk [Thu, 25 Feb 2016 18:07:41 +0000 (13:07 -0500)]
Guard against monkey crash

Bug: 27337783
Change-Id: Ifa1538a0a0521789a516f8cdbc0615a057611ce7