summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* am ce3bcbad: am 9ff64838: Merge "Fix issues #4087362 and #4087356" into honey...Dianne Hackborn2011-03-111-1/+12
|\
| * Merge "Fix issues #4087362 and #4087356" into honeycomb-mr1Dianne Hackborn2011-03-111-1/+12
| |\
| | * Fix issues #4087362 and #4087356Dianne Hackborn2011-03-111-1/+12
* | | am 3b473d95: am 9fffd9a8: Merge "USB: minor cleanup work" into honeycomb-mr1Mike Lockwood2011-03-111-1/+1
|\ \ \ | |/ /
| * | USB: minor cleanup workMike Lockwood2011-03-111-1/+1
| |/
* | am 75c95e9a: am 0eb7b697: Merge changes Ib63ab95a,I585b0610,Ia84da0b5 into ho...Mike Lockwood2011-03-111-506/+99
|\ \ | |/
| * UsbManager: Hide APIs not needed for USB host or accessory support.Mike Lockwood2011-03-111-385/+0
| * UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood2011-03-111-122/+100
* | Refactor in TextView's HandleViews.Gilles Debunne2011-03-101-3/+3
* | am 84edf14b: am cc08c439: Merge "UsbAccessory: Add URI string, replace type s...Mike Lockwood2011-03-101-1/+12
|\ \ | |/
| * Merge "UsbAccessory: Add URI string, replace type string with description" in...Mike Lockwood2011-03-101-1/+12
| |\
| | * UsbAccessory: Add URI string, replace type string with descriptionMike Lockwood2011-03-091-1/+12
* | | am 4ffdca06: am 3de30a4c: Update API.Jeff Brown2011-03-091-3/+3
|\ \ \ | |/ /
| * | Update API.Jeff Brown2011-03-091-3/+3
* | | am e6f0ae12: am efd3266b: Input improvements and bug fixes.Jeff Brown2011-03-091-2/+39
|\ \ \ | |/ /
| * | Input improvements and bug fixes.Jeff Brown2011-03-091-2/+39
| |/
* | am 5d534f28: am ea44c7c7: Merge "Pass the auto login header information to th...Patrick Scott2011-03-091-0/+19
|\ \ | |/
| * Merge "Pass the auto login header information to the app." into honeycomb-mr1Patrick Scott2011-03-091-0/+19
| |\
| | * Pass the auto login header information to the app.Patrick Scott2011-03-081-0/+19
* | | am 093cf07f: am 9e8e4ea0: Merge changes Ib517e5e4,I93be7695,I49bf22a4 into ho...Mike Lockwood2011-03-091-1/+68
|\ \ \ | |/ /
| * | USB: Add API and dialog for apps to request permissions for USB devices and a...Mike Lockwood2011-03-081-1/+68
| |/
| * Merge "Remove deprecated and unused entryEvicted method." into honeycomb-mr1Jesse Wilson2011-03-071-16/+1
| |\
| | * Remove deprecated and unused entryEvicted method.Jesse Wilson2011-03-071-16/+1
* | | am 0588f16b: am ab7c3245: Merge "NEW_API: Unhide RTP APIs." into honeycomb-mr1Chia-chi Yeh2011-03-071-0/+491
|\ \ \ | |/ /
| * | NEW_API: Unhide RTP APIs.Chia-chi Yeh2011-03-081-0/+491
* | | am f114e67e: am 0f73fe1c: Merge "bug:3513950 Rename "completedDownload" to "a...Vasu Nori2011-03-071-1/+1
|\ \ \ | |/ /
| * | Merge "bug:3513950 Rename "completedDownload" to "addCompletedDownload"" into...Vasu Nori2011-03-071-1/+1
| |\ \
| | * | bug:3513950 Rename "completedDownload" to "addCompletedDownload"Vasu Nori2011-03-071-1/+1
| | |/
| * | Merge "Joystick tweaks. (DO NOT MERGE)" into honeycomb-mr1Jeff Brown2011-03-071-0/+55
| |\ \ | | |/ | |/|
| | * Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-041-0/+55
| * | Deprecating webkit API's that might not be supported in the future do not mergeKristian Monsen2011-03-072-34/+34
| |/
* | Merge "Added more metadata published by the MediaMetaDataRetriever"Andreas Huber2011-03-071-0/+55
|\ \
| * | Added more metadata published by the MediaMetaDataRetrieverAndreas Huber2011-03-041-0/+55
* | | Merge "Remove deprecated and unused entryEvicted method."Jesse Wilson2011-03-071-16/+1
|\ \ \
| * | | Remove deprecated and unused entryEvicted method.Jesse Wilson2011-02-251-16/+1
* | | | Joystick tweaks.Jeff Brown2011-03-041-0/+55
| |_|/ |/| |
* | | Merge "getTextRunCursor gets deprecated in SpannableStringBuilder" into honey...Gilles Debunne2011-03-041-2/+2
|\ \ \ | |_|/ |/| |
| * | getTextRunCursor gets deprecated in SpannableStringBuilderGilles Debunne2011-03-041-2/+2
* | | Fix Fragment.onInflate() to actually work correctly.Dianne Hackborn2011-03-031-0/+47
|/ /
* | Add new ViewConfiguration accessors for key repeat parameters.Jeff Brown2011-03-021-0/+22
* | Merge "Add an API to force Views to render their layer."Romain Guy2011-03-021-0/+11
|\ \
| * | Add an API to force Views to render their layer.Romain Guy2011-03-021-1/+12
* | | Fix issue #3400119: API to specify a black background behind a window transitionDianne Hackborn2011-03-021-1/+25
|/ /
* | Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-011-28/+31
* | Merge "Add ParcelFileDescriptor APIs to get raw fd."Dianne Hackborn2011-02-281-0/+22
|\ \
| * | Add ParcelFileDescriptor APIs to get raw fd.Dianne Hackborn2011-02-281-0/+22
* | | Merge "Add platform features for USB host and USB accessory support."Mike Lockwood2011-02-281-0/+22
|\ \ \
| * | | Add platform features for USB host and USB accessory support.Mike Lockwood2011-02-281-0/+22
* | | | Merge "UsbManager: Enhancements for managing USB devices and accessories"Mike Lockwood2011-02-281-11/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | UsbManager: Enhancements for managing USB devices and accessoriesMike Lockwood2011-02-281-11/+0