- b46ecb3 am 75c95e9a: am 0eb7b697: Merge changes Ib63ab95a,I585b0610,Ia84da0b5 into honeycomb-mr1 by Mike Lockwood · 15 years ago
- a75075e1 UsbManager: Hide APIs not needed for USB host or accessory support. by Mike Lockwood · 15 years ago
- acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 15 years ago
- 180bb1b Refactor in TextView's HandleViews. by Gilles Debunne · 15 years ago
- 26d7eef am 84edf14b: am cc08c439: Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1 by Mike Lockwood · 15 years ago
- cc08c43 Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1 by Mike Lockwood · 15 years ago
- 9b12dbd am 4ffdca06: am 3de30a4c: Update API. by Jeff Brown · 15 years ago
- 3de30a4 Update API. by Jeff Brown · 15 years ago
- ac36d7c UsbAccessory: Add URI string, replace type string with description by Mike Lockwood · 15 years ago
- 5a3d6cc am e6f0ae12: am efd3266b: Input improvements and bug fixes. by Jeff Brown · 15 years ago
- efd3266 Input improvements and bug fixes. by Jeff Brown · 15 years ago
- 888f065 am 5d534f28: am ea44c7c7: Merge "Pass the auto login header information to the app." into honeycomb-mr1 by Patrick Scott · 15 years ago
- ea44c7c Merge "Pass the auto login header information to the app." into honeycomb-mr1 by Patrick Scott · 15 years ago
- 77e1a4c am 093cf07f: am 9e8e4ea0: Merge changes Ib517e5e4,I93be7695,I49bf22a4 into honeycomb-mr1 by Mike Lockwood · 15 years ago
- 3a68b83 USB: Add API and dialog for apps to request permissions for USB devices and accessories by Mike Lockwood · 15 years ago
- 85a50ff Pass the auto login header information to the app. by Patrick Scott · 15 years ago
- 102930a Merge "Remove deprecated and unused entryEvicted method." into honeycomb-mr1 by Jesse Wilson · 15 years ago
- 6b70f56 am 0588f16b: am ab7c3245: Merge "NEW_API: Unhide RTP APIs." into honeycomb-mr1 by Chia-chi Yeh · 15 years ago
- 6defd2d NEW_API: Unhide RTP APIs. by Chia-chi Yeh · 15 years ago
- 670e5dd am f114e67e: am 0f73fe1c: Merge "bug:3513950 Rename "completedDownload" to "addCompletedDownload"" into honeycomb-mr1 by Vasu Nori · 15 years ago
- 0f73fe1 Merge "bug:3513950 Rename "completedDownload" to "addCompletedDownload"" into honeycomb-mr1 by Vasu Nori · 15 years ago
- 3728130 bug:3513950 Rename "completedDownload" to "addCompletedDownload" by Vasu Nori · 15 years ago
- f0210c3 Merge "Joystick tweaks. (DO NOT MERGE)" into honeycomb-mr1 by Jeff Brown · 15 years ago
- bfa40ef Merge "Added more metadata published by the MediaMetaDataRetriever" by Andreas Huber · 15 years ago
- dfed7c0 Remove deprecated and unused entryEvicted method. by Jesse Wilson · 15 years ago
- 27f4bd7 Merge "Remove deprecated and unused entryEvicted method." by Jesse Wilson · 15 years ago
- 9f5f7af Deprecating webkit API's that might not be supported in the future do not merge by Kristian Monsen · 15 years ago
- 8529745 Joystick tweaks. (DO NOT MERGE) by Jeff Brown · 15 years ago
- 3a22fa0 Joystick tweaks. by Jeff Brown · 15 years ago
- 78e7684 Merge "getTextRunCursor gets deprecated in SpannableStringBuilder" into honeycomb-mr1 by Gilles Debunne · 15 years ago
- b0b2256 getTextRunCursor gets deprecated in SpannableStringBuilder by Gilles Debunne · 15 years ago
- c4c38fc Added more metadata published by the MediaMetaDataRetriever by Andreas Huber · 15 years ago
- e3a7f62 Fix Fragment.onInflate() to actually work correctly. by Dianne Hackborn · 15 years ago
- 9225b00 Add new ViewConfiguration accessors for key repeat parameters. by Jeff Brown · 15 years ago
- acc3944 Merge "Add an API to force Views to render their layer." by Romain Guy · 15 years ago
- f1ae106 Add an API to force Views to render their layer. by Romain Guy · 15 years ago
- de75cb4 Fix issue #3400119: API to specify a black background behind a window transition by Dianne Hackborn · 15 years ago
- c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 15 years ago
- a6cbf50 Merge "Add ParcelFileDescriptor APIs to get raw fd." by Dianne Hackborn · 15 years ago
- c9119f5 Add ParcelFileDescriptor APIs to get raw fd. by Dianne Hackborn · 15 years ago
- c93f67c Merge "Add platform features for USB host and USB accessory support." by Mike Lockwood · 15 years ago
- fae640b Merge "UsbManager: Enhancements for managing USB devices and accessories" by Mike Lockwood · 15 years ago
- f4ca247 Add platform features for USB host and USB accessory support. by Mike Lockwood · 15 years ago
- 02eb874 UsbManager: Enhancements for managing USB devices and accessories by Mike Lockwood · 15 years ago
- 9611f2e Small change to AppWidgetProviderInfo public field name and docs by Adam Cohen · 15 years ago
- 8f34567 Add scroll wheel support to TextView. by Jeff Brown · 15 years ago
- c4e6209 Remove deprecated and unused entryEvicted method. by Jesse Wilson · 15 years ago
- 42c5eec Merge "Add support for mouse hover and scroll wheel." by Jeff Brown · 15 years ago
- affe40a Merge "Callback on any removal, not just evictions." by Jesse Wilson · 15 years ago
- 506b70c1 Merge "Revert the 11.xml part of bug 3438513" by Glenn Kasten · 15 years ago
- 7db1b40 Callback on any removal, not just evictions. by Jesse Wilson · 15 years ago
- 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 15 years ago
- d752c3b Merge "Implement issue #3426299: Introduce application "stopped" state" by Dianne Hackborn · 15 years ago
- d2e20de Adding framework support for resizable widgets by Adam Cohen · 15 years ago
- e7f9721 Implement issue #3426299: Introduce application "stopped" state by Dianne Hackborn · 15 years ago
- a00f386 Add ViewPropertyAnimator for easy animation of View properties by Chet Haase · 15 years ago
- 50fc0e5 Merge "Remove default constructors from static utility classes." by Jesse Wilson · 15 years ago
- 30b1fe0 Merge "Exposing the CalendarView of the DatePicker." by Svetoslav Ganov · 15 years ago
- a5364ee Add an API to control the distance between a View and its camera. by Romain Guy · 15 years ago
- 5f3f6ce Exposing the CalendarView of the DatePicker. by Svetoslav Ganov · 15 years ago
- b607b88 Merge "UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts" by Mike Lockwood · 15 years ago
- a0f8bc5 Remove default constructors from static utility classes. by Jesse Wilson · 15 years ago
- 256d603 Merge "Hiding deprecated classes and methods" by Kristian Monsen · 15 years ago
- 47b8ade Add a new Camera API to control the camera's location by Romain Guy · 15 years ago
- f0d9731 Hiding deprecated classes and methods by Kristian Monsen · 15 years ago
- 188d00b UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts by Mike Lockwood · 15 years ago
- af5b406 New flag to open intent in a new tab. by Leon Scroggins · 15 years ago
- b153bc9 Merge "Cursor background attribute made public" by Gilles Debunne · 15 years ago
- cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 15 years ago
- 6f2fba4 Add new axes for joysticks and mouse wheels. by Jeff Brown · 15 years ago
- 363d491 Cursor background attribute made public by Gilles Debunne · 15 years ago
- 4afd62b Add an API to listen for window attach/detach events on a View. by Adam Powell · 15 years ago
- 6166bac Merge "Make SIP AuthName APIs public." by Chung-yih Wang · 15 years ago
- 5151038 Merge "Rework thumbnail API to not suffer from IPC failures." by Dianne Hackborn · 15 years ago
- 9e25df4 Make SIP AuthName APIs public. by Chung-yih Wang · 15 years ago
- 45708bf Merge "Add support for arbitrary axes in MotionEvents." by Jeff Brown · 15 years ago
- d94df45 Rework thumbnail API to not suffer from IPC failures. by Dianne Hackborn · 15 years ago
- 88083d4f Merge "Make high performance wifi lock public" by Irfan Sheriff · 15 years ago
- f7f9d9c Expose an API to get a bitmap's size in bytes. by Jesse Wilson · 15 years ago
- 652bc96 Make high performance wifi lock public by Irfan Sheriff · 15 years ago
- 7343bb5 Merge "Deprecate non-X509Certificate SslCertificate constructors" by Brian Carlstrom · 15 years ago
- cc687c5 Deprecate non-X509Certificate SslCertificate constructors by Brian Carlstrom · 15 years ago
- 984dd8a Merge "UsbManager: New APIs for USB accessories" by Mike Lockwood · 15 years ago
- b841337 am 04ddff69: am b1835085: Merge "@hide DPM global proxy settings" into honeycomb by Andy Stadler · 15 years ago
- d267272 @hide DPM global proxy settings by Andy Stadler · 15 years ago
- 9182d3c UsbManager: New APIs for USB accessories by Mike Lockwood · 15 years ago
- 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 15 years ago
- 9c4cc03 Add a method to check a string contained in ExtraValue of InputMethodSubtype by satok · 15 years ago
- 7f9ff9d Disable cross-app drag/drop by Christopher Tate · 15 years ago
- 0b96a57 Making AdapaterViewAnimator setDisplayedChild remotable by Adam Cohen · 15 years ago
- 56b6ad3 Add a new method, LruCache.remove by Jesse Wilson · 15 years ago
- c0f5d72 Revert the 11.xml part of bug 3438513 by Glenn Kasten · 15 years ago
- 540380f Add MTP/PTP host support to the public API by Mike Lockwood · 15 years ago
- c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 15 years ago
- f9e8523 bug:3425749 send notification for completed download by Vasu Nori · 15 years ago
- 6dfef1b Merge "Adds CookieManager methods to configure policy for cookies for file scheme URLs" by Steve Block · 15 years ago
- dbc289d Bug 3438513 Fix incorrect throws clause by Glenn Kasten · 15 years ago
- 366a840 Expose several useful Bitmap APIs. Bug #3408073 by Romain Guy · 15 years ago
- e2c1f4a New LRU cache class. by Jesse Wilson · 15 years ago
- 1b67231 am 9ec496b4: am e1cbd0a8: Revert "Merge "bug:3414192 new API to designate a download to be OTA update" into honeycomb" by Vasu Nori · 15 years ago