Adrian Roos
50bfeec868
Update KeyguardManager.isDeviceLocked API
...
Bug: 18414067
Change-Id: I0715714c2c9a122f578ec0c6f508faae12e6f752
2014-11-20 21:45:04 +01:00
Selim Cinek
29685c2fde
Merge "Added dissapear animation to pattern and pin input" into lmp-mr1-dev
2014-11-12 16:12:13 +00:00
Selim Cinek
f9c0e8f02f
Added dissapear animation to pattern and pin input
...
Bug: 18232017
Change-Id: I062d55b0870ccaad6093b672f5076c3f80c10f94
2014-11-12 14:48:48 +01:00
Jorim Jaggi
3e54ce273a
Merge "Adjust owner info to spec" into lmp-mr1-dev
2014-11-10 15:39:22 +00:00
Jim Miller
0814d41c73
Change Configure structure to List<PersistableBundle>
...
Adding the new structure was making it difficult for
LMP devices to have common source with upcoming API version.
Fixes bug 17008504
Change-Id: I704503cf0ebff113874c87ab11e37735dbe7b8d7
2014-11-07 17:18:37 -08:00
Jorim Jaggi
ae52c56448
Adjust owner info to spec
...
Bug: 18249205
Change-Id: I71916b977d7567d4bc998b86f0d7748ae73a5de0
2014-11-07 01:50:50 +01:00
Jim Miller
262dc4dafe
Merge "Update TrustAgentService API after review" into lmp-mr1-dev
2014-11-06 02:52:20 +00:00
Jim Miller
e303bf4435
Update TrustAgentService API after review
...
This change incorporates API council feedback and enables the
TrustAgent whitelisting API.
It also contains a minor cleanup of DPM's use of UserHandle
to eliminate unnecessary object creation.
Fixes bug 17008504
Change-Id: I63cc50169fde54b34406845818bcaf6aadc1a3db
2014-11-05 18:17:56 -08:00
Adrian Roos
ad3bc7f878
Fix a keyguard charging status
...
Fixes a bug where the keyguard was showing
a charging state even though the device was
not plugged in.
Bug: 18166083
Change-Id: I85a2cda674ffdafb37df70598f4028414a639def
2014-11-04 14:18:16 +00:00
Adrian Roos
2ace72544a
SampleTrustAgent: Exercise KeyguardManager.isKeyguardInTrustedState
...
Bug: 18084166
Change-Id: I7d8695f4b576676cc6da1fe07fea05e72d04f33e
2014-10-24 14:35:26 +02:00
Adrian Roos
195e631960
Keyguard: Show IME automatically on tablets
...
Also removes the legacy bool from the core resources.
Bug: 17757057
Change-Id: I5f19e43f413599430b648c3b8763d19a9fc07a91
2014-10-16 17:28:04 +02:00
Jim Miller
73c3c37703
am af37450f: am 52403d6f: Merge "Fix "Wrong password" message shown when using BT keyboard." into lmp-dev
...
* commit 'af37450f41f6834979f1312e61ec550d2a0d665e':
Fix "Wrong password" message shown when using BT keyboard.
2014-10-08 18:25:38 +00:00
Jim Miller
af37450f41
am 52403d6f: Merge "Fix "Wrong password" message shown when using BT keyboard." into lmp-dev
...
* commit '52403d6f8e9a0e31a0f880a9cd297aeb35c29c8e':
Fix "Wrong password" message shown when using BT keyboard.
2014-10-08 18:15:24 +00:00
Jim Miller
e8fed24be6
Fix "Wrong password" message shown when using BT keyboard.
...
The code was assuming we're always using soft IME. When a physical
keyboard is attached, we get two events; ACTION_DOWN and ACTION_UP.
The code attempted to unlock the device twice. The second attempt
failed because the TextView was cleared by the first successful attempt.
Fixes bug 17690585
Change-Id: Ia92a97400b4404d0cbe86aacb727009e95914327
2014-10-07 16:50:04 -07:00
Vineeta Srivastava
3cc41b8edd
am 533c9461: am ab1e241d: Merge "Show one name if both plmn and spn are equal" into lmp-dev
...
* commit '533c9461569c171fbdfe51cff708c27c10302353':
Show one name if both plmn and spn are equal
2014-10-01 15:15:51 +00:00
Vineeta Srivastava
533c946156
am ab1e241d: Merge "Show one name if both plmn and spn are equal" into lmp-dev
...
* commit 'ab1e241d385ac2cb589f961cf6ea4a86b8a3e867':
Show one name if both plmn and spn are equal
2014-10-01 15:02:37 +00:00
Sungmin Choi
ab1b39f434
Show one name if both plmn and spn are equal
...
If both plmn and SPN are SKTelecom, lockscreen is shown as SKTelecom-SKTelecom.
In this case, it would be better to show only SKTelecom.
Bug: 17702041
Change-Id: I268455b037752cf21a3247be7809283f50b72c27
2014-09-30 23:35:14 +00:00
Baligh Uddin
80eac5d930
Import translations. DO NOT MERGE
...
Change-Id: I0b93ac3918f0f6cb15d932cad6bb10e782e0677c
Auto-generated-cl: translation import
2014-09-28 20:28:32 -07:00
John Spurlock
79fcf4c0b1
am da676b8b: am 933e8411: Merge "When dozing, re-enable falsing threshold and log events." into lmp-dev
...
* commit 'da676b8b552da886b7debcca8dfdd6cc95e14dcd':
When dozing, re-enable falsing threshold and log events.
2014-09-19 16:27:55 +00:00
John Spurlock
e00e69c583
am 933e8411: Merge "When dozing, re-enable falsing threshold and log events." into lmp-dev
...
* commit '933e841121f91329bd4273cbffe1ed510db76314':
When dozing, re-enable falsing threshold and log events.
2014-09-19 16:16:48 +00:00
John Spurlock
813552cc27
When dozing, re-enable falsing threshold and log events.
...
- Reactivate our configured keyguard falsing swipe threshold
for secure keyguards, but only when dozing.
- Add DozeLog helper to capture/maintain interesting events
about the doze + unlock process, enabled by default, but
only on devices that start dozing at least once.
- Dump summary counts + logged events to dumpsys output.
- Pass notification pulse "instance" as an extra to the scheduled
intent, so we can log accordingly.
Bug:17496795
Change-Id: I7e88f93bfc967bdc06550cf1fe5e74d535edd774
2014-09-19 11:47:30 -04:00
Baligh Uddin
fffb742fc9
Import translations. DO NOT MERGE
...
Change-Id: I01a13199ac08e944af6db52488c63df0df97bed1
Auto-generated-cl: translation import
2014-09-16 10:52:09 -07:00
Baligh Uddin
b3c8598174
Import translations. DO NOT MERGE
...
Change-Id: I57bb85dcb94f83e095e07ee4956d786849284688
Auto-generated-cl: translation import
2014-09-14 19:17:12 -07:00
Jorim Jaggi
6d476e9938
am a853c623: Merge "Avoid some more layer creations" into lmp-dev
...
* commit 'a853c62323cef84ffc8442e0d1f6550ee7b1f99e':
Avoid some more layer creations
2014-09-12 18:53:18 +00:00
Jorim Jaggi
347a07acaa
am 570ed0e7: Merge "More notifications and bigger clock for phablets" into lmp-dev
...
* commit '570ed0e78b6d593560dd0347734210c2f2842b90':
More notifications and bigger clock for phablets
2014-09-12 18:53:07 +00:00
Jorim Jaggi
689d491d8a
Merge "Avoid some more layer creations" into lmp-dev
2014-09-12 18:42:57 +00:00
Jorim Jaggi
0b15e00675
More notifications and bigger clock for phablets
...
Bug: 16799035
Change-Id: I7aa6240ca8a06276640bafd531d92893cf53f40b
2014-09-12 20:13:44 +02:00
Jorim Jaggi
e19b1ac57c
Avoid some more layer creations
...
Bug: 17287256
Change-Id: I8c0c6f1f189b70d9a0c261f75987def3464d808d
2014-09-12 18:42:20 +02:00
Jorim Jaggi
6e85b712c5
am bf763e77: Merge "Remove some overdraw in Keyguard" into lmp-dev
...
* commit 'bf763e77177f172dcb1d7590dd1855d53ff0d2e5':
Remove some overdraw in Keyguard
2014-09-10 17:31:47 +00:00
Jorim Jaggi
1145748e5e
Merge "Remove some overdraw in Keyguard" into lmp-dev
2014-09-10 17:22:53 +00:00
Jorim Jaggi
53251ed4ac
Remove some overdraw in Keyguard
...
Bug: 17287256
Change-Id: I0bc4101713f83abc2738528c247ca8ce5748bff1
2014-09-10 19:00:22 +02:00
Selim Cinek
40383da472
am abe5f130: Merge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev
...
* commit 'abe5f1300b333b9120d7d120b0cec6cca96b778f':
Fixed unnecessary layer creations in the pin unlock method
2014-09-10 15:10:36 +00:00
Selim Cinek
6380482d08
Fixed unnecessary layer creations in the pin unlock method
...
This was especially noticible when double tapping a notification
because of the staggered appearing.
Bug: 17287256
Change-Id: I8f39892fa122bb8b7b6f2a7b1e7be8a9570e661e
2014-09-10 16:39:01 +02:00
Jorim Jaggi
de9818a839
am 3dadb79a: Merge "Remove "forgot pattern" in pattern view" into lmp-dev
...
* commit '3dadb79a7fe90a727568aa76744f0d0c5ea44782':
Remove "forgot pattern" in pattern view
2014-09-05 16:20:01 +00:00
Jorim Jaggi
68e6fa72f2
Remove "forgot pattern" in pattern view
...
Bug: 17184958
Change-Id: I7ebb35a1b734286ded99352b3fa2b891386c581d
2014-09-05 15:41:07 +02:00
Baligh Uddin
6bed40eddc
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-04 17:49:32 +00:00
Yorke Lee
cc5179f0e3
Use TelecommManager APIs to detect if we are in a call
...
Bug: 17335666
Change-Id: I5f443c76041e51a2eca903db924fb26031dde055
2014-09-03 17:04:54 -07:00
Baligh Uddin
03a25fe3a0
Import translations. DO NOT MERGE
...
Change-Id: Ib0b5565412211bede23918b8f9987e7e2c0b1792
Auto-generated-cl: translation import
2014-09-03 12:21:28 -07:00
Adrian Roos
053ff3c776
Merge "Auto dismiss lockscreen when switching to guest" into lmp-dev
2014-09-03 15:39:11 +00:00
Adrian Roos
be47b07bef
Auto dismiss lockscreen when switching to guest
...
Bug: 16659674
Change-Id: I8d24a3997ac7493cd8a8317f8a35532eaf5c3cfe
2014-09-03 16:46:55 +02:00
Jorim Jaggi
4dc653aaa2
Merge "Fix outdated time when turning on screen" into lmp-dev
2014-09-02 20:26:39 +00:00
Jorim Jaggi
d09def7511
Fix outdated time when turning on screen
...
Force a synchronous update of the clock view when turning on the
screen. Also wait for the Keyguard window to be drawn when turning
on the screen.
Bug: 16904617
Change-Id: I38f78a38cfe35ccd067cd420d2bad626bd955ad6
2014-09-02 22:05:42 +02:00
Jorim Jaggi
e82f90e72e
Remove different layout for landscape in Keyguard
...
Bug: 15422177
Change-Id: I8a643a8f6dcfed1530f17e8de6a5cc69533528b4
2014-09-02 21:54:25 +02:00
Baligh Uddin
ab76ad4f62
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-01 21:26:16 +00:00
Adrian Roos
48c796cad6
Keyguard: Register user specific broadcasts correctly
...
Fixes the face unlock indicator only working for the
owner user. While we're at it, also fix other broadcasts
that should have been registered for all users and not just
the owner.
Bug: 17251445
Change-Id: I53cad656d7d1e1d312bff2eebfc0c23ea467e0b7
2014-09-01 16:03:38 +02:00
Baligh Uddin
0a14d1e569
Import translations. DO NOT MERGE
...
Change-Id: I727035c5d02efd35eef5ed40f46daa167fe805f1
Auto-generated-cl: translation import
2014-08-31 12:38:19 -07:00
Jeff Hao
1b012d302b
Add sample profiling option to am.
...
Also bundles all profiling options into a class.
Bug: 17040932
Change-Id: I85d675ee1494bdc7308caffdf94145d27c996e9d
2014-08-26 15:54:25 -07:00
Baligh Uddin
1494447e35
Import translations. DO NOT MERGE
...
Change-Id: I0787124e2a6bf24f406c9b89770bdbfb5b801325
Auto-generated-cl: translation import
2014-08-26 10:48:38 -07:00
Jorim Jaggi
31e0ae0cad
Merge "Make date consistent with spec when alarm is set" into lmp-dev
2014-08-26 10:35:41 +00:00
Baligh Uddin
0699cadcb4
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:06 +00:00