1. 01 May, 2012 1 commit
  2. 02 Mar, 2012 1 commit
  3. 15 Feb, 2012 1 commit
  4. 14 Feb, 2012 1 commit
    • Chih-Wei Huang's avatar
      Remove a warning of mismatch arguments · f08ddeec
      Chih-Wei Huang authored
      The fix removes the warning:
      
      packages/apps/Nfc/jni/com_android_nfc_NativeNfcManager.cpp:286: warning: too few arguments for format
      
      Change-Id: I81c61055f675890ea2e8be5f417f83df48621cff
      f08ddeec
  5. 08 Dec, 2011 2 commits
  6. 07 Dec, 2011 2 commits
  7. 06 Dec, 2011 1 commit
  8. 02 Dec, 2011 1 commit
  9. 01 Dec, 2011 1 commit
    • Nick Pelly's avatar
      Fix mismatched link()/unlink() causing NFC-EE to be stuck open. · 92250f5c
      Nick Pelly authored
      The fix is to keep a strong reference to the IBinder (actually
      a BinderProxy) from the caller while the NFC-EE is open.
      
      The bug occurs when a GC occurs in NfcService while the NFC-EE
      is open. The BinderProxy is destroyed before it has been unlinked.
      
      Bug: 5684874
      92250f5c
  10. 30 Nov, 2011 1 commit
  11. 29 Nov, 2011 2 commits
  12. 28 Nov, 2011 3 commits
  13. 22 Nov, 2011 2 commits
  14. 21 Nov, 2011 1 commit
    • Nick Pelly's avatar
      Replace vendor specific NfcGoogle.apk with generic Nfc.apk · 37bb7b23
      Nick Pelly authored
      The access control changes allow us to just use Nfc.apk with
      the regular platform certificate, instead of the custom signed
      NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle
      and just build it out of packages/apps/Nfc now.
      
      The package name is also reverted from com.android.nfc3 to com.android.nfc
      
      The NFC uid needs to get bumped (25 to 27) to allow the cert change.
      
      Bug: 5608249
      Change-Id: I4437dff96f2529f0b9e7d8e65c21359c3eeccd0b
      37bb7b23
  15. 17 Nov, 2011 4 commits
  16. 16 Nov, 2011 8 commits
  17. 15 Nov, 2011 2 commits
  18. 14 Nov, 2011 1 commit
  19. 13 Nov, 2011 1 commit
  20. 11 Nov, 2011 3 commits
  21. 09 Nov, 2011 1 commit