1367 Commits

Author SHA1 Message Date
Jim Miller
0fd6914489 am e86f1752: Merge "Use custom theme for keyguard presentation" into mnc-dev
* commit 'e86f175229f5cf7b6149ecc19cf8de60be722293':
  Use custom theme for keyguard presentation
2015-07-07 23:37:43 +00:00
Jim Miller
e86f175229 Merge "Use custom theme for keyguard presentation" into mnc-dev 2015-07-07 23:33:22 +00:00
Jim Miller
29b48c22e1 am 41273381: am 1075a27c: am b5e3eba1: Merge "SystemUI/Keyguard: try authenticate finger after authentication failure" into mnc-dev
* commit '412733811c34d8b581b8fcded130072cbb34e184':
  SystemUI/Keyguard: try authenticate finger after authentication failure
2015-07-07 23:21:47 +00:00
Jim Miller
1075a27c69 am b5e3eba1: Merge "SystemUI/Keyguard: try authenticate finger after authentication failure" into mnc-dev
* commit 'b5e3eba1665f0a5f42bcfc2630d67011edb70f05':
  SystemUI/Keyguard: try authenticate finger after authentication failure
2015-07-07 22:53:58 +00:00
Jim Miller
c90d64583c Use custom theme for keyguard presentation
The default Material theme for presentations on external displays
has a white background.  This changes keyguard to use a custom theme
since we want white lettering on black.

Fixes bug 22305037

Change-Id: Idc6aca2398be34c4603446983e5d276abcace001
2015-07-07 15:49:05 -07:00
Jim Miller
f2d9ad2e90 SystemUI/Keyguard: try authenticate finger after authentication failure
When first authentication is failed, keyguard does not try authenticate again.
This modification makes to try again authentication
when it receives callback of authentication failure.

Bug: 22131472
Change-Id: I5bdfc8b120595bf3252ad6e7353ace7ff7fbbae0
2015-07-07 15:32:00 -07:00
Geoff Mendal
de04da1d9e Import translations. DO NOT MERGE
Change-Id: I1b900ec1f54720fab0915cede28dd79fbcb70d5c
Auto-generated-cl: translation import
2015-07-06 08:47:43 -05:00
Jorim Jaggi
29ab48ab0e am b98ea66d: Merge "Disable Keyguard chatyness" into mnc-dev
* commit 'b98ea66d353c40810ec10ef48ab638175b0207eb':
  Disable Keyguard chatyness
2015-06-30 00:54:37 +00:00
Jorim Jaggi
7475d103c1 Disable Keyguard chatyness
Bug: 21320918
Change-Id: I71a52b5a2f27dcf0d81710b16d9d36fc4e73ec04
2015-06-29 17:26:29 -07:00
Jorim Jaggi
bad424f30c am 94f6f061: Speedup PIN/Pattern dismissal
* commit '94f6f0610147de16aae7c39f97f21ee31591dd6f':
  Speedup PIN/Pattern dismissal
2015-06-25 21:55:34 +00:00
Jorim Jaggi
94f6f06101 Speedup PIN/Pattern dismissal
Bug: 22096344
Change-Id: I50d5ecaa03aae94cecf9da173f0d6318faaf6a1a
2015-06-25 21:49:20 +00:00
Selim Cinek
117faced25 am 1cc86956: Merge "Fixed an inconsistency when booting up with SIMPIn" into mnc-dev
* commit '1cc869561e6615bf8c473cdf5dfc8773e4c839e5':
  Fixed an inconsistency when booting up with SIMPIn
2015-06-24 22:25:30 +00:00
Selim Cinek
245273ec8d Fixed an inconsistency when booting up with SIMPIn
The lockscreen was skipped when the security mode was
swipe, which is inconsistent with the normal bootup
behavior.

Bug: 21850021
Change-Id: I2c59b1428d489fad566097771ca449ba667f34d2
2015-06-24 13:17:56 -04:00
Geoff Mendal
70b4edff24 Import translations. DO NOT MERGE
Change-Id: Ifd91f44e7bb3ea8577d2054394d4e6b64c488f2b
Auto-generated-cl: translation import
2015-06-22 08:51:18 -05:00
Selim Cinek
6cd8d30d83 am a353528c: Merge "Added a message to the keyguard bouncer" into mnc-dev
* commit 'a353528c79e0e295a98a79f8672ace6df8647f78':
  Added a message to the keyguard bouncer
2015-06-19 01:51:25 +00:00
Selim Cinek
3122fa85b2 Added a message to the keyguard bouncer
A message can now be shown on the keyguard bouncer
explaining why the bouncer is being shown.

Bug: 21618072
Change-Id: I25aea9cc242abbf6a133fb42cc4407f5c2f3f688
2015-06-18 15:30:36 -07:00
Geoff Mendal
6e88187a20 Import translations. DO NOT MERGE
Change-Id: I47235b1d4bd87bf37da15e687b3f5cbfc5f4c0b4
Auto-generated-cl: translation import
2015-06-17 08:50:03 -05:00
Geoff Mendal
007c215917 Import translations. DO NOT MERGE
Change-Id: Id021d13867abfcb10e4fb1a9754ae21052f66ffb
Auto-generated-cl: translation import
2015-06-15 08:43:30 -05:00
Jason Monk
97cb8040ce am 54380c74: Merge "Fix CarrierText airplane mode with no sims" into mnc-dev
* commit '54380c741bce96a35a5e9df0a8722c3cf5cd4e35':
  Fix CarrierText airplane mode with no sims
2015-06-11 21:54:12 +00:00
Jason Monk
052082c529 Fix CarrierText airplane mode with no sims
CarrierText wouldn't always update the text when airplane mode
changed, because it depended on the subscriptions to change to
know to update. Now have KeyguardUpdateMonitor listen to airplane
mode changes so that we update text when needed.

Bug: 21705446
Change-Id: I64e1194ebb055ad10acd96b33e22b95fe2454425
2015-06-11 11:35:23 -04:00
Selim Cinek
27261850e7 am 056b131c: Merge "Added strings to explain why the security method needs to be solved" into mnc-dev
* commit '056b131ca8c59a00992c7e50c2912e4b14cdc39c':
  Added strings to explain why the security method needs to be solved
2015-06-11 09:41:04 +00:00
Selim Cinek
056b131ca8 Merge "Added strings to explain why the security method needs to be solved" into mnc-dev 2015-06-11 08:12:51 +00:00
Selim Cinek
56a44628b5 Added strings to explain why the security method needs to be solved
Bug: 21618072
Change-Id: I4feca6a597610b09dc4399ff2e9962d0928f46c0
2015-06-11 00:37:18 -07:00
Adrian Roos
0676fac1e5 am 3aa16d76: Merge "Remove click listener from PIN views" into mnc-dev
* commit '3aa16d761efb970f16aa913dcda9a3cc458cc227':
  Remove click listener from PIN views
2015-06-11 01:33:45 +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
Adrian Roos
3aa16d761e Merge "Remove click listener from PIN views" into mnc-dev 2015-06-11 00:25:13 +00:00
Adrian Roos
2285308629 Remove click listener from PIN views
Bug: 21638812
Change-Id: I382dd0f64092aebeb6fdb6b2e2d465b0abdd5669
2015-06-10 16:43:28 -07: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
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
Adrian Roos
27b96cc738 Remove unusable a11y focusable area from pattern unlock
Bug: 20343910
Change-Id: I7644ee8284382072fda8b4aab0ef7114d9079ac1
2015-06-10 13:59:35 -07:00
Jorim Jaggi
5673353559 Animations/success state for external confirm device credentials (1/2)
Bug: 20929186
Change-Id: I8ca396e353189da7da3e9c98f841b76c876e461e
2015-06-09 15:25:40 -07:00
Jim Miller
724f7c940b am 4f364c9e: Fix NPE cause by new fingerprint permission check
* commit '4f364c9e5f907756f540b5187c8f1d39aabb617f':
  Fix NPE cause by new fingerprint permission check
2015-06-09 12:49:28 +00:00
Jim Miller
8caea09403 am 800ebfc1: Merge "Update and cleanup FingerprintManager API to new spec" into mnc-dev
* commit '800ebfc166a96e4125029cd994011ada750e56de':
  Update and cleanup FingerprintManager API to new spec
2015-06-09 12:49:20 +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
f501b58de8 Update and cleanup FingerprintManager API to new spec
Fixes bug 21040383

Change-Id: Ib97d486535869814d5b449cccb31670e8f412552
2015-06-08 16:36:29 -07:00
Chris Wren
0a769f1dd8 am aaf68f21: Merge "instrument emergency call button" into mnc-dev
* commit 'aaf68f216327a8a2adaf72032904b50796b4aea7':
  instrument emergency call button
2015-06-08 16:44:04 +00:00
Chris Wren
de0a21f436 instrument emergency call button
Bug: 21527672
Change-Id: I1cc8ace204e16964ae2a251152f36133e6d02932
2015-06-05 17:17:55 -04:00
Jorim Jaggi
f7f90276a1 am 7d01d2c6: Merge "Fix API review: Camera prewarm" into mnc-dev
* commit '7d01d2c6cfcdfad74735619ab95f8396be54dc0f':
  Fix API review: Camera prewarm
  lock device orientation during app compatibility test
  Fix reconfigure & setPremult alpha handling
  Unflip TextureView getBitmap readback
  Handle error states when refreshing accessibility node
2015-06-02 22:39:49 +00:00
Jorim Jaggi
d944986fbd Fix API review: Camera prewarm
Let the intent receiver of a camea launch intent declare a prewarm
service instead of sending broadcasts.

Bug: 21347653
Change-Id: I11e31aad4f788ad90eb46a661b819d3e808ddb51
2015-06-01 18:01:20 -07:00
Adrian Roos
4adc3b0091 am e67f67da: Merge "Hide KeyguardMessageArea if empty" into mnc-dev
* commit 'e67f67da9a41bd089b980c04c1721f52adebb389':
  Hide KeyguardMessageArea if empty
2015-05-29 21:47:14 +00:00
Adrian Roos
e67f67da9a Merge "Hide KeyguardMessageArea if empty" into mnc-dev 2015-05-29 21:33:09 +00:00
Jorim Jaggi
36325016ca am 2400197f: Enable Keyguard debug logging
* commit '2400197f10ff2ca8d393eac47a65a09dc0cea3e9':
  Enable Keyguard debug logging
2015-05-29 20:51:39 +00:00
Jorim Jaggi
2400197f10 Enable Keyguard debug logging
Bug: 21320918
Change-Id: I2529bfb7cdaae6042bbc9e51340c7571a5a63ad0
2015-05-29 19:34:48 +00:00
Xiyuan Xia
223826b3cd am e103029d: Merge "Avoid keyguard UI layout dimensions underflow" into mnc-dev
* commit 'e103029dbc457596661ae4066aabcb2a35f07dfd':
  Avoid keyguard UI layout dimensions underflow
2015-05-29 19:19:27 +00:00
Geoff Mendal
df55ecbf9c Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-05-29 14:50:36 +00:00
Geoff Mendal
e8209fffe9 Import translations. DO NOT MERGE
Change-Id: I290120b9af321f28cbf754ebc76a154e8b806ddf
Auto-generated-cl: translation import
2015-05-29 09:28:27 -05:00
Xiyuan Xia
79f38a2e32 Avoid keyguard UI layout dimensions underflow
KeyguardBouncer could have 0 as its content area size. Two transient
cases found: on device boot with a 0 sized StatusBarWindowView and
first time showing after user switching. Be defensive and protect
against the case.

Bug:21333202
Change-Id: I73eabf64c597ea3ae96ccfba1aecf702da8dfb23
2015-05-28 14:57:21 -07:00
Andres Morales
838cd2e467 am 5ccfe51d: Merge "[LockSettings] migrate password attempt throttling to hardware" into mnc-dev
* commit '5ccfe51d8b9ae4f73a3b0fdb553b807cf5691582':
  [LockSettings] migrate password attempt throttling to hardware
2015-05-27 20:23:05 +00:00
Andres Morales
5ccfe51d8b Merge "[LockSettings] migrate password attempt throttling to hardware" into mnc-dev 2015-05-27 18:37:32 +00:00
Andres Morales
2397427cb1 [LockSettings] migrate password attempt throttling to hardware
leverage root protected, cryptographically secured hardware
if available

Bug: 21118563
Change-Id: Ifa804c5a0728bfd14466eb2a84051bace6d33d57
2015-05-26 19:48:51 -07:00