1. 03 Nov, 2011 1 commit
  2. 02 Nov, 2011 3 commits
  3. 01 Nov, 2011 1 commit
  4. 31 Oct, 2011 2 commits
  5. 30 Oct, 2011 2 commits
  6. 29 Oct, 2011 1 commit
  7. 28 Oct, 2011 1 commit
  8. 27 Oct, 2011 2 commits
  9. 26 Oct, 2011 2 commits
  10. 25 Oct, 2011 1 commit
  11. 21 Oct, 2011 3 commits
  12. 19 Oct, 2011 1 commit
  13. 18 Oct, 2011 2 commits
  14. 17 Oct, 2011 1 commit
    • Jeff Hamilton's avatar
      Make the crash on screen off less frequent. · e0b5fcb7
      Jeff Hamilton authored
      The LLCP stack is still using globals without
      holding the concurrency lock. When turning the
      screen off we were previously disabling the
      NFCEE routing before disconnecting the active
      target. The routing code would grab the lock
      and then touch the globals, which the LLCP
      was using illegally, causing a crash when the
      LLCP triggered callbacks are delivered.
      
      This change reorders the shutdown at screen
      off to disconnect the remote target before
      issuing the change to the NFCEE routing in
      an attempt to stop the ongoing LLCP
      transactions, thereby avoiding the crash.
      Since the callbacks are asynchronous the
      race is still there, but it's hit more like
      10% of the time instead of 100% of the time.
      
      Bug: 5366024
      Change-Id: I31230166c1c5bf116195db350ac6605feb90e87f
      e0b5fcb7
  15. 14 Oct, 2011 1 commit
  16. 11 Oct, 2011 2 commits
    • Martijn Coenen's avatar
      NFC: Remove statusbar/navbar from animated screenshot. · 90e1b000
      Martijn Coenen authored
      This just crops the status bar and the navbar from the screenshot we take.
      This makes the animation look right in all cases, except for when we are full screen:
      in that scenario we're cropping away too much.
      
      Also removed the clone view (was no longer used) and cleaned FireflyRenderer
      a bit.
      
      Bug: 5318512
      Change-Id: I37189a576f19937c2cae4ec368f26ac0725a1b62
      90e1b000
    • Martijn Coenen's avatar
      NFC: enable low-power RF polling feature. · e59ab8f4
      Martijn Coenen authored
      Bug: 5430205
      Change-Id: I2b6581cb54f49693744bd8739856877dec19f933
      e59ab8f4
  17. 10 Oct, 2011 3 commits
  18. 08 Oct, 2011 2 commits
  19. 30 Sep, 2011 3 commits
  20. 29 Sep, 2011 1 commit
  21. 28 Sep, 2011 2 commits
  22. 27 Sep, 2011 3 commits