History log of /packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f6403fc897d0a334588380b63f47f8ef080d155 12-Feb-2012 Daisuke Miyakawa <dmiyakawa@google.com> Strip FDN phone numbers before sending it to IccProvider

There's no way to determine exactly why the insert/update failed.
PIN2 might be incorrect, or the number might be just inappropriate.
Note that some SIM may reject even spaces between digits, while
"import from contacts" menu may introduce spaces so easily.

This change tries to translate/strip inappropriate characters before
sending them to IccProvider (content://icc/fdn), and has toast
show correct description than just "your PIN2 was incorrect."
Now that the toast became too long, this change also makes toast
live longer.

Requires I49b996abe7a44f7db4301b62f667189281fc40e9

Bug: 5546664
Change-Id: Iec2b1bf9f510c3a4f6ee8419d441fb09209a8803
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
e392a4a3f9d0bfd5aa0df490093c4b83d823571a 15-Feb-2012 Daisuke Miyakawa <dmiyakawa@google.com> A bunch of clean-up

Change-Id: Ie62c28b523669686df2ead9b8925efb4c46b3503
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
bb09a49272c04fccae927c1018fae65e744be17e 02-Dec-2011 Daisuke Miyakawa <dmiyakawa@google.com> Hide progress icon after onCreate()

We request Window.FEATURE_INDETERMINATE_PROGRESS on onCreate(),
while we don't set an int value for the feature. As a result
progress bar appears even when we don't want it.

This change explicitly sets the value regardless of Window's
default behavior and thus forcibly hide the progress bar.

Bug: 5660574
Change-Id: I42d4fc3250e7ce8d0d4e9d63a8a305745b4d635e
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
1ca1b441b65d55659e2553540f9b75b9749d7fde 18-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: Ib4ce8d43cb8df5e2cbeed241def07bba63278af4
397ec720bec08963fed5da40719674918ef7722f 10-Feb-2010 Mikael Danielsson <mikael2.danielsson@sonyericsson.com> Look at mNumber instead of mName when deciding whether to add or edit a fixed dialling list entry

3GPP TS 31.102 (USIM application) v9.1.0 states in chapter 4.2.24
EFFDN (Fixed Dialling Number) that the Dialling Number field is
mandatory whereas the Alpha Identifier is optional. The current
implementation of the user interface for editing the fixed
dialling list blocks creation and deletion list entries without a
name (corresponding to the Alpha Identifier) but instead permits
entries without a number. This is incompatible with the USIM
specification and implementation. This contribution corrects the
implementation in line with the USIM specification.

Change-Id: I33aa615854d2a2972503caf36b36dc876c137619
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
9b58148a18d2b84ea35e843bc58b682edda5cbd8 03-Nov-2009 Virgil King <virgilking@google.com> Allow editing fixed dialing numbers with empty names

Only add a new FDN if the intent contains neither a name or number.

Bug: 2045936
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
c51f5ac3de9db72a11dfbb1cefd8cc72f7a0fc7c 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/Phone/src/com/android/phone/EditFdnContactScreen.java
b16363f5fc191b769e88c364243e34b92eb22688 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
a412e78a7bba553a66503370b4c618db83528916 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
bb1e6add51a1d0c4ed2ee63fd314503e8d62cdd8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java
abc47110c17fa8e8cb6161bc045e87f31eeb7a1c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Phone/src/com/android/phone/EditFdnContactScreen.java