You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restored normal Android → PC clipboard synchronization by keeping scrcpy native clipboard autosync enabled for control sessions.
Hardened manual Android Copy and Ctrl+C so an expired request cannot copy stale clipboard text or claim a later unrelated Android clipboard event.
Reset clipboard dedupe and pending-copy state when sessions disconnect, reconnect, or start again.
Remember PC → Android clipboard values only after Android acknowledges them, so failed synchronization remains retryable instead of being incorrectly deduplicated.
Preserved non-pasting automatic synchronization (SetClipboard(paste=false)) so clipboard sync does not interfere with normal keyboard typing.
Added regression coverage for stale-copy rejection, copy timeout cleanup, reconnect/session reset, and retry after an unconfirmed clipboard synchronization.