16652 Commits

Author SHA1 Message Date
Todd Kennedy
8e0ab9971c am 548871f2: am f2805bcb: Merge "Use RingtonePlayer to get ringtone title" into mnc-dev
* commit '548871f202c2c68e0197cc993073ca80a60f70da':
  Use RingtonePlayer to get ringtone title
2015-07-21 18:37:15 +00:00
Todd Kennedy
548871f202 am f2805bcb: Merge "Use RingtonePlayer to get ringtone title" into mnc-dev
* commit 'f2805bcbe1c99ce806448a2d8c0f12b142c7cece':
  Use RingtonePlayer to get ringtone title
2015-07-21 18:21:33 +00:00
Todd Kennedy
f2805bcbe1 Merge "Use RingtonePlayer to get ringtone title" into mnc-dev 2015-07-21 18:11:19 +00:00
Todd Kennedy
68de157b78 Use RingtonePlayer to get ringtone title
Instead of requiring every application that calls Rintone.getTitle()
to request android.permission.READ_EXTERNAL_STORAGE, pass the call
through to the system UI process. We only do this for media store
URIs.

Bug: 22067670
Change-Id: I38cf3fb8d769ef6984c41a7b04afbbd4c57175ce
2015-07-20 17:24:15 -07:00
Jorim Jaggi
f2ae250e7e am 7cc56bb4: am 1f98c62f: Fix unnecessary layer creation for appear animation
* commit '7cc56bb44d2be8bc0d2cd43dba86247867992305':
  Fix unnecessary layer creation for appear animation
2015-07-21 00:00:33 +00:00
Jorim Jaggi
7cc56bb44d am 1f98c62f: Fix unnecessary layer creation for appear animation
* commit '1f98c62f9a60fedd8f18bd47e3f3c4e5fcb34031':
  Fix unnecessary layer creation for appear animation
2015-07-20 23:45:46 +00:00
Jorim Jaggi
1f98c62f9a Fix unnecessary layer creation for appear animation
Bug: 22561692
Change-Id: I9e5a52f8113d1cbb5afba61d7979770c2dddc5ed
2015-07-20 23:39:46 +00:00
Jorim Jaggi
918ca96867 am 7800a1f8: am 86b273f1: Fix jank in swipe-up to unlock
* commit '7800a1f8791e32e7efef9ab917815ea2fa1b8315':
  Fix jank in swipe-up to unlock
2015-07-20 22:36:47 +00:00
Jorim Jaggi
7800a1f879 am 86b273f1: Fix jank in swipe-up to unlock
* commit '86b273f1cc59185a14d5bab8a3f4db30c1a4c8a9':
  Fix jank in swipe-up to unlock
2015-07-20 22:21:50 +00:00
Jorim Jaggi
b63c22e4c0 am c0c20b26: am f8763581: Allow navigation bar drawing during window animations
* commit 'c0c20b2674269f3a0ec7ab500781b8a8920c65c3':
  Allow navigation bar drawing during window animations
2015-07-20 22:15:13 +00:00
Jorim Jaggi
c0c20b2674 am f8763581: Allow navigation bar drawing during window animations
* commit 'f87635813cabbf4f7dc0236fffc6b07a2715aff3':
  Allow navigation bar drawing during window animations
2015-07-20 22:01:23 +00:00
Jorim Jaggi
86b273f1cc Fix jank in swipe-up to unlock
Some stuff is slow in the swipe-up to unlock transition. Introduce
DejankUtils to execute it when RenderThread is doing its work.

Bug: 22205322
Change-Id: I7089f0a1bdca13ad13a1e305a7bff32276a3cd53
2015-07-20 21:50:33 +00:00
Jorim Jaggi
f87635813c Allow navigation bar drawing during window animations
Bug: 22605259
Change-Id: I080dc7bf2dfdc6666a5f38eebecc7c9a6034d04a
2015-07-20 21:49:23 +00:00
Jason Monk
eeeb45a76d am 47b9d250: am 33c619bb: Merge "Fix hotspot brokenness" into mnc-dev
* commit '47b9d250220f7eaaef7465367fd6ff0d2c86f4e1':
  Fix hotspot brokenness
2015-07-20 21:17:37 +00:00
Jason Monk
47b9d25022 am 33c619bb: Merge "Fix hotspot brokenness" into mnc-dev
* commit '33c619bb52c9e3e62b7243c9b1d9a75189885427':
  Fix hotspot brokenness
2015-07-20 20:55:19 +00:00
Jason Monk
33c619bb52 Merge "Fix hotspot brokenness" into mnc-dev 2015-07-20 20:47:33 +00:00
Dianne Hackborn
5cdc7f045f am 3aefa438: am 78ead58d: Merge "Fix issue #22531747: Assist info should declare if user has disabled..." into mnc-dev
* commit '3aefa438300b116d2c080de434e0a890bf1dded5':
  Fix issue #22531747: Assist info should declare if user has disabled...
2015-07-20 20:12:48 +00:00
Dianne Hackborn
3aefa43830 am 78ead58d: Merge "Fix issue #22531747: Assist info should declare if user has disabled..." into mnc-dev
* commit '78ead58df03e476d656c7e875fff9ade13b727c1':
  Fix issue #22531747: Assist info should declare if user has disabled...
2015-07-20 20:02:32 +00:00
Dianne Hackborn
78ead58df0 Merge "Fix issue #22531747: Assist info should declare if user has disabled..." into mnc-dev 2015-07-20 19:50:50 +00:00
Dianne Hackborn
17f693520d Fix issue #22531747: Assist info should declare if user has disabled...
...context and/or screenshot

Added new API to find out what contextual data has been globally disabled.

Also updated various documentation to make it clear what kind of contextual
data you will get (and when it will be null).

Also added a new Activity.showAssist() API because...  well, I was already
in there, it was easy to do, it is safe, and maybe people will build cool
things with it.

Change-Id: Ia553d6bcdd098dc0fce4b9237fbfaca9652fc74b
2015-07-20 12:49:10 -07:00
Jason Monk
dd5bdc6a78 Fix hotspot brokenness
- Only get state from broadcast to not get out of sync with Settings
 - Actually set the state when there isn't a boolean in the refresh
   object
 - Remove unused things

Bug: 22573156
Change-Id: Ibfb4966c99ba85f83701695c38275ba217854b22
2015-07-20 12:23:30 -04:00
Geoff Mendal
5cc9207409 Merge "Import translations. DO NOT MERGE" into mnc-dr-dev 2015-07-20 14:26:41 +00:00
Geoff Mendal
653b913270 Import translations. DO NOT MERGE
Change-Id: I63f59410a8081aaf9678e9d318ba308c259e1254
Auto-generated-cl: translation import
2015-07-20 06:54:33 -07:00
Geoff Mendal
c0fa470da0 Import translations. DO NOT MERGE
Change-Id: Icbd56819c58f38f5e254bf06203fae83a9dddd07
Auto-generated-cl: translation import
2015-07-20 06:52:40 -07:00
Jorim Jaggi
17a838e5c7 am 9029ae2b: am 29cf9aea: Adjust fingerprint icon placement to spec
* commit '9029ae2b89c5abf0fb7013e8b98216b3ae4a01c2':
  Adjust fingerprint icon placement to spec
2015-07-18 01:19:53 +00:00
Jorim Jaggi
9029ae2b89 am 29cf9aea: Adjust fingerprint icon placement to spec
* commit '29cf9aea5490c42b85aaaa98b6784daff82629f8':
  Adjust fingerprint icon placement to spec
2015-07-18 01:04:55 +00:00
Jorim Jaggi
29cf9aea54 Adjust fingerprint icon placement to spec
Bug: 22502068
Change-Id: I12952cb1ea43f365d5a63ec2636a5d60a981b93f
2015-07-18 00:53:12 +00:00
Adrian Roos
9f71f05be0 am 1f72739a: am 57ee4b87: Merge "Fix image wallpaper size" into mnc-dev
* commit '1f72739a0b546d8a26ec0f704fcfeaf9d051fd37':
  Fix image wallpaper size
2015-07-17 23:54:10 +00:00
Adrian Roos
1f72739a0b am 57ee4b87: Merge "Fix image wallpaper size" into mnc-dev
* commit '57ee4b87fee76d9f85d28a09e370a92b5839a8dd':
  Fix image wallpaper size
2015-07-17 23:40:41 +00:00
Adrian Roos
57ee4b87fe Merge "Fix image wallpaper size" into mnc-dev 2015-07-17 23:29:58 +00:00
Adrian Roos
30a7dfa329 Fix image wallpaper size
Fixes a bug where the image wallpaper size
would not correctly update. Suspected cause
is checking the to-be-requested size against
the current surface size instead of the
requested surface size.

Also removes an unused field.

Bug: 21148936
Change-Id: Ief4585bd5aed5922337709d7ae0ca0bf948649d0
2015-07-17 12:30:37 -07:00
Julia Reynolds
46a088e438 am e0746d32: am 3368e69e: Merge "Remove focusablilty of the status bar." into mnc-dev
* commit 'e0746d32306ff20d864b465ff1d6cd249daedb9d':
  Remove focusablilty of the status bar.
2015-07-17 19:11:10 +00:00
Mady Mellor
b44cc17d6f am 9629f637: am 9c98b859: Merge "Update stylus gesture to access quick settings to use the new buttons" into mnc-dev
* commit '9629f637b79d85f27efa224b208d8b3cfd2591a4':
  Update stylus gesture to access quick settings to use the new buttons
2015-07-17 18:57:54 +00:00
Julia Reynolds
e0746d3230 am 3368e69e: Merge "Remove focusablilty of the status bar." into mnc-dev
* commit '3368e69e9d7302ffb475a4ddd12bbb9ea8365a8d':
  Remove focusablilty of the status bar.
2015-07-17 18:54:20 +00:00
Julia Reynolds
3368e69e9d Merge "Remove focusablilty of the status bar." into mnc-dev 2015-07-17 18:49:22 +00:00
Mady Mellor
9629f637b7 am 9c98b859: Merge "Update stylus gesture to access quick settings to use the new buttons" into mnc-dev
* commit '9c98b859fd6aee74f23b66fccbd3bf2436efcdb9':
  Update stylus gesture to access quick settings to use the new buttons
2015-07-17 18:44:51 +00:00
Mady Mellor
9c98b859fd Merge "Update stylus gesture to access quick settings to use the new buttons" into mnc-dev 2015-07-17 18:30:53 +00:00
Julia Reynolds
8be6bc9b10 am 3337693c: am 593aca12: Merge "Support 24 clock displays in demo mode." into mnc-dev
* commit '3337693c784c2495c3563295687de7f8f764eaf1':
  Support 24 clock displays in demo mode.
2015-07-17 16:19:15 +00:00
Julia Reynolds
3337693c78 am 593aca12: Merge "Support 24 clock displays in demo mode." into mnc-dev
* commit '593aca12c2f7bf39ca8d4ae944f36a88bd4a48cf':
  Support 24 clock displays in demo mode.
2015-07-17 16:01:55 +00:00
Julia Reynolds
6819b9a85c Remove focusablilty of the status bar.
This allows TTS readers to announce individual items in
the status bar separately.

Bug: 20536376
Change-Id: I88d9e2b72182814bf8906951b97871ddc697c5e0
2015-07-17 11:57:42 -04:00
Julia Reynolds
593aca12c2 Merge "Support 24 clock displays in demo mode." into mnc-dev 2015-07-17 15:54:10 +00:00
Selim Cinek
4b38545945 am 2a10ff08: am 60e15dae: Merge "Fixed a bug where a fingerprint animation was not running" into mnc-dev
* commit '2a10ff0893ea642316af983b8a0c39b749020c25':
  Fixed a bug where a fingerprint animation was not running
2015-07-17 01:54:21 +00:00
Selim Cinek
2a10ff0893 am 60e15dae: Merge "Fixed a bug where a fingerprint animation was not running" into mnc-dev
* commit '60e15dae5aac3ea7529c13981ad339a8312e2fb2':
  Fixed a bug where a fingerprint animation was not running
2015-07-17 01:40:01 +00:00
Selim Cinek
60e15dae5a Merge "Fixed a bug where a fingerprint animation was not running" into mnc-dev 2015-07-17 01:29:29 +00:00
Selim Cinek
e8bae6288b Fixed a bug where a fingerprint animation was not running
Previously the fingerprint animation would not run
when we successfully unlocked with the fingerprint,
because we were checking for the wrong state.

Bug: 22483380
Change-Id: I8d3ec303a43323431b8866df29ddd6d668edc1ed
2015-07-16 17:23:26 -07:00
Svet Ganov
b295963bae am c00e49b6: am d4b566bf: Merge "Add APIs for verifier to grant at install and revoke permissions" into mnc-dev
* commit 'c00e49b6e4e4cc8356529567040d6ee3be8c1dc3':
  Add APIs for verifier to grant at install and revoke permissions
2015-07-16 22:38:13 +00:00
Svet Ganov
c00e49b6e4 am d4b566bf: Merge "Add APIs for verifier to grant at install and revoke permissions" into mnc-dev
* commit 'd4b566bf56333de708908ce4accb5fb067be64f0':
  Add APIs for verifier to grant at install and revoke permissions
2015-07-16 22:23:38 +00:00
Svet Ganov
d4b566bf56 Merge "Add APIs for verifier to grant at install and revoke permissions" into mnc-dev 2015-07-16 22:22:01 +00:00
Dianne Hackborn
786946db0b am 9e55d57d: am 8983420d: Merge "Don\'t spam the system with unique wake lock names." into mnc-dev
* commit '9e55d57dc7fccbeae4bb8ff4be322d7e2b87dacc':
  Don't spam the system with unique wake lock names.
2015-07-16 19:04:26 +00:00
Dianne Hackborn
9e55d57dc7 am 8983420d: Merge "Don\'t spam the system with unique wake lock names." into mnc-dev
* commit '8983420d30d3e962c519d7f9a5d8b8ea4bc3f42c':
  Don't spam the system with unique wake lock names.
2015-07-16 18:45:37 +00:00