Added adb special remote which allows exporting files to Android devices.

git annex testremote passes.

exportree not implemented yet, although the documentation talks about it,
since it will be the main way this remote will be used.

The adb push/pull progress is displayed for now; it would be better
to consume it and use it to update the git-annex progress bar.

This commit was sponsored by andrea rota.
This commit is contained in:
Joey Hess 2018-03-27 12:41:57 -04:00
parent 108068a8a2
commit 2927618d35
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
23 changed files with 297 additions and 19 deletions

View file

@ -15,7 +15,5 @@ repository.
And, [[export preferred content]] would be a useful feature for
excluding some files from a tree exported to android.
----
initremote will need to store the uuid of the remote in it, to avoid
operating on the wrong device.
> Status: Basic special remote now implemented. exporttree and import
> not yet. --[[Joey]]