1. 27 Jul, 2011 1 commit
  2. 25 Jul, 2011 1 commit
  3. 19 Jul, 2011 1 commit
  4. 30 Jun, 2011 1 commit
  5. 25 Jan, 2011 1 commit
  6. 23 Jan, 2011 1 commit
    • Jeff Hamilton's avatar
      Improved tag writing support. · 5f8ccf9e
      Jeff Hamilton authored
      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
      5f8ccf9e
  7. 21 Jan, 2011 1 commit
    • Ben Komalo's avatar
      Force tags to be in portrait. · af4f4cb8
      Ben Komalo authored
      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
      af4f4cb8
  8. 19 Jan, 2011 1 commit
    • Ben Komalo's avatar
      Usability fixes for tags and DB upgrade code. · 1a6913ed
      Ben Komalo authored
      - 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
      1a6913ed
  9. 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
  10. 14 Dec, 2010 1 commit
  11. 11 Dec, 2010 1 commit
  12. 18 Nov, 2010 1 commit
  13. 06 Nov, 2010 1 commit
  14. 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
  15. 02 Nov, 2010 3 commits
  16. 01 Nov, 2010 2 commits
  17. 28 Oct, 2010 3 commits
  18. 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
  19. 26 Oct, 2010 1 commit
  20. 24 Oct, 2010 1 commit
  21. 21 Oct, 2010 1 commit
  22. 19 Oct, 2010 1 commit
  23. 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