24 Commits

Author SHA1 Message Date
LIAUD Corentin
251276c766 feat: add logcat + log crate 2024-09-05 16:54:39 +02:00
LIAUD Corentin
7abfa451d2 feat: add emu commands interface 2024-08-09 15:32:51 +02:00
LIAUD Corentin
aa22472952 feat: license; start server if not running 2024-08-02 10:49:22 +02:00
LIAUD Corentin
1a62105565 feat: remove serial param from functions 2024-07-17 21:48:24 +02:00
LIAUD Corentin
1342b4c34a feat: rework interface to add new transports 2024-07-17 20:07:52 +02:00
LIAUD Corentin
8a682f7472 feat: improve TCP connection management 2024-07-15 16:31:57 +02:00
LIAUD Corentin
6fe4905bb7 fix: Error when reusing same connection 2024-07-13 19:01:15 +02:00
LIAUD Corentin
2a551182ec fix: README.md 2024-07-13 19:01:15 +02:00
Spedoske
ac1ce8caef return the shell command output from shell_command (#18)
* return the shell command output from shell_command

* fix exception when executing multiple shell commands

* Minor test fix

---------

Co-authored-by: LIAUD Corentin <corentin.liaud@orange.fr>
2023-10-03 20:52:10 +02:00
cocool97
ec7c4b2732 Fixes spelling (#14)
- AdbTcpConnexion -> AdbTcpConnection
- occured -> ocurred
2023-08-16 21:01:12 +02:00
LIAUD Corentin
c7ffe0f40b Release 0.7.0 2023-08-15 21:11:53 +02:00
jagenheim
fff8bd0c20 Sync functionality (#11)
* Sync functionality

Added the following sync commands:
SEND - Working as intended
RECV - Working as intended
STAT - Only checks if file exist
LIST - Untested due to device issues
---------

Co-authored-by: Fredrik Jagenheim <fjagenheim@jabra.com>
Co-authored-by: LIAUD Corentin <corentin.liaud@orange.fr>
2023-08-15 21:07:41 +02:00
LIAUD Corentin
3aed5c19b3 Adds reboot subcommand 2023-02-09 17:39:44 +01:00
LIAUD Corentin
a31b9b9c38 Separates bin and lib 2023-02-09 16:59:02 +01:00
LIAUD Corentin
0dfb6e53ba Separates binary and crate
- Improves shell command with "host-features"
- Minor improvments
2022-05-20 21:53:51 +02:00
LIAUD Corentin
4ad16ecaff Modifies README.md 2022-05-20 10:59:15 +02:00
LIAUD Corentin
73dc01963f Fixes doc tests + bump dependencies 2022-05-16 18:16:11 +02:00
LIAUD Corentin
2267768533 Removed useless AdbCommandProvider trait
- Also bump clap, anyhow & regex crates
2022-04-08 22:19:08 +02:00
LIAUD Corentin
6708c4b045 Minor improvments
- Fixes tests
- Minor changes in PR
2022-04-08 21:54:11 +02:00
LIAUD Corentin
418a01ec93 WIP ADB shell 2022-01-12 21:45:49 +01:00
LIAUD Corentin
c0738ca9cc Exports missing structures
- AdbVersion
- DeviceLong
2022-01-08 11:36:30 +01:00
LIAUD Corentin
a912cd6e53 Minor changes in parsing
- Now using regexes to increase performances (+ reliability)
2022-01-07 21:48:50 +01:00
LIAUD Corentin
33ecd8a80a Adds host:track-devices command
- Also clean code and TCP socket reading
2022-01-05 20:42:14 +01:00
LIAUD Corentin
7670c1f0a0 Initial commit 2022-01-05 11:08:11 +01:00