cocool97
e2e1ae1202
Merge pull request #156 from cocool97/mdns-feature
...
feat(mdns): add feature flag + example
2025-12-26 12:24:00 +01:00
Corentin LIAUD
4f26ebfe29
fix: improve workflow
2025-12-26 12:19:44 +01:00
Corentin LIAUD
2a7c9bdc57
feat(mdns): add feature flag + example
2025-12-26 12:09:02 +01:00
Corentin LIAUD
d06b157255
chore: clippy improvements
2025-12-26 11:19:46 +01:00
Corentin LIAUD
947964163b
fix(adb_client): image crate had no output format by default
2025-12-26 11:12:32 +01:00
Corentin LIAUD
5075e09d0e
chore(adb_cli): improve error message in case of error
2025-12-26 11:12:08 +01:00
cocool97
f1d3f8d5f2
Merge pull request #155 from cocool97/sessions
...
feat: Track individual sessions (local and remote id) for each operation
2025-12-26 10:57:31 +01:00
Corentin LIAUD
9016b7fab4
chore: minor code improvements
2025-12-26 10:53:26 +01:00
Corentin LIAUD
558ef4df7f
Track individual sessions (local and remote id) for each operation
...
This allows multiple operations to be performed simultaneously
Co-authored-by: gaykitty
2025-12-26 10:41:21 +01:00
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