Conversation
cpatni
commented
May 19, 2026
Contributor
- New connect-your-device screen with minimal capture card icon
- Permission checklist with icon backgrounds, styled spinners, and inline start button
- Refactored native streaming: separated configure/start lifecycle, added stats summary JNI bridge
- Added MVVM architecture with StateFlow, coroutine-scoped USB monitoring, and video format selection state
- New Kotlin files: appscope, usbmon, UsbDevice, VideoFormatSelectionState
- Expanded VideoStreamingConnection with format negotiation protocol
- New connect-your-device screen with minimal capture card icon - Permission checklist with icon backgrounds, styled spinners, and inline start button - Refactored native streaming: separated configure/start lifecycle, added stats summary JNI bridge - Added MVVM architecture with StateFlow, coroutine-scoped USB monitoring, and video format selection state - New Kotlin files: appscope, usbmon, UsbDevice, VideoFormatSelectionState - Expanded VideoStreamingConnection with format negotiation protocol
- Fix missing onClose parameter in VideoStreamingConnectionTests - Remove deprecated package attribute and uses-sdk from AndroidManifest.xml - Upgrade AGP 8.2.2 → 8.7.3, Kotlin 1.9.23 → 2.0.21 - Bump compileSdk/targetSdk 34 → 35, minSdk 30 → 33 - Update Java/JVM target 1.8 → 17
Add -Wl,-z,max-page-size=16384 linker flag to align ELF LOAD segments to 16 KB page boundaries. Fixes compatibility warning for libusbvideo.so and libusb.so on devices with 16 KB page size.
Change app_requirements TextView width from fixed 280dp to wrap_content so the subtitle text stays on a single line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.