History log of /packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ef243a24eb9b919a6c315bffb53fcb557195489a 25-Oct-2011 Johannes Carlsson <johannes.carlsson.x@sonyericsson.com> DISPLAY TEXT clr msg after delay, expects result code OK

Send RES_ID_TIMEOUT response if StkDialogActivity is sent to the
background due to another acitivty has replaced it as forground
activity. When a callback call interferes and closes the
StkDialogActivity, the session still needs to be ended. If the
session is not ended in a controlled way, STK will end up in a
wrong state. If STK is in wrong state it will be unable to
process subsequent callbacks.

The sendResponse call is now moved to onStop() since it showed
that the system will not call onDestroy() in some scenarios.
This happened while repeating the test for 20 or more times.

Change-Id: Ib6519ce15225b1c7be83251c6461fb14a4680200
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
cfe4d7f06d8e023ddc153cd042682957dfd85de2 04-Sep-2013 Christopher Posselwhite <christopher.posselwhite@sonymobile.com> Special case for SAT Display Text

In the case where the SIM has required an immediate response the message
should be shown forever to the user and removed only when one of the
events specified in ETSI 102 223 §6.4.1 occurs. The implementation
of this case has been corrected

Change-Id: I17993542e1ba234a9e69b8162a9ae5271e176d07
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
1772c049facb06de0ca5d3b5cce870848c008804 22-Nov-2012 Christopher.Posselwhite <christopher.posselwhite@sonymobile.com> Changed timeouts for Stk

The SIM Toolkit interface in Android uses one common
timeout for UI commands. This is not good practice,
as there is a very clear difference between use cases.

A DISPLAY TEXT command with the option “clear after delay”
and with option “Wait for user to clear” should not have
the same timeout, which is the case without a patch. The
timeouts have in the patch been set to 15 s for
“clear after delay” (i.e. automatically removed), 60 seconds
for “Wait for user to clear” and 30 s for other UI timeouts.

The times are both in accordance with ETSI 102.223 and
operator requirements.

Change-Id: I61262bf36a84f071ec4f223eb187f92e2026b68b
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
d41f1d98d7bf42e9e867819593ad79f685604796 12-Jul-2010 Alex Yakavenka <ayakav@codeaurora.org> CAT: Use new Cat package from frameworks

As all stk related classes were moved to new Cat package this application
needs to use new package instead of old one.

Change-Id: I537c61318eff3677951af9639e9991425c418241
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
79085fcc5b4e54cc374e8720644ce4c1dc0004be 09-Jun-2009 Wink Saville <wink@google.com> Cleanup whitespace.
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
9d9730aecb72e830ef12d66ce6e084d8ae0928f2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
4f140d1b04066e68d8236a41765ad06029e00105 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
28aadc2864433ec393fc93d46d9eba461f66ce89 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java
c46d8a06f810a3b5b570e43e7e0ed8b36efd23e5 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Stk/src/com/android/stk/StkDialogActivity.java