platform/core/csapi/tizenfx.git
11 months agoRelease 9.0.0.16908 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20230517.090744 submit/tizen_6.5/20230508.150940
TizenAPI-Bot [Mon, 8 May 2023 15:09:40 +0000 (15:09 +0000)]
Release 9.0.0.16908

11 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 8 May 2023 15:09:40 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

11 months ago[NUI] Binding GetDeviceClass and GetDeviceSubclass of touch event
joogab.yun [Thu, 4 May 2023 09:37:45 +0000 (18:37 +0900)]
[NUI] Binding GetDeviceClass and GetDeviceSubclass of touch event

refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/292340/

13 months agoRelease 9.0.0.16907 submit/tizen_6.5/20230328.150922
TizenAPI-Bot [Tue, 28 Mar 2023 15:09:22 +0000 (15:09 +0000)]
Release 9.0.0.16907

13 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 28 Mar 2023 15:09:22 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

13 months ago[NUI] Add interceptTouchEvent at WindowEvent
joogab.yun [Mon, 27 Mar 2023 07:47:50 +0000 (16:47 +0900)]
[NUI] Add interceptTouchEvent at WindowEvent

13 months agoRelease 9.0.0.16906 submit/tizen_6.5/20230317.150852
TizenAPI-Bot [Fri, 17 Mar 2023 15:08:52 +0000 (15:08 +0000)]
Release 9.0.0.16906

13 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 17 Mar 2023 15:08:51 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

13 months ago[NUI] merge Window event changes of API10
송동석/Tizen Platform Lab(SR)/삼성전자 [Fri, 17 Mar 2023 07:13:32 +0000 (16:13 +0900)]
[NUI] merge Window event changes of API10

14 months agoRelease 9.0.0.16905 submit/tizen_6.5/20230208.151008
TizenAPI-Bot [Wed, 8 Feb 2023 15:10:08 +0000 (15:10 +0000)]
Release 9.0.0.16905

14 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 8 Feb 2023 15:10:08 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

14 months ago[Tts] Raise exception for screen reader off error from native library (#4973)
Suyeon Hwang [Wed, 8 Feb 2023 09:08:48 +0000 (18:08 +0900)]
[Tts] Raise exception for screen reader off error from native library (#4973)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
19 months agoRelease 9.0.0.16904 accepted/tizen/6.5/unified/20220831.133926 submit/tizen_6.5/20220831.054421
TizenAPI-Bot [Wed, 31 Aug 2022 05:44:21 +0000 (05:44 +0000)]
Release 9.0.0.16904

19 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 31 Aug 2022 05:44:21 +0000 (05:44 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

19 months ago[NUI] Add InterceptKeyEvent
joogab.yun [Mon, 4 Jul 2022 01:35:02 +0000 (10:35 +0900)]
[NUI] Add InterceptKeyEvent

Intercepts KeyEvents in the window before dispatching KeyEvents to the View.
If a KeyEvent is consumed, no KeyEvent is delivered to the View.

```c#
Window win = NUIApplication.GetDefaultWindow();
win.InterceptKeyEvent += OnInterceptKeyEvent;

private void OnInterceptKeyEvent(object sender, Window.KeyEventArgs e)
{
   return false;   //If it returns true, other views and windows do not receive KeyEvents.
}
```

refer
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/280490/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/280491/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/280492/

19 months agoRelease 9.0.0.16903 submit/tizen_6.5/20220829.150812
TizenAPI-Bot [Mon, 29 Aug 2022 15:08:12 +0000 (15:08 +0000)]
Release 9.0.0.16903

19 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 29 Aug 2022 15:08:12 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

19 months ago[build] Push extracted API specs to git repo (#4521)
WonYoung Choi [Mon, 29 Aug 2022 05:28:20 +0000 (14:28 +0900)]
[build] Push extracted API specs to git repo (#4521)

Push the extracted API spec files to TizenAPI/tizenfx-api-specs repo instead of S3.

20 months agoRelease 9.0.0.16902 submit/tizen_6.5/20220816.150836
TizenAPI-Bot [Tue, 16 Aug 2022 15:08:36 +0000 (15:08 +0000)]
Release 9.0.0.16902

20 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 16 Aug 2022 15:08:36 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

20 months ago[NUI][API9] Fix typo & bind error at FrameUpdateCallbackInterface
Eunki, Hong [Tue, 16 Aug 2022 09:56:19 +0000 (18:56 +0900)]
[NUI][API9] Fix typo & bind error at FrameUpdateCallbackInterface

There was some mis-bind API and typo error in FrameUpdateCallbackInterface.cs.

This patch fix this error, and also some API(like BakeColor, GetColor)
bind correctly.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
20 months agoRelease 9.0.0.16901 submit/tizen_6.5/20220808.040219
TizenAPI-Bot [Mon, 8 Aug 2022 04:02:19 +0000 (04:02 +0000)]
Release 9.0.0.16901

20 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 8 Aug 2022 04:02:19 +0000 (04:02 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

20 months ago[NUI] Fix Key constructor's cMemoryOwn as false
dongsug.song [Mon, 8 Aug 2022 02:37:07 +0000 (11:37 +0900)]
[NUI] Fix Key constructor's cMemoryOwn as false

21 months agoRelease 9.0.0.16900 submit/tizen_6.5/20220726.150923
TizenAPI-Bot [Tue, 26 Jul 2022 15:09:23 +0000 (15:09 +0000)]
Release 9.0.0.16900

21 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 26 Jul 2022 15:09:23 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

21 months ago[Tizen.Log] Optimize separator
Youngjae Cho [Tue, 26 Jul 2022 08:55:47 +0000 (17:55 +0900)]
[Tizen.Log] Optimize separator

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
21 months agoRelease 9.0.0.16899 submit/tizen_6.5/20220722.150930
TizenAPI-Bot [Fri, 22 Jul 2022 15:09:30 +0000 (15:09 +0000)]
Release 9.0.0.16899

21 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 22 Jul 2022 15:09:30 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

21 months ago[Tizen.Log] Optimize getting filename
Youngjae Cho [Fri, 22 Jul 2022 04:38:27 +0000 (13:38 +0900)]
[Tizen.Log] Optimize getting filename

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
21 months agoRelease 9.0.0.16898 submit/tizen_6.5/20220721.025130
TizenAPI-Bot [Thu, 21 Jul 2022 02:51:30 +0000 (02:51 +0000)]
Release 9.0.0.16898

21 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 21 Jul 2022 02:51:30 +0000 (02:51 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

21 months ago[Tizen.Log] Replace getting filename with a primitive (fast) way
Youngjae Cho [Thu, 21 Jul 2022 02:39:18 +0000 (11:39 +0900)]
[Tizen.Log] Replace getting filename with a primitive (fast) way

This enhances speed up to 5x faster than using library functions when
it comes to a burst call.

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
22 months agoRelease 9.0.0.16897 submit/tizen_6.5/20220616.150849
TizenAPI-Bot [Thu, 16 Jun 2022 15:08:49 +0000 (15:08 +0000)]
Release 9.0.0.16897

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 16 Jun 2022 15:08:49 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI] Fix comments according to document review
dongsug.song [Thu, 16 Jun 2022 08:43:04 +0000 (17:43 +0900)]
[NUI] Fix comments according to document review

22 months agoRelease 9.0.0.16896 submit/tizen_6.5/20220614.151059
TizenAPI-Bot [Tue, 14 Jun 2022 15:10:59 +0000 (15:10 +0000)]
Release 9.0.0.16896

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 14 Jun 2022 15:10:59 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI] Open Text InputFilter APIs
Bowon Ryu [Mon, 13 Jun 2022 05:04:08 +0000 (14:04 +0900)]
[NUI] Open Text InputFilter APIs

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
22 months ago[NUI] Add more description for selection APIs
Bowon Ryu [Fri, 8 Oct 2021 04:57:36 +0000 (13:57 +0900)]
[NUI] Add more description for selection APIs

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
22 months ago[NUI] Make Text selection APIs public
Bowon Ryu [Mon, 13 Sep 2021 05:11:27 +0000 (14:11 +0900)]
[NUI] Make Text selection APIs public

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
22 months ago[NUI] Fix comments according to the document review
dongsug.song [Thu, 9 Jun 2022 09:22:28 +0000 (18:22 +0900)]
[NUI] Fix comments according to the document review

22 months agoRelease 9.0.0.16892 submit/tizen_6.5/20220613.042617
TizenAPI-Bot [Mon, 13 Jun 2022 04:26:17 +0000 (04:26 +0000)]
Release 9.0.0.16892

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 13 Jun 2022 04:26:17 +0000 (04:26 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI][Xaml] Change default value of XamlOptimization to 1 (use injection)
Fang Xiaohui [Wed, 8 Jun 2022 08:47:45 +0000 (16:47 +0800)]
[NUI][Xaml] Change default value of XamlOptimization to 1 (use injection)

22 months agoRelease 9.0.0.16891 accepted/tizen/6.5/unified/20220603.141206 submit/tizen_6.5/20220603.023746
TizenAPI-Bot [Fri, 3 Jun 2022 02:37:46 +0000 (02:37 +0000)]
Release 9.0.0.16891

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 3 Jun 2022 02:37:46 +0000 (02:37 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI] version update 22053
dongsug.song [Fri, 3 Jun 2022 02:22:51 +0000 (11:22 +0900)]
[NUI] version update 22053

22 months agoRelease 9.0.0.16890 submit/tizen_6.5/20220602.091806
TizenAPI-Bot [Thu, 2 Jun 2022 09:18:06 +0000 (09:18 +0000)]
Release 9.0.0.16890

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 2 Jun 2022 09:18:06 +0000 (09:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI][Xaml] Support Dictionary which has string key in Xaml
Fang Xiaohui [Thu, 2 Jun 2022 08:43:36 +0000 (16:43 +0800)]
[NUI][Xaml] Support Dictionary which has string key in Xaml

22 months agoRelease 9.0.0.16889 submit/tizen_6.5/20220531.101925
TizenAPI-Bot [Tue, 31 May 2022 10:19:25 +0000 (10:19 +0000)]
Release 9.0.0.16889

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 31 May 2022 10:19:25 +0000 (10:19 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI] Add GetLastKeyEvent and GetLastTouchEvent api for Window
Xianbing Teng [Tue, 31 May 2022 07:18:37 +0000 (15:18 +0800)]
[NUI] Add GetLastKeyEvent and GetLastTouchEvent api for Window

22 months agoRelease 9.0.0.16888 submit/tizen_6.5/20220530.150814
TizenAPI-Bot [Mon, 30 May 2022 15:08:14 +0000 (15:08 +0000)]
Release 9.0.0.16888

22 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 30 May 2022 15:08:14 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

22 months ago[NUI] Fix svace issues
zhouleonlei [Mon, 30 May 2022 07:16:42 +0000 (15:16 +0800)]
[NUI] Fix svace issues

23 months agoRelease 9.0.0.16887 submit/tizen_6.5/20220520.150813
TizenAPI-Bot [Fri, 20 May 2022 15:08:13 +0000 (15:08 +0000)]
Release 9.0.0.16887

23 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 20 May 2022 15:08:12 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

23 months ago[NUI] Change IsCreateByXaml to virtual
Fang Xiaohui [Wed, 11 May 2022 06:22:50 +0000 (14:22 +0800)]
[NUI] Change IsCreateByXaml to virtual

23 months agoRelease 9.0.0.16886 accepted/tizen/6.5/unified/20220512.135140 submit/tizen_6.5/20220511.091826
TizenAPI-Bot [Wed, 11 May 2022 09:18:26 +0000 (09:18 +0000)]
Release 9.0.0.16886

23 months agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 11 May 2022 09:18:26 +0000 (09:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

23 months ago[NUI] Fixed svace issue
zhouleonlei [Wed, 11 May 2022 08:35:12 +0000 (16:35 +0800)]
[NUI] Fixed svace issue

2 years agoRelease 9.0.0.16885 submit/tizen_6.5/20220427.151219
TizenAPI-Bot [Wed, 27 Apr 2022 15:12:19 +0000 (15:12 +0000)]
Release 9.0.0.16885

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 27 Apr 2022 15:12:19 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI][Xaml] Rename method
Fang Xiaohui [Thu, 24 Mar 2022 02:34:19 +0000 (10:34 +0800)]
[NUI][Xaml] Rename method

2 years ago[NUI][Xaml] Remove unused method
Fang Xiaohui [Thu, 24 Mar 2022 01:30:07 +0000 (09:30 +0800)]
[NUI][Xaml] Remove unused method

2 years ago[NUI] Remove SetValueAndForceSendChangeSignal
Fang Xiaohui [Wed, 23 Mar 2022 03:28:22 +0000 (11:28 +0800)]
[NUI] Remove SetValueAndForceSendChangeSignal

2 years ago[NUI] Listen text changed event so that can notify binded instance when Text is chang...
Fang Xiaohui [Wed, 23 Mar 2022 03:09:34 +0000 (11:09 +0800)]
[NUI] Listen text changed event so that can notify binded instance when Text is changed by key input

2 years ago[NUI][Xaml]Fix issue of Call SetBinding in C# code
Fang Xiaohui [Tue, 22 Mar 2022 07:49:13 +0000 (15:49 +0800)]
[NUI][Xaml]Fix issue of Call SetBinding in C# code

2 years agoRelease 9.0.0.16880 submit/tizen_6.5/20220427.011800
TizenAPI-Bot [Wed, 27 Apr 2022 01:18:00 +0000 (01:18 +0000)]
Release 9.0.0.16880

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 27 Apr 2022 01:18:00 +0000 (01:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI][Xamlbuild] Update Tizen.NUI.XamlBuild.dll.
guowei.wang [Tue, 26 Apr 2022 12:26:20 +0000 (20:26 +0800)]
[NUI][Xamlbuild] Update Tizen.NUI.XamlBuild.dll.

2 years agoRelease 9.0.0.16879 submit/tizen_6.5/20220426.151116
TizenAPI-Bot [Tue, 26 Apr 2022 15:11:16 +0000 (15:11 +0000)]
Release 9.0.0.16879

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 26 Apr 2022 15:11:16 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI][XamlBuild] Change XamlCTask & XamlGTask to NUIXamlCTask & NUIXamlGTask.
guowei.wang [Tue, 26 Apr 2022 07:38:39 +0000 (15:38 +0800)]
[NUI][XamlBuild] Change XamlCTask & XamlGTask to NUIXamlCTask & NUIXamlGTask.

2 years agoRelease 9.0.0.16878 submit/tizen_6.5/20220414.075322
TizenAPI-Bot [Thu, 14 Apr 2022 07:53:22 +0000 (07:53 +0000)]
Release 9.0.0.16878

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 14 Apr 2022 07:53:22 +0000 (07:53 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Xaml] Fix issue that the Xaml element which has the created-in-csharp parent will...
Fang Xiaohui [Thu, 14 Apr 2022 00:38:06 +0000 (08:38 +0800)]
[Xaml] Fix issue that the Xaml element which has the created-in-csharp parent will not be disposed when exit xaml

2 years agoRelease 9.0.0.16877 accepted/tizen/6.5/unified/20220413.133400 submit/tizen_6.5/20220412.151247
TizenAPI-Bot [Tue, 12 Apr 2022 15:12:47 +0000 (15:12 +0000)]
Release 9.0.0.16877

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 12 Apr 2022 15:12:47 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Xaml] Support import other xaml as the source of resource dictionary
Fang Xiaohui [Mon, 11 Apr 2022 05:22:26 +0000 (13:22 +0800)]
[Xaml] Support import other xaml as the source of resource dictionary

2 years ago[Xaml] Support import other xaml as the source of resource dictionary
Fang Xiaohui [Mon, 11 Apr 2022 05:19:36 +0000 (13:19 +0800)]
[Xaml] Support import other xaml as the source of resource dictionary

2 years ago[NUI][XamlBuild] Fix build error when calling ExitXaml() if XamlOptimization set...
guowei.wang [Mon, 11 Apr 2022 03:43:00 +0000 (11:43 +0800)]
[NUI][XamlBuild] Fix build error when calling ExitXaml() if XamlOptimization set as 0.

2 years ago[NUI][XamlBuild] Set ExitXaml() as internal method.
guowei.wang [Thu, 7 Apr 2022 08:06:09 +0000 (16:06 +0800)]
[NUI][XamlBuild] Set ExitXaml() as internal method.

2 years agoRelease 9.0.0.16873 submit/tizen_6.5/20220406.063536
TizenAPI-Bot [Wed, 6 Apr 2022 06:35:36 +0000 (06:35 +0000)]
Release 9.0.0.16873

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 6 Apr 2022 06:35:36 +0000 (06:35 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[XamlBuild] Support classmodifier in xaml
Xianbing Teng [Wed, 30 Mar 2022 07:56:51 +0000 (15:56 +0800)]
[XamlBuild] Support classmodifier in xaml

2 years ago[XamlBuild] Support DateTime
Fang Xiaohui [Fri, 1 Apr 2022 01:29:02 +0000 (09:29 +0800)]
[XamlBuild] Support DateTime

2 years ago[NUI] Fix comments according to ACR review
dongsug.song [Wed, 6 Apr 2022 01:43:58 +0000 (10:43 +0900)]
[NUI] Fix comments according to ACR review

2 years ago[NUI] Fix to disable ThemeManager in tv profile
dongsug.song [Wed, 6 Apr 2022 03:43:59 +0000 (12:43 +0900)]
[NUI] Fix to disable ThemeManager in tv profile

2 years agoRelease 9.0.0.16869 submit/tizen_6.5/20220404.150817
TizenAPI-Bot [Mon, 4 Apr 2022 15:08:17 +0000 (15:08 +0000)]
Release 9.0.0.16869

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 4 Apr 2022 15:08:17 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Build] Enable aarch64 build (#4111)
WonYoung Choi [Mon, 4 Apr 2022 14:10:50 +0000 (23:10 +0900)]
[Build] Enable aarch64 build (#4111)

* Enable aarch64 build

* Update csapi-tizenfx.spec

2 years ago[NUI] Fix tizen-manifest files for frequently used and managed samples
dongsug.song [Mon, 4 Apr 2022 05:22:04 +0000 (14:22 +0900)]
[NUI] Fix tizen-manifest files for frequently used and managed samples

2 years agoRelease 9.0.0.16867 submit/tizen_6.5/20220331.151236
TizenAPI-Bot [Thu, 31 Mar 2022 15:12:36 +0000 (15:12 +0000)]
Release 9.0.0.16867

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 31 Mar 2022 15:12:36 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI][XamlBuild] Set node as null after calling ExitXaml().
guowei.wang [Thu, 24 Mar 2022 09:10:40 +0000 (17:10 +0800)]
[NUI][XamlBuild] Set node as null after calling ExitXaml().

2 years agoRelease 9.0.0.16866 submit/tizen_6.5/20220328.151201
TizenAPI-Bot [Mon, 28 Mar 2022 15:12:01 +0000 (15:12 +0000)]
Release 9.0.0.16866

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 28 Mar 2022 15:12:01 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5