OSDN Git Service

android-x86/frameworks-base.git
8 years agoresolve merge conflicts of c522dc6 to mnc-mr-docs am: 0cb25d527f am: 34b9fa4d47
Cheryl Potter [Thu, 5 May 2016 16:37:08 +0000 (16:37 +0000)]
resolve merge conflicts of c522dc6 to mnc-mr-docs am: 0cb25d527f am: 34b9fa4d47
am: aa99efdb72

* commit 'aa99efdb7290fa3dfdb06ebf756e5e6fb9ae446c':
  docs: Update help button redirects for new Android Monitor docs b/28592116

Change-Id: I1a73b0e45b8940a940b59e1209d908567f59b04b

8 years agoresolve merge conflicts of c522dc6 to mnc-mr-docs am: 0cb25d527f
Cheryl Potter [Thu, 5 May 2016 16:34:12 +0000 (16:34 +0000)]
resolve merge conflicts of c522dc6 to mnc-mr-docs am: 0cb25d527f
am: 34b9fa4d47

* commit '34b9fa4d471a0bf2b6cf2dc8c342468d48c9fefa':
  docs: Update help button redirects for new Android Monitor docs b/28592116

Change-Id: I24359c6e2eea97383309610f60d83286a0663c7b

8 years agoresolve merge conflicts of c522dc6 to mnc-mr-docs
Cheryl Potter [Thu, 5 May 2016 16:31:08 +0000 (16:31 +0000)]
resolve merge conflicts of c522dc6 to mnc-mr-docs
am: 0cb25d527f

* commit '0cb25d527f4ca81910feb106cca7ca156a34018b':
  docs: Update help button redirects for new Android Monitor docs b/28592116

Change-Id: I24ec45420bab5a346f4d86b7a1a09ed9a3dec67f

8 years agoMerge "Have the Resolver/Chooser activities handle resize config changes" into nyc-dev
Adam Powell [Thu, 5 May 2016 16:04:05 +0000 (16:04 +0000)]
Merge "Have the Resolver/Chooser activities handle resize config changes" into nyc-dev

8 years agoMerge "Remove obsolete file" into nyc-dev
Rubin Xu [Thu, 5 May 2016 15:54:16 +0000 (15:54 +0000)]
Merge "Remove obsolete file" into nyc-dev

8 years agoRemove obsolete file
Rubin Xu [Thu, 5 May 2016 15:39:19 +0000 (16:39 +0100)]
Remove obsolete file

Bug: 27531824
Change-Id: Id6706f0ba6a68723704e58a7fbd8b529e3ec7970

8 years agoMerge "Fix QS crash with RTL rotate" into nyc-dev
Jason Monk [Thu, 5 May 2016 15:42:41 +0000 (15:42 +0000)]
Merge "Fix QS crash with RTL rotate" into nyc-dev

8 years agoMerge "Fix QS edit accessibility" into nyc-dev
Jason Monk [Thu, 5 May 2016 15:41:32 +0000 (15:41 +0000)]
Merge "Fix QS edit accessibility" into nyc-dev

8 years agoMerge "QS Edit: announce exit/entrance" into nyc-dev
Jason Monk [Thu, 5 May 2016 15:41:06 +0000 (15:41 +0000)]
Merge "QS Edit: announce exit/entrance" into nyc-dev

8 years agoMerge "Fix QS header settings + user visibilities" into nyc-dev
Jason Monk [Thu, 5 May 2016 15:40:32 +0000 (15:40 +0000)]
Merge "Fix QS header settings + user visibilities" into nyc-dev

8 years agoFix QS header settings + user visibilities
Jason Monk [Thu, 5 May 2016 14:15:25 +0000 (10:15 -0400)]
Fix QS header settings + user visibilities

Change-Id: If2b5fb2ab47254bb0e44685a0fcd5d92d5d347fb
Fixes: 28235542

8 years agoMerge "Fix Trust Agent discovery for FBE" into nyc-dev
Adrian Roos [Thu, 5 May 2016 14:05:08 +0000 (14:05 +0000)]
Merge "Fix Trust Agent discovery for FBE" into nyc-dev

8 years agoMerge "Fix RTL margins on Power dialog" into nyc-dev
Clara Bayarri [Thu, 5 May 2016 13:29:12 +0000 (13:29 +0000)]
Merge "Fix RTL margins on Power dialog" into nyc-dev

8 years agoMerge "PackageManager : Log stats about the optimizing apps dialog." into nyc-dev
TreeHugger Robot [Thu, 5 May 2016 13:10:47 +0000 (13:10 +0000)]
Merge "PackageManager : Log stats about the optimizing apps dialog." into nyc-dev

8 years agoMerge "Guard retrievePreRebootSecurityLogs with config flag" into nyc-dev
Rubin Xu [Thu, 5 May 2016 13:03:46 +0000 (13:03 +0000)]
Merge "Guard retrievePreRebootSecurityLogs with config flag" into nyc-dev

8 years agoMerge "Add missing delegate in Bitmap_Delegate" into nyc-dev
Diego Perez [Thu, 5 May 2016 12:21:34 +0000 (12:21 +0000)]
Merge "Add missing delegate in Bitmap_Delegate" into nyc-dev

8 years agoPackageManager : Log stats about the optimizing apps dialog.
Narayan Kamath [Tue, 3 May 2016 10:55:23 +0000 (11:55 +0100)]
PackageManager : Log stats about the optimizing apps dialog.

Logs the following parameters :
- Total time spent optimizing apps.
- Total number of apps that were dexopted.

TESTED: with adb logcat -b events:
05-04 15:24:16.303  2065  2065 I sysui_action: [402,3]
05-04 15:24:16.303  2065  2065 I sysui_action: [403,34]
05-04 15:24:16.303  2065  2065 I sysui_action: [404,0]
05-04 15:24:16.304  2065  2065 I sysui_action: [405,163]
05-04 15:24:16.304  2065  2065 I sysui_action: [406,12168]

This shows that:
 - 3 apps were optimized
 - 34 apps were skipped
 - 0 apps failed to optimize
 - dialog showed a total of 37 (3 + 34 + 0) apps
 - system has 163 optimizable packages
 - a total of 12.2 seconds was spent in the optimizing apps dialog

bug: 28528058
bug: 28544474
Change-Id: I9eb5229a1589ca0df57d3fc03102992fa90a877f

8 years agoGuard retrievePreRebootSecurityLogs with config flag
Rubin Xu [Wed, 4 May 2016 18:01:07 +0000 (19:01 +0100)]
Guard retrievePreRebootSecurityLogs with config flag

Bug: 28160645
Change-Id: Ifce884c319019758dfaaa39bc239e9f30962c920

8 years agoMerge "Track external/icu API changes for factory registration" into nyc-dev
Neil Fuller [Thu, 5 May 2016 09:54:45 +0000 (09:54 +0000)]
Merge "Track external/icu API changes for factory registration" into nyc-dev

8 years agoMerge "Fix thumbnail transition animation when Recents is shown with PIP" into nyc-dev
Jaewan Kim [Thu, 5 May 2016 04:57:33 +0000 (04:57 +0000)]
Merge "Fix thumbnail transition animation when Recents is shown with PIP" into nyc-dev

8 years agoresolve merge conflicts of c522dc6 to mnc-mr-docs
Cheryl Potter [Thu, 5 May 2016 02:39:07 +0000 (19:39 -0700)]
resolve merge conflicts of c522dc6 to mnc-mr-docs

Change-Id: Ib4aedad4813a7973268239957b5103642941733d

8 years agoMerge "Always assign leftover pixels to last weighted child" into nyc-dev
Alan Viverette [Thu, 5 May 2016 02:26:44 +0000 (02:26 +0000)]
Merge "Always assign leftover pixels to last weighted child" into nyc-dev

8 years agoMerge "Don't resize task when dismissing docked stack" into nyc-dev
TreeHugger Robot [Thu, 5 May 2016 02:07:26 +0000 (02:07 +0000)]
Merge "Don't resize task when dismissing docked stack" into nyc-dev

8 years agodocs: Fixing bad URL in libraries TOC am: 084d99bfd4 am: d9092978cd
Andrew Solovay [Thu, 5 May 2016 01:01:58 +0000 (01:01 +0000)]
docs: Fixing bad URL in libraries TOC am: 084d99bfd4 am: d9092978cd
am: 35515f4fdb

* commit '35515f4fdb9e0c5ae4618a8b55addd2e24cf6983':
  docs: Fixing bad URL in libraries TOC

Change-Id: I930f38f695dc831983afc414799cbfc9398ff867

8 years agodocs: Fixing bad URL in libraries TOC am: 084d99bfd4
Andrew Solovay [Thu, 5 May 2016 00:59:37 +0000 (00:59 +0000)]
docs: Fixing bad URL in libraries TOC am: 084d99bfd4
am: d9092978cd

* commit 'd9092978cde2bfdb291c5a5edbec4c28404a8e0d':
  docs: Fixing bad URL in libraries TOC

Change-Id: I25103954c34a912c75e9cbbda01aeb007f03b410

8 years agodocs: Fixing bad URL in libraries TOC
Andrew Solovay [Thu, 5 May 2016 00:54:48 +0000 (00:54 +0000)]
docs: Fixing bad URL in libraries TOC
am: 084d99bfd4

* commit '084d99bfd4938689e6394a8f3bcb5d261b852f93':
  docs: Fixing bad URL in libraries TOC

Change-Id: I98fabe110ba52c1f411cf2c6ab27ae9d86997dce

8 years agoDon't resize task when dismissing docked stack
Jorim Jaggi [Thu, 5 May 2016 00:24:47 +0000 (17:24 -0700)]
Don't resize task when dismissing docked stack

Make sure to "freeze" bounds while dismissing the docked stack by
either maximizing or minimizing it.

Bug: 28196862
Change-Id: Ifcd9deda340de8bc46df949df2fa1049e2f45f92

8 years agoMerge "Add dump information for divider" into nyc-dev
Jorim Jaggi [Thu, 5 May 2016 00:00:02 +0000 (00:00 +0000)]
Merge "Add dump information for divider" into nyc-dev

8 years agoFixing issue with passing arguments to toggle recents.
Winson [Wed, 4 May 2016 22:13:36 +0000 (15:13 -0700)]
Fixing issue with passing arguments to toggle recents.

Bug: 28598762
Change-Id: I38edd34ae158abd97b28c82e700f3e020e81af75

8 years agoFixing regression in enter-recents state.
Winson [Wed, 4 May 2016 23:14:19 +0000 (16:14 -0700)]
Fixing regression in enter-recents state.

- We should always start the activity when docking to ensure that the
  launch state is set up correctly.

Bug: 28470261
Change-Id: I4aae0dedb95a1c796c72b487b6700da0754e66f3

8 years agoMerge "Send FINGERPRINT_ERROR_LOCKOUT on some devices" into nyc-dev
Jim Miller [Wed, 4 May 2016 23:49:57 +0000 (23:49 +0000)]
Merge "Send FINGERPRINT_ERROR_LOCKOUT on some devices" into nyc-dev

8 years agoHave the Resolver/Chooser activities handle resize config changes
Adam Powell [Wed, 4 May 2016 23:29:53 +0000 (16:29 -0700)]
Have the Resolver/Chooser activities handle resize config changes

Both of these activities do additional work and look janky when
rebuilding for a config change, especially in the presence of
multiwindow. As neither of them use layouts or other resources that
vary based on configuration, mark them as handling the relevant config
changes.

Bug 27171954

Change-Id: I38df1d875bcb063d72316b586c4d3f8074c4fad9

8 years agoAdd dump information for divider
Jorim Jaggi [Wed, 4 May 2016 23:43:04 +0000 (16:43 -0700)]
Add dump information for divider

Bug: 28575870
Bug: 28445644
Change-Id: Ib2137c49f1672ed2a9e7e31a5b68c22e0bb166b1

8 years agoMerge "Update VR API docs." into nyc-dev
Ruben Brunk [Wed, 4 May 2016 23:35:42 +0000 (23:35 +0000)]
Merge "Update VR API docs." into nyc-dev

8 years agoMerge changes I4d34ed4b,Iddfbdf5c into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 23:31:31 +0000 (23:31 +0000)]
Merge changes I4d34ed4b,Iddfbdf5c into nyc-dev

* changes:
  Fixed a bug where the pin wasn't scaled correctly
  Fixed a bug where the scrim was transparent

8 years agoMerge "Fixed an issue where the scrim could be lost" into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 23:30:52 +0000 (23:30 +0000)]
Merge "Fixed an issue where the scrim could be lost" into nyc-dev

8 years agoMerge "Fixed a flickering when expanding and the notifications updates" into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 23:30:14 +0000 (23:30 +0000)]
Merge "Fixed a flickering when expanding and the notifications updates" into nyc-dev

8 years agoMerge changes Ic30e4de6,I34496c73,I096d3823 into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 23:29:44 +0000 (23:29 +0000)]
Merge changes Ic30e4de6,I34496c73,I096d3823 into nyc-dev

* changes:
  Fixed a bug where the content height was wrong
  Fixed the fade in animation when coming from dark
  Fixed the animation when flinging over the bottom stack

8 years agoMerge "Made the dismissal of notifications snappier" into nyc-dev
Selim Cinek [Wed, 4 May 2016 23:28:42 +0000 (23:28 +0000)]
Merge "Made the dismissal of notifications snappier" into nyc-dev

8 years agoMerge "Fixed an issue where children would animate strangely when removed" into nyc-dev
Selim Cinek [Wed, 4 May 2016 23:28:18 +0000 (23:28 +0000)]
Merge "Fixed an issue where children would animate strangely when removed" into nyc-dev

8 years agoFixed a bug where the pin wasn't scaled correctly
Selim Cinek [Wed, 4 May 2016 21:13:20 +0000 (14:13 -0700)]
Fixed a bug where the pin wasn't scaled correctly

When switching between different users with different
densities, the Pin entry wasn't recreated correctly.

Change-Id: I4d34ed4b2962311f28588b13dd56838c84272edf
Fixes: 27744173

8 years agoFixed a bug where the scrim was transparent
Selim Cinek [Wed, 4 May 2016 18:39:10 +0000 (11:39 -0700)]
Fixed a bug where the scrim was transparent

When quickly pulling down during the fadeout transition
the scrim was never updated anymore. The animation is now
cancelled in that case.

Change-Id: Iddfbdf5c891732df15f22c81d6fcd4d268ce2593
Fixes: 28054515

8 years agoFixed an issue where the scrim could be lost
Selim Cinek [Wed, 4 May 2016 18:11:10 +0000 (11:11 -0700)]
Fixed an issue where the scrim could be lost

When the lockscreen camera was launched, the launch
transition flags were not correctly updated, leading
to the scrim not updating anymore.

Change-Id: Ief5f9eae4d9aacd5177d72e6902451c92552d0d1
Fixes: 28404975

8 years agoFixed a flickering when expanding and the notifications updates
Selim Cinek [Tue, 3 May 2016 23:42:50 +0000 (16:42 -0700)]
Fixed a flickering when expanding and the notifications updates

Change-Id: Idda8f5cfc61c3c561963eb3ccfffece9fbf5cde3
Fixes: 28557444

8 years agoFixed a bug where the content height was wrong
Selim Cinek [Tue, 3 May 2016 22:52:51 +0000 (15:52 -0700)]
Fixed a bug where the content height was wrong

when dragging down from a HUN the content height was
wrong.

Change-Id: Ic30e4de67625ed88942c71e68e6009b832d064ed
Fixes: 28563238

8 years agoFixed the fade in animation when coming from dark
Selim Cinek [Tue, 3 May 2016 21:25:58 +0000 (14:25 -0700)]
Fixed the fade in animation when coming from dark

Previously the fade-in wasn't happening which is now
working.

Change-Id: I34496c735043058009e9cc9bbf169ffa742a78c4
Fixes: 27534592

8 years agoFixed the animation when flinging over the bottom stack
Selim Cinek [Thu, 28 Apr 2016 21:20:39 +0000 (14:20 -0700)]
Fixed the animation when flinging over the bottom stack

The new approach is still not perfect but has way less artifacts.

Change-Id: I096d3823c5ede720bdf05558d68529e903dce5b5
Fixes: 27744811

8 years agodocs: Fixing bad URL in libraries TOC
Andrew Solovay [Wed, 4 May 2016 22:31:24 +0000 (15:31 -0700)]
docs: Fixing bad URL in libraries TOC

Also added the libraries sub-TOC to the "API Guides" TOC.

See first comment for doc stage location.

Change-Id: I06aac939e40ffad7888801ea01f6d4decd6eb4d1

8 years agoMerge "Call unlockUserKey in a synchronized section" into nyc-dev
Fyodor Kupolov [Wed, 4 May 2016 23:10:41 +0000 (23:10 +0000)]
Merge "Call unlockUserKey in a synchronized section" into nyc-dev

8 years agoMerge "Full-data restore path needs to pass along the widget metadata" into nyc-dev
Chris Tate [Wed, 4 May 2016 22:52:11 +0000 (22:52 +0000)]
Merge "Full-data restore path needs to pass along the widget metadata" into nyc-dev

8 years agoMerge "Debug traces to facilitate screen timeout debugging" into nyc-dev
Chong Zhang [Wed, 4 May 2016 22:50:09 +0000 (22:50 +0000)]
Merge "Debug traces to facilitate screen timeout debugging" into nyc-dev

8 years agoMerge "Maybe fix issue #28457907: Pebble app crash + reboot" into nyc-dev
Dianne Hackborn [Wed, 4 May 2016 22:49:57 +0000 (22:49 +0000)]
Merge "Maybe fix issue #28457907: Pebble app crash + reboot" into nyc-dev

8 years agoMerge "Revert "Don't enforce this API - it's not sensitive"" into nyc-dev
Paul Lawrence [Wed, 4 May 2016 22:46:08 +0000 (22:46 +0000)]
Merge "Revert "Don't enforce this API - it's not sensitive"" into nyc-dev

8 years agoMerge "docs: Skeletal N-DP3 release notes" into mnc-io-docs am: 6cf7d79db2
Andrew Solovay [Wed, 4 May 2016 22:38:47 +0000 (22:38 +0000)]
Merge "docs: Skeletal N-DP3 release notes" into mnc-io-docs am: 6cf7d79db2
am: b3a82cff5a

* commit 'b3a82cff5ab8fbe5930b05a1b150e44f87b25a29':
  docs: Skeletal N-DP3 release notes

Change-Id: I06227b4d50d1eb5a9e26b0847453d9523be02373

8 years agoMerge "docs: Skeletal N-DP3 release notes" into mnc-io-docs
Andrew Solovay [Wed, 4 May 2016 22:36:23 +0000 (22:36 +0000)]
Merge "docs: Skeletal N-DP3 release notes" into mnc-io-docs
am: 6cf7d79db2

* commit '6cf7d79db20d0eb7e0708e488f6cb97b6f157a6c':
  docs: Skeletal N-DP3 release notes

Change-Id: I60a0fd0841a6cbc1386539667cb735c9721baba3

8 years agoMerge "docs: Skeletal N-DP3 release notes" into mnc-io-docs
TreeHugger Robot [Wed, 4 May 2016 22:28:08 +0000 (22:28 +0000)]
Merge "docs: Skeletal N-DP3 release notes" into mnc-io-docs

8 years agoMerge "Fix View leakage from mPreSortedChildren" into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 22:23:23 +0000 (22:23 +0000)]
Merge "Fix View leakage from mPreSortedChildren" into nyc-dev

8 years agoMerge "Disallow suspending the default dialer" into nyc-dev
Robin Lee [Wed, 4 May 2016 22:20:23 +0000 (22:20 +0000)]
Merge "Disallow suspending the default dialer" into nyc-dev

8 years agoMerge "Don't keep dead window with borrowed app token visible" into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 22:13:31 +0000 (22:13 +0000)]
Merge "Don't keep dead window with borrowed app token visible" into nyc-dev

8 years agoDebug traces to facilitate screen timeout debugging
Chong Zhang [Wed, 4 May 2016 22:06:02 +0000 (15:06 -0700)]
Debug traces to facilitate screen timeout debugging

bug: 27522448
Change-Id: I4d51be316e4aedecffb7001126849d7c6136d517

8 years agoMerge "Fix QS not collapsing after some QQS gestures" into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 21:58:17 +0000 (21:58 +0000)]
Merge "Fix QS not collapsing after some QQS gestures" into nyc-dev

8 years agoCall unlockUserKey in a synchronized section
Fyodor Kupolov [Wed, 4 May 2016 21:57:48 +0000 (14:57 -0700)]
Call unlockUserKey in a synchronized section

This will make callers of isUserRunning to wait for the unlock to finish.

Bug: 28530527
Change-Id: I272e2166cdc3df8e34c3436c9c18ba6765da0625

8 years agoMerge "Force second measure pass when there is a configuration change" into nyc-dev
Chet Haase [Wed, 4 May 2016 21:49:09 +0000 (21:49 +0000)]
Merge "Force second measure pass when there is a configuration change" into nyc-dev

8 years agoMerge "Fix a behavior change in "Show software keyboard"." into nyc-dev
Yohei Yukawa [Wed, 4 May 2016 21:39:13 +0000 (21:39 +0000)]
Merge "Fix a behavior change in "Show software keyboard"." into nyc-dev

8 years agodocs: Update help button redirects for new Android Monitor docs
Cheryl Potter [Wed, 4 May 2016 21:24:17 +0000 (14:24 -0700)]
docs: Update help button redirects for new Android Monitor docs
b/28592116

Change-Id: Ice7fcc80d6410bc10b5c4e78bbeae615132d3af8

8 years agoAlways assign leftover pixels to last weighted child
Alan Viverette [Wed, 4 May 2016 20:59:38 +0000 (16:59 -0400)]
Always assign leftover pixels to last weighted child

Bug: 27690033
Change-Id: Ibee51d49d3f7aa923750ce330df2e1aa2156f2bd

8 years agoMerge "Finish selection mode after copyto and share..." into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 20:58:37 +0000 (20:58 +0000)]
Merge "Finish selection mode after copyto and share..." into nyc-dev

8 years agoMerge "Marking @SystemApi permissions @hide too." into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 20:50:14 +0000 (20:50 +0000)]
Merge "Marking @SystemApi permissions @hide too." into nyc-dev

8 years agoMaybe fix issue #28457907: Pebble app crash + reboot
Dianne Hackborn [Tue, 3 May 2016 23:57:54 +0000 (16:57 -0700)]
Maybe fix issue #28457907: Pebble app crash + reboot

Fix this long-standing multi-threading issue in Bundle
when multiple threads are trying to read from a Bundle
and conflict to due unparceling.

There are two critical sections this protects: writing
the bundle in to a parcel (when it is doing this from
the bundle's already parcelled representation), and
unparcelling a bundle into its map of entries.

Change-Id: I5470002f090e63dd623a573da6c204d3b5b661f4

8 years agoFix View leakage from mPreSortedChildren
Chris Craik [Wed, 4 May 2016 20:34:30 +0000 (13:34 -0700)]
Fix View leakage from mPreSortedChildren

bug:28553824

Change-Id: I62bfa3dcb121792dff7d00be1f4b018a99c96e1d

8 years agodocs: Skeletal N-DP3 release notes
Andrew Solovay [Wed, 4 May 2016 19:58:43 +0000 (12:58 -0700)]
docs: Skeletal N-DP3 release notes

Setting up the outline of the DP3 release notes, and bumping DP2
stuff to "archive". Updating ID tags as necessary.

See first comment for doc stage location.

bug: 28591801
Change-Id: Ide1bc24ecf8c72fee6b148e30a9b895f2b91d8c9

8 years agoMerge "Make sure to pause activity before stopping" into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 20:28:49 +0000 (20:28 +0000)]
Merge "Make sure to pause activity before stopping" into nyc-dev

8 years agoDon't keep dead window with borrowed app token visible
Wale Ogunwale [Wed, 4 May 2016 20:27:18 +0000 (13:27 -0700)]
Don't keep dead window with borrowed app token visible

If the window was add by a client using another client's app token,
we don't want to keep the dead window around for this case since
this funcationality is meant for 'real' apps.

Bug: 28467642
Change-Id: Ie4fdd9f90b122439a2fbcc60085ebfdb562d5c6d

8 years agoDocs: Adds fugu to list of Vulkan-supported devices. am: 0677d4b715 am: 60e5bc30bb...
David Friedman [Wed, 4 May 2016 20:21:53 +0000 (20:21 +0000)]
Docs: Adds fugu to list of Vulkan-supported devices. am: 0677d4b715 am: 60e5bc30bb am: 0de8689243
am: 21a55dc82c

* commit '21a55dc82c24ffb8c0d77c1980fe5acc1400001d':
  Docs: Adds fugu to list of Vulkan-supported devices.

Change-Id: I372454e0f336d4ae4703ca296e102447db247d61

8 years agoDocs: Adds fugu to list of Vulkan-supported devices. am: 0677d4b715 am: 60e5bc30bb
David Friedman [Wed, 4 May 2016 20:13:37 +0000 (20:13 +0000)]
Docs: Adds fugu to list of Vulkan-supported devices. am: 0677d4b715 am: 60e5bc30bb
am: 0de8689243

* commit '0de8689243ae0d48744b7c1584670a10febafe32':
  Docs: Adds fugu to list of Vulkan-supported devices.

Change-Id: If89adfe3f280815f26cec7048e50e4d8c9ad7b7d

8 years agoMerge "Fix QS header size after landscape inflation" into nyc-dev
Jason Monk [Wed, 4 May 2016 20:11:54 +0000 (20:11 +0000)]
Merge "Fix QS header size after landscape inflation" into nyc-dev

8 years agoFix QS header size after landscape inflation
Jason Monk [Wed, 4 May 2016 20:08:08 +0000 (16:08 -0400)]
Fix QS header size after landscape inflation

Change-Id: Ic735462d0af2437ed9e74a960ff0dc12126c30f2
Fixes: 28306834

8 years agoDocs: Adds fugu to list of Vulkan-supported devices. am: 0677d4b715
David Friedman [Wed, 4 May 2016 20:04:06 +0000 (20:04 +0000)]
Docs: Adds fugu to list of Vulkan-supported devices. am: 0677d4b715
am: 60e5bc30bb

* commit '60e5bc30bbb41f25836a8bbd2a04bc2eab4b7f8c':
  Docs: Adds fugu to list of Vulkan-supported devices.

Change-Id: Iab5e6c2b992c241de667476ce74b2bc6a2d4dac9

8 years agoFix QS not collapsing after some QQS gestures
Jason Monk [Wed, 4 May 2016 20:00:36 +0000 (16:00 -0400)]
Fix QS not collapsing after some QQS gestures

Change-Id: I0178bb15a162f8dba19e63471d955a838eeea6c7
Fixes: 28479933

8 years agoDocs: Adds fugu to list of Vulkan-supported devices.
David Friedman [Wed, 4 May 2016 20:00:08 +0000 (20:00 +0000)]
Docs: Adds fugu to list of Vulkan-supported devices.
am: 0677d4b715

* commit '0677d4b7153327fef6b33c90c5bf61f756c1bea3':
  Docs: Adds fugu to list of Vulkan-supported devices.

Change-Id: Ida6a6972ff32917eb9367871d6ea0766cc37d05e

8 years agoMerge "Add HP and Mopria print recommendation service" into nyc-dev
Philip P. Moltmann [Wed, 4 May 2016 19:22:56 +0000 (19:22 +0000)]
Merge "Add HP and Mopria print recommendation service" into nyc-dev

8 years agoDocs: Adds fugu to list of Vulkan-supported devices.
David Friedman [Wed, 4 May 2016 19:14:08 +0000 (12:14 -0700)]
Docs: Adds fugu to list of Vulkan-supported devices.

Change-Id: Ic61f5e20c6c950ef7333e56757a782f67bae8da1

8 years agoFix QS edit accessibility
Jason Monk [Wed, 4 May 2016 19:10:01 +0000 (15:10 -0400)]
Fix QS edit accessibility

Change-Id: I30ba0582e7d25204f4319dda8fd4fd0ca7353cd6
Fixes: 28437963

8 years agoFix a behavior change in "Show software keyboard".
Yohei Yukawa [Wed, 4 May 2016 18:56:35 +0000 (11:56 -0700)]
Fix a behavior change in "Show software keyboard".

This bug was a corner case of stopping lying about
Configuration#keyboard when "Show software keyboard" is turned on, which
was done by my CL [1] in Android N development cycle.

Previous implementation

  if (config.keyboard != Configuration.KEYBOARD_NOKEYS) {

had relied on the fact that the system was lying about config.keyboard,
which is no longer valid.  We need to change the behavior of
InputMethodService#onShowInputRequested() depending on
Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD like we did for
InputMethodService#onEvaluateInputViewShown() in [1] to minimize the
impact on stopping lying about Configuration#keyboard.

 [1]: Id4d332e3909590c68345e10e1f2e18650efb2eb7
      7b739a802cb7d97460a0bf8a1e9774efe96fa552

Bug: 28423439
Change-Id: I8a774cbf61ac706d8446be91b17bceee57a13656

8 years agoMake sure to pause activity before stopping
Wale Ogunwale [Wed, 4 May 2016 17:24:33 +0000 (10:24 -0700)]
Make sure to pause activity before stopping

In some cases it is possible for activity manager to request
a resumed activity to stop when it's visibility changes. This
is a valid transition, however we need to make sure to pause
the activity on the client side before stopping it so lifecycle
transition works as expected.

Bug: 28574036
Change-Id: I759b38bbd1c9c3bb0475759bcb638d8223fa504d

8 years agoQS Edit: announce exit/entrance
Jason Monk [Wed, 4 May 2016 18:44:02 +0000 (14:44 -0400)]
QS Edit: announce exit/entrance

Change-Id: I1cbef7e1ee7df0e2e8bcee78aec96c53e9138b80
Fixes: 28435108

8 years agoMerge "Add lockdownEnabled parameter to always-on VPN API" into nyc-dev
Robin Lee [Wed, 4 May 2016 18:38:28 +0000 (18:38 +0000)]
Merge "Add lockdownEnabled parameter to always-on VPN API" into nyc-dev

8 years agoMerge changes I31d5260d,Ied92f558 into nyc-dev
Robin Lee [Wed, 4 May 2016 18:35:17 +0000 (18:35 +0000)]
Merge changes I31d5260d,Ied92f558 into nyc-dev

* changes:
  Start VPN as early as possible during startup
  Split network agent created state from connected state

8 years agoMerge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 60068...
Andrew Solovay [Wed, 4 May 2016 18:30:17 +0000 (18:30 +0000)]
Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 6006856b24 am: 5c197a1513
am: 99dfd4c92f

* commit '99dfd4c92f13f9fe024fe995261bcfdd8bd61295':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: Ie817cd75f56e9bc8d5080711d0cb7de6887541aa

8 years agoRevert "Don't enforce this API - it's not sensitive"
Paul Lawrence [Mon, 2 May 2016 22:45:33 +0000 (22:45 +0000)]
Revert "Don't enforce this API - it's not sensitive"

This reverts commit 895504e55788c5c7fd90830dcf01c41a79ca7fe4.
Also adds a change to device manager to prevent failure there
as in the bug below.

Bug: 28512889

Change-Id: I4a445ec365133e9e2764e2d625d61fc6ee2008ec

8 years agoMerge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 60068...
Andrew Solovay [Wed, 4 May 2016 18:23:07 +0000 (18:23 +0000)]
Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 6006856b24
am: 5c197a1513

* commit '5c197a1513a1a3b181977c6425a0f542d770a1bc':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: I1a49367d42f2d16e0b3c9c9f41bb844a00052490

8 years agoForce second measure pass when there is a configuration change
Chet Haase [Wed, 4 May 2016 14:26:02 +0000 (07:26 -0700)]
Force second measure pass when there is a configuration change

It's possible for a call to updateConfiguration() to happen in the middle
of performTraversals(), after the measure phase has happened, but before
the layout phase. During the configuration call, it's possible for views to
have requestLayout() called on them. This can result in the request flag
not getting cleared, because views that have had layout requested, but which
have not yet been measured, may not be told to layout.

The correct flow should be that any code path causing requestLayout() (which
could be anything that calls out to user/app code) should happen before the
measure phase (or cause a second measure to occur). For now, causing the second
measure to occur is a low-risk simple change that fixes the immediate problem.

Issue #28152259  Calling requestLayout from inside View.onConfigurationChanged can cause problems

Change-Id: I3b532eeacc3784d8d21193d01ddd7fa15ac0684e

8 years agoMerge "Update BlockedNumberContract documentation." into nyc-dev
Abhijith Shastry [Wed, 4 May 2016 18:14:36 +0000 (18:14 +0000)]
Merge "Update BlockedNumberContract documentation." into nyc-dev

8 years agoMerge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs
Andrew Solovay [Wed, 4 May 2016 18:14:32 +0000 (18:14 +0000)]
Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs
am: 6006856b24

* commit '6006856b24335473e71a58d3bf45d49c57ea6055':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: I6401fd1a31ec8c064387b9a7e49aaf52a76b80f1

8 years agoMerge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs
Andrew Solovay [Wed, 4 May 2016 18:07:08 +0000 (18:07 +0000)]
Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs

8 years agoTrack external/icu API changes for factory registration
Neil Fuller [Wed, 4 May 2016 17:46:45 +0000 (18:46 +0100)]
Track external/icu API changes for factory registration

Bug: 28583844
Change-Id: I202e2eee5cd7e4c7f84eebf0ff9852552fc6bf96

8 years agoMerge "Voice Messaging Intent API." into nyc-dev
Renat Aksitov [Wed, 4 May 2016 18:02:45 +0000 (18:02 +0000)]
Merge "Voice Messaging Intent API." into nyc-dev

8 years agoMerge "Revert "TIF: add signal detection feature for HW inputs"" into nyc-dev
Dongwon Kang [Wed, 4 May 2016 17:33:52 +0000 (17:33 +0000)]
Merge "Revert "TIF: add signal detection feature for HW inputs"" into nyc-dev

8 years agoMerge "Add a null check for the thumbnail image for transition" into nyc-dev
Sid Soundararajan [Wed, 4 May 2016 17:14:18 +0000 (17:14 +0000)]
Merge "Add a null check for the thumbnail image for transition" into nyc-dev

8 years agoMerge "Uncheck unselected radio buttons." into nyc-dev
TreeHugger Robot [Wed, 4 May 2016 17:09:50 +0000 (17:09 +0000)]
Merge "Uncheck unselected radio buttons." into nyc-dev