Corentin LIAUD
989ba34a20
chore: clippy lints + v2.1.19
v2.1.19
2025-12-23 21:14:21 +01:00
cocool97
da3423bc4a
Merge pull request #116 from wxitcode/feat/115
...
feat: add Shell v2 protocol when the host supports Shell v2.
2025-12-23 21:09:20 +01:00
Corentin LIAUD
44742ada24
chore: add shell_v2 logging
2025-12-23 21:03:19 +01:00
LIAUD Corentin
dc05e85147
fix: inverted command & args
2025-12-23 20:56:24 +01:00
wxitcode
3f1a529c2b
Refactor shell command handling to support v2
2025-12-23 20:54:59 +01:00
wxitcode
c3e4ea9eb8
feat: add Shell v2 protocol when the host supports Shell v2.
2025-12-23 20:54:57 +01:00
cocool97
22ceceb26a
Merge pull request #103 from J05HM0N5TER/adb-list
...
feat: adb list
2025-12-23 20:53:26 +01:00
Corentin LIAUD
ed242808aa
feat: rebase from main branch
2025-12-23 20:48:09 +01:00
J05HM0N5TER
c49378182e
feat: adb list fixes
2025-12-23 20:38:41 +01:00
LIAUD Corentin
7fbea238c0
fix: remove duplicate list command
2025-12-23 20:38:39 +01:00
J05HM0N5TER
757b0f9523
feat: adb list
...
ADB List (ls) for both direct device communication and for communication though the adb server.
2025-12-23 20:38:31 +01:00
Himadri Bhattacharjee
d7dbc76727
Acknowledge shell_command response with OKAY messages for long responses ( #154 )
...
* fix: acknowledge write commands to continue partial data streams
* fix: read spurious close messages with a small timeout
* fix: clippy in CI not erro'ing on warnings
* breaking: bump msrv to 1.91.0
* fix: handle as many spurious CLSE messages as possible
---------
Co-authored-by: Corentin LIAUD <corentinliaud26@gmail.com >
2025-12-23 09:16:12 +01:00
Corentin LIAUD
739b3e1cee
breaking: bump msrv to 1.91.0
2025-12-22 20:20:21 +01:00
Corentin LIAUD
4193779cd4
fix: clippy in CI not erro'ing on warnings
2025-12-22 19:32:22 +01:00
Corentin LIAUD
1564e99aa7
feat: improve error management in adb_cli
...
- adds an explicit error message when error needs to be filled with an
issue
- remove anyhow dependency in adb_cli
- update deps
2025-12-12 19:30:05 +01:00
Pieter
c9d5df55d4
doc: adb_tcp_device.rs usb to tcp
2025-11-15 05:36:46 +01:00
Corentin LIAUD
36097fdc07
fix: windows release build
v2.1.18
2025-11-07 14:41:09 +01:00
Corentin LIAUD
4ab0b01e37
chore: v2.1.18
2025-11-07 14:33:19 +01:00
Corentin LIAUD
ee3d879744
chore: v2.1.18
2025-11-07 14:20:17 +01:00
Corentin LIAUD
31d5388ffa
feat(pyadb_client): bump min python version to 3.10
2025-11-07 14:18:37 +01:00
Corentin LIAUD
f108b5ed5f
chore(bincode): bump
2025-11-06 08:55:41 +01:00
Corentin LIAUD
46c8c54751
chore(deps): updates
2025-11-06 08:15:11 +01:00
Koji AGAWA
f616373ae2
refactor(adb_client): Simplify command handling in adb_tcp_device.rs by reducing explicit return statements
2025-11-06 08:00:43 +01:00
Koji AGAWA
c83df4309f
refactor(adb_client): Extract common AUTH handshake logic to a reusable method in adb_message_device.rs
2025-11-06 08:00:43 +01:00
Koji AGAWA
88526aa943
feat(adb_client): Add support for AUTH in the TCP device
2025-11-06 08:00:43 +01:00
Koji AGAWA
8cce59193c
deps(adb_client): use ring rather than aws_lc_rs in rcgen
2025-11-06 07:47:59 +01:00
Corentin LIAUD
e0b6bb0139
chore: cargo clippy -- -W clippy::pedantic
2025-10-19 14:58:35 +02:00
Corentin LIAUD
373a5265a0
chore: v2.1.17
v2.1.17
2025-09-21 11:42:58 +02:00
yohane
060e43590d
Fix:Regex expression parsing transport incorrectly
2025-09-21 11:37:37 +02:00
Corentin LIAUD
f51ba984ca
impr: further improve LogFilter by removing split_inclusive
2025-09-21 11:29:05 +02:00
0vercl0k
66ebc8a030
Reword logic in LogFilter::write to avoid cloning the internal buffer
2025-09-21 11:29:05 +02:00
LIAUD Corentin
d39e98695d
fix: wrong msrv badges url
2025-08-03 17:38:11 +02:00
LIAUD Corentin
34d5811420
chore: version 2.1.16
v2.1.16
2025-08-03 17:32:50 +02:00
LIAUD Corentin
86e28a6e25
chore: add msrv badges
2025-08-03 17:31:24 +02:00
LIAUD Corentin
9f113bdb93
chore: add msrv + fix clippy lints
2025-08-03 17:27:54 +02:00
cocool97
8670d6db58
fix: use random adb key if not existing ( #130 )
2025-08-03 17:08:15 +02:00
LIAUD Corentin
0732a0bbad
chore: v2.1.15
v2.1.15
2025-07-27 20:20:57 +02:00
cocool97
b5673001ca
feat: make search_adb_devices and is_adb_device public ( #129 )
2025-07-27 20:19:03 +02:00
LIAUD Corentin
81829c1523
chore: v2.1.14
v2.1.14
2025-07-07 08:21:22 +02:00
LIAUD Corentin
b9d2b8374f
dep(homedir): fix to 0.3.4 to fix windows build
2025-07-06 20:00:24 +02:00
LIAUD Corentin
5716784f5d
deps(homedir): fix version 0.3.5 because of hard rust 1.88 dep
2025-07-06 19:42:15 +02:00
LIAUD Corentin
b6ddc720d8
chore(clippy): run linter
2025-07-06 19:41:58 +02:00
Sashanoraa
5438e53361
Support devices that don't do auth ( #124 )
2025-07-06 19:34:34 +02:00
cocool97
39a7f0a8cf
chore: bump criterion + pyo3 ( #122 )
2025-05-24 14:56:34 +02:00
LIAUD Corentin
4129d9d218
chore: v2.1.13
v2.1.13
2025-05-12 19:48:19 +02:00
alesharik
c23dca61d7
feat: add fastboot reboot type ( #119 )
...
* feat: add fastboot reboot type
* feat: add fastboot command to cli
---------
Co-authored-by: LIAUD Corentin <corentinliaud26@gmail.com >
2025-05-12 19:47:56 +02:00
LIAUD Corentin
2bc338fdf5
fix: add missing chrono "std" feature
2025-05-11 14:45:50 +02:00
wxitcode
728fb7da95
fix: device long parse error issue ( #118 )
...
* fix: device long parse error issue
* test: add device_long unit tests
* fix: prevent copy when parsing DeviceLong
---------
Co-authored-by: LIAUD Corentin <corentinliaud26@gmail.com >
2025-05-11 14:02:19 +02:00
LIAUD Corentin
2e762400e5
fix: reduce dependencies ( #112 )
...
- Reduce tree from 349 to 210.
- Remove unused lazy_static dependency
2025-05-09 19:37:25 +02:00
LIAUD Corentin
c85c76228d
chore: version v2.1.12
v2.1.12
2025-05-01 12:49:35 +02:00