History log of /packages/apps/Tag/src/com/android/apps/tag/record/ParsedNdefRecord.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d7438754bd995dcd0d9e4fd4810d3f2bb20605f 21-Jul-2011 Jeff Hamilton <jham@android.com> Gut the Tags app.

Bug: 5048185
Change-Id: I6f3ecd6d89b1146cf6b82733a56da7ce37fcf9b2
/packages/apps/Tag/src/com/android/apps/tag/record/ParsedNdefRecord.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/record/ParsedNdefRecord.java
8833d906e3c2d0d4e1b339d6c8fdd87cc23640c8 28-Oct-2010 Ben Komalo <benkomalo@google.com> Restore tag records when re-starting MyTag activity.
TODO vcard support (not sure how to do this yet...)
TODO storing the tag in a db instead of just relying on the
local message so that contents can be restored even
if the checkbox is off

Change-Id: I27574d25ecd9d814db7c73189ac30bd060aa7e1e
/packages/apps/Tag/src/com/android/apps/tag/record/ParsedNdefRecord.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/ParsedNdefRecord.java
24147eeedccccc552ba116c74384a8ea22da9dcb 20-Oct-2010 Nick Kralevich <nnk@google.com> remove getRecordType(), other cleanup.

Change-Id: I6c7922b22d0bef57ebfd2a6dee059364ca43a859
/packages/apps/Tag/src/com/android/apps/tag/record/ParsedNdefRecord.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/record/ParsedNdefRecord.java