71f4cac40011739d0e9df1c085344be2ee2349cf |
|
27-Oct-2013 |
Chaitanya Saggurthi <csaggurt@qti.qualcomm.com> |
Add confirm button in PUK2 requested dialog While changing PIN2, when the SIM gets locked after maximum retries, "PUK2 requested" dialog appears. This dialog does not have a confirm option. Add a confirm button in this dialog. BUG: 22672673 Change-Id: Ie2e89303373274edebdbdd12bc20b96cec6cd508
/packages/services/Telephony/src/com/android/phone/settings/fdn/FdnSetting.java
|
af390fa5422459ee018d69169272db92133c5636 |
|
01-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Show error message for RuntimeExceptions. Previously, all errors were assumed to be of the class CommandException. This may not always be the case, for example if a SIM card is missing. If it is not a CommandException, show a generic error message in this case. Bug: 21268151 Change-Id: I280971a65ab2ed8470499a74d91be1fb6ac331bf
/packages/services/Telephony/src/com/android/phone/settings/fdn/FdnSetting.java
|
dd4f6df7bf726284b0747405307de54e0c0acabb |
|
10-Dec-2014 |
Andrew Lee <anwlee@google.com> |
Don't set settings titles for single SIM devices. The seemingly most straightforward way to accomplish this is pass a context into SubscriptionInfoHelper, and check TelephonyManager for the device SIM capability before setting any title. Leave the Context parameter in getIntent() because of how CallFeaturesSetting may be creating an intent for a different activity (handling the up arrow). Bug: 18692675 Change-Id: I689e0db066a16ba06bda6e0fd68b6d25e9c698b9
/packages/services/Telephony/src/com/android/phone/settings/fdn/FdnSetting.java
|
5efb112905b222d1a5b2e1052a94b7a7dfbe66d2 |
|
05-Dec-2014 |
Andrew Lee <anwlee@google.com> |
Pass subId on intent back to call settings. Use the subscription info helper to configure the intent dispatched when the UP arrow is clicked so that the user navigates backwards to Call Settings for the SIM which they have been viewing. Bug: 18633885 Change-Id: If89a5f280e058d88c13ac52c2070b7a248f63bea
/packages/services/Telephony/src/com/android/phone/settings/fdn/FdnSetting.java
|
5ed870cca68496757c2335d37d3818e9aa0006b6 |
|
29-Oct-2014 |
Andrew Lee <anwlee@google.com> |
Add MSIM support for FDN. Show title and get the Phone object to modify FDN settings for according to subscription.. + Add helper to provide common functionality for setting/getting extras, getting the appropriate phone for a given subscription id, and other miscellaneous things. + Show the subscription label in actionbar title of Call settings, FDN settings, and FDN list. I didn't do this for edit/delete because they have really long titles, and the context didn't seem necessary at that point. + Pass the subscription label/id along in intents to the various FDN setting activities. + Get the correct phone, so FDN setting changes are SIM-specific. + Take into account subscription id when providing a Uri for modifying FDN settings, so that FDN contacts can be modified on a per-sim basis. - Delete some unused strings. Bug: 18233666 Bug: 18232723 Bug: 18114923 Change-Id: I05c7149382adb7e7af36d38bab8a6875d5b20609
/packages/services/Telephony/src/com/android/phone/settings/fdn/FdnSetting.java
|
83383e4c2f748514124eaa0482091490c4c8a311 |
|
31-Oct-2014 |
Andrew Lee <anwlee@google.com> |
Move FDN-specific classes into own package. Trying to clean things up to have better organization while dealing with making fdn settings SIM-specific. The only thing which changed materially in the classes themselves... - Rename package names to include ".settings.fdn"; - Putting in required imports (mostly for R and PhoneGlobals). Bug: 18114923 Change-Id: I5c4b575641ef52d1ee562ca35552f2822e64e385
/packages/services/Telephony/src/com/android/phone/settings/fdn/FdnSetting.java
|