forked from Swind/pure-python-adb
-
Notifications
You must be signed in to change notification settings - Fork 2
Adopt various pull requests #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
753e331
Update __init__.py
r0xen d731fd2
call disable-user while uninstalling if app is device-admin
eybisi 9675c44
mark pattern variables raw strings
mib1185 b85afe7
mark more pattern variables raw strings
mib1185 2710257
Fix SyntaxWarning
eamanu 6693e67
fix openning quote
eamanu a13c5d9
Manually add https://github.com/Swind/pure-python-adb/pull/85
CloCkWeRX f0499b0
Merge remote-tracking branch 'eamanu/fix-syntax-warning'
CloCkWeRX 26f9498
Merge remote-tracking branch 'mib1185/mark-regex-patterns-as-raw-stri…
CloCkWeRX 67bde3a
Merge remote-tracking branch 'eybisi/uninstall-device-admin-app'
CloCkWeRX d87401f
Merge commit '753e331'
CloCkWeRX 3a31315
Merge remote-tracking branch 'JeffLIrion/recursive-push-async'
CloCkWeRX 643f48f
Merge branch 'master' of https://github.com/spm5065/pure-python-adb
CloCkWeRX b042d1b
Run black
CloCkWeRX e162469
Fix https://github.com/Swind/pure-python-adb/issues/94 ; Apply a vers…
CloCkWeRX 5bbf54c
Add a workaround for https://github.com/Swind/pure-python-adb/issues/110
CloCkWeRX 6aa757a
Add a workaround for https://github.com/Swind/pure-python-adb/issues/110
CloCkWeRX 61022fa
Add history
CloCkWeRX 0eee352
Add history
CloCkWeRX 00be401
Add history
CloCkWeRX c7a225c
Improve metadata
CloCkWeRX 88552d3
Update HISTORY.rst
CloCkWeRX d7d4a1b
Merge branch 'master' into master
CloCkWeRX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -22,11 +22,11 @@ | |
setup( | ||
name="pure-python-adb", | ||
version="0.3.0-dev", | ||
description="Pure python implementation of the adb client", | ||
description="Pure python implementation of the adb client, forked and maintained", | ||
long_description=readme + "\n\n" + history, | ||
author="Swind Ou", | ||
author_email="[email protected]", | ||
url="https://github.com/Swind/pure-python-adb", | ||
author="Sergio Martins", | ||
author_email="", | ||
url="https://github.com/spm5065/pure-python-adb", | ||
license="MIT license", | ||
packages=find_packages(exclude=["*.test", "*.test.*", "test.*", "test"]), | ||
install_requires=[], | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.