History log of /packages/apps/Tag/src/com/android/apps/tag/record/TextRecord.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/record/TextRecord.java
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/TextRecord.java
8722731539a5dad00bb5db54df17b6db11f751e7 11-Jun-2011 Nick Kralevich <nnk@google.com> more checking for malformed ndef records.

Change-Id: I0a788405b668ef76368fb746ca46d71da387beea
/packages/apps/Tag/src/com/android/apps/tag/record/TextRecord.java
13aac27873c59071b321b38475d57a849e328e6a 10-Jun-2011 Nick Kralevich <nnk@google.com> fix handling of malformed Text messages.

Change-Id: Ief47b9d21525c085b8ba7d701fbcddee49736312
/packages/apps/Tag/src/com/android/apps/tag/record/TextRecord.java
58fbc09c19d87b6463bb68f74eefc43af1c13dbf 27-Jan-2011 Jeff Hamilton <jham@android.com> Don't crash when not selecting a contact.
Fix some more UI stuff. Add text type.

Bug: 3379320
Change-Id: I07c7f14a54552ba5ce24a252d9d650c2b21f50c9
/packages/apps/Tag/src/com/android/apps/tag/record/TextRecord.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/TextRecord.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/TextRecord.java
f34e4d5ec99fd7883bbfcdc0f644d9d6e4df6c97 22-Oct-2010 Jeff Hamilton <jham@android.com> Changes towards getting the app compiled using the SDK.

There are only a few things left in the NFC code
that aren't using public APIs.

Change-Id: I5c1686319d5dac6313ea732105f5eeb36a9562c0
/packages/apps/Tag/src/com/android/apps/tag/record/TextRecord.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/TextRecord.java
2ef3e3a274141d0fec3e108b2ee8ba02be78c1c2 19-Oct-2010 Nick Kralevich <nnk@google.com> add TextRecord.newTextRecord() to create an Ndef Text Record.

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