196336 Commits

Author SHA1 Message Date
Jorim Jaggi
8fd55d958d am 9ff1510a: Fix vibration when expanding notifications
* commit '9ff1510aeba910c22b2e31c29a93b08281feae4f':
  Fix vibration when expanding notifications
2015-06-11 01:32:43 +00:00
Jean-Michel Trivi
5c047963d9 am dcaf1227: Merge "SoundPool monitors AppOps for OP_PLAY_AUDIO" into mnc-dev
* commit 'dcaf1227de020069adf7d079a7b38163bbe12c7a':
  SoundPool monitors AppOps for OP_PLAY_AUDIO
2015-06-11 01:32:28 +00:00
Jorim Jaggi
ce56792610 am 7bcacc9c: Merge "Animations/success state for external confirm device credentials (1/2)" into mnc-dev
* commit '7bcacc9c6af19e429bc3681b1559844e5b8fa1ba':
  Animations/success state for external confirm device credentials (1/2)
2015-06-11 01:32:22 +00:00
Jorim Jaggi
ca97584fee am d5f82d88: Merge "Update fingerprint icon" into mnc-dev
* commit 'd5f82d88e158ec7dd887fdc7b2bb3c8037633464':
  Update fingerprint icon
  Revert "Revert "Recompute focus stack if cleared while starting an activity.""
  Fix order of initialization arguments for obtained MotionEvents.
  Fix abi-detection for 32-bit system apps
  Fixed issue with using wrong display id when creating context for displays
  Skip recents preloading when there is no task to animate to.
  Adding temporary logging to debug CTS failure (for CellLocationTest).
  Revert "Synchronize selected item data on-demand after data set invalidation"
  Add phone permissions to Shell
  Add adb shell command to register/unregister phone accounts
2015-06-11 01:32:16 +00:00
Aravind Akella
1c2cf214ee am 0d07846f: Merge "Use LOCATION_HARDWARE permission for data injection." into mnc-dev
* commit '0d07846f0f111bc7afa5a153aa67a12022263a38':
  Use LOCATION_HARDWARE permission for data injection.
2015-06-11 01:31:59 +00:00
Zhijun He
cee46cfe16 am 1527edbc: Merge "Camera2: fix high speed output surface format check" into mnc-dev
* commit '1527edbcf93bac258d384da3d0007c810856ea4e':
  Camera2: fix high speed output surface format check
2015-06-11 01:31:54 +00:00
Adrian Roos
8cfe17db8c am 377ab9f2: Merge "Hide keyguard status bar view when alpha is zero" into mnc-dev
* commit '377ab9f22605ee6d9272c296a91080ba3ee50d40':
  Hide keyguard status bar view when alpha is zero
2015-06-11 01:31:49 +00:00
Raph Levien
3354ac51fc am a011c7fc: Merge "Fix documentation of nextSpanTransition off by one" into mnc-dev
* commit 'a011c7fcf750e25038eb5862f41e883fef1f54f7':
  Fix documentation of nextSpanTransition off by one
2015-06-11 01:31:41 +00:00
Jeff Davidson
ed7fd99f09 am a66a067a: Merge "Mark CARRIER_PRIVILEGE_* constants as @SystemApi." into mnc-dev
* commit 'a66a067a9c9b706035f48f445561100f29c960bf':
  Mark CARRIER_PRIVILEGE_* constants as @SystemApi.
2015-06-11 01:31:22 +00:00
Fyodor Kupolov
ba5e03a017 am 50baf43e: Merge "Changed guest_notification_text string" into mnc-dev
* commit '50baf43eeb6bbdedca21000a439194ba21ce69f0':
  Changed guest_notification_text string
2015-06-11 01:31:08 +00:00
Selim Cinek
5114125993 am 5f2c415f: Merge "Enabled appear and dissappear animations for the overflow card" into mnc-dev
* commit '5f2c415fbdaf11e37b1b07298bc037cfcb5fa579':
  Enabled appear and dissappear animations for the overflow card
2015-06-11 01:31:00 +00:00
Jason Monk
c6ac0ccf41 am d9d52949: Merge "QS: Allow changes between open detail panels" into mnc-dev
* commit 'd9d529497ddcb9e49315571d14fa9d94d06c40c3':
  QS: Allow changes between open detail panels
2015-06-11 01:30:55 +00:00
Jorim Jaggi
9ff1510aeb Fix vibration when expanding notifications
To make it more consistent with other vibration feedback in the
system.

Bug: 21549323
Change-Id: Ia4ef1cf17c28f6069635797af94991a639e1cef0
2015-06-10 23:17:32 +00:00
Jean-Michel Trivi
dcaf1227de Merge "SoundPool monitors AppOps for OP_PLAY_AUDIO" into mnc-dev 2015-06-10 23:11:22 +00:00
Jorim Jaggi
7bcacc9c6a Merge "Animations/success state for external confirm device credentials (1/2)" into mnc-dev 2015-06-10 23:10:10 +00:00
Jorim Jaggi
d5f82d88e1 Merge "Update fingerprint icon" into mnc-dev 2015-06-10 23:09:03 +00:00
Jorim Jaggi
f6633da2b5 Update fingerprint icon
Now, a flat, scalable, tintable vector icon is used instead of a
complex graphics. This makes it suitable for most use cases. Also
rename it to fingerprintAuthDrawable.

Bug: 21572289
Change-Id: I413acbbd8e5143ddcb3e2cfa9772949d5fbf02fc
2015-06-10 16:03:44 -07:00
Aravind Akella
0d07846f0f Merge "Use LOCATION_HARDWARE permission for data injection." into mnc-dev 2015-06-10 22:56:33 +00:00
Zhijun He
1527edbcf9 Merge "Camera2: fix high speed output surface format check" into mnc-dev 2015-06-10 22:56:22 +00:00
Adrian Roos
377ab9f226 Merge "Hide keyguard status bar view when alpha is zero" into mnc-dev 2015-06-10 22:52:51 +00:00
Raph Levien
a011c7fcf7 Merge "Fix documentation of nextSpanTransition off by one" into mnc-dev 2015-06-10 22:52:33 +00:00
Adrian Roos
454e3f1b63 Hide keyguard status bar view when alpha is zero
Bug: 21614747
Change-Id: Ie61f284ef791fa6dbadfea9ba1df595de1e2cba2
2015-06-10 22:43:13 +00:00
Jeff Davidson
a66a067a9c Merge "Mark CARRIER_PRIVILEGE_* constants as @SystemApi." into mnc-dev 2015-06-10 22:40:29 +00:00
Fyodor Kupolov
50baf43eeb Merge "Changed guest_notification_text string" into mnc-dev 2015-06-10 22:34:53 +00:00
Selim Cinek
5f2c415fbd Merge "Enabled appear and dissappear animations for the overflow card" into mnc-dev 2015-06-10 22:34:17 +00:00
Fyodor Kupolov
7b4ce6af02 Changed guest_notification_text string
Bug: 21758946
Change-Id: Id435a660edc92a01384587fec9ef4efc6552c5fa
2015-06-10 15:33:40 -07:00
Jason Monk
d9d529497d Merge "QS: Allow changes between open detail panels" into mnc-dev 2015-06-10 22:27:23 +00:00
Aravind Akella
1b41cc9567 Use LOCATION_HARDWARE permission for data injection.
Change-Id: I59c1e1e97a6a0457f6fc2984b214647814895cf2
2015-06-10 15:21:03 -07:00
Raph Levien
7d627eb9d2 Fix documentation of nextSpanTransition off by one
Improve wording of javadoc for nextSpanTransition() to accurately
reflect the actual implementation.

Bug: 19274845
Change-Id: I8f8fb6a21a8cbcc26fefb63164a6943431d16089
2015-06-10 15:19:50 -07:00
Vladislav Kaznacheev
093aba013f am 1955ee57: Merge "Make VPA.setInterpolator(null) unset the interpolator." into mnc-dev
* commit '1955ee57b3210d9027e1c46731cf1f44406166da':
  Make VPA.setInterpolator(null) unset the interpolator.
2015-06-10 22:09:58 +00:00
Adrian Roos
0a6ebfe359 am 76430b42: Merge changes from topic \'sup-a11y\' into mnc-dev
* commit '76430b42228d38f77f83e44b6307ca368963b3c5':
  Make keyguard indication an a11y live view
  Hide keyguard status view from a11y when QS expanded
  Hide keyguard bottom area from a11y when alpha is zero
  Remove unusable a11y focusable area from pattern unlock
  Hide StatusBarWindowView from a11y when bouncer is up
2015-06-10 22:09:53 +00:00
Vladislav Kaznacheev
1955ee57b3 Merge "Make VPA.setInterpolator(null) unset the interpolator." into mnc-dev 2015-06-10 21:55:39 +00:00
Jim Miller
369e811bfc am 9481227f: Correct comments for DPM keyguard features.
* commit '9481227fac23131f68edb120f2ed06b9cf44f3f5':
  Correct comments for DPM keyguard features.
2015-06-10 21:53:45 +00:00
Adrian Roos
76430b4222 Merge changes from topic 'sup-a11y' into mnc-dev
* changes:
  Make keyguard indication an a11y live view
  Hide keyguard status view from a11y when QS expanded
  Hide keyguard bottom area from a11y when alpha is zero
  Remove unusable a11y focusable area from pattern unlock
  Hide StatusBarWindowView from a11y when bouncer is up
2015-06-10 21:52:38 +00:00
Jean-Michel Trivi
5c768f4c85 SoundPool monitors AppOps for OP_PLAY_AUDIO
Fix performance regression in SoundPool by not checking SoundPool
  can play audio everytime it's about to play.
Instead check for permission in constructor and register a listener
  for changes on OP_PLAY_AUDIO.

Bug 20018833

Change-Id: I4e7a633d23b98653a149681d18a387cd560efe4d
2015-06-10 14:46:26 -07:00
Zhijun He
47ac34997b Camera2: fix high speed output surface format check
Preview surface default format is not ImageFormat.PRIVATE, the check need to
take this into consideration.

Change-Id: Ib99e64f7781dd15cc5634c66b2d5e5ab2a2d7d6c
2015-06-10 14:41:57 -07:00
Jim Miller
9481227fac Correct comments for DPM keyguard features.
Fixes bug 21760462

Change-Id: I88d90f0091d9b467bd9017dae2b79a2ab55c7825
2015-06-10 21:41:51 +00:00
John Spurlock
06a3322823 am 5b1548b6: Merge "Zen a11y: Add a blurb re: screen readers to total silence." into mnc-dev
* commit '5b1548b6b4d37c905baa867c6065a10b68f77c51':
  Zen a11y: Add a blurb re: screen readers to total silence.
2015-06-10 21:37:33 +00:00
Alan Viverette
c86b6f87fb am e2998a02: Merge "Account for hotspot bounds in RippleDrawable projection check" into mnc-dev
* commit 'e2998a02696740ed179dd4726b2a331ddcfde2cc':
  Account for hotspot bounds in RippleDrawable projection check
2015-06-10 21:37:29 +00:00
Alan Viverette
7654bffd6a am 2964c7b8: Merge "Update seek bar dialog preference for Material" into mnc-dev
* commit '2964c7b8af15571e2967622eac0161c065880b3c':
  Update seek bar dialog preference for Material
2015-06-10 21:37:24 +00:00
Selim Cinek
2cd45dfba6 Enabled appear and dissappear animations for the overflow card
Bug: 21651647
Change-Id: I0732cb27ec8f88ae74fcff11340092879ba8bae3
2015-06-10 14:35:23 -07:00
John Spurlock
5b1548b6b4 Merge "Zen a11y: Add a blurb re: screen readers to total silence." into mnc-dev 2015-06-10 21:33:56 +00:00
Alan Viverette
e2998a0269 Merge "Account for hotspot bounds in RippleDrawable projection check" into mnc-dev 2015-06-10 21:30:27 +00:00
Wale Ogunwale
8dd4cfb887 Revert "Revert "Recompute focus stack if cleared while starting an activity.""
This reverts commit 47e53319509474c2f00847ac391dd32776712470.

Some how the reverted CL made it into mnc-dev and and master
when that was the intention...

Bug: 21751387
2015-06-10 14:29:55 -07:00
Michael Wright
c21f43d9fc Fix order of initialization arguments for obtained MotionEvents.
Bug: 21330711
Change-Id: I308f7675d2730210228a0c01856616ce07d6374e
2015-06-10 14:29:54 -07:00
Dmitriy Ivanov
ccdef2585a Fix abi-detection for 32-bit system apps
Some system apps are still special and use symlinks
to /system/lib. For these apps we try to detect abi
based on directory structure if detecting abi the
regular way was failed.

Bug: 21668152
Bug: 21711506
Change-Id: Ic048e5f4c24d06ca2cb917d7a061a41bde597e9f
2015-06-10 14:29:53 -07:00
Alan Viverette
2964c7b8af Merge "Update seek bar dialog preference for Material" into mnc-dev 2015-06-10 21:28:32 +00:00
Jim Miller
6a80dea20a am 09425e50: Merge "Update DPM strings for keyguard features" into mnc-dev
* commit '09425e506948648a469e2ed0b244fc65c85fafc0':
  Update DPM strings for keyguard features
2015-06-10 21:25:32 +00:00
Tyler Gunn
7b92ebed1d am 71bb4ca7: Merge "Add support for specifying looper on VideoProviders." into mnc-dev
* commit '71bb4ca7cadd97cf6f469e60c98cbddedd8e29c6':
  Add support for specifying looper on VideoProviders.
2015-06-10 21:25:27 +00:00
Jeff Brown
caf5fc941d am 797b3d2e: Merge "Don\'t request traversals when updating display brightness." into mnc-dev
* commit '797b3d2e9c0ac38a4078967800ee062e07b82ee6':
  Don't request traversals when updating display brightness.
2015-06-10 21:25:22 +00:00