History log of /packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
116871653662979554a7326991ba4fd599ac44ff 20-Jan-2012 Nick Pelly <npelly@google.com> Some quick cleanup of Tag.apk using new NDEF APIs

Change-Id: Ib3825f7abb27f7552ad0c0a93ce5ceb3af18d262
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
07b51eedea198c6aca4f378120d5edfdfb2e4cf5 02-Nov-2010 Jason parks <jparks@google.com> For unknown tags display the unknown message.

Change-Id: I87e3b596f65951a028623e8008e1048f4c1aa631
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
a6855221fb6e5c6c19d31283a18ced44cccdf442 28-Oct-2010 Jason parks <jparks@google.com> Simplify snippet generation.

Made ParsedNdefMessage a concrete class and moved
the getSnippet() method to ParsedNdefRecord. There
was no need for another set of classes that knew
how to generate a snippet.

ParsedNdefMessage now contains the logic for which
record to pick for the snippet.
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.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/message/NdefMessageParser.java
5e3610757da1efad5b85ed7042713427010eafc1 22-Oct-2010 Nick Kralevich <nnk@google.com> support more SmartPoster fields.

Change-Id: I308eb23d8a3df8d5fcecc69b155699ddcfe70203
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
d2281edccf5a666ffedfde6b1cc829b3112b30b0 20-Oct-2010 Nick Kralevich <nnk@google.com> delete vcard support. Relies on private APIs

Change-Id: Ie79acefd9b8e05fb0f52f12348b9ca341953bf7c
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
c44565157238598ce702102db678c5d048be131c 20-Oct-2010 Nick Kralevich <nnk@google.com> initial vcard support.

Change-Id: I0be8b9d023d18fd23ca1f61d002c5a08a61a4791
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
081de56bfdd18f47025ef7af85b45592db244233 19-Oct-2010 Nick Kralevich <nnk@google.com> Tweak around with ImageRecords / MimeRecords

This CL does a little bit more work up front to determine
if the blob we're dealing with is an actual image, as
well as factoring out the code dealing with images from
other mime types.

IMHO, it's a slightly cleaner design.

Change-Id: If3b1ff2ddd06088e711bfda00a26729e274e1c36
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
46793e91497af04df8c3cf0536b33ed1d5db0da2 19-Oct-2010 Nick Kralevich <nnk@google.com> initial support for MIME ndef objects.

This is preliminary work for vcard support.

Change-Id: I54f90436c0b4eaa0ec0e69817a3715a070436b9b
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java
7949534630e1b14cf73a6ad3c0606ec5be2c480c 18-Oct-2010 Jeff Hamilton <jham@android.com> Import the NFC tag app.

It came from development/apps/Tag at
f8580cf67655e5b4dcf14b2520a8897e97053608

The APK name has changed to Tag.apk.

Change-Id: I4976c4d5b656544676fdd01f64be838e4aafd30f
/packages/apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java