History log of /packages/apps/Tag/src/com/android/apps/tag/record/RecordUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a9765f25e654a2bd8e7c5082767a34307053497 29-Oct-2010 Jason parks <jparks@google.com> Polish.

* When scanning a tag it keeps the title that says
the tag was scanned.
* For vcard message it now displays the display
name of the contact rather than text/v-Card.
* Changed the import action on vcards to display
the display name.

Change-Id: I16f70f2e69a1b891ae2f452959c00b03f3e80281
/packages/apps/Tag/src/com/android/apps/tag/record/RecordUtils.java
40d9a0cd0a37d184ee737b2d7138a39e4292ce3e 26-Oct-2010 Jason parks <jparks@google.com> Switch to a simpler storage model.

Going back to the previous storage model of where we only store the messages.
We reference records by appending the offset of the record to the end of the
uri.

When a tag is discovered we start the service to save it. A PendingIntent
is created that will resolve to the currently running activity.

Change-Id: I32d1dd70960fdf67129d1707399d667de030ebe5
/packages/apps/Tag/src/com/android/apps/tag/record/RecordUtils.java
3da1ea5658992857304ecc0bda0d079327580f02 19-Oct-2010 Jeff Hamilton <jham@android.com> Stop using the private VCARD implementation.

Rip out the URI view creation to a utilty class
so it can be reused by other record classes.

Change-Id: I1362f16c87dbbddb342439546c239047574e4773
/packages/apps/Tag/src/com/android/apps/tag/record/RecordUtils.java