History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d210f6395072db4a4c53d4cb8fac4a59a3965b4 10-Jul-2015 Jorim Jaggi <jjaggi@google.com> Animation for touch, wake and unlock

- Add callback to inform SysUI when the screen has been unblocked
and turned on.
- Cleanup inconsistent messaging about device interactive/screen on
and off.
- Add callbacks to inform SysUI about screen states
- Implement a quick fade for the scrim after touch, wake, and unlock.
First, start with a black scrim on top of everything, and then fade
it out.
- Make sure we play the normal unlock animation when device is pulsing
- Override navigation bar animations for touch, wake and unlock: Fade
in the same manner as the scrim.

Bug: 22571198
Bug: 21855614
Change-Id: I8ff08d72cced1e0f03c78d71ff710d8a4f6b848c
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
47051d8e6dfcede55fa926c38bc06a6314fe6e4f 07-Jul-2015 Etan Cohen <etancohen@google.com> Lock screen text: consider possible WFC service in APM

Bug: 22302226
Change-Id: Icd885b45ced2b57665fbed54ec6caac36839db6c
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
b8726b7002aa39c7a01245212d35ac9296c58a1a 01-Apr-2015 Sanket Padawe <sanketpadawe@google.com> Don't show two identical carrier names.

Multi-sim device would show 2 PLMN in status bar even if they are same.

Bug: 19710990
Change-Id: I07ba5cbf82d4cc99bb7be644cc1e95c525bcfb8b
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
726fb28248a2d0d13123ec808a1e28c813aa7fb5 31-Mar-2015 Jason Monk <jmonk@google.com> Change carrier text to 'airplane mode' when on

Bug: 18833886
Change-Id: Iae757cacb7770cbe7e3509a943c78d04ee0f99f4
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
bd61b2a1fd6a8369a986a8bb1d840589b752c94e 27-Feb-2015 Jason Monk <jmonk@google.com> am 58ae213c: am 0ac63669: am 057fd382: am 9df42df2: Merge "Keyguard: Use plmn/spn broadcast when no SIMs" into lmp-mr1-dev

* commit '58ae213c3df42d9aa7501071a03460ff69ba44e2':
Keyguard: Use plmn/spn broadcast when no SIMs
de3260b5bf0a1a2b3b23d4634400e1ea56f10ee4 24-Feb-2015 Jason Monk <jmonk@google.com> Keyguard: Use plmn/spn broadcast when no SIMs

The keyguard needs to show either 'emergency calls only' or 'no service'
depending on whether there is service available, so try to pull this from
the old sticky broadcast containing plmn/spn.

Bug: 19476978
Change-Id: I83523cc4c7dd5f46bd97df2cc9ecdb38d1c2e001
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
c2e01683b34029729262e2fb346ceea4bfe4b4b6 15-Jan-2015 Adrian Roos <roosa@google.com> Remove UI code from LockPatternUtils

Bug: 18931518
Change-Id: I951166f675731ec7a2bc51585e0a51e0cd92611d
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
83bc2aafd7563dd12673bbafe6226d4db0c89beb 05-Dec-2014 Jason Monk <jmonk@google.com> CarrierText clear itself when no mob. data support

Bug: 18552426
Change-Id: I48e7d1434861dc99284bb0b58c023c1d749e513a
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
9ff69bd8f115e70a16c72c798449908536a173ea 02-Dec-2014 Jason Monk <jmonk@google.com> 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
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
52a6133f4ba8b1d08f5158d802790d6a1b16568d 13-Nov-2014 Jim Miller <jaggies@google.com> 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
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
ab1b39f434265691c3ea3002ece51c566c3171bf 29-Sep-2014 Sungmin Choi <sungmin.choi@lge.com> 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
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
25807936e8e4ca2c811bb4121725e1dd87e18efd 24-Apr-2014 Jorim Jaggi <jjaggi@google.com> Add carrier text on lockscreen in top left corner.

Change-Id: I88c96eabc4b97295da5c1094db3fd22fcc637390
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
1d80e977da89a660aff006e93470749b359c2393 02-Nov-2013 Victoria Lease <violets@google.com> Compose singleLine & textAllCaps transforms

TextView only supports a single TransformationMethod per TextView, and
singleLine and textAllCaps are both implemented as
TransformationMethods. Composing both operations into a single
TransformationMethod gives us all-caps text (if requested by
kg_use_all_caps) on a single line.

Bug: 11421105
Change-Id: I069721b887ea90b8daf2af2cf82081319e499962
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
20daffd91e4a53054f8c4d7a66c2a68100abee03 07-Oct-2013 Jim Miller <jaggies@google.com> Disable keyguard text marquee when the display turns off.

Fixes bug 11116666

Change-Id: Id9abb9d0531bcf4c5da7014ed4b9b202652b3754
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
e38c8e28ba50d5fe7f4f2bc5fe68a9f10bafe0f0 25-Sep-2013 Jim Miller <jaggies@google.com> Fix accessibility for all-caps items in keyguard

This fixes a bug where TTS on all-caps items doesn't work for
Buttons. The fix is to use translation (ala. TextView.setAllCaps()),
which just affects rendering and not the original text string.

Fix bug 10912259

Change-Id: Id8cba927819c979fe699353219d45f8b0f9f5aac
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
5ecd81154fa039961f65bb4e36d18ac555b0d1d6 10-Jan-2013 Jim Miller <jaggies@google.com> Move keyguard to its own process.

This is in preparation to moving keyguard into its own process.

Moved keyguard source and resources into new .apk.

Got basic test app working. Still need to implement MockPatternUtils
and means to pass it into KeyguardService with local binder interface.

Added new ACCESS_KEYGUARD_SECURE_STORAGE permission.

Temporarily disabled USER_PRESENT broadcast.

Remove unintentional whitespace changes in PhoneWindowManager, etc.

Checkpoint basic working version.

Move to systemui process.

Synchronize with TOT.

Sync with recent user API changes.

Fix bug with returing interface instead of stub for IKeyguardResult. Create KeyguardServiceDelegate to allow
for runtime-selectable local or remote interface.

More keyguard crash robustness.

Keyguard crash recovery working. Currently fails safe (locked).

Fix selector view which was still using frameworks resources.

Remove more references to internal framework variables. Use aliases for those we should move but
currently have dependencies.

Allow runtime switching between service and local mode.

Fix layout issue on tablets where orientation was reading the incorrect constant
from the framework. Remove more framework dependencies.

Fix PIN keyboard input.

Remove unnecessary copy of orientation attrs.

Remove unused user selector widget and attempt to get multi user working again.

Fix multi-user avatar icon by grabbing it from UserManager rather than directly since
keyguard can no longer read it.

Merge with AppWidget userId changes in master.

Change-Id: I254d6fc6423ae40f6d7fef50aead4caa701e5ad2
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java
25a272a9f6323f6a3513bb522d45e839449878ce 10-Jan-2013 Jim Miller <jaggies@google.com> Move keyguard source and resources into new package

This is part 1 of two commits. This commit moves all keyguard
source and resources to a new com.android.keyguard package.
The second part of this change applies an overlay that makes
it work.

Change-Id: I360e9ac7783c6cb289c992733818b9535df185b9
/frameworks/base/packages/Keyguard/src/com/android/keyguard/CarrierText.java