Merge commit '0999fee86764f4a0179dadb1a71ce72909ec875c'
* commit '0999fee86764f4a0179dadb1a71ce72909ec875c':
Add "wake" command to wake device up. Run wake command at first connection.
Merge commit 'fd6f01eb6999c79d21844a117d27bf2c5f469de3'
* commit 'fd6f01eb6999c79d21844a117d27bf2c5f469de3':
Update ignore file to include new ignoring patterns
Merge commit 'd2057e13d3525ad6293d341f84bdafc2125f3305'
* commit 'd2057e13d3525ad6293d341f84bdafc2125f3305':
Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL
Merge commit '7a3e95aeba5109ef6aa4c9488be9416e7355067c'
* commit '7a3e95aeba5109ef6aa4c9488be9416e7355067c':
Add a "Searchable Dictionary" app to the sample apps that demonstrates being a part of global search.
As the result of the split, now we have two DLLs that deal with USB driver
connection on Windows. AdbWinApi.dll deals with legacy driver and LoadLibrary
AdbWinUsbApi.dll on condition that WINUSB.DLL is installed on user's machine.
When both DLLs must be installed in the same location in SDK.
BUG 2033924
updated: makefile adjusted so app is part of sdk, and the manifest refers to the correct sdk version.
updated: brushed up docs and formatting per feedback.
Merge commit 'e2778775411c3ef8d2d20351963715904135e9ec'
* commit 'e2778775411c3ef8d2d20351963715904135e9ec':
Improve the comments in build.xml to help people customize their build.
Renamed the getenv and added one for user sources.
Added a (naive) check to prevent duplicate URLs.
Also fixed the repositoy.xml download error message, it was not displaying the reason of failure correctly.
Merge commit 'bde665505d365075e61ade7f6314b4a44ef4224d'
* commit 'bde665505d365075e61ade7f6314b4a44ef4224d':
fix release notes redirect for the SDK package to point to the correct page
Merge commit '5a23b679067cb110345b095ee98f9671a2273461'
* commit '5a23b679067cb110345b095ee98f9671a2273461':
Fix template for java test file to not use deprecated class.
Merge commit 'a68dbdb1c31c486f489f38291eea05b3c621ae36'
* commit 'a68dbdb1c31c486f489f38291eea05b3c621ae36':
Added in simple command scripting to monkey over a TCP socket.
Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to
enable ADB on condition that WINUSB has not been installed.
In this patch set new file (adb_winusb_api.h) has been added where I moved
typedef that broke the build. Aso, adb_api.cpp and AdbWinApi.cpp were changed
to include that new header file.
BUG 2033924
Merge commit '36e0ac795e9ec37323e25e0acf04b3090fe4c266'
* commit '36e0ac795e9ec37323e25e0acf04b3090fe4c266':
Fix some display string that contained an unused %s and an NPE