History log of /packages/apps/Phone/src/com/android/phone/SimContacts.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d2a86954a96e5478373445cb4bfe8a071a090d32 04-Aug-2011 Daisuke Miyakawa <dmiyakawa@google.com> Introduce Holo.Light design to Sim import screen

- use Holo.Light based theme consistent with
People UI
- use contacts icon for HomeAsUp icon, as this is
part of People UX flow.

Bug: 4582056
Change-Id: Ieb99252c55a2d0aaa3102b3cb2098a8d200c7e83
/packages/apps/Phone/src/com/android/phone/SimContacts.java
65454c803eb305c4740885ad4995a871b034a58a 22-Jun-2011 David Brown <dab@google.com> Use constants for URI schemes

Use SCHEME_* constants instead of hardcoding
"tel" / "sip" / "sms" / etc. everywhere.

Change-Id: I1858384909a54ae86a27a5f557a80ee185873927
/packages/apps/Phone/src/com/android/phone/SimContacts.java
18dfb97b66794d2f197e01b07e510bb9b5b259db 13-Apr-2010 Fred Quintana <fredq@google.com> move favorites and my contacts group handling to the
provider and sync adapter

Change-Id: Ib13f34f6a518a5e5d883f31faca2643383367bec
/packages/apps/Phone/src/com/android/phone/SimContacts.java
f9c549727443684858dc2e0fd4fdfab3b1066d76 06-Apr-2010 Daisuke Miyakawa <dmiyakawa@google.com> Make SimContacts torelate null cursor.

Bug: 2355318
Change-Id: If563915c5a9f3f3bde46cfe9aa48b75bcc3d75ed
/packages/apps/Phone/src/com/android/phone/SimContacts.java
15fc434c08eecb5fd6f9a32c9c4054927cb295cc 01-Apr-2010 Fred Quintana <fredq@google.com> revert the stripping of System Group:
from the names of google system groups

Change-Id: I46930433f7243276f33eca92c6e2c19b5649e918
http://b/issue?id=2558197
/packages/apps/Phone/src/com/android/phone/SimContacts.java
50562bd560d8a558c2425470d3da954c4d3af0ea 25-Mar-2010 Fred Quintana <fredq@google.com> update the name of the my contacts group to make it consistent
with the fact that the sync adapter strips out the "System Group: "
prefix

Change-Id: I7e7936017ef570752525e89ec29a8ce2d8c192cc
http://b/issue?id=2534587
/packages/apps/Phone/src/com/android/phone/SimContacts.java
9b01a19e4d96754a3ffe0069816ee228cef0bebf 26-Jan-2010 Bai Tao <michaelbai@google.com> Only show import menu item after reading the contact out, which avoid NPE

http://b/2314674
/packages/apps/Phone/src/com/android/phone/SimContacts.java
b76b2bc5295290a804baa66be46f1e82dea1cffa 18-Nov-2009 Daisuke Miyakawa <dmiyakawa@google.com> am b6f5eaa7: am 78524289: Merge change If383140b into eclair-mr2

Merge commit 'b6f5eaa7c3eeadd67a708244fd31f23180957594'

* commit 'b6f5eaa7c3eeadd67a708244fd31f23180957594':
Check mCursor is null or not.
f383140beb9ed6fcec5c9be6223e976854ede98e 12-Nov-2009 Daisuke Miyakawa <dmiyakawa@google.com> Check mCursor is null or not.

It is really rare (or almost impossible) for people to encounter null at that point,
but it is "possible" to happen, so inserting this check is feasible.

Internal issuen number: 1615075, 1516908, etc.
/packages/apps/Phone/src/com/android/phone/SimContacts.java
9a2b8cc2c6fdbea8c8449fbd606eb4f99a24cd52 01-Oct-2009 Costin Manolache <costin@google.com> am 67558a80: am 27aa4e06: Merge change I5a12c88c into eclair

Merge commit '67558a80701678d11cdef39939ae75ee27954362'

* commit '67558a80701678d11cdef39939ae75ee27954362':
Remove GAIA string
5a12c88c3dfaaaff234eb25cc7b5d03afe7e18ce 30-Sep-2009 Costin Manolache <costin@google.com> Remove GAIA string
/packages/apps/Phone/src/com/android/phone/SimContacts.java
c3ae3967a1b8f624bf70f7201f194c3586176dc7 19-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> am a8f593f8: am edfbaf05: Modify cursor to tmpCursor.

Merge commit 'a8f593f8290c7ac2e691248986e532cb40600fff'

* commit 'a8f593f8290c7ac2e691248986e532cb40600fff':
Modify cursor to tmpCursor.
edfbaf05685091d9e46af795fa910dae03e88f1e 19-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Modify cursor to tmpCursor.
/packages/apps/Phone/src/com/android/phone/SimContacts.java
7bbac22019282adc7e363583d321daa7e18cd63d 19-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> resolved conflicts for merge of 6d8cd6ec to master
1b57c954b6e1483625b1dc4295a69b023857fc89 19-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make use of account information given from ContactsListActivity if possible.

internal issue id: 2126265
/packages/apps/Phone/src/com/android/phone/SimContacts.java
5e53f5e8eed7af6191859bb23c5e7225b569532d 18-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> am a21c6a20: am 63386b88: Fix SimContacts as per Jeff\'s suggestion in the change I1a6fb979

Merge commit 'a21c6a20e03c19b4df9c198981740ca89eefb6da'

* commit 'a21c6a20e03c19b4df9c198981740ca89eefb6da':
Fix SimContacts as per Jeff's suggestion in the change I1a6fb979
63386b887b1ab1e85b0829d14ac4127f4a254623 18-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Fix SimContacts as per Jeff's suggestion in the change I1a6fb979
/packages/apps/Phone/src/com/android/phone/SimContacts.java
811d42fdbffe13e85f9e90484056839fe4df5077 17-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Fix a typo.
/packages/apps/Phone/src/com/android/phone/SimContacts.java
d8980d1e470147f89761a6284781f28e6b5ea8eb 17-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> resolved conflicts for merge of 38fd12fb to master
d58025cd3578a30966f641877ff802abd68787cb 17-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> resolved conflicts for merge of ced63bc5 to master
1a6fb979b388a825f525e8c818a6377c21acf730 17-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make SIM importer support email import.

internal issue number: 2056291
/packages/apps/Phone/src/com/android/phone/SimContacts.java
81d9c0d70fd1dfa95e23b702cafd17ae2f5d7249 17-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make SIMCard Import code use new Contacts database.

Internal issue number: 2092463

TODO:
- need Account handling.
- check whether the problem described in 1591781 happens or not.
- add Email support (issue: 2056291)
- check whether 1612802 happens or not.
/packages/apps/Phone/src/com/android/phone/SimContacts.java
bcfe4a22a976671807ef38d86dcd6984c57e3cf5 24-Jul-2009 Jaikumar Ganesh <jaikumar@google.com> USIM email support.
/packages/apps/Phone/src/com/android/phone/SimContacts.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/SimContacts.java
4b8337277ec2e375c3536b97c40e6617a7b12990 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/packages/apps/Phone/src/com/android/phone/SimContacts.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/SimContacts.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/SimContacts.java
0918cc33174eebee7ae13449a76a2fe48f84d6dc 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/Phone/src/com/android/phone/SimContacts.java
abc47110c17fa8e8cb6161bc045e87f31eeb7a1c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Phone/src/com/android/phone/SimContacts.java