summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Simple change to add the ability to share a contact viaBen Komalo2010-11-012-1/+24
* Show toast when tag is deleted.Ben Komalo2010-11-011-0/+3
* Minor cleanup work - merge title/text in My tag and don't showBen Komalo2010-11-012-14/+8
* Create a one-time, first-run about activity thatBen Komalo2010-11-012-0/+97
* Merge "Reenable My tag." into gingerbreadJeff Hamilton2010-11-011-2/+1
|\
| * Reenable My tag.Jeff Hamilton2010-11-011-2/+1
* | Merge "Polish." into gingerbreadJason parks2010-11-013-12/+59
|\ \ | |/ |/|
| * Polish.Jason parks2010-10-293-12/+59
* | Cherry pick change to include QuotedPrintableCodecPort in VCardUtils.Ben Komalo2010-10-291-9/+44
|/
* Add support for VCard parsing. Allows VCard records to actuallyBen Komalo2010-10-281-19/+101
* Copy VCard utilitiesBen Komalo2010-10-2828-0/+8727
* Update to the new APIs.Jeff Hamilton2010-10-283-23/+27
* Add menu that only contains a help item.Ben Komalo2010-10-284-17/+91
* Simplify snippet generation.Jason parks2010-10-2813-268/+82
* Merge "Temoprarily disable the My tag tab." into gingerbreadJeff Hamilton2010-10-281-1/+2
|\
| * Temoprarily disable the My tag tab.Jeff Hamilton2010-10-281-1/+2
* | Restore tag records when re-starting MyTag activity.Ben Komalo2010-10-285-19/+69
|/
* Fix an issue where the shared info via the Intent wasBen Komalo2010-10-271-2/+11
* Add support for sharing URL's via My Tag.Ben Komalo2010-10-273-13/+52
* Initial, but not very nice, sharing of text via My Tag.Ben Komalo2010-10-271-15/+28
* Switch to a simpler storage model.Jason parks2010-10-2714-404/+211
* Prevent NPE when gallery (picasa) doesn't give us a cursor for the imageBen Komalo2010-10-272-7/+27
* Wire up delete icon for each record.Ben Komalo2010-10-266-31/+82
* support more SmartPoster fields.Nick Kralevich2010-10-262-13/+131
* Fix a crasher when saving My Tag.Jeff Hamilton2010-10-261-3/+15
* Do a slightly better job of storing "My tag" in the NFC stack.Jeff Hamilton2010-10-251-7/+12
* Load contacts data asynchronously.Ben Komalo2010-10-251-62/+104
* Merge "Show a placeholder contact icon if no photo is available." into ginger...Ben Komalo2010-10-251-1/+2
|\
| * Show a placeholder contact icon if no photo is available.Ben Komalo2010-10-251-1/+2
* | Merge "Show empty text in the tag list." into gingerbreadJeff Hamilton2010-10-251-1/+35
|\ \ | |/ |/|
| * Show empty text in the tag list.Jeff Hamilton2010-10-241-1/+35
* | Merge "Initial support for adding VCard data to the tag editor." into gingerb...Ben Komalo2010-10-252-2/+197
|\ \ | |/ |/|
| * Initial support for adding VCard data to the tag editor.Ben Komalo2010-10-242-2/+197
* | Merge "Prompt the user to enable NFC when launching the app and it's off." in...Jeff Hamilton2010-10-241-1/+44
|\ \ | |/ |/|
| * Prompt the user to enable NFC when launching the app and it's off.Jeff Hamilton2010-10-241-1/+44
* | Add support for editing exiting records that requireBen Komalo2010-10-236-18/+103
|/
* Build against the SDK.Jeff Hamilton2010-10-222-2/+2
* Fix comments from review.Jeff Hamilton2010-10-221-13/+13
* Merge "Implement starring of tags." into gingerbreadJeff Hamilton2010-10-223-38/+81
|\
| * Implement starring of tags.Jeff Hamilton2010-10-223-38/+81
* | Merge "Expose MIME data through the openFile() interface." into gingerbreadJeff Hamilton2010-10-223-18/+279
|\|
| * Expose MIME data through the openFile() interface.Jeff Hamilton2010-10-223-18/+279
* | Use JPEG instead of PNG as image format.Ben Komalo2010-10-222-7/+19
|/
* Changes towards getting the app compiled using the SDK.Jeff Hamilton2010-10-215-16/+30
* Merge "Store the entire tag in the database." into gingerbreadJason parks2010-10-215-53/+230
|\
| * Store the entire tag in the database.Jason parks2010-10-215-53/+230
* | Serialize ImageRecord as image/png MIME records.Ben Komalo2010-10-211-3/+9
* | Change RecordEditInfo to return an NdefRecord instead ofBen Komalo2010-10-215-25/+55
* | Move toUriRecord() to a more findable place.Nick Kralevich2010-10-212-55/+23
* | Flesh out tag editor some more:Ben Komalo2010-10-215-34/+169