platform/core/csapi/tizenfx.git
16 months agoRelease 11.0.0.17636 submit/tizen/20221227.055353
TizenAPI-Bot [Tue, 27 Dec 2022 05:53:53 +0000 (05:53 +0000)]
Release 11.0.0.17636

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 27 Dec 2022 05:53:53 +0000 (05:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Fix FlexLayout OnMeasure to calculate size correctly
Jaehyun Cho [Fri, 16 Dec 2022 10:11:13 +0000 (19:11 +0900)]
[NUI] Fix FlexLayout OnMeasure to calculate size correctly

Previously, the measured size of FlexLayout with WrapContent could be
calculated like MatchParent.
The above issue happened in the following case.
Tizen.NUI.Components.DialogPage.ShowAlertDialog("Title", "Message", null);

To resolve the above issue without breaking backward compatibility,
FlexLayout OnMeasure has been fixed to use ResolveSizeAndState()
instead of GetDefaultSize() when calculating the measured size.

To test the issue, showing a dialog without action button case has
been added to Tizen.NUI.StyleGuide.

16 months ago[NUI] Add EmitScrollStartedEvent and EmitScrollFinishedEvent
Hosang Kim [Mon, 14 Nov 2022 11:53:33 +0000 (20:53 +0900)]
[NUI] Add EmitScrollStartedEvent and EmitScrollFinishedEvent

This allows the user to know scrollable object scroll is started or
finished.

Requires:
https://review.tizen.org/gerrit/284124/
https://review.tizen.org/gerrit/284126/

16 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.

16 months ago[NUI] version update
dongsug.song [Tue, 27 Dec 2022 05:01:52 +0000 (14:01 +0900)]
[NUI] version update

16 months ago[NUI][SVACE] Fix svace(DF221214-00106) issue.
guowei.wang [Mon, 26 Dec 2022 06:22:29 +0000 (14:22 +0800)]
[NUI][SVACE] Fix svace(DF221214-00106) issue.

16 months ago[NUI] Support SetProperty by using string name for Animatable
seungho baek [Tue, 20 Dec 2022 13:23:58 +0000 (22:23 +0900)]
[NUI] Support SetProperty by using string name for Animatable

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
16 months ago[NUI] fix testhub crash issue
dongsug.song [Fri, 23 Dec 2022 01:59:26 +0000 (10:59 +0900)]
[NUI] fix testhub crash issue

16 months ago[NUI] make BaseHandle.Reset() not work
dongsug.song [Fri, 16 Dec 2022 07:01:02 +0000 (16:01 +0900)]
[NUI] make BaseHandle.Reset() not work

- this came from native dali and it is not propriate for nui.
- it makes BaseHandle's reference count as 0, but this action could cause memory leak in nui side.
- in nui side, calling Dispose() explicitly or doing nothing to delegate disposing action to the DisposeQueue is recommended.

16 months ago[NUI] Support sub node's Animation
seungho [Thu, 17 Nov 2022 06:29:04 +0000 (15:29 +0900)]
[NUI] Support sub node's Animation

Signed-off-by: seungho <sbsh.baek@samsung.com>
16 months agoUpdate README.md
Kangho Hur [Mon, 26 Dec 2022 23:29:54 +0000 (08:29 +0900)]
Update README.md

16 months agoRelease 11.0.0.17626 submit/tizen/20221226.150819
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:19 +0000 (15:08 +0000)]
Release 11.0.0.17626

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:19 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months agoUpdate README.md
Kangho Hur [Mon, 26 Dec 2022 10:11:24 +0000 (19:11 +0900)]
Update README.md

16 months agoRelease 11.0.0.17625 accepted/tizen/unified/20221221.165252 submit/tizen/20221220.075435
TizenAPI-Bot [Tue, 20 Dec 2022 07:54:35 +0000 (07:54 +0000)]
Release 11.0.0.17625

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 20 Dec 2022 07:54:35 +0000 (07:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Version Update 22206
Daekwang Ryu [Tue, 20 Dec 2022 02:19:56 +0000 (11:19 +0900)]
[NUI] Version Update 22206

16 months ago[NUI] Add ActionsProperty to AlertDialog to support xaml
Jaehyun Cho [Mon, 19 Dec 2022 07:59:52 +0000 (16:59 +0900)]
[NUI] Add ActionsProperty to AlertDialog to support xaml

To support Actions property of AlertDialog in xaml, the bindable
property ActionsProperty has been added to AlertDialog.

The AlertDialog example with xaml has been added to NUITizenGallery.

16 months ago[NUI] Remove unused reference
Xianbing Teng [Tue, 6 Dec 2022 09:36:33 +0000 (17:36 +0800)]
[NUI] Remove unused reference

16 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

16 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.

16 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

16 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.

16 months ago[NUI] fix relative layout to fill regardless of children size.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:35:37 +0000 (20:35 +0900)]
[NUI] fix relative layout to fill regardless of children size.

16 months agoRevert "Rebase develnui (#4853)"
Seoyeon2Kim [Tue, 20 Dec 2022 05:32:04 +0000 (14:32 +0900)]
Revert "Rebase develnui (#4853)"

This reverts commit 2ae464cf2e05bd2821e43c09c941df484dbae620.

16 months agoRebase develnui (#4853)
dkdk-ryu [Tue, 20 Dec 2022 05:18:51 +0000 (14:18 +0900)]
Rebase develnui (#4853)

* [NUI] fix relative layout to fill regardless of children size.

* [NUI] add ImageUrl property on DefaultGridItem.

* [NUI] update imageUrl to resourceUrl

* [NUI] fix DefaultGridItem image to fill available area.

* [NUI][NUITizenGallery] add Animal ListView and GridView examples

* [NUI] Remove unused reference

* [NUI] Add ActionsProperty to AlertDialog to support xaml

To support Actions property of AlertDialog in xaml, the bindable
property ActionsProperty has been added to AlertDialog.

The AlertDialog example with xaml has been added to NUITizenGallery.

* [NUI] Version Update 22206

Co-authored-by: EverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Co-authored-by: Xianbing Teng <xb.teng@samsung.com>
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
16 months agoRelease 11.0.0.17615 submit/tizen/20221219.150928
TizenAPI-Bot [Mon, 19 Dec 2022 15:09:28 +0000 (15:09 +0000)]
Release 11.0.0.17615

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 19 Dec 2022 15:09:28 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months agoUpdate README.md
WonYoung Choi [Mon, 19 Dec 2022 06:13:20 +0000 (15:13 +0900)]
Update README.md

16 months agoRelease 11.0.0.17614 accepted/tizen/unified/20221216.024029 submit/tizen/20221214.022156
TizenAPI-Bot [Wed, 14 Dec 2022 02:21:56 +0000 (02:21 +0000)]
Release 11.0.0.17614

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 14 Dec 2022 02:21:56 +0000 (02:21 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Version Update 22205
joogab.yun [Wed, 14 Dec 2022 01:51:48 +0000 (10:51 +0900)]
[NUI] Version Update 22205

16 months ago[NUI] make Theme not be loaded in tv profile
dongsug.song [Tue, 13 Dec 2022 03:38:10 +0000 (12:38 +0900)]
[NUI] make Theme not be loaded in tv profile

16 months ago[NUI] Fix WidthSpecification and HeightSpecification not to set Size2D
Eunki, Hong [Fri, 9 Dec 2022 04:29:48 +0000 (13:29 +0900)]
[NUI] Fix WidthSpecification and HeightSpecification not to set Size2D

We don't need to change the width value when we try to set the height.
Also, widthPolicy might not matched with SizeWidth when we use NUI.Animation

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months ago[NUI][API10] Animated view's size cache into NUI
Eunki, Hong [Thu, 8 Dec 2022 14:10:49 +0000 (23:10 +0900)]
[NUI][API10] Animated view's size cache into NUI

When view's size animated, the DALi known size and NUI stored size
(mean, userSizeWidth and widthPolicy like) will not be matched.

If NUI use fixed size policy (mean, It "May" not use NUI.Layout system
so can use animation feature.) Let we make NUI keep dali-side size's information
and keep it.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months ago[NUI] Not set style in PROFILE_TV
dongsug.song [Thu, 8 Dec 2022 14:11:18 +0000 (23:11 +0900)]
[NUI] Not set style in PROFILE_TV

16 months ago[NUI] fix for PROFILE_TV to be defined and be applied
dongsug.song [Thu, 8 Dec 2022 13:19:48 +0000 (22:19 +0900)]
[NUI] fix for PROFILE_TV to be defined and be applied

16 months ago[NUI] set default theme for TV profile
dongsug.song [Wed, 7 Dec 2022 23:51:00 +0000 (08:51 +0900)]
[NUI] set default theme for TV profile

16 months ago[NUI] FocusIndicator is not used in TV profile so it can be removed to reduce launchi...
dongsug.song [Wed, 7 Dec 2022 03:04:00 +0000 (12:04 +0900)]
[NUI] FocusIndicator is not used in TV profile so it can be removed to reduce launching delay

16 months ago[NUI] Fix svace issue (DFDF221207-00724).
guowei.wang [Thu, 8 Dec 2022 13:56:37 +0000 (21:56 +0800)]
[NUI] Fix svace issue (DFDF221207-00724).

17 months agoRelease 11.0.0.17605 accepted/tizen/unified/20221207.171523 submit/tizen/20221206.081136
TizenAPI-Bot [Tue, 6 Dec 2022 08:11:36 +0000 (08:11 +0000)]
Release 11.0.0.17605

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 6 Dec 2022 08:11:36 +0000 (08:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[NUI] Version update 22204
Bowon Ryu [Tue, 6 Dec 2022 06:33:51 +0000 (15:33 +0900)]
[NUI] Version update 22204

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
17 months ago[NUI] clean code
Bowon Ryu [Tue, 6 Dec 2022 02:06:27 +0000 (11:06 +0900)]
[NUI] clean code

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
17 months ago[NUI] Add SystemSettings.FontTypeChanged in Text components
Bowon Ryu [Mon, 5 Dec 2022 05:22:48 +0000 (14:22 +0900)]
[NUI] Add SystemSettings.FontTypeChanged in Text components

Setting FontFamily to UseSystemSetting in NUI Theme,
the default font family follows the system setting.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
17 months ago[NUI] Add GetSystemFonts in FontClient
Bowon Ryu [Thu, 1 Dec 2022 09:32:48 +0000 (18:32 +0900)]
[NUI] Add GetSystemFonts in FontClient

user can get a list of system fonts

sample code:
https://github.com/wonrst/NUI-Test/blob/main/text-font-list/font_list.cs

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
17 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.

17 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.

17 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.

17 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);
    }
}

17 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.

17 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.

17 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);
    }
}

17 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.

17 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.

17 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.

17 months ago[NUI] Use smaller NearPlaneDistance and bigger FarPlaneDistance during CameraTransiti...
seungho baek [Tue, 22 Nov 2022 07:37:46 +0000 (16:37 +0900)]
[NUI] Use smaller NearPlaneDistance and bigger FarPlaneDistance during CameraTransition of SceneView

 - To do not cull fragments during camera transition

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
17 months agoRelease 11.0.0.17590 submit/tizen/20221205.150914
TizenAPI-Bot [Mon, 5 Dec 2022 15:09:14 +0000 (15:09 +0000)]
Release 11.0.0.17590

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 5 Dec 2022 15:09:14 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[Applications.Common] Fix race condition issue (#4801)
ChangGyu Choi [Mon, 5 Dec 2022 05:55:17 +0000 (14:55 +0900)]
[Applications.Common] Fix race condition issue (#4801)

* [Applications.Common] Fix race condition issue

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Add lock for each callback API

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
17 months agoCall ToLower() and ToUpper() (#4799)
hjhun [Mon, 5 Dec 2022 03:09:16 +0000 (12:09 +0900)]
Call ToLower() and ToUpper() (#4799)

To improve the performance of calling ToLower() and ToUpper(), the thread
prints logs.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
17 months agoRelease 11.0.0.17588 submit/tizen/20221202.150849
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:49 +0000 (15:08 +0000)]
Release 11.0.0.17588

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:49 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[Packagemanager] Use ToLowerInvariant instead of ToLower (#4789)
jeremy-jang [Fri, 2 Dec 2022 09:30:14 +0000 (18:30 +0900)]
[Packagemanager] Use ToLowerInvariant instead of ToLower (#4789)

ToLower can cause unexpected error when system is busy.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
17 months agoRelease 11.0.0.17587 accepted/tizen/unified/20221130.171055 submit/tizen/20221129.150936
TizenAPI-Bot [Tue, 29 Nov 2022 15:09:36 +0000 (15:09 +0000)]
Release 11.0.0.17587

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 29 Nov 2022 15:09:35 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[NUI] Version update 22203
Hosang Kim [Tue, 29 Nov 2022 07:31:00 +0000 (16:31 +0900)]
[NUI] Version update 22203

17 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.

17 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.

17 months ago[NUI] Add DirectRenderingGLView
Daekwang Ryu [Wed, 17 Aug 2022 05:39:51 +0000 (14:39 +0900)]
[NUI] Add DirectRenderingGLView

DirectRenderingGLView allows you to render to a Window directly using OpenGL, and
direct rendering is for In-house apps. So this new class is added to distinguish it from GLView.

17 months ago[NUI] Add GetMatrixFromPtr() in Matrix
Daekwang Ryu [Wed, 17 Aug 2022 05:46:56 +0000 (14:46 +0900)]
[NUI] Add GetMatrixFromPtr() in Matrix

17 months ago[NUI] Add GetRectangleFromPtr() in Rectangle
Daekwang Ryu [Wed, 17 Aug 2022 05:45:13 +0000 (14:45 +0900)]
[NUI] Add GetRectangleFromPtr() in Rectangle

17 months ago[NUI] fix to be able to set null to AnimatedVectorImageView.ResoureUrl property
dongsug.song [Tue, 29 Nov 2022 03:45:12 +0000 (12:45 +0900)]
[NUI] fix to be able to set null to AnimatedVectorImageView.ResoureUrl property

17 months agoRelease 11.0.0.17580 accepted/tizen/unified/20221128.015013 submit/tizen/20221125.150840
TizenAPI-Bot [Fri, 25 Nov 2022 15:08:40 +0000 (15:08 +0000)]
Release 11.0.0.17580

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 25 Nov 2022 15:08:40 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[NUI] Fix TextEditor default theme
Eunki, Hong [Thu, 24 Nov 2022 13:09:06 +0000 (22:09 +0900)]
[NUI] Fix TextEditor default theme

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months agoRelease 11.0.0.17579 submit/tizen/20221125.021433
TizenAPI-Bot [Fri, 25 Nov 2022 02:14:33 +0000 (02:14 +0000)]
Release 11.0.0.17579

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 25 Nov 2022 02:14:33 +0000 (02:14 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[Build] Use ubuntu-20.04 (#4774)
WonYoung Choi [Fri, 25 Nov 2022 02:11:08 +0000 (11:11 +0900)]
[Build] Use ubuntu-20.04  (#4774)

* [Build] Bump ssh-agent to 0.7.0

* [Build] Set image to ubuntu-20.04

17 months ago[Build] Bump ssh-agent to 0.7.0 (#4773)
WonYoung Choi [Fri, 25 Nov 2022 01:37:27 +0000 (10:37 +0900)]
[Build] Bump ssh-agent to 0.7.0 (#4773)

17 months agoMerge remote-tracking branch 'upstream/master' into tizen
dongsug.song [Thu, 24 Nov 2022 04:32:14 +0000 (13:32 +0900)]
Merge remote-tracking branch 'upstream/master' into tizen

Change-Id: I516ae120a3e95685d61a646c921603c3b1f0c66d

17 months ago[WebRTC] Enable event debug log (#4734)
Haesu Gwon [Thu, 24 Nov 2022 01:34:00 +0000 (10:34 +0900)]
[WebRTC] Enable event debug log (#4734)

17 months ago[NUI] Version update 22202
Chihun Jeong [Wed, 23 Nov 2022 07:15:12 +0000 (16:15 +0900)]
[NUI] Version update 22202

17 months ago[NUI] Remove useless macros
dongsug.song [Tue, 22 Nov 2022 07:28:02 +0000 (16:28 +0900)]
[NUI] Remove useless macros

17 months agoAdd FontSizeScale in TextStyle
Bowon Ryu [Fri, 11 Nov 2022 09:26:16 +0000 (18:26 +0900)]
Add FontSizeScale in TextStyle

Setting FontSizeScale to UseSystemSetting in Theme,
the default font scale follows the properties of system.

- Added new argument to New(bool hasStlye)
- If true, DALi's json is no longer used in Text components
- If false, use DALi's json.

- Fixed previous incorrect bindable property structure.

- This must be sync merged with patches below.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/284113/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/284127/

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
17 months ago[NUI][NUI.Components.Devel] Fix build errors of NUI.Components.Devel.
guowei.wang [Tue, 15 Nov 2022 03:16:44 +0000 (11:16 +0800)]
[NUI][NUI.Components.Devel] Fix build errors of NUI.Components.Devel.

17 months ago[NUI] Add ScreenPositionSize (#4754)
JoogabYun [Fri, 18 Nov 2022 06:48:27 +0000 (15:48 +0900)]
[NUI] Add ScreenPositionSize (#4754)

The ScreenPositionSize api gets the screen position and size.

17 months ago[NUI.Scene3D] OrthographicSize native binding
Eunki, Hong [Mon, 7 Nov 2022 12:15:20 +0000 (21:15 +0900)]
[NUI.Scene3D] OrthographicSize native binding

Let we use orthographicSize as native side.
And make it animatable

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months ago[NUI] Implement missing properties for LottieAnimationView.
Eunki, Hong [Thu, 17 Nov 2022 11:16:05 +0000 (20:16 +0900)]
[NUI] Implement missing properties for LottieAnimationView.

1. Send 'RedrawInScaleDown' property when we change URL.
2. Send these initialized informations when we create Image

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months ago[NUI] Add CameraTransitionFinished in SceneView
seunghobaek [Fri, 4 Nov 2022 13:58:18 +0000 (22:58 +0900)]
[NUI] Add CameraTransitionFinished in SceneView

Signed-off-by: seunghobaek <sbsh.baek@samsung.com>
17 months ago[NUI] Move Matrix API as public (hidden)
Eunki, Hong [Wed, 9 Nov 2022 12:41:01 +0000 (21:41 +0900)]
[NUI] Move Matrix API as public (hidden)

Add and bind some matrix operator + remove useless items

And also, move this matrix class under public
so normal NUI Apps also can use this feature

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months agoRelease 11.0.0.17567 accepted/tizen/unified/20221116.120919 accepted/tizen/unified/20221116.164434 submit/tizen/20221115.083121
TizenAPI-Bot [Tue, 15 Nov 2022 08:31:21 +0000 (08:31 +0000)]
Release 11.0.0.17567

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 15 Nov 2022 08:31:21 +0000 (08:31 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[NUI] Support Device orientation and window orientation event.
Wonsik Jung [Thu, 10 Nov 2022 11:15:53 +0000 (20:15 +0900)]
[NUI] Support Device orientation and window orientation event.

Supporting  Device orientation and Window Orienation event
when device orientation is changed or window orientation is changed.
Window orientation event is emitted by display server.
To emit the Window Orientation event, AddAvailableOrientation()
or SetPreferredOrientation() should be called before the device is rotated.
Otherwise, Device Orientation event is emitted by Application framework
and any condition is not needed.

17 months ago[NUI][NUI.Devel] Update nui line coverage TCs.
guowei.wang [Thu, 10 Nov 2022 13:05:28 +0000 (21:05 +0800)]
[NUI][NUI.Devel] Update nui line coverage TCs.

17 months ago[EXaml] Support import xaml to ResourceDictionary in EXaml
Fang Xiaohui [Wed, 9 Nov 2022 05:31:27 +0000 (13:31 +0800)]
[EXaml] Support import xaml to ResourceDictionary in EXaml

17 months ago[NUI] Update summary of RegisterHttpRequestInterceptedCallback
huayong.xu [Tue, 6 Sep 2022 06:09:07 +0000 (14:09 +0800)]
[NUI] Update summary of RegisterHttpRequestInterceptedCallback

17 months ago[NUI.Scene3D] Remove useless default property setter on Model (#4742)
Eunki Hong [Fri, 11 Nov 2022 08:12:45 +0000 (17:12 +0900)]
[NUI.Scene3D] Remove useless default property setter on Model (#4742)

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months ago[EXaml] Fix build erro of Array/Extents in EXaml
Fang Xiaohui [Fri, 4 Nov 2022 05:44:11 +0000 (13:44 +0800)]
[EXaml] Fix build erro of Array/Extents in EXaml