1. 26 Oct, 2011 2 commits
  2. 25 Oct, 2011 1 commit
  3. 21 Oct, 2011 3 commits
  4. 19 Oct, 2011 1 commit
  5. 18 Oct, 2011 2 commits
  6. 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
  7. 14 Oct, 2011 1 commit
  8. 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
  9. 10 Oct, 2011 3 commits
  10. 08 Oct, 2011 2 commits
  11. 30 Sep, 2011 3 commits
  12. 29 Sep, 2011 1 commit
  13. 28 Sep, 2011 2 commits
  14. 27 Sep, 2011 3 commits
  15. 26 Sep, 2011 3 commits
  16. 23 Sep, 2011 2 commits
  17. 22 Sep, 2011 5 commits
  18. 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
  19. 15 Sep, 2011 1 commit
  20. 14 Sep, 2011 1 commit
    • Jeff Hamilton's avatar
      Manually port d77e05f7 from gingerbread: · 0fe7049a
      Jeff Hamilton authored
      Patch to perform a download at NfcService boot time
      
      This patch permit, when NFC is off, to perform a download if the PN544
      is not up to date
      
      Change-Id: Iaa01e218ccd1e4cb18ef77d58c18348823135b1e
      0fe7049a