Releases: switchifyapp/switchify-android
Releases · switchifyapp/switchify-android
v2.33.2
What's Changed
- [codex] Expand ADB testing bridge actions by @enaboapps in #2501
- Add reusable PC keyboard navigation cluster by @enaboapps in #2503
Full Changelog: v2.33.1...v2.33.2
v2.33.1
What's Changed
- Add function keys to PC typing surface by @enaboapps in #2499
Full Changelog: v2.33.0...v2.33.1
v2.33.0
What's Changed
- Add debug ADB testing bridge by @enaboapps in #2495
- Add first gesture repeat delay setting by @enaboapps in #2497
Full Changelog: v2.32.1...v2.33.0
v2.32.1
What's Changed
- Include active Auto Scroll in gesture mode policy by @enaboapps in #2493
Full Changelog: v2.32.0...v2.32.1
v2.32.0
What's Changed
- Send Bluetooth pointer movement without waiting for acknowledgements by @enaboapps in #2475
- Recover Bluetooth movement after stalled GATT writes by @enaboapps in #2477
- Send PC control commands without waiting for acknowledgements by @enaboapps in #2479
- Add timed gesture repeat by @enaboapps in #2481
- Move advanced gesture settings by @enaboapps in #2483
- Enforce gesture lock and repeat collision rules by @enaboapps in #2485
- Only show paired PCs in service chooser by @enaboapps in #2487
- Make gesture modes service-lifecycle state by @enaboapps in #2489
- Update Advanced Gestures settings summary by @enaboapps in #2491
Full Changelog: v2.31.0...v2.32.0
v2.31.0
What's Changed
- Add Android PC discovery pairing foundation by @enaboapps in #2329
- Add scanned PC mouse control menu by @enaboapps in #2331
- Make PC controls a scanned activity surface by @enaboapps in #2333
- Keep PC control socket connected by @OwenMcGirr in #2335
- Use PC pointer profile for mouse movement by @OwenMcGirr in #2337
- Add PC mouse movement size selection by @OwenMcGirr in #2339
- Polish scanned PC control grid UI by @OwenMcGirr in #2341
- Reduce Control PC tap flicker by @OwenMcGirr in #2343
- Remove QR fallback from PC connection UI by @OwenMcGirr in #2345
- Use custom square PC command buttons by @OwenMcGirr in #2347
- Show pairing request code on Android by @OwenMcGirr in #2349
- Add scanned PC typing by @OwenMcGirr in #2351
- Add dedicated scanned PC typing screen by @OwenMcGirr in #2353
- Move Type text to top of Control PC by @OwenMcGirr in #2355
- Make Control PC mouse and typing surfaces cohesive by @OwenMcGirr in #2357
- Fix PC control review issues by @OwenMcGirr in #2361
- Embed PC control switcher in nav bar by @OwenMcGirr in #2363
- Make NavBar height adaptive by @OwenMcGirr in #2365
- Add Android PC unpairing by @OwenMcGirr in #2367
- Prevent beta releases reaching production by @OwenMcGirr in #2369
- Add Android PC window controls by @OwenMcGirr in #2371
- Fix stale scan nodes after dynamic UI updates by @OwenMcGirr in #2373
- Prevent PC connection row text squishing by @OwenMcGirr in #2375
- Apply targetTechnique in TemporaryScanModeSession by @enaboapps in #2385
- Skip invalid frames when reading PC responses by @enaboapps in #2386
- Use typed error reasons in PC connection stack by @enaboapps in #2387
- Fix PcConnectionViewModel state race and main-thread prefs reads by @enaboapps in #2388
- Serialize NSD resolves so simultaneous PCs are not dropped by @enaboapps in #2389
- Keep settled refresh trigger across conflated events by @enaboapps in #2390
- Remove allocations from Node equality in scan hot path by @enaboapps in #2391
- Document PC pairing threat model by @enaboapps in #2392
- Support multiple PCs in scanned Control PC flow by @enaboapps in #2394
- Redesign PC control layout for scan efficiency by @enaboapps in #2396
- Absorb switch key events when stopping ongoing tasks by @enaboapps in #2398
- Fix PC discovery: request local network permissions before NSD by @enaboapps in #2400
- Fix PC connection screen not refreshing after unpair by @enaboapps in #2402
- Restore PC mouse control layout by @OwenMcGirr in #2404
- Limit segmented button labels to one line by @OwenMcGirr in #2405
- Add QR manual PC connection fallback by @OwenMcGirr in #2407
- Retry PC auth before clearing saved pairing by @enaboapps in #2409
- Defer PC controller until device unlock by @enaboapps in #2411
- Switch PC control to Bluetooth LE by @enaboapps in #2413
- Shut down PC Bluetooth outside PC UI by @enaboapps in #2417
- Improve PC Bluetooth reconnect heartbeat by @enaboapps in #2419
- Remove unused PC Bluetooth notification event by @enaboapps in #2425
- Add live PC Bluetooth heartbeat by @enaboapps in #2426
- Clarify PC control pause grace shutdown by @enaboapps in #2427
- Add PC Bluetooth close diagnostics by @enaboapps in #2428
- Move PC control session ownership to service by @enaboapps in #2431
- Make PC control UI compact for scanning by @enaboapps in #2433
- Add PC mouse drag control by @enaboapps in #2435
- Update repository references for Android rename by @enaboapps in #2437
- Retain BLE pairing tokens after auth failures by @enaboapps in #2439
- Disable PC surfaces while sending commands by @enaboapps in #2441
- Fix BLE PC pairing follow-ups by @enaboapps in #2445
- Close menu when Control PC starts by @enaboapps in #2447
- Fix BLE lifecycle cleanup by @enaboapps in #2450
- Add gesture lock re-arm option by @enaboapps in #2452
- Add gesture lock re-arm HUD message by @enaboapps in #2455
- Add gesture lock re-arm switch action by @enaboapps in #2456
- Sync re-arm toggle with gesture lock by @enaboapps in #2458
- Fix direct boot startup by @enaboapps in #2460
- Add service startup splash by @enaboapps in #2462
- Fix direct boot camera startup crash by @enaboapps in #2464
- Fix direct boot storage context by @enaboapps in #2466
- Delay BLE discovery initialization by @enaboapps in #2468
- Show BLE device names in service PC picker by @enaboapps in #2470
- Add Switchify PC download link by @enaboapps in #2472
- Merge v2.31.0 into main by @enaboapps in #2473
Full Changelog: v2.30.0...v2.31.0
v2.31.0-beta.42
What's Changed
- Delay BLE discovery initialization by @enaboapps in #2468
Full Changelog: v2.31.0-beta.41...v2.31.0-beta.42
v2.31.0-beta.41
What's Changed
- Fix direct boot storage context by @enaboapps in #2466
Full Changelog: v2.31.0-beta.40...v2.31.0-beta.41
v2.31.0-beta.40
What's Changed
- Fix direct boot camera startup crash by @enaboapps in #2464
Full Changelog: v2.31.0-beta.39...v2.31.0-beta.40
v2.31.0-beta.39
What's Changed
- Add service startup splash by @enaboapps in #2462
Full Changelog: v2.31.0-beta.38...v2.31.0-beta.39