TizenAPI-Bot [Thu, 2 Feb 2023 01:52:47 +0000 (01:52 +0000)]
Release 10.0.0.17594
TizenAPI-Bot [Thu, 2 Feb 2023 01:52:47 +0000 (01:52 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
huayong.xu [Tue, 31 Jan 2023 09:09:08 +0000 (17:09 +0800)]
[NUI][XamlBuild][API10] Fix namespace confused issue.
TizenAPI-Bot [Wed, 1 Feb 2023 15:08:43 +0000 (15:08 +0000)]
Release 10.0.0.17593
TizenAPI-Bot [Wed, 1 Feb 2023 15:08:43 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Jiyun Yang [Mon, 30 Jan 2023 09:58:35 +0000 (18:58 +0900)]
[NUI] Fix NUI button not working when style disabled
There was a flag that prevent state updating while applying style.
But the flag seemed to have a bug : when style is disabled, the state updating is never going to be done.
This patch fixes the bug and changes the flag's name to be more contextual: styleApplied -> styleApplying.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
hjhun [Wed, 1 Feb 2023 02:58:43 +0000 (11:58 +0900)]
Make it ineligible for garbage collection for delegate (#4949)
This patch is to prevent the delegate garbage collected.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Mon, 30 Jan 2023 05:51:57 +0000 (05:51 +0000)]
Release 10.0.0.17591
TizenAPI-Bot [Mon, 30 Jan 2023 05:51:57 +0000 (05:51 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Fri, 27 Jan 2023 07:41:42 +0000 (16:41 +0900)]
[NUI][Scene3D][API10] FBO MultiSamplingLevel Property for SceneView
Backporting PR of #4937
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sun, 29 Jan 2023 08:14:03 +0000 (17:14 +0900)]
[NUI][API10] Fix dispose timing error for ImageUrl
Since we update ImageView lazy, ImageUrl's lifecycle might not matched
what user think.
```
ImageUrl imageUrl = ~~~.GenerateUrl();
ImageView imageView = new ImageView(imageUrl.ToString());
imageUrl.Dispose(); ///< We should allow this situation.
```
To make scene, We allow to call UpdateImage(); synchoronously
if we use GeneratedUrl().
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sat, 28 Jan 2023 14:19:21 +0000 (23:19 +0900)]
[NUI][Scene3D][API10] Fix memory leak issue for Model's Animation
Since we create new handle at csharp binder, we should call DeleteHandle function.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Release 10.0.0.17588
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
joogab.yun [Wed, 18 Jan 2023 05:43:41 +0000 (14:43 +0900)]
[NUI] Window resizing is performed in one step if possible.
joogab.yun [Wed, 18 Jan 2023 02:09:58 +0000 (11:09 +0900)]
[NUI] Fix bug where window size didn't change when borderline was dynamically changed.
Eunki, Hong [Tue, 13 Dec 2022 12:33:30 +0000 (21:33 +0900)]
[NUI][API10] Load bvh file
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
hjhun [Wed, 25 Jan 2023 08:02:31 +0000 (17:02 +0900)]
Remove log prints in the thread (#4921)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
seungho baek [Wed, 25 Jan 2023 05:07:05 +0000 (14:07 +0900)]
[NUI] Add GetOverlayLayer in NUI window.
- The overlay layer is rendered at the end of rendering order
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Release 10.0.0.17583
TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
huayong.xu [Thu, 5 Jan 2023 06:18:33 +0000 (14:18 +0800)]
[NUI] Add an API for create,window event.
Xianbing Teng [Tue, 22 Nov 2022 09:38:55 +0000 (17:38 +0800)]
[XamlBuild] Fix extents convert issue
TizenAPI-Bot [Wed, 11 Jan 2023 08:46:24 +0000 (08:46 +0000)]
Release 10.0.0.17581
TizenAPI-Bot [Wed, 11 Jan 2023 08:46:23 +0000 (08:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Jaehyun Cho [Thu, 3 Nov 2022 08:09:00 +0000 (17:09 +0900)]
[NUI] Modify TabContent to help customizing class
To help application to customize TabContent, some methods and properties
have been modified.
TizenAPI-Bot [Thu, 5 Jan 2023 12:02:13 +0000 (12:02 +0000)]
Release 10.0.0.17580
TizenAPI-Bot [Thu, 5 Jan 2023 12:02:13 +0000 (12:02 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Wonsik Jung [Thu, 5 Jan 2023 08:04:01 +0000 (17:04 +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.
TizenAPI-Bot [Thu, 29 Dec 2022 15:08:30 +0000 (15:08 +0000)]
Release 10.0.0.17579
TizenAPI-Bot [Thu, 29 Dec 2022 15:08:30 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Thu, 29 Dec 2022 09:34:07 +0000 (18:34 +0900)]
[NUI][API10] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
Now HasBody() become false during DeleteBaseHandle() emitted signals
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:58 +0000 (15:09 +0000)]
Release 10.0.0.17578
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:58 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Wootak Jung [Wed, 28 Dec 2022 04:45:11 +0000 (13:45 +0900)]
[Bluetooth] Fix overflow issue (#4872)
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:35 +0000 (09:50 +0000)]
Release 10.0.0.17577
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:35 +0000 (09:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Tue, 27 Dec 2022 09:37:24 +0000 (18:37 +0900)]
[NUI] fix testhub fail, Add Dispose() in BaseHandle.Reset() where the body was deleted in previous patch
TizenAPI-Bot [Tue, 27 Dec 2022 05:14:30 +0000 (05:14 +0000)]
Release 10.0.0.17576
TizenAPI-Bot [Tue, 27 Dec 2022 05:14:30 +0000 (05:14 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
guowei.wang [Mon, 26 Dec 2022 06:22:29 +0000 (14:22 +0800)]
[NUI][SVACE] Fix svace(
DF221214-00106) issue.
TizenAPI-Bot [Tue, 27 Dec 2022 02:46:53 +0000 (02:46 +0000)]
Release 10.0.0.17575
TizenAPI-Bot [Tue, 27 Dec 2022 02:46:52 +0000 (02:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Mon, 26 Dec 2022 12:26:23 +0000 (21:26 +0900)]
[NUI] Add GetRenderThreadId() as hidden API
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:27 +0000 (15:08 +0000)]
Release 10.0.0.17574
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:27 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Kangho Hur [Mon, 26 Dec 2022 10:11:59 +0000 (19:11 +0900)]
Update README.md
TizenAPI-Bot [Fri, 23 Dec 2022 15:09:16 +0000 (15:09 +0000)]
Release 10.0.0.17573
TizenAPI-Bot [Fri, 23 Dec 2022 15:09:16 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Fri, 23 Dec 2022 01:59:26 +0000 (10:59 +0900)]
[NUI] fix testhub crash issue
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.
TizenAPI-Bot [Fri, 23 Dec 2022 01:08:53 +0000 (01:08 +0000)]
Release 10.0.0.17571
TizenAPI-Bot [Fri, 23 Dec 2022 01:08:53 +0000 (01:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Haesu Gwon [Fri, 23 Dec 2022 01:04:24 +0000 (10:04 +0900)]
[Camera] Fix bugs for ExtraPreview (#4858)
* [Camera] Fix bugs for ExtraPreview
* [Camera] Fix bugs
TizenAPI-Bot [Mon, 19 Dec 2022 15:08:45 +0000 (15:08 +0000)]
Release 10.0.0.17570
TizenAPI-Bot [Mon, 19 Dec 2022 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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>
TizenAPI-Bot [Thu, 15 Dec 2022 15:08:24 +0000 (15:08 +0000)]
Release 10.0.0.17569
TizenAPI-Bot [Thu, 15 Dec 2022 15:08:24 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Thu, 15 Dec 2022 02:03:12 +0000 (11:03 +0900)]
Revert "[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely"
This reverts commit
0017dd0e49ffbc78d8c51c6f068afd6e8fdbc8d0.
TizenAPI-Bot [Wed, 14 Dec 2022 18:22:38 +0000 (18:22 +0000)]
Release 10.0.0.17568
TizenAPI-Bot [Wed, 14 Dec 2022 18:22:38 +0000 (18:22 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 14 Dec 2022 18:09:54 +0000 (03:09 +0900)]
[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely
TizenAPI-Bot [Tue, 13 Dec 2022 07:12:42 +0000 (07:12 +0000)]
Release 10.0.0.17567
TizenAPI-Bot [Tue, 13 Dec 2022 07:12:42 +0000 (07:12 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Tue, 13 Dec 2022 03:38:10 +0000 (12:38 +0900)]
[NUI] make Theme not be loaded in tv profile
TizenAPI-Bot [Fri, 9 Dec 2022 07:02:28 +0000 (07:02 +0000)]
Release 10.0.0.17566
TizenAPI-Bot [Fri, 9 Dec 2022 07:02:28 +0000 (07:02 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
guowei.wang [Thu, 8 Dec 2022 13:56:37 +0000 (21:56 +0800)]
[NUI] Fix svace issue (
DFDF221207-00724).
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>
TizenAPI-Bot [Thu, 8 Dec 2022 14:36:14 +0000 (14:36 +0000)]
Release 10.0.0.17564
TizenAPI-Bot [Thu, 8 Dec 2022 14:36:13 +0000 (14:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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>
dongsug.song [Thu, 8 Dec 2022 14:11:18 +0000 (23:11 +0900)]
[NUI] Not set style in PROFILE_TV
TizenAPI-Bot [Thu, 8 Dec 2022 13:35:05 +0000 (13:35 +0000)]
Release 10.0.0.17562
TizenAPI-Bot [Thu, 8 Dec 2022 13:35:05 +0000 (13:35 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Thu, 8 Dec 2022 13:19:48 +0000 (22:19 +0900)]
[NUI] fix for PROFILE_TV to be defined and be applied
TizenAPI-Bot [Thu, 8 Dec 2022 00:04:20 +0000 (00:04 +0000)]
Release 10.0.0.17561
TizenAPI-Bot [Thu, 8 Dec 2022 00:04:20 +0000 (00:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 7 Dec 2022 23:51:00 +0000 (08:51 +0900)]
[NUI] set default theme for TV profile
TizenAPI-Bot [Wed, 7 Dec 2022 04:36:54 +0000 (04:36 +0000)]
Release 10.0.0.17560
TizenAPI-Bot [Wed, 7 Dec 2022 04:36:54 +0000 (04:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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
TizenAPI-Bot [Mon, 5 Dec 2022 15:10:03 +0000 (15:10 +0000)]
Release 10.0.0.17559
TizenAPI-Bot [Mon, 5 Dec 2022 15:10:03 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
ChangGyu Choi [Mon, 5 Dec 2022 05:55:23 +0000 (14:55 +0900)]
[Applications.Common] Fix race condition issue (#4803)
* [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>
hjhun [Mon, 5 Dec 2022 03:09:30 +0000 (12:09 +0900)]
Call ToLower() and ToUpper() (#4800)
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>
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:58 +0000 (15:08 +0000)]
Release 10.0.0.17557
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:58 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
jeremy-jang [Fri, 2 Dec 2022 09:30:46 +0000 (18:30 +0900)]
[Packagemanager] Use ToLowerInvariant instead of ToLower (#4795)
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>
TizenAPI-Bot [Tue, 29 Nov 2022 04:13:34 +0000 (04:13 +0000)]
Release 10.0.0.17556
TizenAPI-Bot [Tue, 29 Nov 2022 04:13:34 +0000 (04:13 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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
dongsug.song [Thu, 24 Nov 2022 04:38:07 +0000 (13:38 +0900)]
Merge remote-tracking branch 'upstream/API10' into tizen_7.0
Change-Id: I94f84d20ecadd4157803feaf22b9697d73874fa0
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>
dongsug.song [Tue, 22 Nov 2022 07:28:02 +0000 (16:28 +0900)]
[NUI] Remove useless macros
TizenAPI-Bot [Fri, 18 Nov 2022 15:08:23 +0000 (15:08 +0000)]
Release 10.0.0.17553
TizenAPI-Bot [Fri, 18 Nov 2022 15:08:23 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
JoogabYun [Fri, 18 Nov 2022 06:58:07 +0000 (15:58 +0900)]
[NUI] Add ScreenPositionSize (#4759)
The ScreenPositionSize api gets the screen position and size.
TizenAPI-Bot [Mon, 14 Nov 2022 15:09:33 +0000 (15:09 +0000)]
Release 10.0.0.17552