adaptive tab browser with material3 nav3#224
Open
maceip wants to merge 18 commits intoIgalia:mainfrom
Open
Conversation
In clang-tidy rules, change WarningsAsErrors to warnings only. Preserve Cerbero build folder during gradle clean.
Replace the legacy wpe-android view-backend with the new WPE Platform API, providing a cleaner integration with WebKit's rendering pipeline. New implementations: - WPEDisplayAndroid: Android-specific WPEDisplay - WPEToplevelAndroid: Window/toplevel management - WPEViewAndroid: View with buffer handling via AHardwareBuffer - WPEInputMethodContextAndroid: Input method context Key changes: - RendererSurfaceControl uses WPEBuffer directly instead of WPEAndroidBuffer - Connect fundamental WebKit signals for navigation, loading, and UI
Add full keyboard support for web content using WPE's input method context: - AndroidKeyMap.h: Maps Android keycodes to XKB keysyms - WPEInputConnection: Android InputConnection for soft keyboard - Support for text composition, deletion, and hardware key events The input method context integrates with WPE's focus tracking to show/hide the soft keyboard when input fields gain or lose focus.
add listdetailscenestrategy layout
add composite strategy, nav transitions
request layout when container resizes for viewport update
mute background tabs, track media/capture state
Maceip/tab lifecycle signals
Replace complex multi-backstack pattern with single NavBackStack per Navigation 3 conventions. Previous implementation had several issues: - Created separate backStacks per top-level route causing state issues - Called rememberSaveableStateHolderNavEntryDecorator in loop - Returned new SnapshotStateList on each call breaking equality checks - Dynamic topLevelRoutes caused backStacks map to become stale New implementation uses rememberNavBackStack for automatic state saving, properly integrates with NavDisplay's entryProvider pattern, and handles tab switching by replacing TabDetail entries instead of managing multiple navigation stacks.
fix browser navigation state to use single NavBackStack
Restore the original copyright headers for pre-existing files that were incorrectly modified. These files were originally authored by Igalia contributors.
minibrowser: restore original Igalia copyright headers
Member
|
@maceip Right now we are busy trying to get the support for WPEPlatform merged in |
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.
slide transitions between scenes, predictive back gesture support
this might need to be moved out of your repo as its not so mini anymore :)