1. 3ae6acd Merge "Add MidiManager to public API" by Mike Lockwood · 9 years ago
  2. 81b9f7d Add MidiManager to public API by Mike Lockwood · 10 years ago
  3. 4011e20 Merge "MidiDeviceInfo meta-data improvements:" by Mike Lockwood · 9 years ago
  4. f2cd802 MidiDeviceInfo meta-data improvements: by Mike Lockwood · 10 years ago
  5. 9087433 AudioService: Write base stream volume changes to the event log. by John Spurlock · 10 years ago
  6. 57baee2 Merge "MidiManager: Add MIDI device status notifications" by Mike Lockwood · 10 years ago
  7. 5ff9e2a MidiManager: Add MIDI device status notifications by Mike Lockwood · 10 years ago
  8. 22e78c6 Merge "Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()" by Mike Lockwood · 10 years ago
  9. 0c7342f Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize() by Mike Lockwood · 10 years ago
  10. 394a8e1 Handle simultaneous connect of devices with the same "type" (as in USB) by Paul McLean · 10 years ago
  11. 3b7664589 Make MidiSender and MidiReceiver abstract classes, rename MidiReceiver.post() to receive() by Mike Lockwood · 10 years ago
  12. 20821ec Eliminate MidiPort base class for MidiInputPort and MidiOutputPort by Mike Lockwood · 10 years ago
  13. c623ec9 Merge "MidiManager: Virtual MIDI devices are now implemented as Services" by Mike Lockwood · 10 years ago
  14. 11fd96d MidiManager: Virtual MIDI devices are now implemented as Services by Mike Lockwood · 10 years ago
  15. f4a8df4 Fix a regression in UsbDebuggingManager by Amith Yamasani · 10 years ago
  16. 7b91c55 Merge "Remove unused imports in frameworks/base." by John Spurlock · 10 years ago
  17. d65ed88 Merge "Avoid NPE when quickly toggling USB debugging state" by Amith Yamasani · 10 years ago
  18. f6197e8 Avoid NPE when quickly toggling USB debugging state by Amith Yamasani · 10 years ago
  19. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 10 years ago
  20. 464c655 Move ALSA utilities to com.android.internal.alsa package by Mike Lockwood · 10 years ago
  21. b673770 Add MIDI Manager API tweaks: by Mike Lockwood · 10 years ago
  22. c3c2ff7 Add support for USB notification when connected as a MIDI peripheral by Mike Lockwood · 10 years ago
  23. 0e4242f Audio Device Enumeration API. by Paul McLean · 10 years ago
  24. 5b14d98 Merge "MidiManager API tweaks:" by Mike Lockwood · 10 years ago
  25. 90b9a6a MidiManager API tweaks: by Mike Lockwood · 10 years ago
  26. 6156017 Move AudioService to services. by John Spurlock · 10 years ago
  27. 83f3674 Merge "Revert "Revert "Do not display ADB confirm dialog during boot""" by Craig Mautner · 10 years ago
  28. b43d3cf Revert "Revert "Do not display ADB confirm dialog during boot"" by Craig Mautner · 10 years ago
  29. 968aca1 Merge "Revert "Do not display ADB confirm dialog during boot"" by Craig Mautner · 10 years ago
  30. e37099f Revert "Do not display ADB confirm dialog during boot" by Craig Mautner · 10 years ago
  31. b8415ec Merge "Do not display ADB confirm dialog during boot" by Craig Mautner · 10 years ago
  32. 10804eb Add additional info to AudioPort for enum/selection API. by Paul McLean · 10 years ago
  33. 34e90b2 Do not display ADB confirm dialog during boot by Craig Mautner · 10 years ago
  34. 51936d4 Merge "UsbAlsaManager: Don't reselect current USB audio device on all USB disconnects" by Mike Lockwood · 10 years ago
  35. 2a57bc7 MidiManager: Add USB peripheral MIDI support by Mike Lockwood · 10 years ago
  36. 9c2d34c UsbAlsaManager: Don't reselect current USB audio device on all USB disconnects by Mike Lockwood · 10 years ago
  37. cb09627 MIDI Manager: Remove message packetization from MIDI transport by Mike Lockwood · 10 years ago
  38. 2e34341 Replace broadcasts with calls to IAudioService.setWiredDeviceConnectionState() to report USB device status by Mike Lockwood · 10 years ago
  39. 98cc8e5 MidiManager bug fixing: by Mike Lockwood · 10 years ago
  40. 10024b3 MidiManager updates: by Mike Lockwood · 10 years ago
  41. 0a8f069 Support for simultaneous USB Audio Devices connect/disconnect by Paul McLean · 10 years ago
  42. d2de5a4 Rename UsbAudioManager to UsbAlsaManager by Mike Lockwood · 10 years ago
  43. d00c375 am 32ed193b: am f5e44c29: am c5c93edd: Merge "When switching to default USB function set, check restriction" into lmp-mr1-dev by Zoltan Szatmary-Ban · 10 years ago
  44. 67f8e8b MIDI Manager work in progress by Mike Lockwood · 10 years ago
  45. 469c15d When switching to default USB function set, check restriction by Zoltan Szatmary-Ban · 10 years ago
  46. fb0a22e Remove polling for ALSA device files in USB audio device detection. by Mike Lockwood · 10 years ago
  47. b66252f Setting ADB_ENABLED may result in a SecurityException. by Geoffrey Borggaard · 10 years ago
  48. 451a6f8 fix crash on invalid base64 key by Nick Kralevich · 10 years ago
  49. 3d50308 Fix USB audio disconnect logic by Mike Lockwood · 10 years ago
  50. c525843 Move *_AUDIO_PLUG actions from Intent to android.media.AudioManager by Jean-Michel Trivi · 10 years ago
  51. 255dd04 Added notification color to all system notifications by Selim Cinek · 10 years ago
  52. c7f084f Fix ALSA initialized wait for input-only USB Audio devices by Paul McLean · 10 years ago
  53. 9769ef9 Restore user switching logic. by Emily Bernier · 10 years ago
  54. 1848d31 Prevent users from mounting USB, if restricted. by Emily Bernier · 10 years ago
  55. 2471e02 UsbDebuggingManager: remove log spam when disconnecting USB by Mike Lockwood · 10 years ago
  56. 65a30ab Changed namespace of AlsaParser (and components) to correctly reflect their place by Paul McLean · 10 years ago
  57. d83a096 Bump up priority of system receiving BOOT_COMPLETED. by Dianne Hackborn · 10 years ago
  58. 8aa6892 am ee5d512d: am 4980996b: Merge "Allowed custom secure-adb confirmation via Activity or Service. It used to only be available via an Activity." into klp-modular-dev by Aaron Whyte · 10 years ago
  59. ee5d512 am 4980996b: Merge "Allowed custom secure-adb confirmation via Activity or Service. It used to only be available via an Activity." into klp-modular-dev by Aaron Whyte · 10 years ago
  60. d1931ff Allowed custom secure-adb confirmation via Activity or Service. by Aaron Whyte · 10 years ago
  61. fd7d310 Merge "Implement USB Audio across Nexus Devices Fix issues with connecting non-audio USB devices." by Paul McLean · 10 years ago
  62. d1d7c491 Merge "Revert "Revert "Initial implementation of USB Audio output.""" by Paul McLean · 10 years ago
  63. df36146 Implement USB Audio across Nexus Devices by Paul McLean · 10 years ago
  64. 988b38b am 5b7dccc4: am 90e2301e: am d2a11d97: Merge "Add explicit close of Scanner input" by Elliott Hughes · 10 years ago
  65. 5b7dccc am 90e2301e: am d2a11d97: Merge "Add explicit close of Scanner input" by Elliott Hughes · 10 years ago
  66. c837a45 Revert "Revert "Initial implementation of USB Audio output."" by Paul McLean · 10 years ago
  67. f2f80c0 Revert "Initial implementation of USB Audio output." by Eric Laurent · 10 years ago
  68. 6f127c9 Merge "Initial implementation of USB Audio output." by Paul McLean · 10 years ago
  69. 3af0fe0 Initial implementation of USB Audio output. by Paul McLean · 11 years ago
  70. 868f373 am 23fd13de: am f10d0399: Made secure-adb\'s new-public-key activity configurable. Some devices do not have lockscreens themselves, so the plan is to have them do RPCs to companion devices that can have lockscreens, for allowing or rejecting unwhitelisted adb public k by Aaron Whyte · 10 years ago
  71. f10d039 Made secure-adb's new-public-key activity configurable. by Aaron Whyte · 10 years ago
  72. 0416faa am 7a07f4d4: am a5853b17: am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev by Mike Lockwood · 10 years ago
  73. c84b4d7 am e920322f: am 86119603: am aa7e396f: am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev by Mike Lockwood · 10 years ago
  74. 1fe28b20 am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev by Mike Lockwood · 10 years ago
  75. aa7e396 am 935d417b: am afc3a5d3: Merge "Revert "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents"" into klp-dev by Mike Lockwood · 10 years ago
  76. 9428eb8 am c5353ce3: am 685831bf: am f9b90434: am ff64f5ed: am 381374b3: Merge "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents" into klp-dev by Mike Lockwood · 10 years ago
  77. f9b9043 am ff64f5ed: am 381374b3: Merge "UsbDeviceManager: Fix race condition between accessory start and USB configured uevents" into klp-dev by Mike Lockwood · 10 years ago
  78. e97b62e USB: Add support for disabling USB permission dialogs. by Mike Lockwood · 10 years ago
  79. 7531aa2 Add support for USB devices with multiple configurations and alternate interfaces by Mike Lockwood · 11 years ago
  80. 4495c86 am f2d07694: am 6eff9949: am 0fc59cd9: am da2bbaf2: am 2c7b913e: am 5daec5b5: Merge "UsbDeviceManager: Fix race condition entering USB accessory mode" into klp-dev by Mike Lockwood · 11 years ago
  81. 0fc59cd am da2bbaf2: am 2c7b913e: am 5daec5b5: Merge "UsbDeviceManager: Fix race condition entering USB accessory mode" into klp-dev by Mike Lockwood · 11 years ago
  82. a78068e am 13c83996: am 1c532c2e: am 4b07b26e: Merge "Make UsbService optional" into klp-modular-dev by Adam Lesinski · 11 years ago
  83. 2cb6c60 Make UsbService optional by Adam Lesinski · 11 years ago