History log of /packages/apps/Settings/src/com/android/settings/IccLockSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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