Skip to content

Commit cd29245

Browse files
committed
feat: add quadrator mode — 4 simultaneous camera streams in 2x2 grid
- QuadCell inner class: self-contained RTSP video-only player per cell - TCP-only in quad mode (UDP fixed ports can't be shared) - No audio in quad mode to reduce resource usage - Per-camera Quad: YES/NO toggle in Settings (default NO) - Quadrator: OFF/ON menu item between Carousel and Exit - Quad and Carousel are mutually exclusive - State persisted in SharedPreferences, survives pause/resume - Tap any quadrant to open menu - Bump version to 1.17
1 parent 8c74903 commit cd29245

2 files changed

Lines changed: 627 additions & 8 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.openipc.decoder"
1919
minSdk 21
2020
targetSdk 36
21-
versionCode 16
22-
versionName "1.16"
21+
versionCode 17
22+
versionName "1.17"
2323
}
2424

2525
// Signing credentials from environment variables; null when absent.

0 commit comments

Comments
 (0)