Jorim Jaggi
8972c2a0c7
Fix lockscreen launch animations
...
- Fix the case in WindowAnimator where the real window was ready
to draw while the starting window was playing the unlock animation.
- Always delay Keyguard done when clicking on a notification. Some
notifications started services/broadcasts instead and thus we didn't
wait, making it a jarring transition. In case the notification click
doesn't result in an activity start at all, we still have the timeout
that saves us from freezing (3s), but most notifications should start
an activity.
Bug: 19412725
Change-Id: I78f6839f59986f8f7ecdff70227d5690a504f475
2015-06-09 02:31:53 +00:00
Jim Miller
4f364c9e5f
Fix NPE cause by new fingerprint permission check
...
We no longer send fingerprintid to non-privileged apps. Though
Keyguard can get the permission, it does not currently use fingerprint
info, so remove the API call.
Fixes bug 21040383
Change-Id: I8a9461ed138c368afc75601fe6d4eadc9a8b91c5
2015-06-08 19:24:13 -07:00
Jim Miller
800ebfc166
Merge "Update and cleanup FingerprintManager API to new spec" into mnc-dev
2015-06-09 01:46:22 +00:00
Alex Klyubin
12742ab5f4
Merge "Deprecate KeyChain.isBoundKeyAlgorithm." into mnc-dev
2015-06-09 00:51:28 +00:00
Jorim Jaggi
b835dd7641
Close assist when launching intents from notification shade
...
Bug: 21035363
Change-Id: I51a6dbe5f0d93aaf81a38d1f1afacaaeaf7732e2
2015-06-09 00:31:12 +00:00
Guang Zhu
53b3bb072b
Merge "clean up Process instance after we are done with the sub process" into mnc-dev
2015-06-09 00:30:39 +00:00
Jorim Jaggi
2d144063a6
Merge "Fix flickering in alarm detail transition" into mnc-dev
2015-06-09 00:30:12 +00:00
Jorim Jaggi
2ba5979368
Fix flickering in alarm detail transition
...
Bug: 21400392
Change-Id: I28e4c0cbaa322d8711c5a84cd0ff7b409913b935
2015-06-08 17:29:33 -07:00
Jorim Jaggi
46ac19f32c
Use better interpolator when clicking on QS header
...
This interpolator feels nicer when the reason why it animates comes
from a touch.
Change-Id: Ie13466c092e9546f8a8c5fdca589b35f78cde88c
2015-06-09 00:23:18 +00:00
Jorim Jaggi
59ec304eae
Don't invert legacy notifications
...
Bug: 19130917
Change-Id: Id06fcf8fb11b783360a86534e024164b230e84a4
2015-06-09 00:20:51 +00:00
Jorim Jaggi
7b5e6c884d
Merge "Only doze when not occluded" into mnc-dev
2015-06-09 00:20:30 +00:00
Jorim Jaggi
5cc86599ce
Dismiss Keyguard correctly
...
When authenticating with fingerprint, we didn't go through the
dismiss action, and thus launching intents was broken when
authenticating with fingerprint from the bouncer. Also fixed a crash.
Bug: 21695578
Change-Id: I61f74b5b63d4d6ddf7f8f3ce96feb63b9644cd52
2015-06-09 00:10:09 +00:00
Zach Johnson
d56958c440
Merge "Ignore carrier apps when checking for idleness" into mnc-dev
2015-06-09 00:06:29 +00:00
Jorim Jaggi
8396970065
Only doze when not occluded
...
This fixes a bug where an activity could have been started on top of
the lockscreen while dozing already. In that case, we would execute a
pulse and reveal the fully colored activity that is occluding the
Keyguard
Bug: 19465785
Change-Id: I9533390e13f11424a20a107005d60050a460e333
2015-06-09 00:02:55 +00:00
Selim Cinek
196597b7c0
Merge "Children which are removed when HUNd now animate out" into mnc-dev
2015-06-09 00:00:06 +00:00
Prerepa Viswanadham
8711ed644b
Merge changes from topic 'modemActivityInfo' into mnc-dev
...
* changes:
API for get modem activity info
Activity info and stats from modem
2015-06-08 23:44:51 +00:00
Jim Miller
f501b58de8
Update and cleanup FingerprintManager API to new spec
...
Fixes bug 21040383
Change-Id: Ib97d486535869814d5b449cccb31670e8f412552
2015-06-08 16:36:29 -07:00
Adam Lesinski
4cf59747f8
Merge "Bump the BatteryStats parcel VERSION" into mnc-dev
2015-06-08 23:14:17 +00:00
Dongwon Kang
0dd7ddc414
Merge "Make MediaProjectionPermissionActivity secure with setFilterTouchesWhenObscured()" into mnc-dev
2015-06-08 22:58:56 +00:00
John Reck
62043203df
Merge "Delete unused" into mnc-dev
2015-06-08 22:51:43 +00:00
John Reck
4538ef2abc
Delete unused
...
Change-Id: If27e1eb8e42313eae14df58a24ca54fafb2992fa
2015-06-08 15:45:58 -07:00
Jonathan Basseri
623bf636de
Merge "Rename reloadCarrierConfigForSubId -> notifyConfigChangedForSubId" into mnc-dev
2015-06-08 22:27:34 +00:00
Adam Lesinski
df6235cd76
Bump the BatteryStats parcel VERSION
...
A previous change forgot to bump the version, leading to
corrupt data.
Bug:19683715
Bug:21574065
Change-Id: I30c9039694b02d576909e8f60c25f175986b8c5c
2015-06-08 15:04:16 -07:00
Filip Gruszczynski
5e4c382d15
resolved conflicts for merge of 17ba2e6c to mnc-dev
...
Change-Id: I9177f0e994e1e8fba02faf5a13f2dcec950ec5e0
2015-06-08 15:00:25 -07:00
Jonathan Basseri
5ea0c8f1c6
Rename reloadCarrierConfigForSubId -> notifyConfigChangedForSubId
...
Per discussion with API council, "notify" makes more sense than "reload"
here.
Bug: 21571894
Change-Id: I7e8e8d91d8e6e6d4502cf371472fd82efa3e97f5
2015-06-08 14:59:09 -07:00
Dongwon Kang
b0cf7ea65d
Make MediaProjectionPermissionActivity secure with setFilterTouchesWhenObscured()
...
Bug: 21485727
Change-Id: I6b639464a3543dec4d7a248bdd8042b2c3872fac
2015-06-08 14:16:54 -07:00
John Spurlock
e37cf3b8d6
Merge "QS: Handle font-size changes immediately in ZenModePanel." into mnc-dev
2015-06-08 21:03:57 +00:00
Joseph Wen
d8ffe624b2
Merge "Update Statement Service." into mnc-dev
2015-06-08 20:56:25 +00:00
Geoff Mendal
59b28c0c9c
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-06-08 20:53:03 +00:00
Zach Johnson
b4b9ca7580
Ignore carrier apps when checking for idleness
...
Also introduce a way to check if a package has
carrier privileges for any active phone.
Change-Id: If5c5fe07f05ffc90fc21431eb27cf48030c0175b
2015-06-08 13:49:13 -07:00
Etan Cohen
7631697793
Merge "Update documentation of CARRIER_PRESENCE & bitmasks." into mnc-dev
2015-06-08 20:29:14 +00:00
John Spurlock
d896323eab
QS: Handle font-size changes immediately in ZenModePanel.
...
And make sure the condition row is tall enough to accomodate
huge text.
Bug: 20346315
Change-Id: I9346f80edd7f0069d6363fe5377b36b0bf5aca62
2015-06-08 16:26:12 -04:00
Alex Klyubin
469cbf5156
Deprecate KeyChain.isBoundKeyAlgorithm.
...
This is bad API. There was never a guarantee that when this method
returns true for a key algorithm (e.g., RSA or EC), then all keys of
that type will be imported into secure hardware. For example, the
secure hardware may reject a key if it's of unsupported size or uses
an unsupported public exponent or EC curve. In that case, the key
will be imported into keystore/KeyChain without being backed by secure
hardware.
Bug: 18088752
Change-Id: I8daa574a2e703a347d09d93401cd1ea2d0162ed9
2015-06-08 13:22:53 -07:00
Wale Ogunwale
d8b9b642fe
Merge "Use DisplayAdjustments when creating display in ResourceManager" into mnc-dev
2015-06-08 20:17:23 +00:00
Geoff Mendal
4ad2b0c829
Import translations. DO NOT MERGE
...
Change-Id: I45739d8c8ae447a724264c4946aedd273a308d91
Auto-generated-cl: translation import
2015-06-08 13:15:33 -07:00
John Spurlock
c0f7aff3df
Merge "Zen QS: Use explicit content descriptions for zen buttons." into mnc-dev
2015-06-08 20:13:09 +00:00
keunyoung
7da9d7aa52
Merge "apply force hiding of window only when it is main display" into mnc-dev
2015-06-08 20:08:49 +00:00
Nathan Harold
71feb72b76
Merge "Fix a typo in the docstring of getAllCellInfo()" into mnc-dev
2015-06-08 20:05:07 +00:00
James Cook
5ac36cea86
Merge "Use VoiceInteractor.Prompt in VoiceInteraction test app" into mnc-dev
2015-06-08 20:03:39 +00:00
Etan Cohen
e4dc7e1ac3
Update documentation of CARRIER_PRESENCE & bitmasks.
...
Bug: 21572292
Change-Id: If4727e7c18ce94f7c715ac91d61456ff0de10001
2015-06-08 13:02:44 -07:00
Chris Craik
37cf077171
Merge "Add projection info to RenderNode dumps" into mnc-dev
2015-06-08 20:00:37 +00:00
Andrew Flynn
21a4f17c94
Merge "Revert "notifyCarrierNetworkChange:TelephonyManager->CarrierService"" into mnc-dev
2015-06-08 19:59:51 +00:00
Andrew Flynn
2b5348b413
Revert "notifyCarrierNetworkChange:TelephonyManager->CarrierService"
...
This reverts commit 7f8be9d89b7f294bf5e5d377908a5c74d2f4968f.
Change-Id: Ib99d2b8f83c2775cf5df4330a4f20bc791a83e5e
2015-06-08 19:59:29 +00:00
keunyoung
7a542b66e0
apply force hiding of window only when it is main display
...
- force hiding window for non-main display leads into stopping
rendering of windows in non-main display.
- change the logic to skip force hiding if it is not main display.
bug: 21665476
Change-Id: I2e23f3a2d6e3cbf6819ade1798360efe2986e80e
2015-06-08 12:55:51 -07:00
Dianne Hackborn
54d729b73f
Merge "Fix issue #21572679 : API Review: ActivityOptions, usage time report" into mnc-dev
2015-06-08 19:46:24 +00:00
Nathan Harold
fde06fd323
Fix a typo in the docstring of getAllCellInfo()
...
Change-Id: I5ac23e708926a1ca649ace3890af417c9607e0e9
2015-06-08 12:38:40 -07:00
Mike Lockwood
383ce580b1
Merge "MidiManager: proxy all requests to open devices through MidiService" into mnc-dev
2015-06-08 19:37:36 +00:00
John Spurlock
a1c7ffe755
Zen QS: Use explicit content descriptions for zen buttons.
...
Bug: 21661136
Change-Id: I3a6f7d6deb29584e707c1deb771e3db660007529
2015-06-08 15:34:05 -04:00
Makoto Onuki
e4bd7c9832
Improve string comment.
...
Bug 21685729
Change-Id: If6c79730778f399ed0dbf500ef62df3150fbaea6
2015-06-08 12:11:01 -07:00
Jorim Jaggi
0e0942d55d
Hide top and bottom bar while dozing
...
Bug: 18903923
Change-Id: I7b222f9dd168101084f3ee4cbbe6f9495818eab4
2015-06-08 18:43:26 +00:00