Skip to content
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 266 commits into from
Aug 26, 2022
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 25, 2022

  1. Remove comment

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    654ed22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634a7ea View commit details
    Browse the repository at this point in the history
  3. Remove space

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3125f78 View commit details
    Browse the repository at this point in the history
  4. Fix compatibility issue (#41)

    * Fix compatibility issue
    
    * Fix Compatibility Resource path
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    12637d2 View commit details
    Browse the repository at this point in the history
  5. Bump to latest

    - 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.
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8bfb581 View commit details
    Browse the repository at this point in the history
  6. [SingleProject] Fix Issues (#50)

    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4f6a099 View commit details
    Browse the repository at this point in the history
  7. Bumt to latest

    - Effects (dotnet#1574)
    - Improve Window and AnimationManager (dotnet#1653)
    - and so on
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9f4168e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9898581 View commit details
    Browse the repository at this point in the history
  9. Add Essentials.Samples.Tizen (#24)

    * Add Essentials.Samples.Tizen
    
    * Add guard for null exception
    
    * Fix Essentials.Samples for Tizen
    
    * Fix csproj for net6
    
    * Remove Forms.Init
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0185ef8 View commit details
    Browse the repository at this point in the history
  10. Fix build error (#60)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f3622e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d299c22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97a59da View commit details
    Browse the repository at this point in the history
  13. Bump to latest (#71)

    - 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
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0e7725a View commit details
    Browse the repository at this point in the history
  14. Remove IPage on Tizen (#72)

    - Merge IFrameworkElement and IView and Remove IPage (dotnet#1875)
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    17d0116 View commit details
    Browse the repository at this point in the history
  15. Add Blazor webview (#67)

    * Add Blazor webview
    
    * Replace space to tab
    
    * remove space
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f2f8e16 View commit details
    Browse the repository at this point in the history
  16. Fix entry cursor error (#68)

    * Fix entry cursor error
    
    * Update code referring to android extension
    
    * Remove duplicate code & Add exception cases
    
    * Code fixes for consistency
    박인서/Common Platform Lab(SR)/Associate/삼성전자 authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    78d2803 View commit details
    Browse the repository at this point in the history
  17. Fix nullable issue (#77)

    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    975fbdf View commit details
    Browse the repository at this point in the history
  18. Fix Image loading (#78)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d3c1bdd View commit details
    Browse the repository at this point in the history
  19. Fix nested layout issue (#79)

    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    myroot and rookiejava committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    51cfa93 View commit details
    Browse the repository at this point in the history
  20. Fix issues caused by bump up (#75)

    * Fix issues caused by bump up
    
    * Update Tizen file provider
    
    * Update file provider with proper path
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    283eece View commit details
    Browse the repository at this point in the history
  21. Fix unmatched partial method (#84)

    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    46c052d View commit details
    Browse the repository at this point in the history
  22. Fixes incorrect parameter type for ILayoutManager.ArrangeChildren (Re…

    …ctangle -> Size). (#91)
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    50c65eb View commit details
    Browse the repository at this point in the history
  23. Make the HandlerToRendererShim simple

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9eb22f4 View commit details
    Browse the repository at this point in the history
  24. Revert "Fixes incorrect parameter type for ILayoutManager.ArrangeChil…

    …dren (Rectangle -> Size). (#91)" (#97)
    
    This reverts commit c54ac83.
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    13f127a View commit details
    Browse the repository at this point in the history
  25. Refactor the LayoutHandler (#99)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a90d32c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a000c96 View commit details
    Browse the repository at this point in the history
  27. Fix LayoutHandler Update issue (#103)

    * Fix LayoutHandler Update issue
    
    * Implement InvalidateMeasure propagation
    
    * Update MapBackground
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ddf4e8d View commit details
    Browse the repository at this point in the history
  28. Add InitializationOptions (#107)

    * Add InitializationOptions
    
    * Set UseSkiaSharp true as default
    
    * Apply DP as default
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9afce5d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    44f1701 View commit details
    Browse the repository at this point in the history
  30. Fix Essentials sample (#108)

    * Fix Essentials sample for Tizen
    
    * Remove UseSkiaSharp flag
    
    * Remove MaterialComponents
    
    * Fix Tizen flag
    
    * Remove CustomRenderer
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    381069f View commit details
    Browse the repository at this point in the history
  31. Add ShellHandler (#64)

    * Add ShellHandler
    
    * Move ShellView into Platform/Tizen
    
    * Update ShellView
    
    * Move the code for embedded tizen resources to csproj
    
    * Add UIExtenstions for shell
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d033d84 View commit details
    Browse the repository at this point in the history
  32. MAUI workload for Tizen (#66)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a5e4ac5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    20c15ba View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9453039 View commit details
    Browse the repository at this point in the history
  35. Add ShellSearchView (#121)

    * Add ShellSearchView
    
    * Fix the layout issue in ShellSearchResultList
    
    * Enable nullable
    
    * Fix maximum height of ShellSearchResultList
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a816554 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    78db18f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b9239ac View commit details
    Browse the repository at this point in the history
  38. Fix build error (dotnet#137)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6b4b9e7 View commit details
    Browse the repository at this point in the history
  39. Replace SkiaGraphicsView with local patch (dotnet#135)

    This commit will be revert when upstream code is updated
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7717240 View commit details
    Browse the repository at this point in the history
  40. Support Min/Max Height/Width on IView and applying MauiApp/MauiAppBui…

    …lder pattern
    
    - Support Min/Max Height/Width on IView (dotnet#2265)
    - Updating .NET MAUI to use MauiApp/MauiAppBuilder pattern and use MS.Extensions.DependencyInjection (dotnet#2137)
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7c662c4 View commit details
    Browse the repository at this point in the history
  41. Fix Tizen Templates (dotnet#144)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a907a42 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f5f09a0 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    812d623 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    306ed66 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5b030ff View commit details
    Browse the repository at this point in the history
  46. [Tizen] Adds BoxView Handler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9c72865 View commit details
    Browse the repository at this point in the history
  47. [Tizen] Implement ProgressColor property in ProgressBarHandlers

    - Implement ProgressColor property in ProgressBarHandlers (dotnet#600)
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    330fab4 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    34af028 View commit details
    Browse the repository at this point in the history
  49. Bump to latest (rc1)

    - ImageButtonHandler and Handler Re-usability (dotnet#2352)
    - Remove IBoxView (dotnet#2619)
    - Add SupportedOSPlatformVersion (dotnet#2565)
    - Merge all the .NET 6 projects/solutions (dotnet#2505)
    - Shadow Support (dotnet#570)
    - Add IndicatorView handler(dotnet#2038)
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8824f3a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    332930a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bae03e2 View commit details
    Browse the repository at this point in the history
  52. [Tizen] Add TVShellView (dotnet#183)

    * [Tizen] Add TVShellView
    
    * [Tizen] Update TVShellView
    
    * [Tizen] Update NativeView for Shell
    
    * [Tizen] Update ShellView
    
    * [Tizen] Change default FlyoutBackgroundColor for TV
    
    * [Tizen] Enable nullable
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ba74c05 View commit details
    Browse the repository at this point in the history
  53. Refactor WrapperView to draw drawable features (dotnet#186)

    * Refactor WrapperView to draw drawable features
    
    * Update class names and devide files
    
    * Override NeesContainer to remove duplicated code
    
    * Update class names
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8c0bd1c View commit details
    Browse the repository at this point in the history
  54. [Tizen] Adds ApplicationHandler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f5dfb02 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5b211df View commit details
    Browse the repository at this point in the history
  56. Fix UpdateBackground (dotnet#194)

    * Fix UpdateBackground
    
    * Add ContentView Background mapper
    
    * Fix Editor/Entry/Label/Layout Background
    
    * Add IWrapperViewCanvas.Content
    
    * Add PageHandler Background mapper
    
    * Restore WrapperView
    
    * Remove unnecessary namespace
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e194447 View commit details
    Browse the repository at this point in the history
  57. [Tizen] Fix build error on PageHandler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3ad355c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    721c921 View commit details
    Browse the repository at this point in the history
  59. [Tizen] Add Shadows (dotnet#233)

    * [Tizen] Add Shadows
    
    * [Tizen] Apply review comments
    
    * [Tizen] Move updating shape in proper position
    
    * [Tizen] Update BackgroundDrawable
    
    * [Tizen] Apply review comments
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2e9a956 View commit details
    Browse the repository at this point in the history
  60. [Tizen] Add BorderDrawable (dotnet#224)

    * Move to platform specific
    
    * Fix border handler for Tizen
    
    * Rename ToDrawable method
    
    * Fix border content layout
    
    * Fix BorderView
    
    * Apply rebase
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5568c52 View commit details
    Browse the repository at this point in the history
  61. [Tizen] Fix entry cursor issue (dotnet#222)

    * Fix entry cursor issue
    
    * Fix UpdateSelectionLength method
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8b4df1b View commit details
    Browse the repository at this point in the history
  62. [Tizen] Remove TVNavigationDrawer TVNavigationView (dotnet#223)

    * [Tizen] Remove TVNavigationDrawer TVNavigationView
    
    * [Elmsharp] Update Tizen.UIExtensions version
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9ed555a View commit details
    Browse the repository at this point in the history
  63. [Tizen] Initial Multi Window support

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    747cff0 View commit details
    Browse the repository at this point in the history
  64. [Tizen] Fix MauiContext

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6a781c1 View commit details
    Browse the repository at this point in the history
  65. [Tizen] Refactor Border by defining MauiDrawable (dotnet#248)

    * [Tizen] Refactor Border by defining MauiDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Remove unnecessary type casting
    
    * [Tizen] Move getting path logic to drawable
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0c34844 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    4ca192e View commit details
    Browse the repository at this point in the history
  67. Fix tizen solution (.sln) correctly

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    cd7a29e View commit details
    Browse the repository at this point in the history
  68. [Tizen] Add VerticalTextAlignment

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a3645b1 View commit details
    Browse the repository at this point in the history
  69. [Tizen] Fix Scoping of MauiContext

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    289cffb View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    751249f View commit details
    Browse the repository at this point in the history
  71. [Tizen] Applying upstream changes

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8d16642 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    9c73cd1 View commit details
    Browse the repository at this point in the history
  73. [Tizen] Initial Reloadyfy support

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    019e7a8 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    005dd5e View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    d6d2a98 View commit details
    Browse the repository at this point in the history
  76. Fix CollectionView layout issue (dotnet#288)

    * Fix CollectionView layout issue
    
    * Remove unnecessary code
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    35bdcb0 View commit details
    Browse the repository at this point in the history
  77. [Tizen] ZIndex proof-of-concept

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2fad74e View commit details
    Browse the repository at this point in the history
  78. Fix ScrollView ContentSize and Padding margin (dotnet#291)

    * Fix ScrollView ContentSize and Padding margin
    
    * Fix MapRequestScrollTo
    
    * Update src/Core/src/Handlers/ScrollView/ScrollViewHandler.Tizen.cs
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Update src/Core/src/Handlers/ScrollView/ScrollViewHandler.Tizen.cs
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    
    * Remove MapContentSize
    
    Co-authored-by: 허강호/Common Platform Lab(SR)/Principal Engineer/삼성전자 <kangho.hur@samsung.com>
    myroot and rookiejava committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6d1678d View commit details
    Browse the repository at this point in the history
  79. Implements WindowOverlay and VisualDiagnosticsOverlay (dotnet#294)

    * Implements WindowOverlay and VisualDiagnosticsOverlay
    
    * Apply code review
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    99402e5 View commit details
    Browse the repository at this point in the history
  80. [Tizen] Fix Image Handler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0a49bf4 View commit details
    Browse the repository at this point in the history
  81. Remove GetDesiredSize (dotnet#295)

    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    033c6ff View commit details
    Browse the repository at this point in the history
  82. [Tizen] Fix ButtonHandler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    69c163a View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    b4ca897 View commit details
    Browse the repository at this point in the history
  84. Refactor WrapperView and Fix Issue (dotnet#302)

    * Refactor WrapperView
    
    * Use Thickness type for Shadow margin
    
    * Update variable name
    
    * Update class name to GraphicsExtensions
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e4d8612 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    115bb2c View commit details
    Browse the repository at this point in the history
  86. [Tizen] Fix NativeView casting issue

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    71d532e View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    e9eb454 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    1fa4f92 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    5c10a7b View commit details
    Browse the repository at this point in the history
  90. [Tizen] Adds PaintExtensions

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    30461ef View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    c57e0de View commit details
    Browse the repository at this point in the history
  92. [Tizen] Remove GetNative

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8d06c4b View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    e61a78c View commit details
    Browse the repository at this point in the history
  94. [Tizen] Bump to latest

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    30622a1 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    3e6b0fb View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    b4a66d3 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    3457dbf View commit details
    Browse the repository at this point in the history
  98. [Tizen] Remove legacy TFMs

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5fe1157 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    fca50e7 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    b976b89 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    c72411c View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    ec7eedd View commit details
    Browse the repository at this point in the history
  103. [Tizen] Interfaced Handler for Label, Page, NavigationView, Picker,

    ProgressBar, SwipeView
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    efa6e99 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    26e0287 View commit details
    Browse the repository at this point in the history
  105. [Tizen] Interfaced handler for Switch, TimePicker, WebView, Slider,

    SearchBar, RefreshView, RadioButton
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    df3cda9 View commit details
    Browse the repository at this point in the history
  106. [Tizen] Fix build error after rebasing

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    23094a2 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    0042858 View commit details
    Browse the repository at this point in the history
  108. [Tizen] Backport p14 changes

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bbfc78b View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    77c7313 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    939f8d8 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    3ff0cc6 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    e6c9e6b View commit details
    Browse the repository at this point in the history
  113. Adds the Tizen backend

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8b67266 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    b139331 View commit details
    Browse the repository at this point in the history
  115. Bump to latest and fix build error

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2ef55f1 View commit details
    Browse the repository at this point in the history
  116. Bump to latest

    - Apply to start adding in APIs for adding legacy renderers via assembly scanning (dotnet#1333)
    - Update to IMauiContext (dotnet#1357)
    - and so on
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6f7f7fc View commit details
    Browse the repository at this point in the history
  117. Bump to latest

    - Apply to patch related to Animation (dotnet#1436)
    - Apply to register Microsoft.Maui.Graphics Platforms (dotnet#1441)
    - and so on.
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3847cd3 View commit details
    Browse the repository at this point in the history
  118. Bump to latest

    - 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.
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f9deaa5 View commit details
    Browse the repository at this point in the history
  119. Bumt to latest

    - Effects (dotnet#1574)
    - Improve Window and AnimationManager (dotnet#1653)
    - and so on
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ace4a0f View commit details
    Browse the repository at this point in the history
  120. Fix build error (#60)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8d0ad8d View commit details
    Browse the repository at this point in the history
  121. Bump to latest (#71)

    - 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
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3d238cf View commit details
    Browse the repository at this point in the history
  122. Bump to latest

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    13aaf49 View commit details
    Browse the repository at this point in the history
  123. Fix Essentials sample (#108)

    * Fix Essentials sample for Tizen
    
    * Remove UseSkiaSharp flag
    
    * Remove MaterialComponents
    
    * Fix Tizen flag
    
    * Remove CustomRenderer
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0d5459d View commit details
    Browse the repository at this point in the history
  124. Add ShellHandler (#64)

    * Add ShellHandler
    
    * Move ShellView into Platform/Tizen
    
    * Update ShellView
    
    * Move the code for embedded tizen resources to csproj
    
    * Add UIExtenstions for shell
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6a1fe15 View commit details
    Browse the repository at this point in the history
  125. MAUI workload for Tizen (#66)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    301e269 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    2f16797 View commit details
    Browse the repository at this point in the history
  127. Fix Essentials (dotnet#146)

    * Fix Essentials sample for tizen
    
    * Add SemanticScreenReader for Tizen
    
    * Fix Startup
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d97428b View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    ef9fd0f View commit details
    Browse the repository at this point in the history
  129. Bump to latest (rc1)

    - ImageButtonHandler and Handler Re-usability (dotnet#2352)
    - Remove IBoxView (dotnet#2619)
    - Add SupportedOSPlatformVersion (dotnet#2565)
    - Merge all the .NET 6 projects/solutions (dotnet#2505)
    - Shadow Support (dotnet#570)
    - Add IndicatorView handler(dotnet#2038)
    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1e80199 View commit details
    Browse the repository at this point in the history
  130. Refactor WrapperView to draw drawable features (dotnet#186)

    * Refactor WrapperView to draw drawable features
    
    * Update class names and devide files
    
    * Override NeesContainer to remove duplicated code
    
    * Update class names
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8f976fb View commit details
    Browse the repository at this point in the history
  131. [Tizen] Adds ApplicationHandler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1238aa2 View commit details
    Browse the repository at this point in the history
  132. Fix UpdateBackground (dotnet#194)

    * Fix UpdateBackground
    
    * Add ContentView Background mapper
    
    * Fix Editor/Entry/Label/Layout Background
    
    * Add IWrapperViewCanvas.Content
    
    * Add PageHandler Background mapper
    
    * Restore WrapperView
    
    * Remove unnecessary namespace
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    19737ff View commit details
    Browse the repository at this point in the history
  133. [Tizen] Add BorderDrawable (dotnet#224)

    * Move to platform specific
    
    * Fix border handler for Tizen
    
    * Rename ToDrawable method
    
    * Fix border content layout
    
    * Fix BorderView
    
    * Apply rebase
    sung-su authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4cff3f2 View commit details
    Browse the repository at this point in the history
  134. [Tizen] Refactor Border by defining MauiDrawable (dotnet#248)

    * [Tizen] Refactor Border by defining MauiDrawable
    
    * [Tizen] Apply review comments
    
    * [Tizen] Remove unnecessary type casting
    
    * [Tizen] Move getting path logic to drawable
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    385da07 View commit details
    Browse the repository at this point in the history
  135. [Tizen] Fix Scoping of MauiContext

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c4b7a11 View commit details
    Browse the repository at this point in the history
  136. [Tizen] Applying upstream changes

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ab870c7 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    cb0987e View commit details
    Browse the repository at this point in the history
  138. [Tizen] Fix ButtonHandler

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    afe2205 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    2d1ba6f View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    c41f055 View commit details
    Browse the repository at this point in the history
  141. Add NUI handler

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    661b6fa View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    b4085dc View commit details
    Browse the repository at this point in the history
  143. Add AlertManager (dotnet#214)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f684fd3 View commit details
    Browse the repository at this point in the history
  144. Code clean up (dotnet#218)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    74623e0 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    3f25d3d View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    fac16a6 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    a51ac6d View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    f7584df View commit details
    Browse the repository at this point in the history
  149. Fix NamedSize (dotnet#242)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    77feed1 View commit details
    Browse the repository at this point in the history
  150. Update NavigationPageRenderer (dotnet#238)

    - Implement title view
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7ef2535 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    0b39434 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    b7b8201 View commit details
    Browse the repository at this point in the history
  153. Obsolete AndExpand & fix build eror

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ec66ea6 View commit details
    Browse the repository at this point in the history
  154. [NUI] Implement BlazorWebView (dotnet#259)

    * Implement BlazorWebView
    
    * Update NUI WebView alias name
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2c6008d View commit details
    Browse the repository at this point in the history
  155. Bump to latest

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    94bbbec View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    b5ebd45 View commit details
    Browse the repository at this point in the history
  157. [NUI] Add GestureManager (dotnet#272)

    * Add gesture handler
    
    * enable nullable
    
    * use lazy
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    34852ab View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    ccda245 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    9cc1a07 View commit details
    Browse the repository at this point in the history
  160. [NUI] Implement WrapperView enabling Border and Shadow (dotnet#273)

    * [NUI] Add MauiDrawable enabling Border and Shadow
    
    * [NUI] Remove BorderView type and refactor
    
    * Refactor StrokeExtensions
    
    * Remove unnecessary code
    
    * Update a way clearing content
    JoonghyunCho authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e8e2b73 View commit details
    Browse the repository at this point in the history
  161. [NUI] Add Picker handler (dotnet#276)

    * Add Picker handler
    
    * Apply code review
    
    * Change timing adding event handler
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7e6c14d View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    03ae706 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    4c8b6a2 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    f8ebfbb View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    a1066fd View commit details
    Browse the repository at this point in the history
  166. Fix build error

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4a1c39b View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    1df45c8 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    e0b01b7 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    4564401 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    cad00f8 View commit details
    Browse the repository at this point in the history
  171. [NUI] Implement Editor/Entry handler (dotnet#335)

    * Implement Editor/Entry handler
    
    * Fix measure issue
    
    * Update paramer name
    
    * Fix if statement
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e5af673 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    b34f6ff View commit details
    Browse the repository at this point in the history
  173. [NUI] Add CollectionViewHandler (dotnet#352)

    * Fix EmptyView on CollectionView
    
    * Add CollectionViewHandler
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    71cdeb7 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    066888e View commit details
    Browse the repository at this point in the history
  175. Implement Clip (dotnet#384)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0d7600b View commit details
    Browse the repository at this point in the history
  176. Bump to latest

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4558c44 View commit details
    Browse the repository at this point in the history
  177. [NUI] Add TimePickerHandler (dotnet#390)

    * [NUI] Add TimePickerHandler
    
    * Update button placement
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    57e66de View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    1f5a400 View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    013b6e5 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    20f65d7 View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    7a6f437 View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    0cc273c View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    ee03676 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    ec1320e View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    e120f6b View commit details
    Browse the repository at this point in the history
  186. Fix build error after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    000b269 View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    854a98e View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    7261242 View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    b0c5234 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    20920c1 View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    6d7e27d View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    5fef2da View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    5a2d6fc View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    c26cdaf View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    37a6268 View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    13f2bfe View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    64647d4 View commit details
    Browse the repository at this point in the history
  198. Clean code after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    cfeb90d View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    a6e9870 View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    5fd60db View commit details
    Browse the repository at this point in the history
  201. Cleanup code after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5b5d109 View commit details
    Browse the repository at this point in the history
  202. Fix build error after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    34c6f13 View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    0213058 View commit details
    Browse the repository at this point in the history
  204. [NUI] Update SliderHandler with NUI slider component (dotnet#487)

    * Update SliderHandler with NUI compnent
    
    * Update SliderHandler with review feedback
    
    * Update with review feedback
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a49a7cd View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    9a5a877 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    627347c View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    aae8b5b View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    78613ba View commit details
    Browse the repository at this point in the history
  209. Code cleanup after code rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ec1d7bf View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    b4eaa3e View commit details
    Browse the repository at this point in the history
  211. [NUI] Update StepperHandler (dotnet#498)

    * Update StepperHandler
    
    * Apply Review comment
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2aab70c View commit details
    Browse the repository at this point in the history
  212. Fix Frame measure (dotnet#501)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    636ed9d View commit details
    Browse the repository at this point in the history
  213. Fix BorderView (dotnet#500)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    26b791a View commit details
    Browse the repository at this point in the history
  214. Configuration menu
    Copy the full SHA
    ed157f7 View commit details
    Browse the repository at this point in the history
  215. Configuration menu
    Copy the full SHA
    dbde98c View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    2929642 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    fe4ae8c View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    96e5f2d View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    360bfa9 View commit details
    Browse the repository at this point in the history
  220. Fix ShapeView (dotnet#511)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    375c330 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    d6057fc View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    bc98c69 View commit details
    Browse the repository at this point in the history
  223. Fix build error after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c881312 View commit details
    Browse the repository at this point in the history
  224. Fix WebView (dotnet#515)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    973d6ec View commit details
    Browse the repository at this point in the history
  225. Fix TableView (dotnet#516)

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    54c98c3 View commit details
    Browse the repository at this point in the history
  226. Configuration menu
    Copy the full SHA
    cf930c2 View commit details
    Browse the repository at this point in the history
  227. [NUI] Add IndicatorViewHandler (dotnet#518)

    * Add IndicatorViewHandler
    
    * Update review comment
    
    * Add space
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2c8c1df View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    b3d410a View commit details
    Browse the repository at this point in the history
  229. Configuration menu
    Copy the full SHA
    15e8d9c View commit details
    Browse the repository at this point in the history
  230. Configuration menu
    Copy the full SHA
    88ecdee View commit details
    Browse the repository at this point in the history
  231. [NUI] Fix ImageButton Clicked (dotnet#523)

    * Fix ImageButton Clicked
    
    * Apply review comment
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    868ba09 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    56cc2ba View commit details
    Browse the repository at this point in the history
  233. Configuration menu
    Copy the full SHA
    50359e2 View commit details
    Browse the repository at this point in the history
  234. Fix build error after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0bc0d3b View commit details
    Browse the repository at this point in the history
  235. [NUI] Add DatePicker Handler (dotnet#528)

    * Add DatePicker
    
    * Add missing class
    
    * Update Style and Use DummyPopupPage
    
    * Refactoring with MauiTimePicker
    
    * add new file
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    2 people authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ec4b27b View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    48f7b18 View commit details
    Browse the repository at this point in the history
  237. Configuration menu
    Copy the full SHA
    805cb19 View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    80fe531 View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    71199f3 View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    79c0378 View commit details
    Browse the repository at this point in the history
  241. Clean up NuGet.config (dotnet#535)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    cab97c2 View commit details
    Browse the repository at this point in the history
  242. [NUI] Update font size (dotnet#536)

    * Update FontNamedSize
    
    * adjust font size on tv profile
    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2b11ffe View commit details
    Browse the repository at this point in the history
  243. Configuration menu
    Copy the full SHA
    8c7ebb8 View commit details
    Browse the repository at this point in the history
  244. Configuration menu
    Copy the full SHA
    87ce3c1 View commit details
    Browse the repository at this point in the history
  245. Configuration menu
    Copy the full SHA
    aded2ad View commit details
    Browse the repository at this point in the history
  246. [Tizen] Add FlyoutViewHandler (dotnet#540)

    * Add FlyoutView
    
    * Update FlyoutView to cover TV drawer
    
    * Add missing connecting handler
    
    * Update handler implementation using extensions
    
    * Simplify code
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    2 people authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ad48274 View commit details
    Browse the repository at this point in the history
  247. [Tizen] Add MauiPicker (dotnet#543)

    rookiejava authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    21393ca View commit details
    Browse the repository at this point in the history
  248. Add MenuIcon to Toolbar (dotnet#542)

    * Add MenuIcon to Toolbar
    
    * Apply Reviews
    
    Co-authored-by: Jay Cho <chojoong@gmail.com>
    2 people authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b00531c View commit details
    Browse the repository at this point in the history
  249. [Tizen] Add ShellHandler (dotnet#539)

    * [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
    shyunMin authored and myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f22b6c1 View commit details
    Browse the repository at this point in the history
  250. Fix build error after rebase

    myroot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    fb8a7a6 View commit details
    Browse the repository at this point in the history