Refactor AppWindow to remove showInTaskbar property and improve - #59
Merged
Conversation
…w visibility handling - Removed the showInTaskbar property from AppWindow class. - Updated window initialization to always skip taskbar on Windows and added visibility handling for macOS. - Refactored visibility logic in hide and exitGateMode methods. - Adjusted logging to reflect changes in taskbar behavior. Enhance WindowFocusManager to improve focus handling and diagnostics - Introduced focus repair diagnostics in WindowFocusManager. - Added methods to track and verify keyboard focus before pasting. - Improved error handling for focus-related issues during paste operations. Update WindowsHotkeyChannel to support focus and thread diagnostics - Modified sendPaste method to accept target window and focus parameters. - Enhanced response structure to include focus repair diagnostics. Improve SQLite database management for security and performance - Changed auto_vacuum pragma to secure_delete for better data handling. - Implemented incremental vacuuming to maintain database performance. Add permission restrictions for Linux storage directories - Implemented _restrictToOwner method to set directory permissions to 0700 on Linux. Enhance ClipboardService to prevent overwriting stale entries - Added logic to check for the existence of stored images before reactivating clipboard items. Refactor ListenerPlugin for better activation tracking on macOS - Implemented activation tracking to capture the last foreign application bundle ID. - Improved paste handling to ensure focus is correctly managed during paste operations. Fix clipboard handling in Windows ListenerPlugin - Added retry logic for OpenClipboard to handle brief locks by other applications.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Enhance WindowFocusManager to improve focus handling and diagnostics
Update WindowsHotkeyChannel to support focus and thread diagnostics
Improve SQLite database management for security and performance
Add permission restrictions for Linux storage directories
Enhance ClipboardService to prevent overwriting stale entries
Refactor ListenerPlugin for better activation tracking on macOS
Fix clipboard handling in Windows ListenerPlugin