1. 15 Jan, 2011 1 commit
    • Ben Komalo's avatar
      Large simplification to My tags functionality. · cb41da28
      Ben Komalo authored
      - 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
      cb41da28
  2. 14 Dec, 2010 1 commit
  3. 11 Dec, 2010 1 commit
  4. 18 Nov, 2010 1 commit
  5. 06 Nov, 2010 1 commit
  6. 03 Nov, 2010 2 commits
    • Jeff Hamilton's avatar
      DO NOT MERGE revert to simple My Tag UI. · 8e2c2b32
      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.
      8e2c2b32
    • Ben Komalo's avatar
      My tag list restructuring. · 4a69635f
      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
      4a69635f
  7. 02 Nov, 2010 3 commits
  8. 01 Nov, 2010 2 commits
  9. 28 Oct, 2010 3 commits
  10. 27 Oct, 2010 2 commits
    • Ben Komalo's avatar
      Initial, but not very nice, sharing of text via My Tag. · 49978888
      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
      49978888
    • Jason parks's avatar
      Switch to a simpler storage model. · 40d9a0cd
      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
      40d9a0cd
  11. 26 Oct, 2010 1 commit
  12. 24 Oct, 2010 1 commit
  13. 21 Oct, 2010 1 commit
  14. 19 Oct, 2010 1 commit
  15. 18 Oct, 2010 3 commits
    • Jeff Hamilton's avatar
      Update the UI to match the latest spec. · 0215c987
      Jeff Hamilton authored
      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
      0215c987
    • Jeff Hamilton's avatar
      Implement a basic content provider for tags. · 15ee1b99
      Jeff Hamilton authored
      Hookup content change notifications so the tag
      list updates when you delete a tag.
      
      A few small optimizations in TagList.
      
      Change-Id: I342ba98c77705a393ca9d84f5b2ff14437fb1d0b
      15ee1b99
    • Jeff Hamilton's avatar
      Import the NFC tag app. · 79495346
      Jeff Hamilton authored
      It came from development/apps/Tag at
      f8580cf67655e5b4dcf14b2520a8897e97053608
      
      The APK name has changed to Tag.apk.
      
      Change-Id: I4976c4d5b656544676fdd01f64be838e4aafd30f
      79495346