An open API service providing commit metadata for open source projects.

GitHub / google/python-adb / commits

Python ADB + Fastboot implementation

SHA Message Author Date Stats
f4e597fe Update README.md Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
d0be33c5 merge Merge pull request #165 from bif-g/master Alex Lusco <a****o@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d85b4aa1 restore GetPublicKey interface mistakenly removed in 4b555e64d1e49d91ed851c59... Piotr Kucharski <b****f@g****m> about 7 years ago
0e507956 merge Merge pull request #155 from bif-g/master Alex Lusco <a****o@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
4b555e64 replace M2Crypto with py-cryptography Piotr Kucharski <b****f@g****m> about 7 years ago
d9b94b2d Add JeffLirion and tuxuser to CONTRIBUTORS (#130) tuxuser <t****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
almost 8 years ago
40ffe134 Fix strings and add tests (#128) Jeff Irion <J****n@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
almost 8 years ago
82bfd520 Handle open files/filenames correctly in Pull Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
5f7c2956 Open files in binary-write mode in Pull Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
722e54ee Raise understandable exception when failing to pull Fahrzin Hemmati <f****m@g****m> about 8 years ago
c610a56f Update README with new entrypoints and new history Fahrzin Hemmati <f****m@g****m> about 8 years ago
97e2aa9c Update to 1.3.0 Fahrzin Hemmati <f****m@g****m> about 8 years ago
1d1eae3f Added Or Barzilay to CONTRIBUTORS. (#106) Halastra <t****y@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
about 8 years ago
728714ec AdbCommands.Push(): Added st_mode parameter. (#105) Halastra <t****y@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
about 8 years ago
ff48509b Bugfix, update rsa's library name (#102) llliuyx <l****x@a****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
21c6a7c5 Update README with the latest API Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
9709d953 Fix TypeError for PY3 (#97) Francois Gervais <f****s@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
ee2d54e1 Bugfix/interactive shell none delim (#92) greateggsgreg <3****g@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
76315aa5 AdbCommands.Install(): Added grant_permissions and APK removal (#91) greateggsgreg <3****g@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
28d912a0 PEP8 formatting fixes and merge conflict fixes (#90) greateggsgreg <3****g@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
0b15f4fc Changed console scripts entry points to use names that dont conflict with and... greateggsgreg <3****g@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
854be634 AdbCommands structure change, Pycryptodome support, python3 fixes (#82) greateggsgreg <3****g@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
c3f93fae Add Josip Delic to CONTRIBUTORS (#85) Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
62cbf578 Fix double CLSEs causing a crash on some devices (#80) Mohammad Abu-Garbeyyeh <m****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
41d54773 Remove the timeout for logcat from the CLI (#48) Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
a5178ce5 Add entry_points to setup.py (#84) Josip Delic <d****i@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
bc745014 Added a callback to show file transfer progress (#78) Mohammad Abu-Garbeyyeh <m****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
89a202d0 Close file object after pushing (#79) Mohammad Abu-Garbeyyeh <m****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
69754a76 Added app uninstallation feature and make -r in installation optional (#81) Mohammad Abu-Garbeyyeh <m****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
209d8fa9 Fixed binary file pushing being cut early on Windows (#77) Mohammad Abu-Garbeyyeh <m****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
b77d0d55 Don't interact with the kernel driver in Windows (#28) Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
165d9436 Adding MohammadAG for his dm-verity-related PR Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
34d7adcc Added enable/disable verity support (#76) Mohammad Abu-Garbeyyeh <m****0@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 8 years ago
17ccb3c2 Add timeouts to TCP (#63) farthornas <k****s@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
almost 9 years ago
ed1f7f63 Use range for Python 3 support ktechmidas <d****l@m****t>
Committed by: Fahrzin Hemmati <f****m@u****m>
almost 9 years ago
c7fbfaef Turns out ADB doesn't encode file data at all, it's straight binary (#68) Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
e8a6f849 Better handle bytes/str in checksum in Python Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
cb4ae46f Fix string handling for TCP Handler (#54) Sytone <s****e@u****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
almost 9 years ago
bed1a53d Bump to 1.2.0 and add a History section (#46) Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
4db08f7e Use a bytearray() in the filesync connection to avoid extra copies (#41) Fahrzin Hemmati <f****m@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
996b237c Also handle signing bytearray() tokens Fahrzin Hemmati <f****m@g****m> about 9 years ago
96d09b41 Handle libusb1 1.6+'s bytearray() output in more places Fahrzin Hemmati <f****m@g****m> about 9 years ago
8600f28e Handle bytearray in CalculateChecksum Fahrzin Hemmati <f****m@g****m> about 9 years ago
a9ea7b41 Fix#37 : Migrate from 2.7 to 3.6 (#38) Mathieu <m****x@g****m>
Committed by: Fahrzin Hemmati <f****m@u****m>
over 9 years ago
fb09de9d Update PyCon2016 presentation with a working link Fahrzin Hemmati <f****m@g****m> over 9 years ago
2c649e4b Add PyCon2016 presentation to README Fahrzin Hemmati <f****m@g****m> almost 10 years ago
e8bd3244 Fix out-of-date exception name in adb_protocol Fahrzin Hemmati <f****m@g****m> about 10 years ago
dd4c2929 Fix typo in Logcat Fahrzin Hemmati <f****m@g****m> about 10 years ago
96bf7203 merge Merge pull request #20 from maruel/flags_tools Fahrzin Hemmati <f****m@u****m> over 10 years ago
8ce5ac4f README is markdown now, not reST Fahrzin Hemmati <f****m@g****m> over 10 years ago
7546aaba Add make_tools.py to generate adb.zip and fastboot.zip. Marc-Antoine Ruel <m****l@c****g> over 10 years ago
f2d2fd06 Move common_stub.py into test/ Fahrzin Hemmati <f****m@g****m> over 10 years ago
3ebd8e60 Add coverage and build badges Fahrzin Hemmati <f****m@g****m> over 10 years ago
b62751f0 merge Merge pull request #19 from google/tests Fahrzin Hemmati <f****m@u****m> over 10 years ago
1ac48c05 Add travis support Fahrzin Hemmati <f****m@g****m> over 10 years ago
b22d1cf8 merge Merge pull request #18 from google/tests Fahrzin Hemmati <f****m@u****m> over 10 years ago
673fed62 Use pytest and tox for testing Fahrzin Hemmati <f****m@g****m> over 10 years ago
f4bad87d merge Merge pull request #17 from maruel/flags Fahrzin Hemmati <f****m@u****m> over 10 years ago
0e8d41f8 Switch use of google-flags (gflags) to more standard argparse. Marc-Antoine Ruel <m****l@c****g> over 10 years ago
29e0c837 merge Merge pull request #15 from maruel/clean Fahrzin Hemmati <f****m@u****m> over 10 years ago
39dc3feb merge Merge pull request #14 from google/clean_rsa Fahrzin Hemmati <f****m@u****m> over 10 years ago
34f41ee1 Fix --port_path; improve doc. Marc-Antoine Ruel <m****l@c****g> over 10 years ago
ebf88172 Switch to setuptools.setup Fahrzin Hemmati <f****m@g****m> over 10 years ago
f8cde279 Move signer decision into import tree Fahrzin Hemmati <f****m@g****m> over 10 years ago
8ac36344 Move pythonrsa's key_path constructor to classmethod Fahrzin Hemmati <f****m@g****m> over 10 years ago
a109b6fa merge Merge pull request #13 from maruel/pythonrsa Fahrzin Hemmati <f****m@u****m> over 10 years ago
9de0f2b6 Make adb_debug.py able to use python-rsa if M2Crypto is unavailable. Marc-Antoine Ruel <m****l@c****g> over 10 years ago
1d4b6cab merge Merge pull request #11 from maruel/sign Fahrzin Hemmati <f****m@u****m> over 10 years ago
1c9ac278 merge Merge pull request #12 from fmborghino/add-contrib Fahrzin Hemmati <f****m@u****m> over 10 years ago
a974840d Add to CONTRIBUTORS Max Borghino <f****o@g****m> over 10 years ago
6b2d91f0 Specify gflags in readme and versions in setup Fahrzin Hemmati <f****m@g****m> over 10 years ago
2cbe0a59 merge Merge pull request #10 from dbonafilia/cmd-id-fix Fahrzin Hemmati <f****m@u****m> over 10 years ago
ac4ca21f merge Merge pull request #9 from tgalal/recursive_push Fahrzin Hemmati <f****m@u****m> over 10 years ago
f944faf2 Fix setup.py typos Fahrzin Hemmati <f****m@g****m> over 10 years ago
438f86bc Fix cli dropping extra args Fahrzin Hemmati <f****m@g****m> over 10 years ago
651253f7 Fix short reads on handles Fahrzin Hemmati <f****m@g****m> over 10 years ago
72d9dbec Split off M2CryptoSigner into its own file. Marc-Antoine Ruel <m****l@c****g> almost 11 years ago
5a45bae7 Clarified that the command IDs are the little endian hexadecimal representati... dbonafilia <d****a@g****m> about 11 years ago
7d52418a Fixed the command IDs. Prior to this change the command IDs were using the 4 ... dbonafilia <d****a@g****m> about 11 years ago
d1d2f997 Fixed pushing only first subdir + not pushing empty dirs Tarek Galal <t****l@g****m> about 11 years ago
e0f25ead Push directories Tarek Galal <t****l@g****m> about 11 years ago
05339fb1 merge Merge pull request #4 from fmborghino/master Alex Lusco <a****o@g****m> over 11 years ago
1a6d9f6b Fix minor namespace breakage Max Borghino <m****b@t****m> over 11 years ago
cd3d7b3a merge Merge pull request #3 from cambridgehackers/streamingshell Alex Lusco <a****o@g****m> over 11 years ago
0c93f4fc added adb_commands.StreamingShell Jamey Hicks <j****s@q****m> over 11 years ago
89dd2977 merge Merge pull request #2 from cambridgehackers/distutils Alex Lusco <a****o@g****m> over 11 years ago
924e42c5 Added CONTRIBUTORS Jamey Hicks <j****s@q****m> almost 12 years ago
18f022b2 added Alex as Maintainer, set version to 1.1.0 Jamey Hicks <j****s@q****m> almost 12 years ago
bcc09c8c merge Merge pull request #1 from cambridgehackers/adb-over-tcp Alex Lusco <a****o@g****m> almost 12 years ago
bc96c020 Package with distutils.core Jamey Hicks <j****s@q****m> almost 12 years ago
b3c420b4 added property serial_number to TcpHandle Jamey Hicks <j****s@q****m> almost 12 years ago
5ec9c345 removed protected property usb_handle from AdbCommands, replaced with handle Jamey Hicks <j****s@q****m> almost 12 years ago
187d6e2c Fix a typo in the fastboot_write_chunk_size_kb flag description Alex Lusco <a****o@g****m> almost 12 years ago
4e23d973 updated doc string for "serial" argument Jamey Hicks <j****s@q****m> almost 12 years ago
5fa355d9 added support for adb over TCP Jamey Hicks <j****s@q****m> almost 12 years ago
57a37db8 cls.Unpack expects 24 bytes, so read 24 bytes Jamey Hicks <j****s@q****m> almost 12 years ago
82c34dc1 Fixes a test failing due to local_id now being 1 instead of 0 Alex Lusco <a****o@g****m> almost 12 years ago
1af9a92e Passes the correct local id when writing adb commands. Alex Lusco <a****o@g****m> almost 12 years ago
0151f22f Adds a missing common_stub file Alex Lusco <a****o@g****m> almost 12 years ago
371b7972 Increase the default timeout for cli tools, 200ms is too fast Alex Lusco <a****o@g****m> almost 12 years ago

← Back to repository