Skip to content

Releases: OneAboveAll1964/synco-android

v1.1.0

Choose a tag to compare

@OneAboveAll1964 OneAboveAll1964 released this 09 Aug 13:57
Fix remote audio, zoom and gesture handling

Audio no longer plays on the thread that receives video: frames land in
a small queue that a dedicated player thread drains, so a stalled
AudioTrack can never hold up decoding. The player is only built when
the Mac actually accepted audio, tearing one down happens outside the
session lock, and stopping joins the writer before releasing the track.

Pinch now zooms the phone's own view only, instead of zooming here and
magnifying the Mac at the same time; two fingers pan while zoomed in
and still scroll the Mac at normal size. A short settle window is back,
so the small movement as a second finger lands no longer nudges the
cursor, while a deliberate drag still moves it right away.

v1.0.2

Choose a tag to compare

@OneAboveAll1964 OneAboveAll1964 released this 08 Aug 15:17
Throttle the live transfer notification to once a second so the OS ke…

v1.0.1

Choose a tag to compare

@OneAboveAll1964 OneAboveAll1964 released this 03 Aug 06:56
Implement accessibility capture logic and introduce CaptureSwitch for…

v1.0.0

Choose a tag to compare

@OneAboveAll1964 OneAboveAll1964 released this 02 Aug 06:55
Enhance clipboard event logging and improve asynchronous processing i…