History log of /packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a1a9601840e50e18ff8ca4be9b888e592287577b 11-Sep-2012 Dianne Hackborn <hackbod@google.com> Don't crash phone app when running as non-primary user.

Rename PhoneApp to PhoneGlobals. Add new PhoneApp that only
instantiates PhoneGlobals when running as the primary user. Add
check in PhoneGlobals.getInstance() to immediately throw if called
when there are no globals for that process. Add new
PhoneGlobals.getInstanceIfPrimary() that doesn't throw;
OtaStartupReceiver uses to abort early if receiving a BOOT_COMPLETED
for a non-primary user.

All of the other files here are just due to the rename of PhoneApp
to PhoneGlobals.

Change-Id: Ic3999d956198ac836cb6a07fa3c77f36c1754ea3
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
70413d0390c8070450baac26a5cf3c01ea46a2f3 28-Mar-2012 Daisuke Miyakawa <dmiyakawa@google.com> Have TimeConsumingActivity behave correctly with FDN

When FDN is enabled, both "additional settings" and "call forward"
settings become unavailable, so those screens should appropriately let
users know the fact and disiable unworking preferences.

This change also makes I4fd6d57f9114f138ee512c036ebd66fc7798996e
complete. Not only "additional settings" but also "forward settings" are
using TimeConsumingPreferenceActivity, and thus each preference should
be disabled until it is loaded successfully.

Bug: 5811727
Change-Id: Ia3d7ca430dab42b4fd0f849a162922722cbe1b91
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
e209fa056d4102e30a4f2555e55574b25ac8c2e6 23-Mar-2012 Daisuke Miyakawa <dmiyakawa@google.com> A bunch of cleanups around "additional settings"

Change-Id: I0b47eec3e01e43bf8b879fd858ae9885d0727447
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
f044d5a08e1981744e675ef9517a0efbd8b2c2a6 28-Apr-2011 chen lixing 2 <lixing2.chen@sonyericsson.com> Process dialog does not disappear after setting call forwarding.

Dismiss the dialog not matter if it is on foreground.

Change-Id: I4f1191675afa1b26e182d92be2a57ce161521151
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
8ff3733d62dc6072a54db0e61f17e20f2026018c 13-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: I99ea7c513922d47e8ec78beaa19cc3f2a19c8d7e
10ce310e02f49e5c78d747693dd36b4239594446 29-Mar-2010 Naveen Kalla <nkalla@codeaurora.org> Display message when operation fails since FDN is enabled

The terminal disallows Supplementary Services for numbers which are not in the
Fixed Dialing Number (FDN) list when FDN service is enabled. FDN_CHECK_FAILURE
error is sent by RIL when this happens. Display a message to inform the user.

Change-Id: I5663af2f0aae4cac3864da33e06f58a5bbf4fd23
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
95eaf3985257317063592859e0b593cacc81808d 15-Mar-2010 Tim Park <tpark@google.com> Fix crash on dereferencing stale reference to tcpListener on back

Fix for issue 2512944: Add null check before using tcpListener
to make sure the reference we have to it is still valid.

Change-Id: Iffdd123cbeaf94f0ff0a1a2ae8e320131bbe25e2
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
4574f625d802c2defa0554a08f136810856c130a 03-Mar-2010 Tim Park <tpark@google.com> Fix crash in TimeConsumingPreferenceActivity on back key press

Fix issue 2483803: Crash on back key press during "Reading call settings"
message dialog.

Add state to track foreground status of activity and only dismiss dialog
if activity is foreground. Also cover a couple of other cases in this
class where it could attempt to show/dismiss a dialog when not in the
foreground beyond the scope of this bug.
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
948a17dc246520345b81455fdae0e1d628adc263 31-Aug-2009 Li Zhe <jqc837@motorola.com> Fix Phone crash when pressing back repeatedly in Call Forward options

Change-Id: I879e5113e5a6d7b6304375fc43ab80f67db13f0b
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java
cd0189299f484dcbd51400b994daf585923e9e8d 30-Jul-2009 David Krause <david.krause@motorola.com> dynamic callsetting for umts, cdma and world phone
/packages/apps/Phone/src/com/android/phone/TimeConsumingPreferenceActivity.java