1. 18 Oct, 2010 1 commit
    • Nick Pelly's avatar
      Cleanspec to fix incremental build failures of the form: · 31bcbdaa
      Nick Pelly authored
      
      out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustdlogic/trustednfc/android/ILlcpConnectionlessSocket.java:74:
      cannot find symbol
      symbol  : class LlcpPacket
      location: package com.trustedlogic.trustednfc.android.com.trustedlogic.trustednfc.android.LlcpPacket _result = this.receiveFrom(_arg0);
      
      Change-Id: I344c3b882265049cbc11dd5433535376eaadd855
      Signed-off-by: default avatarNick Pelly <npelly@google.com>
      31bcbdaa
  2. 15 Oct, 2010 1 commit
    • Nick Pelly's avatar
      NFC API revision round 2. · f36c6db1
      Nick Pelly authored
      
      - Add the second half of the new NFC API: NfcAdapter, Tag, NdefTag,
        RawTagConnection, NdefTagConnection.
      - Add implementations for all of the new NFC API.
      
      Change-Id: I8da9fd1d2971ed2c8b76f2a93f207fa9e305b0f6
      Signed-off-by: default avatarNick Pelly <npelly@google.com>
      
      Conflicts:
      
      	Android.mk
      	CleanSpec.mk
      	core/java/android/app/ContextImpl.java
      f36c6db1
  3. 13 Oct, 2010 1 commit
    • Nick Pelly's avatar
      NFC API revision round 2. · 590b73bc
      Nick Pelly authored
      
      - Add the second half of the new NFC API: NfcAdapter, Tag, NdefTag,
        RawTagConnection, NdefTagConnection.
      - Add implementations for all of the new NFC API.
      
      Change-Id: I8da9fd1d2971ed2c8b76f2a93f207fa9e305b0f6
      Signed-off-by: default avatarNick Pelly <npelly@google.com>
      590b73bc
  4. 08 Sep, 2010 2 commits
  5. 01 Sep, 2010 1 commit
  6. 27 Aug, 2010 1 commit
    • Dianne Hackborn's avatar
      Improve clipboard API. · 1040dc46
      Dianne Hackborn authored
      - Rename ClippedData to ClipData.
      - Introudce ClipDescription subclass.
      - Add convenience APIs for creating a ClipData.
      - Add ClipboardManager API to get just the ClipDescription.
      - Define MIME types associated with a clip.
      
      Change-Id: If97ef91aa99a4dd0ec74ccaea504345c9ef12b5c
      1040dc46
  7. 20 Aug, 2010 1 commit
    • Kenny Root's avatar
      Reorganize MountService IPC · be857d42
      Kenny Root authored
      Remove auto-generated AIDL files and replace them with manually edited
      .java and .cpp/.h files so that binder calls can be made from either
      Java or C++.
      
      Update the makefiles to not attempt to generate the AIDL files and also
      remove the old auto-generated .java files.
      
      Put all the storage-related C++ things in libstorage so that we don't
      pollute other libraries.
      
      Change-Id: I82d1631295452709f12ff1270f36c3100e652806
      be857d42
  8. 09 Aug, 2010 1 commit
    • Romain Guy's avatar
      Make libhwui entirely optional. · 16393511
      Romain Guy authored
      The makefile variable USE_OPENGL_RENDERER must be set to true to compile
      libhwui and the related code in the JNI layer.
      
      This change also removes obsolete APIs from Canvas that must not be used
      and would be confusing if left in. These APIs were remnants of our first
      attempt at an OpenGL renderer for the view hierarchy and had not been
      taken out before Android 1.0 was released.
      
      Change-Id: I2475ff1307212bab26c926724f3c508681c7dae1
      16393511
  9. 30 Jul, 2010 1 commit
    • Jason Sams's avatar
      Cleanup of signed/unsigned · f0690c4f
      Jason Sams authored
      Make all functions overloadable.
      
      Change-Id: I443c83afcf9a7acfae394585201f081681f309db
      
      Update examples.
      
      Change-Id: I100d6fa8dd1af376bcee0b2c42c5aabe9c03bb6e
      
      force rebuild of all .rs files to pick up core header changes.
      
      Change-Id: I6231a8a024388481ca231507e83b108ebdbc3500
      f0690c4f
  10. 27 Jul, 2010 1 commit
  11. 02 Jun, 2010 1 commit
  12. 07 Apr, 2010 1 commit
  13. 01 Apr, 2010 1 commit
    • Brett Chabot's avatar
      Remove FrameworkTest package. · bd4288f4
      Brett Chabot authored
      The only remaining test here was RingtonePickerActivityTes, which has been
      suppressed since pre-donut.
      
      Change-Id: I74c08c9c9447b67252430db3b462373af879bd1d
      bd4288f4
  14. 31 Mar, 2010 1 commit
  15. 09 Mar, 2010 1 commit
  16. 06 Mar, 2010 4 commits
  17. 12 Nov, 2009 1 commit