191292 Commits

Author SHA1 Message Date
Selim Cinek
6da881ba7d Merge "Fixed a measuring bug when the panel was collapsed" into mnc-dev 2015-05-05 23:55:00 +00:00
Selim Cinek
1e139e8684 Merge "Enforcing the touchslop now when flinging open before intercepting" into mnc-dev 2015-05-05 23:54:22 +00:00
Selim Cinek
1690ec8e72 Merge "Fixed a bug where the notifications would jump when going to the full shade" into mnc-dev 2015-05-05 23:54:04 +00:00
Selim Cinek
e9194b98a2 Merge "Extended test to support launching assist above lock screen" into mnc-dev 2015-05-05 23:53:23 +00:00
Selim Cinek
6329bbceeb Merge "The voice assist may now be launched above the lockscreen" into mnc-dev 2015-05-05 23:52:35 +00:00
Rich Slogar
d0551feed2 Merge "docs: providing resources link" into lmp-mr1-ub-docs 2015-05-05 23:44:34 +00:00
Rich Slogar
9b4d57e1dc Merge "docs: gradle multidex update" into lmp-docs 2015-05-05 23:42:23 +00:00
Jean-Luc Brouillet
79f12bb648 am d967fcbe: am e9f17cda: docs: Overhaul of the RenderScript reference documentation.
* commit 'd967fcbee77b2872cb5ae6b05aaabbbc764f806b':
  docs: Overhaul of the RenderScript reference documentation.
2015-05-05 23:39:28 +00:00
Rich Slogar
2f14c38ffb Merge "docs: overview link to release notes" into lmp-docs 2015-05-05 23:38:50 +00:00
Rich Slogar
37ca7773a5 Merge "docs: translation editor update" into lmp-docs 2015-05-05 23:38:18 +00:00
Rich Slogar
2febf6e0a5 Merge "docs: memory monitor duplicate paragraph" into lmp-docs 2015-05-05 23:37:52 +00:00
Etan Cohen
9c7ce8b0fc Merge "Disable VT over IMS feature." into mnc-dev 2015-05-05 23:30:30 +00:00
Jean-Luc Brouillet
d967fcbee7 am e9f17cda: docs: Overhaul of the RenderScript reference documentation.
* commit 'e9f17cda80ae60818f43b4ed724436c8b88fd0db':
  docs: Overhaul of the RenderScript reference documentation.
2015-05-05 23:27:04 +00:00
Jae Seo
915389d4b8 Merge "TIF: Make all the parameters for UNRATED null" into mnc-dev 2015-05-05 23:13:21 +00:00
Jae Seo
936c040ec4 TIF: Make all the parameters for UNRATED null
UNRATED is equivalent to Java null in its meaning and usage, thus it is
not appropriate to use non-trivial strings such as "com.android.tv" and
"UNRATED" to create this constant. Replaced them with the string "null",
which is commonly used in other parts of Android and also modified the
documentation to clarify its usage.

Bug: 19102311
Change-Id: I28ac8da3584eb2cc6dfd7284e2b88873fd4e9d13
2015-05-05 15:48:06 -07:00
John Spurlock
a492d1d88c Zen: Maintain source filters for both calls and messages.
Bug: 18635172
Change-Id: Ifeb56f1c8d8a30c4966c628edf7512199f3edb22
2015-05-05 18:45:42 -04:00
Jean-Luc Brouillet
e9f17cda80 docs: Overhaul of the RenderScript reference documentation.
cherry-pick from CL: https://android-review.googlesource.com/148241

This CL replaces the Doxygen generated documentation by one that's created
by our internal tool found in framework/rs/api.  The big advantages:

- Can handle overloaded functions.  Doxygen could not and RenderScript has many.
- Can have version information.
- Can match the look of the Java documentation.
- Cleaner look and no leaking of internal paths.

This CL also include changes introduced by the L release which was missing
previously.

Change-Id: Icade41d04d35e45c445ad952bb8ce14389f9f59f
2015-05-05 15:20:50 -07:00
Etan Cohen
f8904dccf4 Disable VT over IMS feature.
Feature code (mostly) implemented but not final or supported in release.

Change-Id: I65c4d4400a814718c51954299ef7c993a37638e2
2015-05-05 15:18:07 -07:00
Jeff Tinker
fc48bf78a2 Clarify wording of MediaCrypto exception "ERROR_NO_KEY"
related-to-bug: 20857014
Change-Id: I13204528ec44cda76a721f4d9f6021c1435921ac
2015-05-05 15:04:01 -07:00
Ben Kwa
e74007ded3 Merge "Clean up error handling in CopyService." into mnc-dev 2015-05-05 21:53:22 +00:00
Selim Cinek
81e36fe7c2 Fixed a measuring bug when the panel was collapsed
This lead to the dismissView and other views being measured with
height 0 and therefore harm performance and animations.

Bug: 20665047
Change-Id: I985c40948994b409cea5ac7c34a711ce243c62f1
2015-05-05 14:53:09 -07:00
Selim Cinek
173f2d0fad Enforcing the touchslop now when flinging open before intercepting
This could lead to clicks on notifications not being recognized when opening.
Bug: 19228079
Change-Id: I02c856dd885c8e9bb228a5b20e975e27dba60d12
2015-05-05 14:53:09 -07:00
Selim Cinek
8d5727f6e9 Fixed a bug where the notifications would jump when going to the full shade
Change-Id: I811f3cd543f0e69d06bfe692435c579b7844173e
2015-05-05 14:53:08 -07:00
Selim Cinek
704b9f82c3 Extended test to support launching assist above lock screen
Change-Id: Ic65e638eed214a240cc13666f857e9b297f28168
2015-05-05 14:53:08 -07:00
Selim Cinek
e70d653523 The voice assist may now be launched above the lockscreen
A possibility was introduced to launch voice assist over
the lockscreen using the left keyguard affordance.

Change-Id: Ic4618d24256b65441a50d77d0ef59b0ec99b6ead
2015-05-05 14:52:52 -07:00
Jorim Jaggi
570de1e0e9 Make sure fingerprint error messages are handled in Keyguard
Change-Id: I332c08c5e94cf58a2d3f696860511c1a84fecda5
2015-05-05 21:44:11 +00:00
Chris Craik
356b177709 Merge "Cleanup properties" into mnc-dev 2015-05-05 21:30:08 +00:00
John Reck
d6abbd29b7 Merge "Dump profile info after running test" into mnc-dev 2015-05-05 21:15:27 +00:00
Alan Viverette
b9da280ac2 DayNight theme for framework packages
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
2015-05-05 14:09:21 -07:00
Pavel Zhamaitsiak
b2e3b74418 Merge "WiFi Calling: Show different operator name string in Data usage dialog." into mnc-dev 2015-05-05 21:05:49 +00:00
Adrian Roos
2b0eaffc62 Merge "Hide lockscreen contents from a11y while bouncer is showing" into mnc-dev 2015-05-05 21:05:36 +00:00
Pavel Zhamaitsiak
5504d39b7f WiFi Calling: Show different operator name string in Data usage dialog.
Bug: 19950657
Change-Id: I9999d58e78154ed2d6d824973c40011875de15ef
(cherry picked from lmp-mr1-wfc-dev)
2015-05-05 13:59:28 -07:00
Jorim Jaggi
5be4d295c0 Merge "Only enable fingerprint auth after first regular auth" into mnc-dev 2015-05-05 20:51:18 +00:00
John Spurlock
d5304020b2 Merge "Volume A11y: Prevent auto-dismiss when feedback enabled." into mnc-dev 2015-05-05 20:43:54 +00:00
Hiroshi Yamauchi
95e6c78f3f Merge "Fix binder force gc will block binder thread" into mnc-dev 2015-05-05 20:31:42 +00:00
Prabhakar Thirumoorthy
5b402fd896 Merge "Update permissions on memory usage instrumentation" into mnc-dev 2015-05-05 20:06:52 +00:00
John Reck
7f2e5e3cea Dump profile info after running test
Bug: 20824843

Not really a proper "benchmark mode" but it turns out
we already have reasonably good profile data, so tweak
the test app to spit it out after a run.

Change-Id: Iaee9c0d61b5508daf282fe5f95d0b37ee419a8f1
2015-05-05 12:18:08 -07:00
Hiroshi Yamauchi
dfefe2d043 Fix binder force gc will block binder thread
Symptom: Force gc caused activity launch time took longer
Root Cause: Runtime.getRuntime().gc will block binder thread
Solution: Use VMRuntime.requestConcurrentGC() will not block binder
thread

(cherry pick commit d916c233f0ed615667c1c2338c779e819098d135)

Bug: 20554807
Change-Id: Ia9fecea51d2b0a6635e037b5f2bfcb8eb87f4103
2015-05-05 12:15:26 -07:00
Maxim Siniavine
58a20d19f5 Update permissions on memory usage instrumentation
Change-Id: I0c2bbd893252eb1dc3cf8b93b787efd772317216
2015-05-05 12:00:24 -07:00
Ben Kwa
75597d0dc5 Clean up error handling in CopyService.
Change-Id: I87b9f2c2cfddc222fbee64578b0a1349508a244f
2015-05-05 11:58:38 -07:00
Ben Kwa
efb70fd8a0 Merge "Cherry pick beefed-up error handling in the CopyService from master. DO NOT MERGE" into mnc-dev 2015-05-05 18:54:07 +00:00
John Spurlock
5adeabc61d Volume A11y: Prevent auto-dismiss when feedback enabled.
- Prevent the volume dialog from timing out when feedback is enabled.
 - Use the a11y events as an additional user activity signal.
 - Add content descriptions for the dialog icon buttons.

Bug: 20172022
Change-Id: Id5cd29d9cee27fded2fc8a029913cfcc2b68c152
2015-05-05 14:53:13 -04:00
Jorim Jaggi
237b061182 Only enable fingerprint auth after first regular auth
- Add method hasUserAuthenticatedSinceBoot to TrustManagerService
- Use this information to only enable fingerprint auth after the user
has at least once authenticated with his regular authentication
method.

Change-Id: Icf073ac3b340d557b044f6bf27f1a7f8511048e2
2015-05-05 11:43:42 -07:00
Andrew Solovay
d5fb9cac87 am a4d0e528: am d8039f04: am 79167534: am c1174104: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
* commit 'a4d0e5282c83391c830c8bff2cb138214f5bfe79':
2015-05-05 18:25:05 +00:00
Andrew Solovay
a4d0e5282c am d8039f04: am 79167534: am c1174104: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
* commit 'd8039f048db26847a3da5367a0b69e2bd3f340e0':
2015-05-05 18:15:35 +00:00
Harish Mahendrakar
34265cd94f media: Added MPEG2 profile/levels and tests
Bug: 20852831
Change-Id: I172f2f08c30d12bf684f32a52db64823cc286d35
2015-05-05 11:05:22 -07:00
Andrew Solovay
d8039f048d am 79167534: am c1174104: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
* commit '7916753474be29f117d2f31dc4c6bc76ff76b92f':
  Docs: New swipe-to-refresh training guide.
2015-05-05 18:01:14 +00:00
Tony Mantler
def4c0c49a Merge "Don't crash in StorageMeasurement if volume isn't mounted" into mnc-dev 2015-05-05 17:59:01 +00:00
Yang Ni
102badf834 Merge "Sanity checks in JNI code for closure creation" into mnc-dev 2015-05-05 17:48:53 +00:00
Raph Levien
be8db11972 Merge "Fix NPE in Html.inParagraph()" into mnc-dev 2015-05-05 17:43:30 +00:00