OSDN Git Service

android-x86/frameworks-base.git
8 years agoFallback 1 for Recents timeout behaviour
Winson [Thu, 4 Feb 2016 22:37:18 +0000 (14:37 -0800)]
Fallback 1 for Recents timeout behaviour

- Removing initial timeout
- Adding double tap to switch tasks

Change-Id: Ice6a508b842377809bf0dcea0997522164d0ccdf

8 years agoDrawing thumbnail background color for empty space in view.
Winson [Thu, 4 Feb 2016 20:53:46 +0000 (12:53 -0800)]
Drawing thumbnail background color for empty space in view.

- When showing landscape thumbnails in portrait, the thumbnails are
  aspect scaled to fit the width of the view, this change will draw
  a solid color to fill the other part so that we don't see the
  current edge-clamp texture effect.

Change-Id: Icf08239942f9179c66ba0f8d8ddd00f7d2a09d3c

8 years agoFixing issue with task animating from 0,0.
Winson [Wed, 3 Feb 2016 22:52:12 +0000 (14:52 -0800)]
Fixing issue with task animating from 0,0.

- When we get all the initial task transforms when swiping to dismiss,
  the tasks that are not visible at the original scroll position but are
  in the final position are not initialized correctly.  Instead when
  getting the current transforms for all tasks, always calculate their
  transforms regardless of whether they are currently visible or not.
- This revealed another issue where on snap-back, a task that was
  visible at the new scroll and not at the old scroll was not getting
  removed until the next update (which would cause a task view to linger
  if you press home for example).

Bug: 26964326
Change-Id: I4db9cd1b072d3841351c2e84b219ca224a3045f9

8 years agoMinor tweak to enter/exit animation for the home activity.
Winson [Wed, 3 Feb 2016 02:07:00 +0000 (18:07 -0800)]
Minor tweak to enter/exit animation for the home activity.

- Fixing issue where the animation props was not applied to the progress
  and callback animations correctly
- Ensuring that all tasks animate the same distance on enter/exit, and
  not just to the edge of the screen
- Removing unused styles and animation resources

Change-Id: I88bd0f79f386304373fe63b49e92f02eeb882e55

8 years agoMerge "TIF: Replace TvInputInfo in SessionState with ID and component name"
Jae Seo [Fri, 5 Feb 2016 01:21:08 +0000 (01:21 +0000)]
Merge "TIF: Replace TvInputInfo in SessionState with ID and component name"

8 years agoMerge "Don't force transparent text to be high contrast"
Chris Craik [Fri, 5 Feb 2016 01:12:48 +0000 (01:12 +0000)]
Merge "Don't force transparent text to be high contrast"

8 years agoMerge "Make ChooserActivity grid items focusable"
Adam Powell [Fri, 5 Feb 2016 01:04:24 +0000 (01:04 +0000)]
Merge "Make ChooserActivity grid items focusable"

8 years agoDon't force transparent text to be high contrast
Chris Craik [Fri, 5 Feb 2016 01:01:54 +0000 (17:01 -0800)]
Don't force transparent text to be high contrast

bug:26142378

Change-Id: Ia6c9111d9b84d2a5d3385d08c586ac12c9b14dc0

8 years agoMake ChooserActivity grid items focusable
Adam Powell [Fri, 5 Feb 2016 00:56:00 +0000 (16:56 -0800)]
Make ChooserActivity grid items focusable

Because keyboards are pretty cool.

Bug 26469615

Change-Id: Ie7a1a50c846ab9702821f9cf585f6d2c775cea38

8 years agoMerge "TaskManager bench"
Chris Craik [Fri, 5 Feb 2016 00:30:29 +0000 (00:30 +0000)]
Merge "TaskManager bench"

8 years agoMerge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FIN...
Wei Liu [Thu, 4 Feb 2016 23:42:49 +0000 (23:42 +0000)]
Merge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT."

8 years agoMerge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag."
Wei Liu [Thu, 4 Feb 2016 23:42:36 +0000 (23:42 +0000)]
Merge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag."

8 years agoMerge "Restrict ChooserTargets provided by a single service"
Adam Powell [Thu, 4 Feb 2016 23:24:38 +0000 (23:24 +0000)]
Merge "Restrict ChooserTargets provided by a single service"

8 years agoMerge "Fix build"
Jorim Jaggi [Thu, 4 Feb 2016 22:56:37 +0000 (22:56 +0000)]
Merge "Fix build"

8 years agoFix build
Jorim Jaggi [Thu, 4 Feb 2016 22:55:07 +0000 (14:55 -0800)]
Fix build

Change-Id: I42ae0a22ce7259aa37c39a09d3b754785d000892

8 years agoMerge changes If489d2ba,I1fe12181,Ieb4f586a,Ib51163a0,Ifdfcf3ad, ...
Jorim Jaggi [Thu, 4 Feb 2016 22:49:52 +0000 (22:49 +0000)]
Merge changes If489d2ba,I1fe12181,Ieb4f586a,Ib51163a0,Ifdfcf3ad, ...

* changes:
  Hide swipe-up gesture behind tuner flag
  When long pressing recents and already docked, undock
  More multi-window fixes
  Use separate flag to suppress resizes
  Only treat "null" bounds as fullscreen
  Exclude stable insets from task config
  Fix bug where surface was not clipped off during resizing
  Fix crash in SysUI when configuration changes

8 years agoTaskManager bench
Chris Craik [Thu, 4 Feb 2016 01:33:47 +0000 (17:33 -0800)]
TaskManager bench

bug:26964750

Change-Id: Ibda0cd2e5e64331a4367d4985d6acfd6f3baeda1

8 years agoHide swipe-up gesture behind tuner flag
Jorim Jaggi [Thu, 4 Feb 2016 06:18:45 +0000 (22:18 -0800)]
Hide swipe-up gesture behind tuner flag

(;゚︵゚;)

Bug: 26317834
Change-Id: If489d2bac21e376f2b24a3ce0537a2a8a29651ab

8 years agoWhen long pressing recents and already docked, undock
Jorim Jaggi [Thu, 4 Feb 2016 05:31:27 +0000 (21:31 -0800)]
When long pressing recents and already docked, undock

Bug: 26771328
Change-Id: I1fe12181cd80fd948e4184be6a8790c77bfe9e45

8 years agoMerge "App crash dialog polish"
Adrian Roos [Thu, 4 Feb 2016 22:39:20 +0000 (22:39 +0000)]
Merge "App crash dialog polish"

8 years agoMore multi-window fixes
Jorim Jaggi [Thu, 4 Feb 2016 03:27:49 +0000 (19:27 -0800)]
More multi-window fixes

- When exiting multi-window (taskOverride gets EMPTY), emulate
the same task configuration so we don't end up with unnecessary
relaunches.
- Fix flicker by not calling WM.setAppVisibility if the app is
already visible. setAppVisibility makes a dummy transition,
which sets the transformation's alpha to zero if we think that
the app is not visible, which is the case because the app is in
DRAW_PENDING state because we are waiting for it to exit the
dragResize mode, but it's really visible.

Change-Id: Ieb4f586ae86e1185b21a901c57883a1f19d58fee

8 years agoUse separate flag to suppress resizes
Jorim Jaggi [Thu, 4 Feb 2016 03:24:31 +0000 (19:24 -0800)]
Use separate flag to suppress resizes

When moving a task between stacks, we temporarily suppress resize
changes because while moving, the task is still in another stack
which might get resized by the docked stack because when fetching
the stack, we might create it and thus resize the other stack.

Introduce mTemporarilyUnresizable which makes it really not resizable,
regardless of whether we are force resizing our activities.

Change-Id: Ib51163a0606106fd55f5bdeecf8e53f08add4b4b

8 years agoOnly treat "null" bounds as fullscreen
Jorim Jaggi [Thu, 4 Feb 2016 02:24:12 +0000 (18:24 -0800)]
Only treat "null" bounds as fullscreen

When long pressing on the recents button, we made it one pixel smaller
than fullscreen so we don't dismiss the stack immediately again.
However, this is a huge hack, and lead to problems with navigation bar
background because there we actually rely on the fact whether
the window is fullscreen or not to determine whether to draw the
navigation bar background, which lead to flickering.

Bug: 26777526
Change-Id: Ifdfcf3ad4138bc88c5164177cd20f1ff1635085f

8 years agoExclude stable insets from task config
Jorim Jaggi [Tue, 2 Feb 2016 01:42:25 +0000 (17:42 -0800)]
Exclude stable insets from task config

When a app is in fullscreen, we exclude navigation bar and status bar
size when calculating the config. However, when in multi-window, and
the task was almost fullscreen, the height/width reported to the app
was actually larger than when it was in fullscreen. In order to fix
this, exclude the stable insets when calculating the task
configuration, and also fix a bug when calculating the screen layout.

Change-Id: I843ae012fb3050c79643d125550aacb6e73d27da

8 years agoFix bug where surface was not clipped off during resizing
Jorim Jaggi [Sat, 30 Jan 2016 03:12:44 +0000 (19:12 -0800)]
Fix bug where surface was not clipped off during resizing

When dragging the divider in a way such the task size goes through
the following transition

- Half size
- Full screen
- Half size

the surface wasn't clipped off anymore. This was because in full
screen configuration, computeDragResizing() == false thus when
going full screen -> half size, we reset the draw state to
DRAW_PENDING to get notified when it has finished drawn. However,
this also broke clipping.

In order to fix this, we always put the window into a resizing mode
no matter whether the bounds are fullscreen or not.

However, this introduces an ugly flickering on the navigation bar,
when going into docked mode, because the app doesn't draw navigation
bar background in resize mode.

To fix that, we calculate the presence of navigation bar whether the
window is fullscreen, and not just whether it's resizing. For that,
we need to calculate the presence in BackdropFrameRenderer, by using
the insets just sent by window manager.

Change-Id: Idf56df4ae7fefe67d068bc2eeda8dc4d83bbefb7

8 years agoFix crash in SysUI when configuration changes
Jorim Jaggi [Thu, 4 Feb 2016 02:28:49 +0000 (18:28 -0800)]
Fix crash in SysUI when configuration changes

Bug: 26913675
Change-Id: Ib36e5fcdd22197317f1b99a3aec8a46896a8cc36

8 years agoApp crash dialog polish
Adrian Roos [Tue, 2 Feb 2016 23:47:49 +0000 (15:47 -0800)]
App crash dialog polish

Bug: 26854994
Change-Id: I9b1012b00dbbcc5da27b5a32f0f8bd42187fa552

8 years agoMerge "Workaround for apps loading foreign native libs"
Dimitry Ivanov [Thu, 4 Feb 2016 22:13:53 +0000 (22:13 +0000)]
Merge "Workaround for apps loading foreign native libs"

8 years agoWorkaround for apps loading foreign native libs
Dimitry Ivanov [Thu, 4 Feb 2016 18:28:34 +0000 (10:28 -0800)]
Workaround for apps loading foreign native libs

Bug: http://b/26954419
Change-Id: I4272d015213b386abc1b04c0349cf1b081288058

8 years agoMerge "Transit to correct state after alarm is fired" am: f3c432059c
Amith Yamasani [Thu, 4 Feb 2016 22:05:35 +0000 (22:05 +0000)]
Merge "Transit to correct state after alarm is fired" am: f3c432059c
am: 510a2c5aeb

* commit '510a2c5aeb88c5128737593e314e63265bc5d308':
  Transit to correct state after alarm is fired

8 years agoMerge "Transit to correct state after alarm is fired"
Amith Yamasani [Thu, 4 Feb 2016 22:00:38 +0000 (22:00 +0000)]
Merge "Transit to correct state after alarm is fired"
am: f3c432059c

* commit 'f3c432059c44e8e74b0385adde5f619e4d8eba0d':
  Transit to correct state after alarm is fired

8 years agoMerge "Remove unused fonts."
Ben Wagner [Thu, 4 Feb 2016 21:56:09 +0000 (21:56 +0000)]
Merge "Remove unused fonts."

8 years agoMerge "Transit to correct state after alarm is fired"
Amith Yamasani [Thu, 4 Feb 2016 21:52:54 +0000 (21:52 +0000)]
Merge "Transit to correct state after alarm is fired"

8 years agoMerge "Support resource references in pointerShape attributes."
Vladislav Kaznacheev [Thu, 4 Feb 2016 21:28:39 +0000 (21:28 +0000)]
Merge "Support resource references in pointerShape attributes."

8 years agoMerge "Logging for 26793431"
Wale Ogunwale [Thu, 4 Feb 2016 21:26:26 +0000 (21:26 +0000)]
Merge "Logging for 26793431"

8 years agoRevert "VectorDrawable native rendering - Step 4 of MANY"
Doris Liu [Thu, 4 Feb 2016 20:04:10 +0000 (20:04 +0000)]
Revert "VectorDrawable native rendering - Step 4 of MANY"

b/26949340 and b/26975469, b/26975079 as well

This reverts commit f276acd98457bcaabc9e79a17a736b3b484f005e.

Change-Id: I4b55177daf0d289bc03604c71fd4bf579f65073a

8 years agoMerge "Revert "Fix NPE for invalid target exception""
Doris Liu [Thu, 4 Feb 2016 20:03:44 +0000 (20:03 +0000)]
Merge "Revert "Fix NPE for invalid target exception""

8 years agoRevert "Fix NPE for invalid target exception"
Doris Liu [Thu, 4 Feb 2016 20:02:52 +0000 (20:02 +0000)]
Revert "Fix NPE for invalid target exception"

This reverts commit d4fda02dd59adff9553dca5647ebb6c023145d5f.

Change-Id: I73341dc41c7effaa3209107b4e85503b17e2c826

8 years agoRemove unused fonts.
Ben Wagner [Thu, 4 Feb 2016 19:56:09 +0000 (14:56 -0500)]
Remove unused fonts.

The fonts being removed are no longer referenced.

Change-Id: I3029bdc817a39f5000a1c3d067afc1d40e859b93

8 years agoUse correct condition for killing background processes
Alan Viverette [Thu, 4 Feb 2016 19:53:00 +0000 (14:53 -0500)]
Use correct condition for killing background processes

Bug: 26881641
Change-Id: Iccb0f48497e5a2023543d73b5c2067e5edaf717e

8 years agoMerge "Have RT drive window positioning"
John Reck [Thu, 4 Feb 2016 19:32:57 +0000 (19:32 +0000)]
Merge "Have RT drive window positioning"

8 years agoHave RT drive window positioning
John Reck [Tue, 2 Feb 2016 23:18:23 +0000 (15:18 -0800)]
Have RT drive window positioning

Bug: 22802885

Change-Id: I6beed5474d3a943b16e9097f7bd61ce3cbd37505

8 years agoMerge "Made changes to fix some policy transparency options."
Sudheer Shanka [Thu, 4 Feb 2016 19:14:14 +0000 (19:14 +0000)]
Merge "Made changes to fix some policy transparency options."

8 years agoMerge "Allow Full ICCID Print in dumpsys on Debuggable Builds"
Brian Jones [Thu, 4 Feb 2016 19:11:59 +0000 (19:11 +0000)]
Merge "Allow Full ICCID Print in dumpsys on Debuggable Builds"

8 years agoAllow Full ICCID Print in dumpsys on Debuggable Builds
Nathan Harold [Thu, 4 Feb 2016 19:03:15 +0000 (11:03 -0800)]
Allow Full ICCID Print in dumpsys on Debuggable Builds

Bug: 26981705
Change-Id: I83b1cb7e4e382123daf506b1621e8e100b874611

8 years agoMerge "Fix ripple clipping + quick rejection"
Chris Craik [Thu, 4 Feb 2016 19:08:59 +0000 (19:08 +0000)]
Merge "Fix ripple clipping + quick rejection"

8 years agoMerge "Simplify shadow task cleanup"
Chris Craik [Thu, 4 Feb 2016 19:04:18 +0000 (19:04 +0000)]
Merge "Simplify shadow task cleanup"

8 years agoMerge "api: Un-@hide new annotation APIs from java 8"
Igor Murashkin [Thu, 4 Feb 2016 18:56:24 +0000 (18:56 +0000)]
Merge "api: Un-@hide new annotation APIs from java 8"

8 years agoMerge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw...
Wei Liu [Thu, 4 Feb 2016 18:47:23 +0000 (18:47 +0000)]
Merge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw-e-dev am: e2c27eede5  -s ours am: 44b73f54fb  -s ours am: 3db7909c7a  -s ours
am: 0218fc7dbb  -s ours

* commit '0218fc7dbb2df36cf5f9ca30075da84e0020b218':
  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.

8 years agoMerge "Kill background processes targeting SDK < N on density change"
Alan Viverette [Thu, 4 Feb 2016 18:45:17 +0000 (18:45 +0000)]
Merge "Kill background processes targeting SDK < N on density change"

8 years agoMerge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw...
Wei Liu [Thu, 4 Feb 2016 18:41:11 +0000 (18:41 +0000)]
Merge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw-e-dev am: e2c27eede5  -s ours am: 44b73f54fb  -s ours
am: 3db7909c7a  -s ours

* commit '3db7909c7a2b827a9c887ae8a00360cb75001c8b':
  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.

8 years agoRestrict ChooserTargets provided by a single service
Adam Powell [Thu, 4 Feb 2016 00:01:09 +0000 (16:01 -0800)]
Restrict ChooserTargets provided by a single service

Only allow one row's worth of targets from any one
ChooserTargetService and lower the weight for app recency in resolver
sorting. Along with a previous change to only consider the past 1 week
of app activity, this is to help improve the quality of direct share
targets shown.

Bug 26562857

Change-Id: I0f9a8ca8ccfb655261421e29fef7909cadd318f1

8 years agoMerge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw...
Wei Liu [Thu, 4 Feb 2016 18:35:22 +0000 (18:35 +0000)]
Merge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw-e-dev am: e2c27eede5  -s ours
am: 44b73f54fb  -s ours

* commit '44b73f54fb223538eb05fe7b86ff0f47c117be7e':
  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.

8 years agoMerge "Apapted the touch region for notification headers"
Selim Cinek [Thu, 4 Feb 2016 18:30:01 +0000 (18:30 +0000)]
Merge "Apapted the touch region for notification headers"

8 years agoMerge "Not truncating notification info anymore"
Selim Cinek [Thu, 4 Feb 2016 18:29:41 +0000 (18:29 +0000)]
Merge "Not truncating notification info anymore"

8 years agoMerge "Collapse all groups now when the shade is collapsed"
Selim Cinek [Thu, 4 Feb 2016 18:28:45 +0000 (18:28 +0000)]
Merge "Collapse all groups now when the shade is collapsed"

8 years agoMerge "Fixed a crash when transforming"
Selim Cinek [Thu, 4 Feb 2016 18:28:27 +0000 (18:28 +0000)]
Merge "Fixed a crash when transforming"

8 years agoMerge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw...
Wei Liu [Thu, 4 Feb 2016 18:28:10 +0000 (18:28 +0000)]
Merge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw-e-dev
am: e2c27eede5  -s ours

* commit 'e2c27eede562241423c02d086703b12d4b3dddd3':
  DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.

8 years agoMerge "Fixed that group children expand buttons were sometimes colored"
Selim Cinek [Thu, 4 Feb 2016 18:28:03 +0000 (18:28 +0000)]
Merge "Fixed that group children expand buttons were sometimes colored"

8 years agoMerge "Fixed a bug where the notification big text wasn't transforming"
Selim Cinek [Thu, 4 Feb 2016 18:27:39 +0000 (18:27 +0000)]
Merge "Fixed a bug where the notification big text wasn't transforming"

8 years agoMerge "Adapted the background behavior on the lockscreen"
Selim Cinek [Thu, 4 Feb 2016 18:27:13 +0000 (18:27 +0000)]
Merge "Adapted the background behavior on the lockscreen"

8 years agoMerge "Adapted the style of notification groups"
Selim Cinek [Thu, 4 Feb 2016 18:26:56 +0000 (18:26 +0000)]
Merge "Adapted the style of notification groups"

8 years agoMerge "Adapted the no notifications view according to spec"
Selim Cinek [Thu, 4 Feb 2016 18:25:53 +0000 (18:25 +0000)]
Merge "Adapted the no notifications view according to spec"

8 years agoMerge "Updated the clear all button to spec"
Selim Cinek [Thu, 4 Feb 2016 18:25:36 +0000 (18:25 +0000)]
Merge "Updated the clear all button to spec"

8 years agoDO NOT MERGE ANYWHERE Put the start of RttService behind a flag.
Wei Liu [Thu, 4 Feb 2016 00:57:31 +0000 (16:57 -0800)]
DO NOT MERGE ANYWHERE Put the start of RttService behind a flag.

We can set config.disable_rtt in the init script to disable the
RttService.

b/26877020

Change-Id: Ifb7fedc4764329dc09cae41f06bf6d5fc7426e5f
(cherry picked from commit c47749f9908b5d98397379fb3bf80d330f9c8283)

8 years agoMerge "Make sure the scrollbar shows when the overflow is opened."
Abodunrinwa Toki [Thu, 4 Feb 2016 18:24:01 +0000 (18:24 +0000)]
Merge "Make sure the scrollbar shows when the overflow is opened."

8 years agoMerge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw...
Wei Liu [Thu, 4 Feb 2016 18:23:59 +0000 (18:23 +0000)]
Merge "DO NOT MERGE ANYWHERE Put the start of RttService behind a flag." into cw-e-dev

8 years agoMerge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FIN...
Wei Liu [Thu, 4 Feb 2016 18:19:53 +0000 (18:19 +0000)]
Merge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT." into cw-e-dev am: fbd88d132e  -s ours am: 4577aac551  -s ours am: 1886efacfc  -s ours
am: 7007254630  -s ours

* commit '7007254630ef6e8d236bcc2b548a08f34e443061':
  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

8 years agoMerge "Fix battery off center"
Jason Monk [Thu, 4 Feb 2016 18:17:33 +0000 (18:17 +0000)]
Merge "Fix battery off center"

8 years agoMerge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FIN...
Wei Liu [Thu, 4 Feb 2016 18:15:26 +0000 (18:15 +0000)]
Merge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT." into cw-e-dev am: fbd88d132e  -s ours am: 4577aac551  -s ours
am: 1886efacfc  -s ours

* commit '1886efacfc22aff9e191cd57820c2d151bac66e3':
  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

8 years agoMerge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FIN...
Wei Liu [Thu, 4 Feb 2016 18:10:16 +0000 (18:10 +0000)]
Merge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT." into cw-e-dev am: fbd88d132e  -s ours
am: 4577aac551  -s ours

* commit '4577aac5510db6c3255a5e09a573c52bbfa8b609':
  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

8 years agoMerge "Add SkiaBehaviorTests"
Chris Craik [Thu, 4 Feb 2016 18:08:20 +0000 (18:08 +0000)]
Merge "Add SkiaBehaviorTests"

8 years agoMerge "Honor javadocs, call super first in DocumentsProvider.call handling."
Steve McKay [Thu, 4 Feb 2016 18:06:45 +0000 (18:06 +0000)]
Merge "Honor javadocs, call super first in DocumentsProvider.call handling."

8 years agoDO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.
Wei Liu [Wed, 3 Feb 2016 22:31:37 +0000 (14:31 -0800)]
DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

b/26877020

Change-Id: Idfef31edb7e67ae60c1b2205df326ed1c5657618
(cherry picked from commit aae35640cd4e08186c01875e8d14962258e3d365)

8 years agoMerge "Add CharSequence interfaces for BidiFormatter"
Roozbeh Pournader [Thu, 4 Feb 2016 18:05:54 +0000 (18:05 +0000)]
Merge "Add CharSequence interfaces for BidiFormatter"

8 years agoHonor javadocs, call super first in DocumentsProvider.call handling.
Steve McKay [Thu, 4 Feb 2016 18:02:09 +0000 (10:02 -0800)]
Honor javadocs, call super first in DocumentsProvider.call handling.

Change-Id: Ic7d8d629c4c7df39ce3e2524670169752bab899b

8 years agoMerge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FIN...
Wei Liu [Thu, 4 Feb 2016 18:05:34 +0000 (18:05 +0000)]
Merge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT." into cw-e-dev
am: fbd88d132e  -s ours

* commit 'fbd88d132e3d75c9f1af607fc1ba00a6596d7406':
  DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

8 years agoMerge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FIN...
Wei Liu [Thu, 4 Feb 2016 18:01:45 +0000 (18:01 +0000)]
Merge "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT." into cw-e-dev

8 years agoFix battery off center
Jason Monk [Thu, 4 Feb 2016 18:00:48 +0000 (13:00 -0500)]
Fix battery off center

Bug: 26811313
Change-Id: I1637ebcbc06665252a34ad9929bd772d04abe33f

8 years agoKill background processes targeting SDK < N on density change
Alan Viverette [Thu, 4 Feb 2016 17:49:44 +0000 (12:49 -0500)]
Kill background processes targeting SDK < N on density change

Bug: 26881641
Change-Id: Iea8e95e550e2ca32f15c2bdaa14b6bf81f06a477

8 years agoMerge "Make flags related for "external services" public"
Mikhail Naganov [Thu, 4 Feb 2016 17:41:19 +0000 (17:41 +0000)]
Merge "Make flags related for "external services" public"

8 years agoMerge "Adjust QS Header in landscape"
Jason Monk [Thu, 4 Feb 2016 17:38:58 +0000 (17:38 +0000)]
Merge "Adjust QS Header in landscape"

8 years agoDefined an intent to let apps launch the Data Saver settings screen.
Felipe Leme [Wed, 27 Jan 2016 18:41:22 +0000 (10:41 -0800)]
Defined an intent to let apps launch the Data Saver settings screen.

BUG: 26451391
BUG: 26820898
Change-Id: Ie9dbe2d08d362aa548e385967d101faafb87c9b7

8 years agoMerge "Propagate changes when uids are added or removed to the restricted background...
Felipe Leme [Thu, 4 Feb 2016 17:19:34 +0000 (17:19 +0000)]
Merge "Propagate changes when uids are added or removed to the restricted background whitelist."

8 years agoMerge "Infrastructure for animating of maximizing pip activity."
Filip Gruszczynski [Thu, 4 Feb 2016 17:16:53 +0000 (17:16 +0000)]
Merge "Infrastructure for animating of maximizing pip activity."

8 years agoInfrastructure for animating of maximizing pip activity.
Filip Gruszczynski [Thu, 4 Feb 2016 00:52:59 +0000 (16:52 -0800)]
Infrastructure for animating of maximizing pip activity.

Bug: 25672053
Change-Id: Ie8a83c626680e01ff7115f40731ab9e6c13769c0

8 years agoMerge "Created commands to manage metered networks."
Felipe Leme [Thu, 4 Feb 2016 17:00:52 +0000 (17:00 +0000)]
Merge "Created commands to manage metered networks."

8 years agoAdjust QS Header in landscape
Jason Monk [Thu, 4 Feb 2016 16:41:18 +0000 (11:41 -0500)]
Adjust QS Header in landscape

Give some padding on the expand arrow.

Change-Id: Ia2f88beb453634bfc82a17033f2e7a76d12e2620

8 years agoMerge "Rewrite QS customizer"
Jason Monk [Thu, 4 Feb 2016 16:22:24 +0000 (16:22 +0000)]
Merge "Rewrite QS customizer"

8 years agoMerge "Improve handling of popup window exit when host window goes away"
Alan Viverette [Thu, 4 Feb 2016 16:09:09 +0000 (16:09 +0000)]
Merge "Improve handling of popup window exit when host window goes away"

8 years agoRewrite QS customizer
Jason Monk [Tue, 2 Feb 2016 20:15:31 +0000 (15:15 -0500)]
Rewrite QS customizer

Instead of custom draginess, use RecyclerView with a GridLayoutManager.

Still needs a bit of work, but the overall feel is significantly better
than before.

Change-Id: I3b3927472f69721e265ef7591de2f3052862f392

8 years agoMerge "Update QS + Notification landscape width"
Jason Monk [Thu, 4 Feb 2016 15:06:02 +0000 (15:06 +0000)]
Merge "Update QS + Notification landscape width"

8 years agoUpdate QS + Notification landscape width
Jason Monk [Wed, 3 Feb 2016 16:26:07 +0000 (11:26 -0500)]
Update QS + Notification landscape width

Make it bigger, also make QS + Notification width update on config
change, so the new width can take effect.

Change-Id: Id069d21358d7bb716a1dfadc21fa11d1e5d69575

8 years agoMerge "IntentForwarderActivity shouldn't crash if intent has no action."
Nicolas Prévot [Thu, 4 Feb 2016 14:29:47 +0000 (14:29 +0000)]
Merge "IntentForwarderActivity shouldn't crash if intent has no action."

8 years agoIntentForwarderActivity shouldn't crash if intent has no action.
Nicolas Prevot [Wed, 3 Feb 2016 16:18:03 +0000 (16:18 +0000)]
IntentForwarderActivity shouldn't crash if intent has no action.

Also don't crash when receiving a chooser intent with no
extra initial intent.

BUG:26445101
Change-Id: Icaf55881a015cf8cc76e5269b9bb67784dbf33c3

8 years agoTIF: Replace TvInputInfo in SessionState with ID and component name
Jae Seo [Thu, 4 Feb 2016 13:17:13 +0000 (22:17 +0900)]
TIF: Replace TvInputInfo in SessionState with ID and component name

Needed to avoid coherency issues when updating TvInputInfo.

Bug: 26864151
Change-Id: Iec67b74628e1e52ebd8f7bf1aeb6339fe8fdb98f

8 years agoMerge "Revert "Add java.util.function APIs""
Neil Fuller [Thu, 4 Feb 2016 13:11:00 +0000 (13:11 +0000)]
Merge "Revert "Add java.util.function APIs""

8 years agoRevert "Add java.util.function APIs"
Neil Fuller [Thu, 4 Feb 2016 13:09:42 +0000 (13:09 +0000)]
Revert "Add java.util.function APIs"

Premature submission. Need to wait until stubs support 1.8.

This reverts commit 311a97e7f41c494bc355f5d77adc276e2a400970.

Change-Id: Iba1361b90f75cad139f94044184c5295483fedcd

8 years agoMerge "Add java.util.function APIs"
Neil Fuller [Thu, 4 Feb 2016 13:07:43 +0000 (13:07 +0000)]
Merge "Add java.util.function APIs"

8 years agoMerge "Add new permission and action for managed provisioning (QR flow)"
Steven Ng [Thu, 4 Feb 2016 10:24:44 +0000 (10:24 +0000)]
Merge "Add new permission and action for managed provisioning (QR flow)"