History log of /packages/apps/Tag/src/com/android/apps/tag/record/SmartPoster.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/SmartPoster.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/SmartPoster.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/record/SmartPoster.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/SmartPoster.java
0215c98773bad1b532c97b1f875aa2f0ef201bf8 19-Oct-2010 Jeff Hamilton <jham@android.com> Update the UI to match the latest spec.

The TagViewer now loads tags from the database
instead of taking them as arguments in intents.

It should also now properly handle scanning a
new tag while viewing one, but I can't test that.

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