1. 27 Sep, 2011 1 commit
  2. 26 Sep, 2011 3 commits
  3. 23 Sep, 2011 2 commits
  4. 22 Sep, 2011 5 commits
  5. 21 Sep, 2011 1 commit
    • Martijn Coenen's avatar
      Fix fireflies on prime. · 90da9ab0
      Martijn Coenen authored
      mStartTime was not initialized, which would cause a very large
      positive value in mTimeRemaining, because it was only an int
      and it wrapped. This caused the scale to be all wrong.
      
      Fixed both issues.
      
      Bug: 5350022
      Change-Id: I49c987fb905c90998f5b9083b9c7590225b751c7
      90da9ab0
  6. 15 Sep, 2011 1 commit
  7. 14 Sep, 2011 3 commits
  8. 13 Sep, 2011 2 commits
  9. 09 Sep, 2011 3 commits
  10. 06 Sep, 2011 1 commit
  11. 03 Sep, 2011 3 commits
  12. 02 Sep, 2011 1 commit
  13. 01 Sep, 2011 3 commits
  14. 27 Aug, 2011 1 commit
  15. 26 Aug, 2011 1 commit
  16. 25 Aug, 2011 2 commits
  17. 24 Aug, 2011 2 commits
    • Martijn Coenen's avatar
      Touch to send hint for NdefPush. · be7d37a1
      Martijn Coenen authored
      Show hint when:
      - First time sharing (until successful again).
      - 3 share failures (until successful again).
      - 3 seconds in p2p range and no confirmation (fade in).
      
      Change-Id: I413d45b76ee8588d4aa99351e34212ecc38d8f8e
      be7d37a1
    • Martijn Coenen's avatar
      NdefPush animations. · 69ca6627
      Martijn Coenen authored
      - Sound + vibration whenever devices enter range.
      - Rebuilt old send animation - clone off in the background.
      - Scale back up for receive, then call startActivity().
      - Slowed down animations
      - Split sending in two parts: first part is slow and played during
        the actual send. When the send is done, the animation is accelerated
        and finished. This has as an advantage that there is an immediate
        response to the touch (instead of waiting till the send is done).
      - Lock rotation.
      
      TODO:
      - Integrate firefly background.
      - Touch to send hint.
      - Tweak debounce time - somehow it still happens a lot
        that the link is tore down, the debounce comes in, and
        the link comes back up again just after 750ms, causing
        flapping anyway.
      - After a lot of tapping things seem to become very slow; I'm not
        sure yet if this is due to NFC or other ICS code.
      - See if we can really do without TYPE_SYSTEM_OVERLAY window params.
      
      Change-Id: I93d472ed566b8201b65e9eee049467995f66e683
      69ca6627
  18. 19 Aug, 2011 2 commits
    • Martijn Coenen's avatar
      Fix GB<->ICS sharing. · 3714e343
      Martijn Coenen authored
      Should throw an IOException() whenever recv() failed. Also
      changed recv error return value to be -1, to be more in line with
      common sockets.
      
      Change-Id: If65fe9e22c76f0a4558a9a6dedc0662bac038ee8
      3714e343
    • Nick Pelly's avatar
      First cut at reverting to tap-to-share. · b2112cff
      Nick Pelly authored
      A lot more polish to go, but this gest the basic tap-to-share
      behavior working again.
      
      Change-Id: Ic1f1df4200c9a1424018df7602fe5cb278cdc1e6
      b2112cff
  19. 18 Aug, 2011 3 commits