Fang Xiaohui [Wed, 26 Oct 2022 06:18:23 +0000 (14:18 +0800)]
[NUI] Correct code format
joogab.yun [Wed, 26 Oct 2022 05:23:08 +0000 (14:23 +0900)]
[NUI] 1. Move the Transparency setting to OnMaximize().
2. Fixed the wrong condition when resizing.
3. backgroundImage and backgroundColor are exclusive.
So if the user has set the backgroundImage then the backgroundColor should not be reset.
4. BorderLineThickness can be changed dynamically.
Jaehyun Cho [Thu, 27 Oct 2022 02:28:39 +0000 (11:28 +0900)]
[NUI] Fix crash on ScrollableBase.Dispose()
In ScrollableBase.Dispose(), propertyNotification is disposed as well.
To dispose propertyNotification, RemovePropertyNotifications was called
inappropriately and it caused crash.
To resolve the above, RemovePropertyNotification is called by
ContentContainer with propertyNotification like AddPropertyNotification
is called by ContentContainer with propertyNotification.
Jaehyun Cho [Tue, 25 Oct 2022 09:58:22 +0000 (18:58 +0900)]
[NUI] Modify TabView and TabBar to help customizing classes
To help application to customize TabView and TabBar, some methods and
properties have been modified.
EverLEEst(SangHyeon Lee) [Tue, 25 Oct 2022 07:09:35 +0000 (16:09 +0900)]
[NUI] Fix issue item is not unrealized after insertion.
Daekwang Ryu [Fri, 30 Sep 2022 01:22:52 +0000 (10:22 +0900)]
[NUI] Apply dotnet-nui type
NUI apps have to set dotnet-nui app type in tizen-manifest.xml.
Then the apps are preloaded from dotnet-loader.
It improves the launching performance.
dongsug.song [Mon, 17 Oct 2022 07:51:48 +0000 (16:51 +0900)]
[NUI] Fix the propertyNotification to be disposed in ScrollableBase
EverLEEst(SangHyeon Lee) [Fri, 14 Oct 2022 09:30:44 +0000 (18:30 +0900)]
[NUI] Fix Linear Layouter crash and update issue
1. Linear Layouter get crashed when group has no children.
2. Linear, Grid Layouter update is not working well because delayed
update timer is not started.
3. remmove spaces.
hjhun [Mon, 31 Oct 2022 02:13:48 +0000 (11:13 +0900)]
[Applications.Common] Increment the reference counter on SafeHandle instances (#4693)
* Increment the reference counter on SafeHandle instances.
To prevent the common language runtime from reclaiming memory used by
a handle, this patch adds calling DangerousAddRef() before calling
DangerousGetHandle().
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify implementation of using SafeHandle
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove unnecesary blank line
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
EverLEEst(SangHyeon Lee) [Wed, 26 Oct 2022 11:53:17 +0000 (20:53 +0900)]
[NUI] Fix relative layout issue on DefaultLinearItem
ilho159kim [Tue, 25 Oct 2022 06:42:24 +0000 (15:42 +0900)]
[Applications.ThemeManager] Fix return type of theme loader add event callback for internal. (#4636)
* Fix return type of ThemeLoaderChangedCallback
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
* Fix internal callback function's return type
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Co-authored-by: Ilho Kim <ilho159.kim@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
sukhyungkang [Mon, 24 Oct 2022 23:11:54 +0000 (08:11 +0900)]
[Applications.WidgetControl] change return type of get instance list callback for internal. (#4648)
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
Eunki, Hong [Thu, 20 Oct 2022 12:30:37 +0000 (21:30 +0900)]
[NUI][API10] Reduce PropertyValue creation during Animation
There was some PropertyValue creation during data conversion.
Let we reduce new PropertyValue class creation so GC feel happy
This patch is copy of https://github.com/Samsung/TizenFX/pull/4674
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 20 Oct 2022 10:21:46 +0000 (19:21 +0900)]
[NUI][API10] Change property get/set not to use PropertyValue (patch set5)
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
hjhun [Tue, 18 Oct 2022 04:14:52 +0000 (13:14 +0900)]
Modify Post() method of CoreApplication and CoreTask (#4671)
The static keyword is added to the methods.
The runner of the CoreApplication.Post() method will be delivered to
the UI thread if the application uses the UI thread App Model.
The runner of the CoreTask.Post() method will be delivered to the main thread.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
dongsug.song [Tue, 18 Oct 2022 01:12:03 +0000 (10:12 +0900)]
[NUI] Remove debugging code
dongsug.song [Mon, 17 Oct 2022 04:20:31 +0000 (13:20 +0900)]
[NUI] Add null checking in internalSet/GetPropertyXXX()
dongsug.song [Fri, 14 Oct 2022 05:33:53 +0000 (14:33 +0900)]
[NUI] Add null checking in InternalSet/GetPropertyXXX(), Change to use internalName
dongsug.song [Thu, 13 Oct 2022 07:39:27 +0000 (16:39 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set4)
WoochanLee [Thu, 13 Oct 2022 10:47:24 +0000 (19:47 +0900)]
[NUI] Picker: Protect delegate from GC
WoochanLee [Thu, 13 Oct 2022 07:48:51 +0000 (16:48 +0900)]
[NUI] Picker: Fix scroll area height calc logic and Expand default scroll area
Taehyub Kim [Wed, 12 Oct 2022 08:48:33 +0000 (17:48 +0900)]
[NUI] Include json files
JoogabYun [Thu, 13 Oct 2022 05:18:22 +0000 (14:18 +0900)]
[NUI] If the view had focus when it was unparented, the focus is cleared. (#4654)
When the view is unparented, the focus is not cleared.
So, when app re-add the view and SetCurrentFocusView, app do not receiving the FocusGained event.
Haesu Gwon [Wed, 12 Oct 2022 10:06:11 +0000 (19:06 +0900)]
[Coverage] Fix bug (#4646)
WoochanLee [Wed, 12 Oct 2022 08:46:02 +0000 (17:46 +0900)]
[NUI] Fix picker, scroller animation gives abnormal position value
WoochanLee [Sat, 8 Oct 2022 08:16:33 +0000 (17:16 +0900)]
[NUI] Palette use ConcurrentDictionary for thread-safe
EverLEEst(SangHyeon Lee) [Tue, 11 Oct 2022 09:42:44 +0000 (18:42 +0900)]
[NUI] Minor refactoring CollectionView and RecyclerView
i
Jaehyun Cho [Thu, 6 Oct 2022 12:36:23 +0000 (21:36 +0900)]
[NUI] Fix Svace issues of dereferenced nullable variables
Svace issues of dereferenced nullable variables have been fixed.
sukhyungkang [Wed, 12 Oct 2022 02:25:48 +0000 (11:25 +0900)]
[Applications.Badge] change return type of foreach callback for internal (#4641)
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
dongsug-song [Tue, 11 Oct 2022 09:56:54 +0000 (18:56 +0900)]
[NUI] Fix type casting bug (#4644)
priyakohl [Tue, 11 Oct 2022 09:38:36 +0000 (15:08 +0530)]
[Tizen.MapView] Deprecate Tizen.MapView and other view related APIs (#4593)
* [Tizen.MapView] Deprecate Tizen.MpaView and other view related APIs
Signed-off-by: priya kohli <priya.kohli@samsung.com>
* [Tizen.MapView] updated comment
Signed-off-by: priya kohli <priya.kohli@samsung.com>
* Added Obsolete attribute to class declaration
Signed-off-by: priya kohli <priya.kohli@samsung.com>
Signed-off-by: priya kohli <priya.kohli@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
Haesu Gwon [Tue, 11 Oct 2022 09:37:41 +0000 (18:37 +0900)]
[Coverage] Support --exclude-sources option (#4634)
* [Coverage] Support --exclude-sources option
* [Coverage] update script
Haesu Gwon [Tue, 11 Oct 2022 06:54:42 +0000 (15:54 +0900)]
[WebRTC] Disable MediaPacket native handle destroy (#4642)
* [WebRTC] Disable MediaPacket native handle destroy
dongsug.song [Sun, 9 Oct 2022 11:12:10 +0000 (20:12 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set3)
sukhyungkang [Fri, 7 Oct 2022 05:49:05 +0000 (14:49 +0900)]
change return type of get widget list callback (#4633)
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
dongsug.song [Wed, 31 Aug 2022 08:47:55 +0000 (17:47 +0900)]
[NUI][TCSACR-503] Camera class and CameraType enum, which are not used, are deprecated
guowei.wang [Fri, 23 Sep 2022 04:02:51 +0000 (12:02 +0800)]
[NUI][NUI.Devel] Update line coverage TCs of NUI.Devel.
dongsug.song [Thu, 6 Oct 2022 00:39:25 +0000 (09:39 +0900)]
[NUI] Change Window's events to follow View's event pattern
Seoyeon2Kim [Thu, 6 Oct 2022 02:20:54 +0000 (11:20 +0900)]
[NUI] Apply Tizen 7.0 UX on Slider ValueIndicator (#4624)
- The latest Slider UX for ValueIndicator has been applied. (Based on API10)
1) `ValueIndicatorImage` has become a child of Thumb.
2) The style of `ValueIndicatorText` is added to the default theme.
3) Updated the position and size for value indicator.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dongsug.song [Wed, 5 Oct 2022 13:21:31 +0000 (22:21 +0900)]
[NUI] Fix Apps crash issue when terminated
tarunkumarmahay1999 [Wed, 5 Oct 2022 23:37:55 +0000 (05:07 +0530)]
Deprecating Attach Panel APIs (#4591)
* Deprecating Attach Panel APIs
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
* Deprecating Attach Panel APIs.
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
* Deprecating Attach Panel APIs.
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
hjhun [Wed, 5 Oct 2022 23:17:56 +0000 (08:17 +0900)]
[Applications.Common] Add a new internal API (#4625)
To send the termination request without restarting, the method is added.
Adds:
- ApplicationRunningContext.TerminateWithoutRestarting()
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Wed, 5 Oct 2022 23:10:45 +0000 (08:10 +0900)]
[Applications.Service] Add a new internal API (#4626)
To exit the main loop without restarting, the method is added.
Adds:
- ServiceApplication.ExitWithoutRestarting()
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Haesu Gwon [Wed, 5 Oct 2022 07:04:38 +0000 (16:04 +0900)]
[MediaContent] Check null or empty string for file path (#4623)
WonYoung Choi [Wed, 5 Oct 2022 01:52:09 +0000 (10:52 +0900)]
[Build] Remove simple warnings (#4622)
Eunki, Hong [Tue, 4 Oct 2022 11:06:21 +0000 (20:06 +0900)]
[NUI] Fix Rotation Property set/get usage
Rotation don't use Vector3. It use Quaternion internally.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 4 Oct 2022 09:46:34 +0000 (18:46 +0900)]
[NUI] Version Update 22142
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 30 Sep 2022 10:46:51 +0000 (19:46 +0900)]
[NUI.Scene3D] Add ProjectionDirection in Camera
Add new property to control major direction of camera FieldOfView.
It will effort to FieldOfView and OrthographicSize.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Tue, 4 Oct 2022 06:40:07 +0000 (15:40 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set2)
Eunki, Hong [Thu, 8 Sep 2022 13:14:00 +0000 (22:14 +0900)]
[NUI.Scene3D] Add private property ChildrenSensitive
NUI.Scene3D.Model don't have any method to access
it's children nodes. So, it will be always false now.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Wonsik Jung [Tue, 4 Oct 2022 01:18:14 +0000 (10:18 +0900)]
[NUI] Supports new native window position data type.
Previous native window data type can not support negative window coordinates.
New native window position data type support that.
seungho [Wed, 21 Sep 2022 07:40:10 +0000 (16:40 +0900)]
[NUI] ACR Tizen.NUI.Scene3D.Camera/SceneView
Signed-off-by: seungho <sbsh.baek@samsung.com>
JoogabYun [Fri, 30 Sep 2022 05:41:49 +0000 (14:41 +0900)]
[NUI] Add DispatchGestureEvents and DispatchParentGestureEvents (#4609)
This determines whether gesture events are emitted or not.
If DispatchGestureEvents is set to false, then itself and parents will not receive all gesture event signals.
If DispatchParentGestureEvents is set to false, then parents will not receive all gesture event signals.
Fang Xiaohui [Tue, 27 Sep 2022 01:48:14 +0000 (09:48 +0800)]
[NUI] Remove unused code
Eunki Hong [Wed, 28 Sep 2022 05:16:15 +0000 (14:16 +0900)]
[NUI] Remove useless PostProcess callback (#4607)
Instead of register PostProcess,
We'd better invoke ProcessorOnceEvent one more time
after LayoutProcessorEvent finished.
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>
Hyunil Park [Tue, 4 Oct 2022 10:05:22 +0000 (19:05 +0900)]
[MachineLearning.Train] Remove dot at the end of enum value description (#4514)
- Remove dot at the end of enum value description
Signed-off-by: hyunil park <hyunil46.park@samsung.com>
Signed-off-by: hyunil park <hyunil46.park@samsung.com>
kilig [Tue, 4 Oct 2022 10:04:19 +0000 (19:04 +0900)]
[Tizen.Applications] Deprecate some application API (#4547)
- Deprecate Tizen.Applications.ComponentBased.Default
- Deprecate Tizen.Applications.RemoteView
- Deprecate Tizen.Applications.WatchApplication
- Deprecate Tizen.Applications.WidgetApplication
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
Jay Cho [Tue, 4 Oct 2022 09:47:03 +0000 (18:47 +0900)]
[Build] Add RID for 7.0.0 (#4611)
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
a-nijhara [Tue, 4 Oct 2022 05:28:31 +0000 (10:58 +0530)]
[Stc] Fix datatype conversion issue (#4612)
Co-authored-by: Seonah Moon <seonah1.moon@samsung.com>
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
chleun-moon [Tue, 4 Oct 2022 05:01:43 +0000 (14:01 +0900)]
[WiFi] Add missing lock (#4616)
Haesu Gwon [Fri, 30 Sep 2022 04:40:21 +0000 (13:40 +0900)]
[Camera] Remove wrong feature tag (#4613)
Haesu Gwon [Thu, 29 Sep 2022 07:21:46 +0000 (16:21 +0900)]
[MediaVision] Change string marshal logic (#4610)
Haesu Gwon [Wed, 28 Sep 2022 11:32:08 +0000 (20:32 +0900)]
[MediaVision] Fix recognize bug (#4608)
Haesu Gwon [Wed, 28 Sep 2022 00:06:08 +0000 (09:06 +0900)]
[WebRTC] Fix documentation bugs (#4606)
* [WebRTC] Fix documentation bugs
Haesu Gwon [Tue, 27 Sep 2022 06:42:45 +0000 (15:42 +0900)]
[WebRTC] Fix SupportedTransceiverCodecs bug (#4605)
Haesu Gwon [Tue, 27 Sep 2022 05:37:50 +0000 (14:37 +0900)]
[Camera] Change bool to byte for 64bit union struct marshaling (#4603)
dongsug.song [Mon, 26 Sep 2022 10:50:38 +0000 (19:50 +0900)]
[NUI] Fix SVACE issue
Haesu Gwon [Mon, 26 Sep 2022 08:38:44 +0000 (17:38 +0900)]
[WebRTC] Fix bug (#4598)
Heeyong Song [Mon, 26 Sep 2022 06:07:30 +0000 (15:07 +0900)]
[NUI] Version Update 22141
joogab.yun [Mon, 26 Sep 2022 05:56:06 +0000 (14:56 +0900)]
[NUI] BorderLineThickness should be taken into account when setting MimimumSize and MaximumSize.
If BorderLineThickness is not calculated, there will be a problem with window resize when it is reduced by MimimumSize.
dongsug.song [Sat, 24 Sep 2022 11:33:50 +0000 (20:33 +0900)]
[NUI] Change property get/set not to use PropertyValue
Haesu Gwon [Fri, 23 Sep 2022 07:30:51 +0000 (16:30 +0900)]
[Camera] Remove useless condition (#4588)
Haesu Gwon [Fri, 23 Sep 2022 07:24:21 +0000 (16:24 +0900)]
[WebRTC] Request privilege for MediaScreenSource (#4587)
* [WebRTC] Request privilege for MediaScreenSource
Young [Fri, 23 Sep 2022 00:44:56 +0000 (09:44 +0900)]
[Tizen.WebView] Deprecate Tizen.WebView (#4576)
* [Tizen.WebView] Deprecate Tizen.WebView
This patch deprecates Tizen.WebView due to ElmSharp deprecation.
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
Jihoon Kim [Thu, 15 Sep 2022 01:49:52 +0000 (10:49 +0900)]
[Inputmethod] Deprecated some Inputmethod APIs related to ElmSharp
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Haesu Gwon [Wed, 21 Sep 2022 23:57:53 +0000 (08:57 +0900)]
[WebRTC] Add new APIs for MediaNullSource and change MediaFileSource ctor (#4558)
* [WebRTC] Add new APIs for MediaNullSource and change MediaFileSource ctor
Haesu Gwon [Wed, 21 Sep 2022 09:12:06 +0000 (18:12 +0900)]
[Camera] Add UsedSize for EncodedPlane (#4578)
* [Camera] Add UsedSize for EncodedPlane
seungho [Wed, 21 Sep 2022 05:12:35 +0000 (14:12 +0900)]
[NUI] Version Update 22140
Signed-off-by: seungho <sbsh.baek@samsung.com>
seungho [Mon, 19 Sep 2022 08:34:18 +0000 (17:34 +0900)]
[NUI] Add Camera Transition in SceneView
Signed-off-by: seungho <sbsh.baek@samsung.com>
seungho [Wed, 14 Sep 2022 07:59:27 +0000 (16:59 +0900)]
[NUI] Remove unused interop method in Model
Signed-off-by: seungho <sbsh.baek@samsung.com>
seungho [Tue, 20 Sep 2022 05:59:56 +0000 (14:59 +0900)]
[NUI] Add documentation for Scene3D
Signed-off-by: seungho <sbsh.baek@samsung.com>
Eunki, Hong [Fri, 16 Sep 2022 05:41:26 +0000 (14:41 +0900)]
[NUI] Add View.ColorRed / ColorBlue / ColorGreen Property
Previously, we can only change whole color components (RGBA)
or change Opacity (A).
If we change only RGB values without change Opacity value,
we need to get opacity property first, and make new Color().
To change each components without create new Color class,
We make new property to change each components.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
seungho [Wed, 14 Sep 2022 06:56:41 +0000 (15:56 +0900)]
[NUI] Add Set/Get IBL Scale Factor for SceneView and Model
Signed-off-by: seungho <sbsh.baek@samsung.com>
Jaehyun Cho [Fri, 16 Sep 2022 06:34:51 +0000 (15:34 +0900)]
[NUI] Fix svace NULL dereference issues
NULL dereference codes have been fixed.
Jaehyun Cho [Thu, 15 Sep 2022 06:48:57 +0000 (15:48 +0900)]
[NUI] Fix ViewStyle.BorderlineColorSelector to work
ViewStyle.BorderlineColorSelector did not work properly because
View.BorderlineColorSelector property was not added.
Like BackgroundColor, color selector typed BorderlineColor should be
used in ViewStyle only.
So View.BorderlineColorSelector is internally used only.
Taehyub Kim [Wed, 11 May 2022 01:36:06 +0000 (10:36 +0900)]
[NUI][TCSACR-487] DragAndDrop: Add drag and drop APIs
seungho [Wed, 14 Sep 2022 05:56:35 +0000 (14:56 +0900)]
[NUI] Change Constructor index in SceneView
Signed-off-by: seungho <sbsh.baek@samsung.com>
Sangchul Lee [Tue, 20 Sep 2022 01:57:42 +0000 (10:57 +0900)]
[AudioManager] Remove deprecated symbols (#4562)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
ul24 [Fri, 16 Sep 2022 01:56:47 +0000 (10:56 +0900)]
[System][Resource] Create Tizen.System.Resource (#4569)
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Co-authored-by: Unsung Lee <unsung.lee@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
Haesu Gwon [Thu, 15 Sep 2022 08:08:06 +0000 (17:08 +0900)]
[ThumbnailExtractor] Deprecate ExtractAsync method (#4559)
* [ThumbnailExtractor] Deprecate ExtractAsync mothod
Haesu Gwon [Wed, 14 Sep 2022 07:55:15 +0000 (16:55 +0900)]
[ThumbnailExtractor] Change PInvoke function for ExtractAsync (#4560)
* [ThumbnailExtractor] Change PInvoke function for ExtractAsync
seungho [Tue, 6 Sep 2022 09:24:33 +0000 (18:24 +0900)]
[NUI] Modify Scene3D.SceneView and Camera
- Add Orthographic Size in Camera
Signed-off-by: seungho <sbsh.baek@samsung.com>
Taehyub Kim [Wed, 14 Sep 2022 04:45:14 +0000 (13:45 +0900)]
[NUI] version update 22139
Eunki, Hong [Tue, 13 Sep 2022 08:53:42 +0000 (17:53 +0900)]
[NUI.Scene3D] Create and Register Scene3D.Camera
Due to the Scene3D.SceneView's default camera didn't created in NUI side, we need to Regist this camera information into Registry.
If we already register it into Registry, use that.
Else, register new Camera into Registry.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Haesu Gwon [Tue, 13 Sep 2022 02:52:03 +0000 (11:52 +0900)]
[Multimedia] Deprecate constructors related to ElmSharp (#4540)
Jaehyun Cho [Thu, 8 Sep 2022 01:34:42 +0000 (10:34 +0900)]
[NUI] Fix typo in BorderlineColorSelectorProperty (#4549)
The typo in BorderlineColorSelectoryProperty has been fixed.
This typo causes crash by the following test code.
var slider = new Slider();
var style = slider.Style;
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
joogab.yun [Wed, 7 Sep 2022 02:06:06 +0000 (11:06 +0900)]
[NUI] prevent the case when touchData is null
If touchData is null, GetTouchFromPtr throws an exception.
Haesu Gwon [Thu, 8 Sep 2022 01:26:40 +0000 (10:26 +0900)]
[MediaVision] Add new APIs for ROI tracker (#4523)
* [MediaVision] Add new APIs for ROI tracker
hjhun [Wed, 7 Sep 2022 23:09:37 +0000 (08:09 +0900)]
[Applications.Common] Remove GC Timer from OnLowMemory() (#4548)
* Remove GC timer
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add missing if statement
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Haesu Gwon [Wed, 7 Sep 2022 07:55:20 +0000 (16:55 +0900)]
[Camera] Add new APIs for CameraDeviceManager and ExtraPreview (#4507)
* [Camera] Add new APIs for CameraDeviceManager and ExtraPreview