]> git.eshelyaron.com Git - emacs.git/commit
Adapt Tramp for Android 12
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 6 Aug 2022 16:09:35 +0000 (18:09 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 6 Aug 2022 16:09:35 +0000 (18:09 +0200)
commitb9c65203d0f419306ac062e59a59643db9a1a541
tree623c0acb010e98543d68b9563a4acc0126418081
parenta2127251a5c66f3b7d47fd13893e2e628a8d2105
Adapt Tramp for Android 12

* lisp/net/tramp-adb.el (tramp-methods): Use "%d".
(tramp-adb-handle-directory-files-and-attributes): Fix "." and
".." in listing.
(tramp-adb-sh-fix-ls-output): Fix file names with spaces.
(tramp-adb-maybe-open-connection): Compute args from `tramp-login-args'.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-handle-make-process): Check for adb device if indicated.

* test/lisp/net/tramp-tests.el (tramp-test17-insert-directory)
(tramp-test22-file-times): Adapt tests.
lisp/net/tramp-adb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el