forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[workflows] Add workflow jobs for buliding and testing #4
Open
WonyoungChoi
wants to merge
7
commits into
flutter-2.2.1-tizen
Choose a base branch
from
add-workflows
base: flutter-2.2.1-tizen
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 27, 2021 01:42
780e5fe
to
7b96833
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
2 times, most recently
from
September 27, 2021 04:58
2ca8975
to
5432bc2
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 27, 2021 07:38
5432bc2
to
7dbfff2
Compare
✔️ All symbols are allowed. |
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 27, 2021 08:01
7dbfff2
to
73c480e
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 27, 2021 08:53
73c480e
to
0fa8e0e
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 27, 2021 09:02
0fa8e0e
to
874febf
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 27, 2021 09:04
874febf
to
11b20b1
Compare
WonyoungChoi
force-pushed
the
add-workflows
branch
from
September 29, 2021 08:27
f9a3a6b
to
05b469b
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 29, 2021 10:17
e522878
to
df185d3
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 30, 2021 01:55
df185d3
to
4e97b24
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 30, 2021 01:57
4e97b24
to
8520aef
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 30, 2021 10:59
8520aef
to
2f82f9b
Compare
WonyoungChoi
force-pushed
the
flutter-2.2.1-tizen
branch
from
September 30, 2021 11:41
2f82f9b
to
fddfd01
Compare
WonyoungChoi
pushed a commit
that referenced
this pull request
Oct 1, 2021
* Fix memory corruption issue (#2) * Exit application method is replaced by 'ui_app_exit' (#3) * Fix launch failure in sleep mode (#4) * Fix scorll issue (flutter#6) * Changed EGL settings to support more Tizen devices (#5) * Add touch events of platform view channel for tizen (flutter#8) * Resize egl window when software keyboard is shown (flutter#7) * Fix texture being not released issue (flutter#9) * Remove tizen_tools dependency and update BUILD.gn (flutter#11) * Refactor tizen surface (flutter#10) * Fix a crash in stop phase of Tizen engine (flutter#12) * Fix a crash during app shutdown (flutter#13) * Fix a crash when TizenVsyncWaiter is destroyed. (flutter#15) * Implement key events for tizen webview (flutter#14) * Change method name starting with lower case (flutter#16) * Remove not used code (flutter#18) * Introduce assertion macros (flutter#17) * Minor update to Misc (flutter#19) * Add azure-pipelines.yml (flutter#20) * Clean-up channel view resource upon exiting app (#22) * Call a method to set imf_context in platform view channel (#24) * Support Tizen 4.0 (#23) * Fix a focused platform view bug (#27) * Support screen rotations for Tizen 4.0 and Tizen 6.0 (#28) * Separate the embedder from the engine (#29) * Add profile build to the CI script (#30) * Share egl context to egl resource context (#31) * Implement message queue to handle vblank request (#32) * Fix a platform view bug (#33) * Convert timestamp to correct unit (#35) * Send locales to flutter including default locale (#38) * Enable FontConfig to improve font fallbacks (#40) Co-authored-by: Xiaowei Guan <[email protected]> Co-authored-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Seungsoo Lee <[email protected]> Co-authored-by: Hakkyu Kim <[email protected]>
WonyoungChoi
pushed a commit
that referenced
this pull request
Nov 30, 2021
* Fix memory corruption issue (#2) * Exit application method is replaced by 'ui_app_exit' (#3) * Fix launch failure in sleep mode (#4) * Fix scorll issue (flutter#6) * Changed EGL settings to support more Tizen devices (#5) * Add touch events of platform view channel for tizen (flutter#8) * Resize egl window when software keyboard is shown (flutter#7) * Fix texture being not released issue (flutter#9) * Remove tizen_tools dependency and update BUILD.gn (flutter#11) * Refactor tizen surface (flutter#10) * Fix a crash in stop phase of Tizen engine (flutter#12) * Fix a crash during app shutdown (flutter#13) * Fix a crash when TizenVsyncWaiter is destroyed. (flutter#15) * Implement key events for tizen webview (flutter#14) * Change method name starting with lower case (flutter#16) * Remove not used code (flutter#18) * Introduce assertion macros (flutter#17) * Minor update to Misc (flutter#19) * Add azure-pipelines.yml (flutter#20) * Clean-up channel view resource upon exiting app (#22) * Call a method to set imf_context in platform view channel (#24) * Support Tizen 4.0 (#23) * Fix a focused platform view bug (#27) * Support screen rotations for Tizen 4.0 and Tizen 6.0 (#28) * Separate the embedder from the engine (#29) * Add profile build to the CI script (#30) * Share egl context to egl resource context (#31) * Implement message queue to handle vblank request (#32) * Fix a platform view bug (#33) * Convert timestamp to correct unit (#35) * Send locales to flutter including default locale (#38) * Enable FontConfig to improve font fallbacks (#40) Co-authored-by: Xiaowei Guan <[email protected]> Co-authored-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Seungsoo Lee <[email protected]> Co-authored-by: Hakkyu Kim <[email protected]>
WonyoungChoi
pushed a commit
that referenced
this pull request
Dec 14, 2021
* Fix memory corruption issue (#2) * Exit application method is replaced by 'ui_app_exit' (#3) * Fix launch failure in sleep mode (#4) * Fix scorll issue (flutter#6) * Changed EGL settings to support more Tizen devices (#5) * Add touch events of platform view channel for tizen (flutter#8) * Resize egl window when software keyboard is shown (flutter#7) * Fix texture being not released issue (flutter#9) * Remove tizen_tools dependency and update BUILD.gn (flutter#11) * Refactor tizen surface (flutter#10) * Fix a crash in stop phase of Tizen engine (flutter#12) * Fix a crash during app shutdown (flutter#13) * Fix a crash when TizenVsyncWaiter is destroyed. (flutter#15) * Implement key events for tizen webview (flutter#14) * Change method name starting with lower case (flutter#16) * Remove not used code (flutter#18) * Introduce assertion macros (flutter#17) * Minor update to Misc (flutter#19) * Add azure-pipelines.yml (flutter#20) * Clean-up channel view resource upon exiting app (#22) * Call a method to set imf_context in platform view channel (#24) * Support Tizen 4.0 (#23) * Fix a focused platform view bug (#27) * Support screen rotations for Tizen 4.0 and Tizen 6.0 (#28) * Separate the embedder from the engine (#29) * Add profile build to the CI script (#30) * Share egl context to egl resource context (#31) * Implement message queue to handle vblank request (#32) * Fix a platform view bug (#33) * Convert timestamp to correct unit (#35) * Send locales to flutter including default locale (#38) * Enable FontConfig to improve font fallbacks (#40) Co-authored-by: Xiaowei Guan <[email protected]> Co-authored-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Seungsoo Lee <[email protected]> Co-authored-by: Hakkyu Kim <[email protected]>
WonyoungChoi
pushed a commit
that referenced
this pull request
Dec 23, 2021
* Fix memory corruption issue (#2) * Exit application method is replaced by 'ui_app_exit' (#3) * Fix launch failure in sleep mode (#4) * Fix scorll issue (flutter#6) * Changed EGL settings to support more Tizen devices (#5) * Add touch events of platform view channel for tizen (flutter#8) * Resize egl window when software keyboard is shown (flutter#7) * Fix texture being not released issue (flutter#9) * Remove tizen_tools dependency and update BUILD.gn (flutter#11) * Refactor tizen surface (flutter#10) * Fix a crash in stop phase of Tizen engine (flutter#12) * Fix a crash during app shutdown (flutter#13) * Fix a crash when TizenVsyncWaiter is destroyed. (flutter#15) * Implement key events for tizen webview (flutter#14) * Change method name starting with lower case (flutter#16) * Remove not used code (flutter#18) * Introduce assertion macros (flutter#17) * Minor update to Misc (flutter#19) * Add azure-pipelines.yml (flutter#20) * Clean-up channel view resource upon exiting app (#22) * Call a method to set imf_context in platform view channel (#24) * Support Tizen 4.0 (#23) * Fix a focused platform view bug (#27) * Support screen rotations for Tizen 4.0 and Tizen 6.0 (#28) * Separate the embedder from the engine (#29) * Add profile build to the CI script (#30) * Share egl context to egl resource context (#31) * Implement message queue to handle vblank request (#32) * Fix a platform view bug (#33) * Convert timestamp to correct unit (#35) * Send locales to flutter including default locale (#38) * Enable FontConfig to improve font fallbacks (#40) Co-authored-by: Xiaowei Guan <[email protected]> Co-authored-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Seungsoo Lee <[email protected]> Co-authored-by: Hakkyu Kim <[email protected]>
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.
TEST