Add annotation overlay feature for remote desktop#43
Open
maximus595 wants to merge 2 commits intoYlianst:mainfrom
Open
Add annotation overlay feature for remote desktop#43maximus595 wants to merge 2 commits intoYlianst:mainfrom
maximus595 wants to merge 2 commits intoYlianst:mainfrom
Conversation
- Implement AnnotationOverlayService for system-wide overlay - Add AnnotationBridge for server message handling - Support freehand drawing, shapes (rect/circle/arrow), and TTL - Handle overlay permissions and user consent - Send lifecycle events (started/stopped) to server - Integrate with existing remote desktop tunnels Core components: - AnnotationServiceBus: Command routing and lifecycle management - DrawingOverlayView: Canvas rendering with hardware acceleration - AnnotationConsent: User permission flow with auto-enable option - AnnotationController: Service lifecycle and permission management Features: - Real-time stroke drawing with smooth path rendering - Geometric shapes: rectangles, circles, arrows - TTL support for temporary annotations - Color and width styling from server - Pass-through overlay (non-interactive) - Foreground service with notification - Coordinate normalization for different screen sizes This enables browser users to annotate Android screens during remote desktop sessions with real-time visual feedback.
Collaborator
|
this is brilliant! |
…e mirrors - action_stopscreensharing
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.
Overview
Implements real-time annotation system allowing browser users to draw on Android device screens during remote desktop sessions.
Related PR
Both PRs are required for complete functionality.
Core components:
Features:
This enables browser users to annotate Android screens during remote desktop sessions with real-time visual feedback.