History log of /packages/apps/Settings/src/com/android/settings/IccLockSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b7e4380cd27ffd8a060ecb61201057fb6843e408 06-Jun-2016 Jason Monk <jmonk@google.com> Remove PreferenceActivity

Its broken and isn't worth maintaining, instead port the few things
using it over to SettingsPreferenceActivity with wrapping blank
Activities like the rest of Settings.

Change-Id: Ic82f0dcb63ed9b4078f7da6a79c0c52f0130e8d1
Fixes: 28779941
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
5b39710e6d9c05e4c76872423aee00f7c76a233e 30-Mar-2016 Jason Monk <jmonk@google.com> Fix sim pin settings

Change-Id: I8fba2a367958da5831efd04f599ba7a363d11a1f
Fixes: 27419276
Fixes: 27529989
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
9d1bfd1e8de6e46137a9571507c03526880d6a46 27-Jan-2016 Chris Wren <cwren@android.com> port settings over to new metrics enum

Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
f51d00635028c0b87dd431c33c932ad20202d032 08-Apr-2015 Stuart Scott <stuartscott@google.com> Correct the way settings deals with subscriptions.

Change-Id: I19e9dfaf248fce7376b124ee91de7e73fdc99fb3
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
9a23adf69dc53126c9858b19760eab5b67c23b97 18-Mar-2015 John Spurlock <jspurlock@google.com> Settings: Remove all unused imports.

Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
0b8788aae47932db56bf71869c5d58e0338420a4 08-Dec-2014 PauloftheWest <paulofthewest@google.com> Fixed a SIM Lock UI issue

+ The SIM lock option will now appear if there is any SIM with locking
capabilities.
+ Also, if the first slot does not have a SIM in it, then the SIM lock
screen will disable the ability to lock the first slot.

Bug: 18473536
Change-Id: Ib4e0ed6e94b00bc07c9febdad433fdb3c55294b8
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
ac5c081adc408953f4937e3743ef2a4c5328ece7 17-Nov-2014 PauloftheWest <paulofthewest@google.com> Changed SIM lock toggle to a switch

Bug: 18408617
Change-Id: Iea14f40082aa9b7fd6c1925ee5ca5e6bc6841140
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
0183fb5394f105d544472a52b2b4ba628e01da92 22-Nov-2014 Wink Saville <wink@google.com> Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
9aa0dd69c53fabfbd4e894e5eca6c9b6d879fdd3 20-Nov-2014 Wink Saville <wink@google.com> Revert "Additional changes to SubscriptionManager API as per API council."

This reverts commit 1285f74fcb6a8bf080c224e5a36db00ab1167d4c.

Change-Id: I366556368a9c429d8c356bcdb8e29af9c6c4c71e
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
1285f74fcb6a8bf080c224e5a36db00ab1167d4c 19-Nov-2014 Wink Saville <wink@google.com> Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
1d891b4caa1e657627fbdd5f2f658899f3e93239 11-Nov-2014 PauloftheWest <paulofthewest@google.com> Added tabs for Multi-SIM SIM Lock.

Bug: 18147652
Change-Id: I89d3ffb0b1451d263d7c913ac210d52d5308f3c0
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
3065f75e164d71c9c45b26666e37f5acb68ab3f1 07-Feb-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #12919330 RTE in Settings: PhoneFactory probably already running

- revert changes from the CL for Drawer implementation.
- we cannot convert those Activities to fragments as they are running in the Phone process

Change-Id: I7e4033bc9b53daa7e7aa6f1fd74576375cde88e9
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
74abdfd3e69a8633149617097f6acca7a0f833da 05-Feb-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #12893337 Crash while set up SIM card lock

- remove Intent declaration in favor of a Fragment
- make PhoneFactory.getDefaultPhone() call work again

Change-Id: Ie1cb6894b0c00361c451af1f8542c905213a3c97
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
8246579fa14a1021fb02b2762f7d79390ff7c4e0 24-Oct-2013 Wink Saville <wink@google.com> Display remaining attempts when using or changing SIM PIN

Bug: 9928717
Change-Id: I73718c9e6a8aa7244097e0dd4593a6226ff0ac08
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
48c03831253d2749cb6842b4e2fc9fb5255dab44 30-Oct-2011 Jeevaka Badrappan <jeevaka.badrappan@intel.com> Settings: disable Lock SIM card till response is received

Lock SIM card checkbox is enabled always which results in
allowing the user to change the state even before the
previous change has been completed successfully. Due to
this option, UI ends up in state where it can send
disable Lock SIM card twice resulting in operation
not allowed error from modem.

Change-Id: I0f4a344a8d76720e75accf3a763c3d0e940a0dca
Author: Jeevaka Badrappan <jeevaka.badrappan@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 9954
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
113ae0258d8a0aac363e397ad025cb65df237328 01-Dec-2011 Jim Miller <jaggies@google.com> Fix 5636798: Watch for SIM state changes in IccSettings.

This fixes a bug where the SIM enable checkbox was showing the
wrong state. The code now registers for state changes and updates
the checkbox state appropriately.

Change-Id: Icd4f040140e9f71e75e288968ee7ae616dfd08ce
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
22135ea7739433802fa55a37790c2a931b698f30 07-Sep-2010 Yongwei Cai <yongwei.cai@sonyericsson.com> Fix wrong behavior when changing pin code in settings

In security setting, if user change orientation during entering
pin code, the change will not apply successfully, it is because
the entered pin codes has not been saved and restored when
application was re-create after changed orientation. So we save
entered pin codes and restore them in onCreate when application
is re-created.

Change-Id: Ia8a3fb3ee75185ce028104487377e47f272905ce
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
2e180ef88050bfa243dfccaab72fb6ab235e21af 08-Jan-2010 Amith Yamasani <yamasani@google.com> Don't allow monkey to play with SIM lock settings. Bug # 2358489

If the monkey is running, exit the SIM lock settings activity.
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
11cd8c5ac95334c9363a82fd81d05d85623f9d17 29-Aug-2009 Amith Yamasani <yamasani@google.com> Fix for 1785342: The old PIN is required after entering New PIN

State of dialogs was not properly maintained across pause/resume.
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
c38866843e966622346dc8f7b028749cac9c2198 02-Apr-2009 Wink Saville <> AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.

Automated import of CL 144245
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java