Arcadia x86 updates 250305 - #9
Open
electrikjesus wants to merge 11 commits into
Open
Conversation
Fixes an issue where PhoneStateMonitor could crash if the task stack changed and the new running task had a null top activity. Test: Tested locally BUG: 204516470 FIX: 204516470 Change-Id: I8880b6ed508d7985b709e43cd624aa0a20414d0c
Set the input surface's parent to the display overlay so it could set the corresponding layer stack. Test: enabled simulate display and freeform, move or resize the window, Test: drag and drop content on second display Bug: 234405646 Change-Id: I6720a077dededc13d674ba1f80ce9b6b5169f613
mInputSurface is never getting recreated, so it still has old display as parent. Delete it when finishing resize to fix freeform window resize on multiple displays. Steps to reproduce: 1. Attach secondary display 2. Open freeform window on secondary display 3. Resize freeform window on secondary display 4. Open freeform window on primary display 5. Resize freeform window on primary display 6. See "window not found" error in log and resize not working Test: Reproduce steps resize both windows successfully. Change-Id: I10bdf890cb7615cc6d26cd72b75b817a7edcd492
Change-Id: I2f3e8739efcf77ba560c65dcbc7e3f3bdd57ef04
This reverts commit 5bc2c3d. This will be reworked to be based on a property we can control from frameworks/native instead
This reverts commit ba6f890.
This reverts commit 6d35ec9.
This reverts commit 441dcbb.
VNC can draw the cursor client-size if it can get a Bitmap from the cursor. This allows us to fake a faster cursor and save server resources because the framebuffer doesnt change when the cursor moves. Change-Id: Ie6a9091205bf3848e82902a4862e0d837cdab402
If VNC draws cursor on client side, we do not want to have a second cursor visible. Change-Id: Iab1b9477a9142f7ae23484f76285981bddca1880
Change-Id: I5dd95a9ec669f94bb6da8775c2ff856fe5f078bf
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.
No description provided.