Skip to content

v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:27

Added

  • File transfer with the desktop (opt-in: Settings → File transfer), up to 5 MB per
    file
    .
    • Android → desktop: share a file ("Send via AndroControl") → saved to the
      desktop's ~/AndroControl/received/.
    • Desktop → Android: androcontrol-ctl send <file…> (or a Thunar right-click
      action) → saved to Downloads/AndroControl/ on the phone.
    • Each transfer is confirmed on the receiving side; folders/multi-selections are zipped
      on the fly. Carried on a dedicated mTLS data port (-data-port), kept off the
      input/control stream and paced to leave the link headroom. Larger files await
      resumable transfers; for now they're capped at 5 MB for reliability.

Changed

  • The ongoing connection notification now persists for the whole session: if it's
    dismissed (Android 13+ lets users swipe away foreground-service notifications), it is
    re-posted while the connection is still active.