History log of /packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.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/VCardRecord.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/VCardRecord.java
0237d4b0fbf0c7c2f700549e9f9eb73a34baec00 05-Apr-2011 Daisuke Miyakawa <dmiyakawa@google.com> Use getter for obtaining photo data

Bug: 4066223
Change-Id: I2ef49fde19549da6515b6a7c9a6953fa8834cbaf
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
74c0ecd074be40f95485f65f588d23dda09b7b90 21-Jan-2011 Ben Komalo <benkomalo@google.com> Allow creation of new contacts when picking.

Bug: 3377048
Change-Id: I9f819bc6c3fa4111d0f5a510d8e2693f71c85e33
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
cb41da2817175996179cc34e50e5e284d043d3cc 14-Jan-2011 Ben Komalo <benkomalo@google.com> Large simplification to My tags functionality.

- removed image record editing
- removed mandatory text in all My tags
- made the My tags fixed number of records
the ability to add/remove records
- also fixes unparcelling bugs

Change-Id: Iab6da6eb309ee8ba43cabaa45be1c9442c229a47
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
4e5e65bec8bb28f563d2764a262aa90182336a57 11-Nov-2010 Jeff Hamilton <jham@android.com> Revert "Remove the My Tag feature."

This reverts commit fd860fde813f58808b389fbc4f9120a89a90b27e.
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
fd860fde813f58808b389fbc4f9120a89a90b27e 03-Nov-2010 Jeff Hamilton <jham@android.com> Remove the My Tag feature.

Change-Id: I4488dcb66fc43c8fd67e39276fb866eb08ebc2f2
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
06ccd61bc27a302604c571f2b772bb440adc3ddc 03-Nov-2010 Jeff Hamilton <jham@android.com> Don't crash if the photo list is null.

Change-Id: I35f85c37fa0f28c9b7531e5d64932d6044fb33ea
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
3ed6860e0816fc00b37a6845d3c8afbfd79ac40b 28-Oct-2010 Ben Komalo <benkomalo@google.com> Simple change to add the ability to share a contact via
My tag.

Change-Id: Ic084263350e66aca99eecf2b5edf1e26bbda1904
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
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/VCardRecord.java
41287c837506ad8a088676e0fd3bc3aafa18c3f2 28-Oct-2010 Ben Komalo <benkomalo@google.com> Add support for VCard parsing. Allows VCard records to actually
be restored from My Tag when you re-open the app.

Change-Id: I59dbff0c82817d0bf594db4bc7fd76e5bebbc703
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.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/VCardRecord.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/VCardRecord.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/VCardRecord.java
ad9a9c83630d87328c8439ac8b8b9a2c800dbd57 26-Oct-2010 Ben Komalo <benkomalo@google.com> Wire up delete icon for each record.
This introduces an explicit callbacks interface
for the host activity.

Change-Id: I381c59176daea4c97daa7f8d392eb30fc181e2a9
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
20bb7f715556bb336d1335fe09fdb41d9b742c94 25-Oct-2010 Ben Komalo <benkomalo@google.com> Load contacts data asynchronously.

Change-Id: I5e5fbea236dd425dce444fa02d5c8fe49ae977cd
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
2484e1a5e7b298c6880f997f310711e6b99d1ef3 24-Oct-2010 Ben Komalo <benkomalo@google.com> Show a placeholder contact icon if no photo is available.

Change-Id: If8df3129107ba00477b116e48bb3574c83ad0b73
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java
856d92e0bef58446cf8678e550f489d684ff727b 24-Oct-2010 Ben Komalo <benkomalo@google.com> Initial support for adding VCard data to the tag editor.

Change-Id: Ie23555b501fe2b0e6aad63aa66c7abcc3edbfc1e
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.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/VCardRecord.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/record/VCardRecord.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/VCardRecord.java
c44565157238598ce702102db678c5d048be131c 20-Oct-2010 Nick Kralevich <nnk@google.com> initial vcard support.

Change-Id: I0be8b9d023d18fd23ca1f61d002c5a08a61a4791
/packages/apps/Tag/src/com/android/apps/tag/record/VCardRecord.java