• v0.8.0 1a7ce6c59d

    oss released this 2026-07-28 12:00:39 +02:00 | 3 commits to main since this release

    Drag & drop files onto the device

    Drag files straight onto the mirrored screen:

    • APKs install via adb install -r (reinstall, app data kept).
    • Everything else is copied to the device's Download folder.
    • Drop several files at once — they're transferred one after another.

    Works in the attached pane and in a detached window. While a drag hovers, the
    stream shows a highlight and tells you what will happen; a status pill reports
    progress and the result, and the full detail (including adb's own output) lands
    in the session log in the details sidebar.

    Drops are only accepted while a device is actually streaming, so a drag onto an
    idle or connecting device shows the "no drop" cursor rather than failing silently.
    Folders are refused — recursive push isn't supported yet.

    The destination is a single constant (DropPath.pushDirectory) if you want to
    retarget it.

    Downloads