platform/core/csapi/tizenfx.git
12 months agoRelease 10.0.0.17679 accepted/tizen/7.0/unified/20230418.141952 submit/tizen_7.0/20230417.124707
TizenAPI-Bot [Mon, 17 Apr 2023 12:47:07 +0000 (12:47 +0000)]
Release 10.0.0.17679

12 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 17 Apr 2023 12:47:07 +0000 (12:47 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

12 months ago[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()
Artur Świgoń [Thu, 13 Apr 2023 08:45:11 +0000 (10:45 +0200)]
[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()

This API allows the application to provide the Screen Reader with a formatted
string value rather than the default, floating-point one. This in turn, allows
to customize in detail how e.g. slider values are read.

13 months agoRelease 10.0.0.17678 submit/tizen_7.0/20230407.150905
TizenAPI-Bot [Fri, 7 Apr 2023 15:09:05 +0000 (15:09 +0000)]
Release 10.0.0.17678

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 7 Apr 2023 15:09:05 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Fix svace issues
Xianbing Teng [Thu, 6 Apr 2023 13:08:16 +0000 (21:08 +0800)]
[NUI] Fix svace issues

13 months agoRelease 10.0.0.17677 accepted/tizen/7.0/unified/20230407.155845 submit/tizen_7.0/20230406.130417
TizenAPI-Bot [Thu, 6 Apr 2023 13:04:17 +0000 (13:04 +0000)]
Release 10.0.0.17677

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 6 Apr 2023 13:04:17 +0000 (13:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI][API10] Add a LoadContents API with byte array for WebView.
huayong.xu [Tue, 4 Apr 2023 09:20:03 +0000 (17:20 +0800)]
[NUI][API10] Add a LoadContents API with byte array for WebView.

13 months ago[NUI][AT-SPI] Promote DoAction implementation from CustomView to View
Artur Świgoń [Tue, 4 Apr 2023 11:59:36 +0000 (13:59 +0200)]
[NUI][AT-SPI] Promote DoAction implementation from CustomView to View

This is a follow-up to #5109 that enables controls derived from View,
but not CustomView, that use the ViewAccessibilityMode.Custom (e.g.
FluxView), to customize their behaviour related to the AT-SPI Action
interface.

The implementation of AccessibilityDoAction() and its helper methods
is moved up from CustomView to View. Note that the events that
AccessibilityDoAction invokes have already been declared at the View
level, in ViewAccessibilityEvent.cs (e.g. AccessibilityActivated), so
they do not have to be moved anywhere in this PR.

13 months agoRelease 10.0.0.17675 submit/tizen_7.0/20230405.045538
TizenAPI-Bot [Wed, 5 Apr 2023 04:55:38 +0000 (04:55 +0000)]
Release 10.0.0.17675

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 5 Apr 2023 04:55:38 +0000 (04:55 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[Connection] Fix race condition (#5154)
chleun-moon [Wed, 5 Apr 2023 02:42:07 +0000 (11:42 +0900)]
[Connection] Fix race condition (#5154)

* [Connection] Fix race condition

* Add locks

* Use lock objects

13 months agoRelease 10.0.0.17674 submit/tizen_7.0/20230403.151023
TizenAPI-Bot [Mon, 3 Apr 2023 15:10:23 +0000 (15:10 +0000)]
Release 10.0.0.17674

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 3 Apr 2023 15:10:23 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI][AT-SPI] Override ContentPage.AccessibilityGetName() (#5146)
Artur Świgoń [Mon, 3 Apr 2023 10:19:56 +0000 (12:19 +0200)]
[NUI][AT-SPI] Override ContentPage.AccessibilityGetName() (#5146)

ContentPage often serves as a default label in scenarios where Navigator is
used, so Screen Reader will ask ContentPage about the accessibility name (text
to read) when a Navigator page is pushed. Therefore, it makes sense to try to
provide the text from ContentPage.AppBar.Title (if it exists). The application
developer can always customize this by setting the AccessibilityName property
or adding an AccessibilityRelation.LabelledBy.

Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
13 months ago[NUI][AT-SPI] Add ViewAccessibilityMode (#5118)
Artur Świgoń [Mon, 3 Apr 2023 09:41:24 +0000 (11:41 +0200)]
[NUI][AT-SPI] Add ViewAccessibilityMode (#5118)

The accessibility mode helps select the right Accessible implementation for
a given view. It does not affect controls derived from CustomView (or any of
its subclasses), e.g. Tizen.NUI.Components, which already behave in the custom
mode. The default mode is kept for Tizen.NUI.BaseComponents. However, this
patch add a possibility of opting into the custom mode for controls derived
directly from View (e.g. FluxView), and by doing so, to be able to implement
accessibility support for them in the C# language.

Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
13 months ago[NUI] Introduce WindowLayoutType enum and SetLayout Method
Daekwang Ryu [Thu, 23 Mar 2023 08:41:59 +0000 (17:41 +0900)]
[NUI] Introduce WindowLayoutType enum and SetLayout Method

The new `SetLayout` method allows users to easily snap windows to specific positions and sizes.
This feature is allowing users to quickly arrange their windows in a convenient and efficient manner.

13 months agoRelease 10.0.0.17671 accepted/tizen/7.0/unified/20230403.235610 accepted/tizen/7.0/unified/20230404.033742 submit/tizen_7.0/20230330.151004
TizenAPI-Bot [Thu, 30 Mar 2023 15:10:04 +0000 (15:10 +0000)]
Release 10.0.0.17671

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 30 Mar 2023 15:10:03 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Fix size calculation for TextLabel with Margin in RelativeLayout
Jaehyun Cho [Wed, 29 Mar 2023 11:04:19 +0000 (20:04 +0900)]
[NUI] Fix size calculation for TextLabel with Margin in RelativeLayout

Previously, RelativeLayout calculated the size for TextLabel with Margin
incorrectly by calling MeasureChildWithMargins().
Because TextLabel size was decreased by its Margin size incorrectly.

Now, RelativeLayout calculates the size for TextLabel with Margin
correctly by calling MeasureChild().
Because TextLabel size is not decreased by its Margin size.

13 months agoRelease 10.0.0.17670 submit/tizen_7.0/20230329.100139
TizenAPI-Bot [Wed, 29 Mar 2023 10:01:39 +0000 (10:01 +0000)]
Release 10.0.0.17670

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 29 Mar 2023 10:01:39 +0000 (10:01 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] refactoring collectionView and Layouters for extended class (#5123)
SangHyeon Jade Lee [Wed, 29 Mar 2023 05:25:55 +0000 (14:25 +0900)]
[NUI] refactoring collectionView and Layouters for extended class (#5123)

* [NUI] refactoring collectionView and Layouters for extended class

to create customized collectionView and Layouters,
some properties must be extendable.
this change includes properties access modifier
which is internal or private to protected.

* [NUI] publize reyclerviewitem properties

* [NUI] fix item source getter more efficiently.

* [NUI] refactoring getter.

* [NUI] add GroupItems

* [NUI] fix build error

* [NUI] fix build error

* [NUI] change property overridable.

13 months ago[NUI] Pass SelectionChangedEventArgs by default as SelectionChangedCommandParameter.
EverLEEst(SangHyeon Lee) [Mon, 19 Dec 2022 12:54:05 +0000 (21:54 +0900)]
[NUI] Pass SelectionChangedEventArgs by default as SelectionChangedCommandParameter.

13 months ago[NUI][NUITizenGallery] add Animal ListView and GridView examples
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:45:54 +0000 (20:45 +0900)]
[NUI][NUITizenGallery] add Animal ListView and GridView examples

13 months ago[NUI] fix svace issue. check Selected item existance.
EverLEEst(SangHyeon Lee) [Fri, 17 Mar 2023 05:57:37 +0000 (14:57 +0900)]
[NUI] fix svace issue. check Selected item existance.

13 months ago[NUI] fix DefaultGridItem image to fill available area.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:42:29 +0000 (20:42 +0900)]
[NUI] fix DefaultGridItem image to fill available area.

13 months ago[NUI] update imageUrl to resourceUrl
everLEEst(SangHyeon Lee) [Fri, 16 Dec 2022 05:27:35 +0000 (21:27 -0800)]
[NUI] update imageUrl to resourceUrl

13 months ago[NUI] add ImageUrl property on DefaultGridItem.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:38:44 +0000 (20:38 +0900)]
[NUI] add ImageUrl property on DefaultGridItem.

13 months ago[NUI] fix group remove error.
everLEEst(SangHyeon Lee) [Fri, 2 Dec 2022 07:01:44 +0000 (23:01 -0800)]
[NUI] fix group remove error.

13 months ago[NUI] Add more condition when item is last.
everLEEst(SangHyeon Lee) [Fri, 25 Nov 2022 06:56:47 +0000 (22:56 -0800)]
[NUI] Add more condition when item is last.

13 months ago[NUI] Fix Layouter to handle empty group case.
everLEEst(SangHyeon Lee) [Fri, 25 Nov 2022 06:18:12 +0000 (22:18 -0800)]
[NUI] Fix Layouter to handle empty group case.

13 months agoRelease 10.0.0.17660 submit/tizen_7.0/20230329.022341
TizenAPI-Bot [Wed, 29 Mar 2023 02:23:41 +0000 (02:23 +0000)]
Release 10.0.0.17660

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 29 Mar 2023 02:23:41 +0000 (02:23 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Add friend assembly for FLUX Components and DA Components
dongsug.song [Wed, 29 Mar 2023 02:04:15 +0000 (11:04 +0900)]
[NUI] Add friend assembly for FLUX Components and DA Components

13 months agoRelease 10.0.0.17659 accepted/tizen/7.0/unified/20230330.014312 submit/tizen_7.0/20230328.102942
TizenAPI-Bot [Tue, 28 Mar 2023 10:29:42 +0000 (10:29 +0000)]
Release 10.0.0.17659

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 28 Mar 2023 10:29:42 +0000 (10:29 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Add Font PreCache API to FontClient
Bowon Ryu [Mon, 27 Mar 2023 02:12:07 +0000 (11:12 +0900)]
[NUI] Add Font PreCache API to FontClient

This patch adds a new PreCache API to enable pre-caching of fonts
and improve the runtime performance of the application.

Pre-caching default fonts and fallback lists can enhance the responsiveness performance
by minimizing the calls to FcFontSort and FcFontMatch, during the early stages of boot-up.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
13 months agoRelease 10.0.0.17658 submit/tizen_7.0/20230324.150922
TizenAPI-Bot [Fri, 24 Mar 2023 15:09:22 +0000 (15:09 +0000)]
Release 10.0.0.17658

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 24 Mar 2023 15:09:22 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Refactor ButtonExtension
Jiyun Yang [Fri, 17 Mar 2023 04:53:15 +0000 (13:53 +0900)]
[NUI] Refactor ButtonExtension

* Rename some functions to better match the design intent.
* Extract Helper class to provide common methods used by multiple classes.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
13 months ago[Multimedia] Fix rotation issue for portrait mode (#5105)
Haesu Gwon [Fri, 24 Mar 2023 03:12:00 +0000 (12:12 +0900)]
[Multimedia] Fix rotation issue for portrait mode (#5105)

13 months agoRelease 10.0.0.17656 submit/tizen_7.0/20230320.114026
TizenAPI-Bot [Mon, 20 Mar 2023 11:40:26 +0000 (11:40 +0000)]
Release 10.0.0.17656

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 20 Mar 2023 11:40:25 +0000 (11:40 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Add RotationCompletedAcknowledgement APIs
Wonsik Jung [Fri, 17 Mar 2023 01:14:46 +0000 (10:14 +0900)]
[NUI] Add RotationCompletedAcknowledgement APIs

Add RotationCompletedAcknowledgement APIs in Window.
The APIs are SetNeedsRotationCompletedAcknowledgement and SendRotationCompletedAcknowledgement

13 months agoRelease 10.0.0.17655 submit/tizen_7.0/20230317.150913
TizenAPI-Bot [Fri, 17 Mar 2023 15:09:13 +0000 (15:09 +0000)]
Release 10.0.0.17655

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 17 Mar 2023 15:09:13 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Remove unnecessary gesture events from DefaultBorder.
joogab.yun [Fri, 17 Mar 2023 07:51:50 +0000 (16:51 +0900)]
[NUI] Remove unnecessary gesture events from DefaultBorder.

13 months ago[NUI.Gadget] Support Internationalization (#5091) (#5092)
hjhun [Fri, 17 Mar 2023 05:05:27 +0000 (14:05 +0900)]
[NUI.Gadget] Support Internationalization (#5091) (#5092)

* [NUI.Gadget] Add NUIGadgetResourceManager class

To support multilanguage, a new class is added.

Adds:
 - NUIGadgetResourceManager

* [NUI.Gadget] Modify property & metadata name

---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
13 months agoRelease 10.0.0.17653 submit/tizen_7.0/20230316.151137
TizenAPI-Bot [Thu, 16 Mar 2023 15:11:37 +0000 (15:11 +0000)]
Release 10.0.0.17653

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 16 Mar 2023 15:11:37 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months ago[NUI] Change log info to debug in ThemeManager
Jiyun Yang [Wed, 15 Mar 2023 08:27:44 +0000 (17:27 +0900)]
[NUI] Change log info to debug in ThemeManager

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
13 months agoRelease 10.0.0.17652 submit/tizen_7.0/20230314.151313
TizenAPI-Bot [Tue, 14 Mar 2023 15:13:13 +0000 (15:13 +0000)]
Release 10.0.0.17652

13 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 14 Mar 2023 15:13:13 +0000 (15:13 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

13 months agofix previous patch by coding rules
EverLEEst(SangHyeon Lee) [Fri, 10 Mar 2023 07:49:42 +0000 (16:49 +0900)]
fix previous patch by coding rules

13 months ago[NUI] Fix collectionView Selection on Item.
EverLEEst(SangHyeon Lee) [Fri, 10 Mar 2023 06:49:15 +0000 (15:49 +0900)]
[NUI] Fix collectionView Selection on Item.

14 months agoRelease 10.0.0.17650 submit/tizen_7.0/20230310.150933
TizenAPI-Bot [Fri, 10 Mar 2023 15:09:33 +0000 (15:09 +0000)]
Release 10.0.0.17650

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 10 Mar 2023 15:09:33 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Update NUI samples based on the latest back navigation
Jaehyun Cho [Tue, 29 Nov 2022 07:40:33 +0000 (16:40 +0900)]
[NUI] Update NUI samples based on the latest back navigation

NUI samples has been updated to use EnableBackNavigation and
OnBackNavigation of Navigator and Page based on the default action of
the latest back navigation.

14 months ago[NUI] Fix svace issues.
guowei.wang [Wed, 18 Jan 2023 03:42:48 +0000 (11:42 +0800)]
[NUI] Fix svace issues.

14 months ago[NUI] Fix Navigator to enable multiple Pop()
Jaehyun Cho [Mon, 5 Dec 2022 08:16:09 +0000 (17:16 +0900)]
[NUI] Fix Navigator to enable multiple Pop()

A popped page is removed in the Pop() animation's Finished callback.

Previously, Navigator could not support multiple Pop().
Because Pop() simply stopped the previous Pop() animation without
calling the animation's Finished callback.

Now, Pop() stops the previous Pop() animation with calling the
animation's Finished callback by emitting FinishedSignal().
Consequently, Navigator can support multiple Pop() now.

14 months ago[NUI] Modify the default action of back navigation
Jaehyun Cho [Thu, 1 Dec 2022 06:04:31 +0000 (15:04 +0900)]
[NUI] Modify the default action of back navigation

Previously, back navigation only pops the peek page.
However, in most cases, application wants to exit the program when back
button is clicked on the first page.
This forces application to customize back navigation to change the
default action of back navigation.

So now, the default action of back navigation has been modified.
If navigator has more than one page, then the peek page is popped by
back navigation.
Otherwise, the current program is exited by back navigation.

14 months ago[NUI] Add OnBackNavigation to Page
Jaehyun Cho [Mon, 28 Nov 2022 11:36:53 +0000 (20:36 +0900)]
[NUI] Add OnBackNavigation to Page

To enable customization of back navigation per page, OnBackNavigation
is added to Page.
e.g.
class CustomPage : Page
{
    protected override OnBackNavigation(PageBackNavigationEventArgs args)
    {
        // Do something when back navigation is started.
        ...

        // To pop this page, call base.OnBackNavigation().
        // Otherwise, do not call base.OnBackNavigation().
        base.OnBackNavigation(args);
    }
}

14 months ago[NUI] Add EnableBackNavigation to Page
Jaehyun Cho [Mon, 28 Nov 2022 08:40:06 +0000 (17:40 +0900)]
[NUI] Add EnableBackNavigation to Page

To support back navigation automatically, EnableBackNavigation is
added to Page like Navigator.
If EnabledBackNavigation is false, then back button and back key do
not cause back navigation on the page.

14 months ago[NUI] Add SetDefaultNavigator
Jaehyun Cho [Mon, 28 Nov 2022 08:25:27 +0000 (17:25 +0900)]
[NUI] Add SetDefaultNavigator

To use customized Navigator as default navigator, SetDefaultNavigator
is added.

14 months ago[NUI] Add OnBackNavigation to Navigator
Jaehyun Cho [Fri, 25 Nov 2022 08:18:16 +0000 (17:18 +0900)]
[NUI] Add OnBackNavigation to Navigator

To enable customization of back navigation, OnBackNavigation is added
to Navigator.
e.g.
class CustomNavigator : Navigator
{
    protected override OnBackNavigation(BackNavigationEventArgs args)
    {
        // Do something when back navigation is started.
        ...

        // To pop the peek page, call base.OnBackNavigation().
        // Otherwise, do not call base.OnBackNavigation().
        base.OnBackNavigation(args);
    }
}

14 months ago[NUI] Add EnableBackNavigation to Navigator
Jaehyun Cho [Wed, 23 Nov 2022 07:51:49 +0000 (16:51 +0900)]
[NUI] Add EnableBackNavigation to Navigator

To support back navigation automatically, EnableBackNavigation is
added to Navigator.
If EnabledBackNavigation is false, then back button and back key do
not cause back navigation.

14 months ago[NUI] Fix Navigator Insert to keep pages order correctly
Jaehyun Cho [Thu, 1 Dec 2022 07:48:39 +0000 (16:48 +0900)]
[NUI] Fix Navigator Insert to keep pages order correctly

Previously, pages order was not kept correctly when a page was inserted.
Because of that, inserted page overlaps the next page's page transition.
e.g.
- Let page1 be pushed.
- Let page2 be inserted before page1.
- Pop page1.
Then page1's page transition is hidden by page2 because page2 is added
later so page2 overlaps page1.

Now, to resolve the above issue, the order of the inserted page is
updated based on its page index value.

14 months agoRelease 10.0.0.17640 accepted/tizen/7.0/unified/20230327.042640 submit/tizen_7.0/20230309.151426
TizenAPI-Bot [Thu, 9 Mar 2023 15:14:26 +0000 (15:14 +0000)]
Release 10.0.0.17640

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 9 Mar 2023 15:14:26 +0000 (15:14 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI][API10] Fix SVACE issues.
huayong.xu [Mon, 6 Mar 2023 07:54:18 +0000 (15:54 +0800)]
[NUI][API10] Fix SVACE issues.

14 months ago[NUI] Add Dispose to LongPressGestureDetector and modify ReleaseSwigCPtr.
joogab.yun [Mon, 6 Mar 2023 05:29:34 +0000 (14:29 +0900)]
[NUI] Add Dispose to LongPressGestureDetector and modify ReleaseSwigCPtr.

14 months ago[NUI] fix testhub crash issue
dongsug.song [Thu, 19 Jan 2023 00:37:04 +0000 (09:37 +0900)]
[NUI] fix testhub crash issue

14 months ago[Applications.Common / UI] Add new internal APIs (#5068)
hjhun [Thu, 9 Mar 2023 01:37:44 +0000 (10:37 +0900)]
[Applications.Common / UI] Add new internal APIs (#5068)

* [Applications.Common] Add new internal AppControl APIs

Adds:
 - SetWindowPosition()
 - GetWindowPosition()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Applications.UI] Add a new internal API

Adds:
 - GetWindowPosition()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
14 months agoRelease 10.0.0.17636 submit/tizen_7.0/20230308.150931
TizenAPI-Bot [Wed, 8 Mar 2023 15:09:31 +0000 (15:09 +0000)]
Release 10.0.0.17636

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 8 Mar 2023 15:09:31 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Remove unsed field in View
Jiyun Yang [Wed, 8 Mar 2023 04:31:27 +0000 (13:31 +0900)]
[NUI] Remove unsed field in View

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months agoRelease 10.0.0.17635 submit/tizen_7.0/20230308.093901
TizenAPI-Bot [Wed, 8 Mar 2023 09:39:01 +0000 (09:39 +0000)]
Release 10.0.0.17635

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 8 Mar 2023 09:39:00 +0000 (09:39 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI.Gadget] Add a new internal API (#4976) (#5064)
hjhun [Wed, 8 Mar 2023 04:24:16 +0000 (13:24 +0900)]
[NUI.Gadget] Add a new internal API (#4976) (#5064)

* [NUI.Gadget] Add new internal APIs

If the UI gadget developer sets the class name, the application developer
can adds a new NUIGadget instance using the NUIGadgetInfo object.

The following APIs are added:
 + NUIGadgetManager.Add(NUIGadgetInfo gadgetInfo); [method]
 + NUIGadgetManager.GetGadgetInfos(); [method]
 + NUIGadgetInfo.ClassName; [property]

* Change the visibility of the ClasaName property

The visibility of the NUIGadgetInfo.ClassName property is changed to internal.

* Modify description of GetGadgets()

* Remove Add() method

---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Co-authored-by: Jay Cho <chojoong@gmail.com>
14 months ago[NUI.Gadget] Modify NUIGadgetManager.Add() method (#5063)
hjhun [Wed, 8 Mar 2023 04:24:01 +0000 (13:24 +0900)]
[NUI.Gadget] Modify NUIGadgetManager.Add() method (#5063)

When calling the CreateInstance() method, this patch modifies the set
the ignoreCase to true that the case of the className is no checked.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
14 months agoRelease 10.0.0.17633 submit/tizen_7.0/20230307.150912
TizenAPI-Bot [Tue, 7 Mar 2023 15:09:12 +0000 (15:09 +0000)]
Release 10.0.0.17633

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 7 Mar 2023 15:09:12 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Add getter property about WindowPositionSizeWithBorder and WindowSizeWithBorder
joogab.yun [Mon, 6 Mar 2023 09:40:34 +0000 (18:40 +0900)]
[NUI] Add getter property about WindowPositionSizeWithBorder and WindowSizeWithBorder

In the case of a border window, the size including the border area is required.

14 months agoRelease 10.0.0.17632 submit/tizen_7.0/20230303.150940
TizenAPI-Bot [Fri, 3 Mar 2023 15:09:40 +0000 (15:09 +0000)]
Release 10.0.0.17632

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 3 Mar 2023 15:09:40 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Fix set input region binding
Wonsik Jung [Fri, 3 Mar 2023 05:55:55 +0000 (14:55 +0900)]
[NUI] Fix set input region binding

Fix SetInputRegion binding function with correct internal function.
Because previous binded with includedRegion.

14 months ago[NUI] Add friend assembly for NUI FLUX
dongsug.song [Fri, 3 Mar 2023 04:25:24 +0000 (13:25 +0900)]
[NUI] Add friend assembly for NUI FLUX

14 months ago[NUI] Fix dispose xaml elements
Xianbing Teng [Thu, 2 Mar 2023 10:48:00 +0000 (18:48 +0800)]
[NUI] Fix dispose xaml elements

14 months agoRelease 10.0.0.17629 accepted/tizen/7.0/unified/20230302.015551 submit/tizen_7.0/20230228.054517
TizenAPI-Bot [Tue, 28 Feb 2023 05:45:17 +0000 (05:45 +0000)]
Release 10.0.0.17629

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 28 Feb 2023 05:45:17 +0000 (05:45 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI.Scene3D][API10] Use Model defined camera
Eunki Hong [Sun, 26 Feb 2023 13:55:02 +0000 (22:55 +0900)]
[NUI.Scene3D][API10] Use Model defined camera

Make API that we can use gltf model file defined camera.

Since Tizen.NUI.Scene3D.Camera is one of View & This camera should be children of SceneView to render the scene,
Camera cannot be owned by Model itself.

So, we support only for 'Generate' or 'Apply' camera parameters loaded from gltf model.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
14 months agoRelease 10.0.0.17628 submit/tizen_7.0/20230224.150909
TizenAPI-Bot [Fri, 24 Feb 2023 15:09:09 +0000 (15:09 +0000)]
Release 10.0.0.17628

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 24 Feb 2023 15:09:09 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Fix Menu not to show Content if there is no menu item
Jaehyun Cho [Thu, 23 Feb 2023 08:01:30 +0000 (17:01 +0900)]
[NUI] Fix Menu not to show Content if there is no menu item

Menu.Content is a container of menu items.

Previously, Menu.Content was displayed even if there is no menu item.
Now, Menu.Content is displayed only if menu item exists.

14 months agoRelease 10.0.0.17627 submit/tizen_7.0/20230222.150914
TizenAPI-Bot [Wed, 22 Feb 2023 15:09:14 +0000 (15:09 +0000)]
Release 10.0.0.17627

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 22 Feb 2023 15:09:14 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI][API10] Fix SVACE issue.
huayong.xu [Wed, 22 Feb 2023 07:37:26 +0000 (15:37 +0800)]
[NUI][API10] Fix SVACE issue.

14 months agoRelease 10.0.0.17626 submit/tizen_7.0/20230221.093606
TizenAPI-Bot [Tue, 21 Feb 2023 09:36:06 +0000 (09:36 +0000)]
Release 10.0.0.17626