-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[main][Tizen] Replace Tizen Backend engine #9619
Merged
Merged
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
Hey there @myroot! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
myroot
force-pushed
the
add-nui-handler
branch
from
August 24, 2022 07:04
a6f278b
to
25bc656
Compare
rookiejava
approved these changes
Aug 24, 2022
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.
For more information on this PR, please refer to the here.
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
5 tasks
* Fix compatibility issue * Fix Compatibility Resource path
- Modal Navigation Manager (dotnet#1563) - Implement the basic WindowHandler (dotnet#1468) - Don't extract native defaults, meaning users can no longer reset a color back to a platform theme (dotnet#1485) - Implement Alerts (Alert, Prompt and ActionSheet) (dotnet#1328) - And so on.
- Effects (dotnet#1574) - Improve Window and AnimationManager (dotnet#1653) - and so on
* Add Essentials.Samples.Tizen * Add guard for null exception * Fix Essentials.Samples for Tizen * Fix csproj for net6 * Remove Forms.Init
- Window lifecycle (dotnet#1754) - Move New Navigation Handler to Core and make it internal (dotnet#1800) - Scrollview handler (dotnet#1669) - ScrollView Resize + Window Handler Resize (dotnet#1676) - Font AutoScalingEnabled (dotnet#1774) - Rename Font Properties (dotnet#1755) - Update layout system to ensure native measure/arrange are called for all controls, even from Page subclasses (dotnet#1819) - IContainer as IList<IView> (dotnet#1724) - Implement Layout padding for new StackLayouts and GridLayout (dotnet#1749) - Delete all the TabIndex, TabStop, Focusable things! (dotnet#1777) - Introduce SetSemanticFocus API via SemanticExtensions (dotnet#1829) - Improve Window and AnimationManager (dotnet#1653) - And so on
- Merge IFrameworkElement and IView and Remove IPage (dotnet#1875)
* Add Blazor webview * Replace space to tab * remove space
* Fix entry cursor error * Update code referring to android extension * Remove duplicate code & Add exception cases * Code fixes for consistency
Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <[email protected]>
* Fix issues caused by bump up * Update Tizen file provider * Update file provider with proper path
…ctangle -> Size). (#91)
* Fix ImageButton Clicked * Apply review comment
* Add DatePicker * Add missing class * Update Style and Use DummyPopupPage * Refactoring with MauiTimePicker * add new file Co-authored-by: Jay Cho <[email protected]>
* Update FontNamedSize * adjust font size on tv profile
* Add FlyoutView * Update FlyoutView to cover TV drawer * Add missing connecting handler * Update handler implementation using extensions * Simplify code Co-authored-by: Jay Cho <[email protected]>
* Add MenuIcon to Toolbar * Apply Reviews Co-authored-by: Jay Cho <[email protected]>
* [NUI] Add ShellHandler * Update PublicAPI.Shipped.txt file * Fix build error * Update AppHostingBuilder * Update ShellView with review feedback * Remove unnecessary code * Update Shell navigation stack * Add IDisposable interface * Update ShellSectionView * Update AdppHostBuilderExtensions * Rebase and update toolbar to resolve conflict * Remove ShellContentHandler and update ToolbarHandler * Update ShellView to handle DrawerToggleVisible * Remove unnecessary code
myroot
force-pushed
the
add-nui-handler
branch
from
August 25, 2022 23:42
25bc656
to
d1657ea
Compare
myroot
force-pushed
the
add-nui-handler
branch
from
August 25, 2022 23:43
d1657ea
to
fb8a7a6
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
This PR replace Tizen backend graphics engine