History log of /packages/apps/Contacts/src/com/android/contacts/NfcHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/NfcHandler.java
cd564c953280182b64b2391c49e36a8c858f1e0d 09-Jan-2012 Nick Pelly <npelly@google.com> Update Contacts for improved NDEF APIs

o Can always assume one NDEF message with one NDEF record is present.
o intent.getType() will always be lowercase.

Change-Id: I59541ba55d378a9f2bb6ed0c24b2f8cc0f4474dd
/packages/apps/Contacts/src/com/android/contacts/NfcHandler.java
92165c6938a6d62205c97ec8f7195117362a8d62 13-Sep-2011 Martijn Coenen <maco@google.com> NFC contact sharing: use profile URI if needed.

When a profile is shared using NFC, the vcard URI that
is requested needs to be a profile.

Bug: 5300714
Change-Id: Idaa890e7ff877957ef025774e331da8395f7f99a
/packages/apps/Contacts/src/com/android/contacts/NfcHandler.java
a3364bc45b73c6a3bb0e0ec4586110f962ddf8c2 24-Aug-2011 Nick Pelly <npelly@google.com> Update for NDEF push API change.

Change-Id: I9101e2f756fbaeaa392d9d5f4ebc6523618a8a5c
/packages/apps/Contacts/src/com/android/contacts/NfcHandler.java
194cdd3b71e3fdb1a77a4fa5435a6b6319407e91 16-Jun-2011 Martijn Coenen <maco@google.com> Contacts NFC sharing: address review comments.

Change-Id: Iec72636a514eb5ae08ef387525ac969e374cf4c1
/packages/apps/Contacts/src/com/android/contacts/NfcHandler.java
8bd4065141c64a4ab249aec46e5f32d25a862f64 15-Jun-2011 Martijn Coenen <maco@google.com> Share currently shown contact over NFC.

Change-Id: Idd3cf801bcb154537f7ba352c4ff959ff01dcbba
/packages/apps/Contacts/src/com/android/contacts/NfcHandler.java