summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update the Tags app to the holo theme and fix some bugs.Jeff Hamilton2011-07-271-1/+1
| | | | Change-Id: I217cf3f5b2e228df50ff1bed050448bf72140a3b
* Fix crash in tags app.Jeff Hamilton2011-07-251-43/+0
| | | | Change-Id: I0168a2ca26600b2bcd2aafbd4a97bb297343e029
* Remove the share via My Tag feature.Jeff Hamilton2011-07-181-4/+4
| | | | | Bug: 5042256 Change-Id: I6d76fa7f694e2e504238deeb91b59a54846f2680
* Make Tags headless to handle vcards and raw text.Jeff Hamilton2011-06-301-12/+2
| | | | Change-Id: Ie9dbf5e895c2d349fbce0120d4d07daa33610cc6
* Update to the new APIs for tech dispatch.Jeff Hamilton2011-01-251-2/+4
| | | | Change-Id: I13f3d9a9ec04af6a230fca99c0303f0328a2a14a
* Improved tag writing support.Jeff Hamilton2011-01-231-0/+5
| | | | | | | | | | | | | Now you go to an activity that prompts you to scan a tag to write to it and prints out the status when a tag is scanned. Still hidden on user builds since the UI is really rough and has a lot of known issues. Change-Id: I56edccb80b3ab599c849e23f4ec5897a0cc97090
* Force tags to be in portrait.Ben Komalo2011-01-201-1/+5
| | | | | | | | | | This fixes a bug where rotations would drop the record. Unfortunately, while fixing this, I discovered that the UI design just doesn't work in landscape. There's a list halfway at the bottom of the UI, and you can't put a ListView in a ScrollView, so the user has no way of scrolling down to see the list contents. Change-Id: Ic282c066789831ff02725895112e884ea7864c07
* Usability fixes for tags and DB upgrade code.Ben Komalo2011-01-181-2/+2
| | | | | | | | | | | | | - made creation of a new tag auto-select it as the active one - add icon to the selected tag - make tapping on "select active tag" less confusing when there are no tags in your list Bug: 3351616 Bug: 3350480 Bug: 3349221 Bug: 3349209 Change-Id: I683151bf6aae9059a68b3c8f3516592ed1d42777
* Large simplification to My tags functionality.Ben Komalo2011-01-141-0/+1
| | | | | | | | | | - 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
* Re-implements MyTagList UI.Ben Komalo2010-12-131-1/+3
| | | | | | | | Mostly a revert of: commit 8e2c2b329fe523d782df6cd313b78c9d11f90cc3. "DO NOT MERGE revert to simple My Tag UI." Change-Id: I00581a4f2246a84a84481a6ec4528f6253f82e86
* First pass at advanced NFC tag dispatching APIs and other cleanup.Jeff Hamilton2010-12-101-0/+8
| | | | Change-Id: I288a13cea9967c2f852200e8bd1a802b7d96655d
* Revert "Merge "Remove manifest refernece to My Tag activity." into gingerbread"Jeff Hamilton2010-11-181-0/+9
| | | | | This reverts commit d877e0c443fc4ceb4fdd441dde5778978638e7ee, reversing changes made to 7cce65525f7f781c6be793a3c116874f46911524.
* Remove manifest refernece to My Tag activity.Jeff Hamilton2010-11-061-9/+0
| | | | | | | Also remove a reference to My Tag in the help text. Bug: 3158751 Change-Id: I7dae422a6c73bfc868a6d3db2c7b7609f0ac92c8
* DO NOT MERGE revert to simple My Tag UI.Jeff Hamilton2010-11-031-3/+1
| | | | | | | | | | | | Revert "Merge "My tag list restructuring." into gingerbread" This reverts commit a69d82371c36b62fefe5f837fa78e58dd5b21e63, reversing changes made to 0c4c3a3e9db3cea445937fbe739df2334a143240. 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 0c4c3a3e9db3cea445937fbe739df2334a143240, reversing changes made to 07b51eedea198c6aca4f378120d5edfdfb2e4cf5.
* My tag list restructuring.Ben Komalo2010-11-021-0/+2
| | | | | | | | 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
* Kill MyTagActivity and merge it into EditTagActivity.Ben Komalo2010-11-021-1/+1
| | | | | | | (making way for a new MyTagActivity that is the list and manager for MyTag) Change-Id: I86a6580b7210549eb6fc60c00daf0aa6ea6e6bdc
* Grab a wake lock when you scan a tag.Jeff Hamilton2010-11-021-0/+1
| | | | | | | | | | | | 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
* Simple change to add the ability to share a contact viaBen Komalo2010-11-011-0/+1
| | | | | | My tag. Change-Id: Ic084263350e66aca99eecf2b5edf1e26bbda1904
* Create a one-time, first-run about activity thatBen Komalo2010-11-011-0/+7
| | | | | | introduces the concept of NFC and tags. Change-Id: I4425ed36c87a71b38e88b0aa2280b22cfd81bcf4
* Reenable My tag.Jeff Hamilton2010-11-011-2/+0
| | | | Change-Id: Icb1bd2df86ed55d33577ddc94b8fcb00e41419f3
* Update to the new APIs.Jeff Hamilton2010-10-281-1/+1
| | | | Change-Id: I8aed612159d369dd9360ba3bc4aa7ee9c008c718
* Temoprarily disable the My tag tab.Jeff Hamilton2010-10-281-0/+2
| | | | Change-Id: I481f5a7eb752d20885d5955f67eebfd49fff206e
* Set the version number to 1.0Jeff Hamilton2010-10-281-5/+2
| | | | Change-Id: I4744e40b1eb2bf7f8fcb25531712b3b53e1c1337
* Initial, but not very nice, sharing of text via My Tag.Ben Komalo2010-10-271-1/+7
| | | | | | | | | TODOs - prompt user for wiping existing tags - launch MyTag within the TagBrowser - add support for images / parsing URL's / contacts Change-Id: I9f4d9b2ee5a3a7345ea269acfd8f9bb5c3511542
* Switch to a simpler storage model.Jason parks2010-10-271-1/+1
| | | | | | | | | | | 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
* Fix a crasher when saving My Tag.Jeff Hamilton2010-10-261-0/+1
| | | | | | | Fix the "no tags" text size and make the button not flash when loading. Change-Id: I31301d630fc4e2890b9dc71dfa1e5d838d5826f3
* Initial support for adding VCard data to the tag editor.Ben Komalo2010-10-241-0/+1
| | | | Change-Id: Ie23555b501fe2b0e6aad63aa66c7abcc3edbfc1e
* Mark the Tag app as requiring the NFC hardware feature.Jeff Hamilton2010-10-211-0/+2
| | | | Change-Id: Idedb6059be0bbda820d3ea50e3434541d1ab085e
* A skeletal, non-functional UI for the "My Tag" editor.Ben Komalo2010-10-191-0/+2
| | | | | | | Does not persist any actual data to the local NdefMessage, nor read it yet. Change-Id: Ie4c5d0900a0c2ba24c34a5ef19c2ae7b668bb176
* Update the UI to match the latest spec.Jeff Hamilton2010-10-181-2/+10
| | | | | | | | | | 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
* Implement a basic content provider for tags.Jeff Hamilton2010-10-181-0/+7
| | | | | | | | | Hookup content change notifications so the tag list updates when you delete a tag. A few small optimizations in TagList. Change-Id: I342ba98c77705a393ca9d84f5b2ff14437fb1d0b
* Import the NFC tag app.Jeff Hamilton2010-10-181-0/+54
It came from development/apps/Tag at f8580cf67655e5b4dcf14b2520a8897e97053608 The APK name has changed to Tag.apk. Change-Id: I4976c4d5b656544676fdd01f64be838e4aafd30f