-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
126 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Server Versions | ||
|
||
This is an incomplete list of breaking changes in ADB server. | ||
|
||
Because there are internal, undocumented changes, and the source code history is full of refactoring and C++ modernizing, it's difficult to find them. | ||
|
||
Thanks https://kirschju.re/posts/listing-historic-versions-of-android-debug-bridge/ for listing ADB server versions and download links. | ||
|
||
## v41 | ||
|
||
Rough commit range: 070e8ba5b57f929de4bef1acea610387dc6544d5...ee7b44d91c809f64cbabc4ced8c05360991c29b2 | ||
|
||
* Support `wait-for-*-disconnect` | ||
* Support `tport:` services for selecting devices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Upgrade from 1.0.0 | ||
|
||
This version doesn't include any changes in core packages. | ||
This page lists changes from version 1.0.0 in core packages. | ||
|
||
For changes in Scrcpy-related packages, see [this page](../scrcpy/upgrade.mdx). | ||
|
||
## `@yume-chan/adb` | ||
|
||
Add partial support for ADB server version 40: | ||
|
||
* `createDeviceConnection` now skips server version check when device selector is transport ID | ||
* `waitFor` now checks server version when `state` is `disconnect` | ||
* Added `waitForDisconnect` which supports waiting for transport ID disconnect on all server versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters