1. 15 Oct, 2014 2 commits
    • Evan Charlton's avatar
      Add WindowManager.aidl to AIDL list · 0838d6aa
      Evan Charlton authored
      WindowManager.aidl has an inner class (WindowManager.LayoutParams)
      which needs to be included, but slipped past the api/current.txt grep.
      
      This affects the SDK only
      
      Change-Id: I71bea4e602428ab588d17c5e57cbe08a1d6e9493
      0838d6aa
    • Evan Charlton's avatar
      Add WindowManager.aidl to AIDL list · 843e2343
      Evan Charlton authored
      WindowManager.aidl has an inner class (WindowManager.LayoutParams)
      which needs to be included, but slipped past the api/current.txt grep.
      
      This affects the SDK only
      
      Change-Id: I71bea4e602428ab588d17c5e57cbe08a1d6e9493
      843e2343
  2. 13 Oct, 2014 1 commit
    • Evan Charlton's avatar
      Update the SDK AIDL list · b298a5a5
      Evan Charlton authored
      Populate the framework.aidl list with .aidl files which are:
        - In the android.* namespace
        - Not marked @hide
        - Do not have their corresponding .java files marked @hide
      
      Bug: 17952409
      Change-Id: I1f4abf7abbc298a51605571cd168362dcc5603b2
      b298a5a5
  3. 08 Oct, 2014 1 commit
  4. 06 Oct, 2014 1 commit
  5. 13 Sep, 2014 1 commit
    • Tyler Gunn's avatar
      Renaming Telecomm to Telecom. · ef9f6f95
      Tyler Gunn authored
      - Changing package from android.telecomm to android.telecom
      - Changing package from com.android.telecomm to
      com.android.server.telecomm.
      - Renaming TelecommManager to TelecomManager.
      
      Bug: 17364651
      Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
      ef9f6f95
  6. 12 Sep, 2014 1 commit
  7. 05 Sep, 2014 1 commit
    • RoboErik's avatar
      Minor tweaks to MediaBrowser · 5dfa0a5f
      RoboErik authored
      -A swapped the param order on MediaBrowser.MediaItem constructor
      -Added a missing aidl file for MediaItem
      
      bug:17205016
      Change-Id: I61538d76f76a993ed5a47b881e0d291fef1d8db3
      5dfa0a5f
  8. 03 Sep, 2014 1 commit
    • Griff Hazen's avatar
      Reduce chance of notification listener dropped messages. · 84a00ea9
      Griff Hazen authored
      The existing code for notification manager/listeners uses a oneway
      binder api to deliver messages. One problem with this is that
      notification objects can sometimes get fairly large, and can bump
      into the oneway binder transaction buffer if many happen at once.
      
      To reduce this issue, flip the service into a oneway delivery of
      a status bar notification holder, whose wrapped content is then
      immediately fetched upon receipt of the one-way message. This moves
      the meat of the fetch to be over a two-way interface without changing
      the properties of which object is actually sent (a tickle solution
      with lookup key would have changed this)
      
      Further research: attempt to chunk notification objects themselves.
      They can sometimes transfer hundreds of KB over a binder transaction.
      
      Bug: 15426276
      Change-Id: Ib1a1f4ff848c16f80bcf2ae4dfd2b87a9091f0b2
      84a00ea9
  9. 02 Sep, 2014 1 commit
  10. 28 Aug, 2014 1 commit
    • RoboErik's avatar
      Update to MediaBrowser APIs per council feedback · 3625bf72
      RoboErik authored
      Does all the updates in the bug except the loadIcon/loadBitmap
      methods, which are removed per feedback from Sharkey.
      
      bug:17205016
      Change-Id: Ie84d4d25a59c6985ce16972c26c8d1e5c02ff5c9
      3625bf72
  11. 26 Aug, 2014 1 commit
    • vandwalle's avatar
      remove passpoint - DO NOT MERGE · 808079bd
      vandwalle authored
      This CL is dependent on I3d2a230b0362520b9f1b2bc3792260116971e106
      
      Change-Id: I1a0d655877d9368d833d62e231797af4b2560862
      808079bd
  12. 22 Aug, 2014 1 commit
    • Jungshik Jang's avatar
      Implement interfaces for MHL scratchpad command · f424932c
      Jungshik Jang authored
      1. Add sendScratchpadCommand to IHdmiControlService interface,
      which is used to send scratchpad command.
      
      2. Add IHdmiMhlScratchpadCommandListener to handle incoming
      MHL scratchpad command.
      
      Bug: 17146522
      
      Change-Id: I8e8e743dc08a18c80867be470997ce79d3292c15
      f424932c
  13. 17 Aug, 2014 1 commit
  14. 20 Aug, 2014 1 commit
  15. 13 Aug, 2014 1 commit
  16. 08 Aug, 2014 2 commits
    • Jose Lima's avatar
      Added StatusBarNotification.aidl to frameworks/base/Android.mk · b6d77e2d
      Jose Lima authored
      Change-Id: I98fb4821642e3431bb41506de3d8905f90a40729
      b6d77e2d
    • Andrew Lee's avatar
      Aidl changes related to VideoCallProvider in Ims. · 752217bf
      Andrew Lee authored
      + Added a getVideoCallProvider function in IImsCallSession
      + Added IImsVideoCallProvider aidl. This is used for communication
      between Telephony and the ImsService. It is redundant with
      IVideoCallProvider on some level, but see associated bug and comments
      in the class for more detail.
      + Added IImsVideoCallCallback. This is used for communicationing
      callback invocations from ImsService to Telephony. It is redundant
      with IVideoCallCallback for same reason in bugs/comments.
      + Some minor formatting changes.
      
      Bug: 16886403
      Change-Id: I03de12d4432f837e0930bc077307509b645493e0
      752217bf
  17. 07 Aug, 2014 1 commit
  18. 05 Aug, 2014 1 commit
  19. 03 Aug, 2014 1 commit
  20. 26 Jul, 2014 1 commit
  21. 31 Jul, 2014 1 commit
  22. 30 Jul, 2014 2 commits
  23. 25 Jul, 2014 3 commits
  24. 23 Jul, 2014 1 commit
  25. 22 Jul, 2014 1 commit
    • Amith Yamasani's avatar
      API Review: Improvements to RestrictionsManager API · 9c449339
      Amith Yamasani authored
      Use an activity intent for local approval instead of a type.
      Use PeristableBundle instead of Bundle.
      Pass requestId as an explicit argument in cases where it's required.
      
      Bug: 16400892
      Change-Id: Id882033f17c39aa9cd63a7eeb73bb7b51f98cf5b
      9c449339
  26. 21 Jul, 2014 2 commits
  27. 20 Jul, 2014 1 commit
  28. 18 Jul, 2014 1 commit
    • Adam Lesinski's avatar
      First iteration of a public UsageStats API · 0debc9af
      Adam Lesinski authored
      UsageStats API that allows apps to get a list of packages that have been
      recently used, along with basic stats like how long they have been in
      the foreground and the most recent time they were running.
      
      Bug: 15165667
      
      Change-Id: I2a2d1ff69bd0b5703ac3d9de1780df42ad90d439
      0debc9af
  29. 22 Jul, 2014 1 commit
  30. 17 Jul, 2014 1 commit
    • Michael Wright's avatar
      Add MediaProjection APIs. · c39d47a8
      Michael Wright authored
      The new MediaProjection infrastructure allows the system to hand out
      tokens granting the ability to capture the screen's contents, audio,
      etc. at a granular level. It's intended to be used both for screen
      casting, via the cast APIs, as well as screen sharing via third party
      applications.
      
      The screen sharing case is implemented, but all of audio capturing
      is still forthcoming.
      
      Change-Id: I4b24669bed7083e11413c10ed8d6b025f5375316
      c39d47a8
  31. 21 Jul, 2014 1 commit
    • Jungshik Jang's avatar
      Add two apis for one touch record. · a6b2a7a5
      Jungshik Jang authored
      This change introduces new two apis for one touch record.
      1. setRecordRequestListener
       It's used to get notified when a recorder device initiates
       "one touch record". As return of callback, client should
       generate "record source" and return it.
      2. startRecord
       It's used to initiate "one touch record" from Tv.
      
      Along with this, add HdmiRecordSources which is a helper
      class assisting buidling byte array form from the given
      record source information.
      
      Bug: 16160962
      
      Change-Id: I403d37b752c9b7f799c6d8188a071ef420fe8ac2
      a6b2a7a5
  32. 17 Jul, 2014 2 commits
    • Torne (Richard Coles)'s avatar
      Use the WebView's loader library to load the real library. · 08cfaf67
      Torne (Richard Coles) authored
      Load libwebviewchromiumloader and use it to load the real WebView
      library, to enable sharing of the relro segment between different
      application processes without requiring that the library be preloaded in
      the zygote. A system service is added to track whether the relro segment
      file has been prepared, and block loading of the library until it has
      been.
      
      Bug: 13005501
      Change-Id: I846b37c7b8e2a4eb8a39e4fd455bccbb2048c173
      08cfaf67
    • Vinit Deshpande's avatar
      Introduce RTT Manager · 7686c061
      Vinit Deshpande authored
      Change-Id: Ic9a16d587897b272f85cdb2b8c52b51bca060d18
      7686c061
  33. 15 Jul, 2014 1 commit
    • Amith Yamasani's avatar
      Revert some new APIs for restrictions provider · 5470bc18
      Amith Yamasani authored
      Simplify back to being a broadcast receiver and add an extra to
      indicate that a new request is desired vs. returning a pending
      response from before.
      
      Change-Id: Iafd16ed98293a2cc09006d2cce097fc3d590bbe2
      5470bc18