History log of /frameworks/base/core/java/android/pim/vcard/VCardEntry.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0998604df4ddfcd5c87ea097dcc0950a9518ed1 26-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add necessary logic removed during backport

Makes importer import contcats into an appropriate group.
Without this logic, all imported contacts are stored in
"Other Groups".

This logic is removed in my previous submit, while
it shouldn't be.

Bug: 3036599
Change-Id: Ic1dc7253d807fbde4352afe2082984c3b7227267
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
69831d9dc16c1d36739328910e5d7c0fb7d327fe 02-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> VCard refactoring backport.

Change-Id: Icf265ce7f83c1e2bd5db0c3d9bd4c142afd6db34
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
4a2a2eb4cb7a89445a9bcb7ab6b1fe01a79429b4 24-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Fix vCard so that it looks at IM correctly.

Change-Id: I3afc01e2e5f55c254606379f353b030ea297ee36
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
ba2593a424a8d765909419e7903e4a6a454d1581 07-Apr-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add FLAG_RERAIN_PHONE_NUMBER_FORMATTING.

Sometimes using PhoneNumberUtils takes unexpected side effects.
For example, PAUSE mark (#) is removed and operation on the phone number does
not work well in some devices.
I also concern removing the PhoneNumberUtils logic since some other
mobile phones cannot understand # or alphabets and starts emitting errors
after the modification.

I'll add a flag instead of just removing the code and let users choose it.

Bug: 2329952
Change-Id: I4ffdd01ebb8ac320b8b67a5848a747af13c6ad1a
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
d3162582852917b4d19d49a36d82d430349d5272 01-Apr-2010 Fred Quintana <fredq@google.com> revert the stripping of System Group:
from the names of google system groups

Change-Id: I677a7abb42a0c3d70d7e7009325f76a4644f1cb1
http://b/issue?id=2558197
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
d62d9eec0df0ecf6fe9ac2f63acde0df6c06d529 19-Mar-2010 Daniel Lehmann <lehmannd@google.com> Added a comment to make it clearer that the operation has to be the first
Bug:2521447

Change-Id: I155d0b328115d007116a0fe4560e703647ec2fb5
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
7e25f5cbfbe433c6ffe06a17ef42c471baf07c93 18-Mar-2010 Daniel Lehmann <lehmannd@google.com> Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result
Bug:2521447

Change-Id: I39e3e686b1fd75f5e633a467f6ccb736751355ed
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
b1b13711502ca4817b9afcf05c85b1b6b088d3ab 09-Mar-2010 Daniel Lehmann <lehmannd@google.com> Expose the Uri of the newly created contact
Bug: 2448065

Change-Id: Ie1de3c02981ae471b7772cac289a07f0fc870f31
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
72d3397b5010190ed85237146d9a02a7277495d5 04-Mar-2010 Daisuke Miyakawa <dmiyakawa@google.com> Use "My Contacts"

Bug: 2487348
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
103d53645c0b8ef532e8715da6c6cd33ad5f98e2 08-Feb-2010 Daisuke Miyakawa <dmiyakawa@google.com> Make vCard importer use Organization name when there's no other information available.

Some Contacts users are accustomed to use Organization as a name of the contact when the target contact is for some oraginazion like company, etc., so this change makes sense.

Bug: 2310146
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
d2145b97fb6d5eb4ef0f746869e9390e5a6853d6 17-Nov-2009 Daisuke Miyakawa <dmiyakawa@google.com> Clean up codes and remove/modify stale codes/comments.

Internal issue number: 2195990
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
1b9e2bec6381ac7e7d0cfe0db549c5396d2ba7ce 17-Nov-2009 Daisuke Miyakawa <dmiyakawa@google.com> Split vCard composer into two parts: VCardComposer and VCardBuilder.

As for VCardBuilder, there was a class with the same name, but this implementation is fundamentally different.
This time, VCardBuilder is like StringBuilder. It enables developers to create their own vCard by themselves.

Make Constants public and rename it to VCardConstants.

Internal issue number: 2242528, 2195990
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java
5a1f2d2de026b582fbe8b1a46a83ad33760a2c48 16-Nov-2009 Daisuke Miyakawa <dmiyakawa@google.com> Rename several files so that readers would not be confused.

Add unit tests around Phone-number handling and fix some bugs.

Internal issue number: 2195990
/frameworks/base/core/java/android/pim/vcard/VCardEntry.java