1. 22 Dec, 2011 5 commits
  2. 21 Dec, 2011 7 commits
  3. 20 Dec, 2011 24 commits
  4. 19 Dec, 2011 4 commits
    • Glenn Kasten's avatar
      Remove dead code · 31ba2e55
      Glenn Kasten authored
      Change-Id: Icf23f7f90fdeb660f4015f22cf239e6d05f5d03c
      31ba2e55
    • Nick Pelly's avatar
      eca6d909
    • Chet Haase's avatar
      Fix AnimationDrawable double-start bug · f7917e65
      Chet Haase authored
      AnimationDrawable.setVisible(true, true) was not correctly recording
      the fact that it had started the animation, so it was possible to call
      start(0 immediately afterwards and have two animations running on the
      drawable in parallel, resulting in incorrect frame ordering.
      
      Issue #5782773
      
      Change-Id: Ifc328f755a51d10ab76b84006d1999df03d2dca1
      f7917e65
    • Nick Pelly's avatar
      Rewrite NDEF parsing in Java, clean-up API. · a356bf1c
      Nick Pelly authored
      o Lots of documentation fixes.
      o Add NdefMessage(NdefRecord ... records) ctor
      o Add NdefRecord.createMime()
      o Add NdefRecord.createExternal()
      o Add toString(), equals() and hashCode() implementations
      o Deprecate NdefRecord(byte[]) and NdefRecord.toByteArray()
      o Remove framework dependency on libnfc_ndef.so
      o Remove NfcAdapter.getDefaultAdapter(), its been deprecated a while
      
      next step:
      o Attempt to move NdefMessage -> Intent conversion into NDEF, and
        make it CTS tested. This will ensure consistent NDEF -> Intent
        mapping across all Android devices.
      
      Change-Id: Ifed4910caa9a1d6bad32dbf0a507ab22bca35e22
      a356bf1c