- 03 Nov, 2010 8 commits
-
-
Jeff Hamilton authored
Change-Id: I4488dcb66fc43c8fd67e39276fb866eb08ebc2f2
-
Jeff Hamilton authored
Change-Id: I35f85c37fa0f28c9b7531e5d64932d6044fb33ea
-
Jeff Hamilton authored
Change-Id: Ia8399a7b5a280c8dcfd55abaa25cbabd0bb93e27
-
Jeff Hamilton authored
Revert "Merge "My tag list restructuring." into gingerbread" This reverts commit a69d8237, reversing changes made to 0c4c3a3e. Revert "Merge "Kill MyTagActivity and merge it into EditTagActivity. (making way for a new MyTagActivity that is the list and manager for MyTag)" into gingerbread" This reverts commit 0c4c3a3e, reversing changes made to 07b51eed.
-
Jason parks authored
Change-Id: I44661f453f7819b7847bb892f868cb05bdd66aaa
-
Jason Parks authored
-
Jason Parks authored
Merge "Kill MyTagActivity and merge it into EditTagActivity. (making way for a new MyTagActivity that is the list and manager for MyTag)" into gingerbread
-
Ben Komalo authored
This introduces a new MyTagList which manages a list of tags that can be set as the active "My tag" for the device. This list is completely independent of the scanned tags list. Change-Id: I1b6572779cf75f1d76bb209a970fa5dfb6b38e96
-
- 02 Nov, 2010 5 commits
-
-
Jason parks authored
Change-Id: I87e3b596f65951a028623e8008e1048f4c1aa631
-
Ben Komalo authored
(making way for a new MyTagActivity that is the list and manager for MyTag) Change-Id: I86a6580b7210549eb6fc60c00daf0aa6ea6e6bdc
-
Jason parks authored
Added a wakelock with a timeout to keep the screen on. Added a broadcast receiver for screen off to finish the tag scanning activity. This will prevent the activity from showing up the next time the screen on.
-
Jeff Hamilton authored
This prevents the screen from immediately going to sleep when the TagViewer is hiding the lock screen. The wake lock is acquired with a timeout to ensure it doesn't keep the device awake forever. Bug: 3146598 Change-Id: Ib97b42cba3ad7ded1cb165769a35c36d922e4cd0
-
Ben Komalo authored
My tag. Change-Id: Ic084263350e66aca99eecf2b5edf1e26bbda1904
-
- 01 Nov, 2010 6 commits
-
-
Ben Komalo authored
Change-Id: I45914e2701dd646be205ba540c4fb9dce35d1e46
-
Ben Komalo authored
the date on newly collected tag popups Change-Id: I5222ba61c02894370750295f559312979c152dda
-
Ben Komalo authored
introduces the concept of NFC and tags. Change-Id: I4425ed36c87a71b38e88b0aa2280b22cfd81bcf4
-
Jeff Hamilton authored
-
Jeff Hamilton authored
Change-Id: Icb1bd2df86ed55d33577ddc94b8fcb00e41419f3
-
Jason parks authored
-
- 29 Oct, 2010 6 commits
-
-
Ben Komalo authored
Allows Tags to parse non-ascii characters in VCard's properly. Change-Id: I5dcc20a7c7e93415d307bca0ab2996bac98d7646
-
Jason parks authored
* 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
-
Eric Fischer authored
-
Eric Fischer authored
Change-Id: Iba9ffec46f40fd9d96eaef1831cecd0544140e8f
-
Ben Komalo authored
be restored from My Tag when you re-open the app. Change-Id: I59dbff0c82817d0bf594db4bc7fd76e5bebbc703
-
Ben Komalo authored
from goog/master:frameworks/opt/vcard/java/com/android/vcard and CharsetUtils Some massaging done. Change-Id: I961294ace15f613402a6e7b26c6c4908465ab520
-
- 28 Oct, 2010 10 commits
-
-
Jeff Hamilton authored
Change-Id: I8aed612159d369dd9360ba3bc4aa7ee9c008c718
-
Ben Komalo authored
Bug: 3143635 Change-Id: I1037f924c10039e286ab4e20d137d711ed4609f6
-
Jason parks authored
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.
-
Roy West authored
Change-Id: Ie4cd901d5efedab689076600cc2c4daaf7c26d68
-
Jeff Hamilton authored
-
Jeff Hamilton authored
Change-Id: I481f5a7eb752d20885d5955f67eebfd49fff206e
-
Ben Komalo authored
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
-
Jeff Hamilton authored
-
Jeff Hamilton authored
Change-Id: I4744e40b1eb2bf7f8fcb25531712b3b53e1c1337
-
Ben Komalo authored
getting duplicated on restart of the app. Change-Id: I3bf41f0ad097803048dcf48d8650236436b80079
-
- 27 Oct, 2010 5 commits
-
-
Ben Komalo authored
Change-Id: I39af6516ec2287e1af0c9dc46ca946cbb65cec22
-
Ben Komalo authored
TODOs - prompt user for wiping existing tags - launch MyTag within the TagBrowser - add support for images / parsing URL's / contacts Change-Id: I9f4d9b2ee5a3a7345ea269acfd8f9bb5c3511542
-
Jason parks authored
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
-
Ben Komalo authored
(can happen on flaky network or in airplane mode, etc). Bug: 3120721 Change-Id: I01945b6d0d0de10ca3d002c024cb173a57307632
-
Roy West authored
-