forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 17
Refactor embedder and introduce FlutterTizenView #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8a5e823
Implement FlutterTizenView foundation
bbrto21 d29bd8f
Add graphics callback to FlutterTizenView
bbrto21 aaed4a7
Change flutter-tizen API names
bbrto21 9ebdd2e
Implement FlutterTizenView, FlutterTizenWindow
bbrto21 638665d
Refactor touch event
bbrto21 0fdd175
Add GetRotatoin to FlutterTizenWindow
bbrto21 4377447
Move window dependent channels to FlutterTizenView
bbrto21 b8a42f0
Refactor key event
bbrto21 b45925d
Update window related minor things
bbrto21 b5e3fad
Fix a WindowChannel bug
bbrto21 bd6632a
Rename TizenWindow
bbrto21 745212a
Cleanup minor things
bbrto21 30746fa
Implement TizenWindowElementary
bbrto21 11aaa65
Fix gn format error
bbrto21 73ca452
Fix a bug on headless
bbrto21 8b379af
Fix a custom dart entrypoint bug
bbrto21 36fecf5
Remove a headed property
bbrto21 8c26155
Fix a crash on testing
bbrto21 394fc64
Remove prefix "FlutterXXX"
bbrto21 2f3ae4c
Adding a trailing comma for readability
bbrto21 319e5c1
Add null check for custom entrypoint
bbrto21 7030839
Update based on review
bbrto21 0fd880d
Change API name based on review
bbrto21 3c913a3
Update based on review
bbrto21 4fb0343
Clean up minor things
bbrto21 6cca9bf
Update based on review
bbrto21 e7781a9
Remove prefix "FLUTTER" from protection macro
bbrto21 b989ba3
Fix a typo
bbrto21 2910892
Fix regression changes
bbrto21 6d136c4
Call bindKeys when Creating the view
bbrto21 5fef421
Updated based on review
bbrto21 67324df
Fix a typo
bbrto21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for? I mean.. What scenario was it made for? I thought this was necessary for a certain scenario... I wonder what it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A most typical scenario is a multi-packaging app.
this is not a new feature, it has just been refactored. please see this