Geoff Mendal
f1270cfb84
Import translations. DO NOT MERGE
...
Change-Id: Ib02415ea924e876ae776b34ed271dcae2b9afbb1
Auto-generated-cl: translation import
2015-01-16 12:37:30 -08:00
Jorim Jaggi
86e1788db4
Merge "Only notify SIM state changes when it has actually changed" into lmp-mr1-dev
2015-01-14 15:13:09 +00:00
Jorim Jaggi
01ba98b856
Only notify SIM state changes when it has actually changed
...
onSubscriptionInfoChanged gets called quite frequently whenever
something about the connectivity changes, which could lead that the
whole state of the Keyguard was reset. This change actually checks
whether the state has really changed and thus only resets Keyguard
when necessary.
Bug: 18821582
Change-Id: Ia70804d0337b11914c7d57aa4cdc47d585786f1d
2015-01-13 21:46:43 +01:00
Wink Saville
071743f0cb
Rename reg/unreg OnSubscriptionsChangedListener.
...
To addOnSubscriptionsChangedListener and
removeOnSubscriptionsChangedListener.
Bug: 18984103
Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
2015-01-13 08:36:24 -08:00
Jason Monk
6c985dcc2d
Carrier text handle sim removal
...
Have KeyguardUpdateMonitor send the onRefreshCarrierInfo when the
subscription info changes, regardless of whether there are any
subscriptions (because there might be no sims).
Bug: 18752587
Change-Id: I8976c76aae9e3e633b6adace48dccb1e940dbc18
2015-01-09 16:07:14 -05:00
Baligh Uddin
4136b4f7fe
Import translations. DO NOT MERGE
...
Change-Id: Ib629c0bca4f92a0c81bf5af904773df1b1f8549e
Auto-generated-cl: translation import
2014-12-22 20:23:07 -08:00
Geoff Mendal
feb6c7f3d6
Import translations. DO NOT MERGE
...
Change-Id: I70dc0646e4b8ea8b83dc1f7106067e278260bb3a
Auto-generated-cl: translation import
2014-12-15 06:25:08 -08:00
Wink Saville
a54bf65833
Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.
...
Rename isValidSubId to isValidSubscriptionId.
Bug: 18668873
Change-Id: Ie709a62bbb74e0a767daeb9e3fb3aecd4c45df44
2014-12-11 13:37:50 -08:00
Selim Cinek
f8dc9d7b3d
Merge "Fixed a bug where the pattern may become invisible" into lmp-mr1-dev
2014-12-11 14:09:44 +00:00
Selim Cinek
525fb7eecf
Fixed a bug where the pattern may become invisible
...
Bug: 18632529
Change-Id: Idd9911b38526d8c4eb5731c45502079092bd6304
2014-12-10 17:34:17 +01:00
Geoff Mendal
b7180c450e
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev
2014-12-10 14:30:40 +00:00
Geoff Mendal
aa72294174
Import translations. DO NOT MERGE
...
Change-Id: I63ccbdea01d869627116121f95c9d35cd64da04e
Auto-generated-cl: translation import
2014-12-10 06:26:53 -08:00
Jason Monk
28fffd58a1
Merge "CarrierText clear itself when no mob. data support" into lmp-mr1-dev
2014-12-10 14:25:39 +00:00
Selim Cinek
c199ef3759
Fixed accessibility for the pin input view on keyguard.
...
Passwords are not spoken out loud anymore if the user
did not select that option.
Bug: 18528774
Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584
2014-12-09 18:49:42 +01:00
Geoff Mendal
8510d0142c
Import translations. DO NOT MERGE
...
Change-Id: I50002c9d6b9e684be9f69dab0c8318226cbda6b9
Auto-generated-cl: translation import
2014-12-08 06:28:24 -08:00
Jinsong Mu
b3898fbe07
Merge "Talk-back doesn't notify user to enter unlock PIN when device is locked with PIN lock. b/18568003" into lmp-mr1-dev
2014-12-05 23:50:02 +00:00
Jason Monk
83bc2aafd7
CarrierText clear itself when no mob. data support
...
Bug: 18552426
Change-Id: I48e7d1434861dc99284bb0b58c023c1d749e513a
2014-12-05 18:09:36 -05:00
Jinsong Mu
dc6efdc1c6
Talk-back doesn't notify user to enter unlock PIN when device is locked with PIN lock.
...
b/18568003
Change-Id: I622ca7c49a8aa712490c8f74fcd7a1ab6d2ead5f
2014-12-05 09:36:19 -08:00
Jason Monk
d601c6c5c3
Merge "Make CarrierText handle multi-sim" into lmp-mr1-dev
2014-12-04 22:31:58 +00:00
Jason Monk
9ff69bd8f1
Make CarrierText handle multi-sim
...
To do this need to handle the subscription id that comes with all
spn broadcasts and concatenate properly as needed.
Bug: 18223317
Change-Id: I2a1cde0a4bf2f50082288cc5cdeb968fa9aa7dd0
2014-12-04 17:29:12 -05:00
Geoff Mendal
72a2041995
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev
2014-12-04 04:33:28 +00:00
Jim Miller
3ea6824034
Merge "Stop keyguard from spamming the log" into lmp-mr1-dev
2014-12-03 23:44:32 +00:00
xinhe
8f61e7549e
Merge "Unable to unlock SIM with a PIN/PUK" into lmp-mr1-dev
2014-12-03 23:39:32 +00:00
xinhe
18b9c3cb50
Unable to unlock SIM with a PIN/PUK
...
call TelephonyManager.getSimState instead of accessing systemProperty
Bug:18489776
Change-Id: I45d2315a588f706c4815750963dcfec9f8409c5d
2014-12-03 23:36:16 +00:00
Jim Miller
8b6bd4d3f4
Stop keyguard from spamming the log
...
Fixes bug 18147652
Change-Id: I9f6d3a6f1b8e3d6443c112ecf8a61ea2dc4e3434
2014-12-03 15:33:13 -08:00
Geoff Mendal
97df114581
Import translations. DO NOT MERGE
...
Change-Id: Iea99b1400da98c7af76027d54e0f9315c2726a5b
Auto-generated-cl: translation import
2014-12-03 06:27:45 -08:00
Baligh Uddin
c46c0d9d82
Import translations. DO NOT MERGE
...
Change-Id: I6acd5c2437f73dcbeca9cf6746c0a7c23c98eebc
Auto-generated-cl: translation import
2014-12-02 14:14:05 -08:00
Geoff Mendal
9cde3e1d82
Import translations. DO NOT MERGE
...
Change-Id: I2cb5a0bf876f8553710f0ed3882f7ef56da24557
Auto-generated-cl: translation import
2014-12-01 06:36:32 -08:00
Geoff Mendal
441d4f04d1
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev
2014-11-26 14:32:45 +00:00
Geoff Mendal
92ed2ec015
Import translations. DO NOT MERGE
...
Change-Id: Idfd2434481ce912e23afaaa7fb6bbef3dcad35f8
Auto-generated-cl: translation import
2014-11-26 06:31:37 -08:00
Jorim Jaggi
95e89caeb2
Fix jank when pin/pattern is shown
...
- Only update layout params of status bar window when needed
- Do not update security method all the time, only when needed (only
when reset gets called)
- Check for actual used security method when updating states for
bouncer
Bug: 18505838
Change-Id: Ib3d0021c0cc364fa5598e06e0a2bae059ae79cbe
2014-11-26 14:07:49 +00:00
Jorim Jaggi
803a6dc080
Merge "Make IKeyguardService interface asynchronous" into lmp-mr1-dev
2014-11-26 14:07:21 +00:00
Alan Viverette
b6e0cb97b7
Load SPEAK_PASSWORD from currently active user rather than self
...
Also fixes a typo in UserHandle's docs.
BUG: 18295054
Change-Id: I1f5384f84062b9ea7dcbebe1e5f64af331028d41
2014-11-25 16:08:03 -08:00
Jim Miller
ab954546dc
Make IKeyguardService interface asynchronous
...
Add a state callback so lockscreen reports back whenever its state
relevant for PhoneWindowManager changed, instead of synchronously
calling into SysUI which can lead to deadlocks. Directly use
LockPatternUtils for isSecure, and optimize the number of calls to
this method to optimize layout performance.
Bug: 17677097
Change-Id: I5d491fc8884d4f84d9562626b9ea0d5eaa5166fc
2014-11-25 23:22:52 +01:00
Jorim Jaggi
f510a8a688
Merge "Tint SIM images in PIN/PUK screen" into lmp-mr1-dev
2014-11-24 16:26:03 +00:00
Geoff Mendal
905e20855b
Import translations. DO NOT MERGE
...
Change-Id: Ib51df7dd1177be11dbe75dc983866a9cfdf74511
Auto-generated-cl: translation import
2014-11-24 06:21:48 -08:00
Selim Cinek
962b06f9a0
Merge "Fixed several time related states for secondary users" into lmp-mr1-dev
2014-11-24 11:52:40 +00:00
Wink Saville
d09c4cad65
Additional changes to SubscriptionManager API as per API council.
...
bug: 17575308
Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
2014-11-22 10:08:16 -08:00
Amith Yamasani
efb2df698a
Merge "Different messages when wiping user and not device" into lmp-mr1-dev
2014-11-21 22:27:17 +00:00
Amith Yamasani
3a3d212a51
Different messages when wiping user and not device
...
There are 3 types of users
1. Primary - device will be wiped
2. Managed profile - profile will be removed
3. Secondary user - user will be removed
Show different messages for almost wipe and wipe in each
of these 3 cases.
Bug: 16843155
Change-Id: Icecfe520622773da9e45465bf2217e8ed38b266e
2014-11-21 13:57:48 -08:00
Jim Miller
0284e5e498
Merge "Add multi-sim support to keyguard" into lmp-mr1-dev
2014-11-21 18:38:03 +00:00
Selim Cinek
9c4a707912
Fixed several time related states for secondary users
...
The 24 hour setting was not respected correctly. Also
fixed a bug where the next alarm would not display itself
in the QS panel.
Bug: 16239208
Change-Id: I89734f783912dead5831db49db53fba04dbf54ee
2014-11-21 18:25:30 +01:00
Adrian Roos
481a6df99f
Add device locked API for TrustAgentService
...
Bug: 18414067
Change-Id: I96c68af9ccc9940acf9fab3b5bd39a3485f01045
2014-11-20 21:48:38 +01:00
Adrian Roos
50bfeec868
Update KeyguardManager.isDeviceLocked API
...
Bug: 18414067
Change-Id: I0715714c2c9a122f578ec0c6f508faae12e6f752
2014-11-20 21:45:04 +01:00
Jorim Jaggi
d05064b850
Tint SIM images in PIN/PUK screen
...
Bug: 18147652
Change-Id: Ic077a80883782c228dce0d4537e4c7e5e3caf2b4
2014-11-20 21:36:52 +01:00
Jim Miller
52a6133f4b
Add multi-sim support to keyguard
...
Use new telephony APIs.
Clean up SIM state machine code.
Use cached copy of SubscriptionInfo.
Make SIM PIN and SIM PUK work.
Tested on single and multi-SIM devices.
Fixes bug 18147652
Change-Id: Ic69a4d2898999a5438e6a70b5851705bc05443f1
2014-11-20 21:36:52 +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