platform/core/csapi/tizenfx.git
12 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 ago[NUI] Add interceptTouchEvent at WindowEvent
joogab.yun [Mon, 27 Mar 2023 07:47:50 +0000 (16:47 +0900)]
[NUI] Add interceptTouchEvent at WindowEvent

14 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

15 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>
20 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/

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

21 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>
21 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 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>
22 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>
22 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>
23 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

23 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>
23 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>
23 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>
23 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

23 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)

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

23 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

23 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

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

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

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

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 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 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 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 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 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 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 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 ago[XamlBuild] Remove the reference of Tizen.NUI.XamlBuild in NUITizenGallery
Fang Xiaohui [Fri, 25 Mar 2022 08:44:36 +0000 (16:44 +0800)]
[XamlBuild] Remove the reference of Tizen.NUI.XamlBuild in NUITizenGallery

2 years ago[XamlBuild] Fix issue of boolean element node
Fang Xiaohui [Thu, 24 Mar 2022 07:03:16 +0000 (15:03 +0800)]
[XamlBuild] Fix issue of boolean element node

2 years ago[XamlBuild] Support use root node inheirt nest type
Fang Xiaohui [Thu, 24 Mar 2022 02:45:00 +0000 (10:45 +0800)]
[XamlBuild] Support use root node inheirt nest type

2 years ago[NUI][XamlBuild] Fix Xaml issues reported by VD
Fang Xiaohui [Fri, 18 Mar 2022 08:35:09 +0000 (16:35 +0800)]
[NUI][XamlBuild] Fix Xaml issues reported by VD

2 years ago[NUI] Fix svace issue
zhouleonlei [Mon, 21 Mar 2022 01:31:56 +0000 (09:31 +0800)]
[NUI] Fix svace issue

2 years ago[XamlBuild] Add XamlOptimization to use xaml/injection/examl
Xianbing Teng [Fri, 11 Mar 2022 03:38:15 +0000 (11:38 +0800)]
[XamlBuild] Add XamlOptimization to use xaml/injection/examl

2 years ago[XamlBuild] Fix internal class generate error
Xianbing Teng [Wed, 16 Mar 2022 09:07:34 +0000 (17:07 +0800)]
[XamlBuild] Fix internal class generate error

2 years ago[NUI] Add Xaml line info for bindable object
Xianbing Teng [Wed, 22 Dec 2021 10:55:40 +0000 (18:55 +0800)]
[NUI] Add Xaml line info for bindable object

2 years ago[NUI] Add EditableBrowsable.Never for CurrentLoadedXaml
Xianbing Teng [Tue, 14 Dec 2021 08:28:04 +0000 (16:28 +0800)]
[NUI] Add EditableBrowsable.Never for CurrentLoadedXaml

2 years agoRemove XamlLoadedEventArgs
Xianbing Teng [Tue, 7 Dec 2021 10:07:26 +0000 (18:07 +0800)]
Remove XamlLoadedEventArgs

2 years agoAdd XNames for Element
Xianbing Teng [Tue, 7 Dec 2021 09:15:41 +0000 (17:15 +0800)]
Add XNames for Element

2 years agoAdd XamlLoaded event for NUIApplication
Xianbing Teng [Tue, 7 Dec 2021 09:07:45 +0000 (17:07 +0800)]
Add XamlLoaded event for NUIApplication

2 years ago[NUI] Prevent to call button up event when button is not pressed
Taehyub Kim [Tue, 8 Mar 2022 13:07:20 +0000 (22:07 +0900)]
[NUI] Prevent to call button up event when button is not pressed

2 years ago[NUI][XamlBuild] 1.Support DP value, 2.Support DataTemplate in EXaml
Fang Xiaohui [Mon, 7 Mar 2022 07:55:39 +0000 (15:55 +0800)]
[NUI][XamlBuild] 1.Support DP value, 2.Support DataTemplate in EXaml

2 years ago[XamlBuild] Fix issue of project which hasn't debug symbol
Fang Xiaohui [Wed, 2 Mar 2022 08:40:15 +0000 (16:40 +0800)]
[XamlBuild] Fix issue of project which hasn't debug symbol

2 years ago[NUI] Save the cropMask value internally in ImageView (#3983)
tscholb [Wed, 2 Mar 2022 07:10:36 +0000 (16:10 +0900)]
[NUI] Save the cropMask value internally in ImageView (#3983)

Regardless of the cropToMask setting order, the value has been modified to apply properly.
In the existing code, the appclication  set the cropToMask first and setting url later,
there was an issue that the set cropToMask value was not applied properly.
To solve this issue, it has been modified to save this value at the ImageView.

2 years agoAdd target/props for netstandard2.0
Xianbing Teng [Fri, 25 Feb 2022 08:01:26 +0000 (16:01 +0800)]
Add target/props for netstandard2.0

2 years ago[NUI] Add file comment and end empty line
Xianbing Teng [Thu, 24 Feb 2022 08:54:50 +0000 (16:54 +0800)]
[NUI] Add file comment and end empty line

2 years ago[NUI] Fix timePicker ampm internal logic
Woochanlee [Wed, 23 Feb 2022 12:25:57 +0000 (21:25 +0900)]
[NUI] Fix timePicker ampm internal logic

2 years ago[NUI] Support last day of month when month change in DatePicker
Woochanlee [Wed, 26 Jan 2022 09:18:48 +0000 (18:18 +0900)]
[NUI] Support last day of month when month change in DatePicker

Previously, DatePicker don't consider last day of month when month change.
It makes crash issue when create DateTime.

2 years ago[NUI] Use CurrentCulture to prevent exception
Woochanlee [Thu, 24 Feb 2022 06:20:50 +0000 (15:20 +0900)]
[NUI] Use CurrentCulture to prevent exception

Gets system locale for multi language support got a unhandled exception.
Use CurrentCulture according to .NET guide.

2 years ago[NUI] Fix mismatch issue of the enum CreateDPObject
Xianbing Teng [Wed, 23 Feb 2022 11:03:19 +0000 (19:03 +0800)]
[NUI] Fix mismatch issue of the enum CreateDPObject

2 years ago[NUI] Add Tizen.NUI.XamlBuild module
Xianbing Teng [Wed, 23 Feb 2022 10:34:53 +0000 (18:34 +0800)]
[NUI] Add Tizen.NUI.XamlBuild module

2 years ago[NUI] Add an API for evaluating js with callback in WebView.
huayong.xu [Wed, 16 Feb 2022 05:11:28 +0000 (13:11 +0800)]
[NUI] Add an API for evaluating js with callback in WebView.

2 years ago[NUI]Fix ResourcesDictionary & BindingContext issues
Xianbing Teng [Thu, 17 Feb 2022 10:03:47 +0000 (18:03 +0800)]
[NUI]Fix ResourcesDictionary & BindingContext issues

Description:
1. Optimize codes of xaml parser.
2. Split resources from Application, each view can has its own resources. Previously only use application resources, it costs more time to lookup.
3. Migrate XamlStyle/XamlResources from View/Layer to Container. Previously both Layer and View have XamlStyle and XamlResources properties, it is redundant.
4. Optimize inherited binding context.
5. This change does not change the previous use.

2 years ago[NUI] Fix GetProperty ambiguousmatch exception
Xianbing Teng [Tue, 22 Feb 2022 08:04:00 +0000 (16:04 +0800)]
[NUI] Fix GetProperty ambiguousmatch exception

2 years ago[NUI] Add forward and backward direction type (#3932)
JoogabYun [Tue, 22 Feb 2022 04:43:01 +0000 (13:43 +0900)]
[NUI] Add forward and backward direction type (#3932)

Now, You can get Forward type by pressing Tab key and Backward type by pressing Shift-Tab key.

public override View GetNextFocusableView(View currentFocusedView, View.FocusDirection direction, bool loopEnabled)
{
 if (direction == View.FocusDirection.Forward)
 {
  // Tab
 }
 else if (direction == View.FocusDirection.Backward)
 {
  // Shift-Tab
 }
}

2 years ago[NUI] Rotary Event (Custom Wheel Type) improvement
joogab.yun [Tue, 25 Jan 2022 02:20:41 +0000 (11:20 +0900)]
[NUI] Rotary Event (Custom Wheel Type) improvement

Previously, RotaryEvents could always be received only by window.
Now, User can receive Rotary Events in focused View as well.
It is also possible to propagate events to the parent view.

If there is no focused View, the window will receive the event.

This only applies to Rotary Event(CustomWheel type).

2 years ago[WiFi] Add missing lock condition (3) (#3963)
chleun-moon [Thu, 17 Feb 2022 08:58:43 +0000 (17:58 +0900)]
[WiFi] Add missing lock condition (3) (#3963)

2 years ago[NUI] Add FeedTouch and FeedWheel
joogab.yun [Fri, 11 Feb 2022 02:16:54 +0000 (11:16 +0900)]
[NUI] Add FeedTouch and FeedWheel

2 years ago[NUI] Add FeedTouch and FeedWheel
joogab.yun [Fri, 11 Feb 2022 02:16:54 +0000 (11:16 +0900)]
[NUI] Add FeedTouch and FeedWheel

2 years ago[NUI] Add KeyFrameAnimationTest sample
dongsug.song [Thu, 10 Feb 2022 04:17:08 +0000 (13:17 +0900)]
[NUI] Add KeyFrameAnimationTest sample

2 years ago[Camera] Support variable buffer size (#3933)
Haesu Gwon [Thu, 10 Feb 2022 02:41:00 +0000 (11:41 +0900)]
[Camera] Support variable buffer size (#3933)

2 years ago[Sensor] Add orientation sensor type
taemin.yeom [Wed, 15 Sep 2021 05:44:42 +0000 (14:44 +0900)]
[Sensor] Add orientation sensor type

- SENSOR_GYROSCOPE_ORIENTATION : based on gyroscope_rotation_vector
- SENSOR_GEOMAGNETIC_ORIENTATION : based on geomagnetic_rotration_vector

2 years ago[WiFi] Add missing lock condition (2) (#3925)
chleun-moon [Mon, 7 Feb 2022 02:15:57 +0000 (11:15 +0900)]
[WiFi] Add missing lock condition (2) (#3925)

2 years ago[NUI] Fix svace issue of RecyclerView LinearLayouter (#3924)
Eunki Hong [Thu, 3 Feb 2022 08:21:00 +0000 (17:21 +0900)]
[NUI] Fix svace issue of RecyclerView LinearLayouter (#3924)

Check if groupInfo is null. It can be null when count = 0.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[Camera] Remove useless logs (#3915)
Haesu Gwon [Fri, 28 Jan 2022 05:26:40 +0000 (14:26 +0900)]
[Camera] Remove useless logs (#3915)

2 years ago[Camera] Fix preview gc issue (#3883)
Haesu Gwon [Thu, 27 Jan 2022 06:45:56 +0000 (15:45 +0900)]
[Camera] Fix preview gc issue (#3883)

* [Camera] Fix preview gc issue

2 years ago[WiFi] Add missing lock condition (#3901)
chleun-moon [Tue, 25 Jan 2022 08:29:32 +0000 (17:29 +0900)]
[WiFi] Add missing lock condition (#3901)

2 years ago[NUI] Clean up SubWindowTest.cs
dongsug.song [Thu, 20 Jan 2022 07:08:17 +0000 (16:08 +0900)]
[NUI] Clean up SubWindowTest.cs

2 years ago[Connection] Do not use Lazy for Singleton (#3890)
chleun-moon [Fri, 21 Jan 2022 05:07:23 +0000 (14:07 +0900)]
[Connection] Do not use Lazy for Singleton (#3890)

2 years ago[NUI] Add IsWindowRotating()
Wonsik Jung [Tue, 18 Jan 2022 05:53:46 +0000 (14:53 +0900)]
[NUI] Add IsWindowRotating()

Add IsWindowRotationg function.
It is return with true when window is rotating.

2 years agoRevert "[NUI] Update ImageView properties lazy"
Eunki Hong [Wed, 12 Jan 2022 01:18:42 +0000 (10:18 +0900)]
Revert "[NUI] Update ImageView properties lazy"

This reverts commit 6e1268590fbeac10ff4bc9ca004eea40ade16c32.

2 years ago[NUI] Update ImageView properties lazy
Eunki, Hong [Tue, 11 Jan 2022 11:53:26 +0000 (20:53 +0900)]
[NUI] Update ImageView properties lazy

backport patch of PR #3829

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI] Fix issue if application info is null
Xianbing Teng [Tue, 12 Oct 2021 11:24:59 +0000 (19:24 +0800)]
[NUI] Fix issue if application info is null

2 years ago[NUI] Fix the defect that CurrentFrame is not updated properly when AnimatedVectorIma...
dongsug.song [Wed, 5 Jan 2022 10:24:23 +0000 (19:24 +0900)]
[NUI] Fix the defect that CurrentFrame is not updated properly when AnimatedVectorImageView stops

2 years ago[WebRTC] Prevent cb instance from GC (#3835)
Haesu Gwon [Tue, 4 Jan 2022 00:09:49 +0000 (09:09 +0900)]
[WebRTC] Prevent cb instance from GC (#3835)

2 years ago[MediaPlayer] Fix description error(API9) (#3834)
Haesu Gwon [Mon, 3 Jan 2022 05:10:40 +0000 (14:10 +0900)]
[MediaPlayer] Fix description error(API9) (#3834)

2 years ago[NUI] Fix StopFinal(EndAction) not working on lite model
dongsug.song [Fri, 17 Dec 2021 06:45:03 +0000 (15:45 +0900)]
[NUI] Fix StopFinal(EndAction) not working on lite model

2 years ago[NUI] Fix VS solution file to build the project
dongsug.song [Fri, 17 Dec 2021 01:15:59 +0000 (10:15 +0900)]
[NUI] Fix VS solution file to build the project

2 years ago[NUI] Improves GetNextFocusableView
joogab.yun [Tue, 14 Dec 2021 06:00:32 +0000 (15:00 +0900)]
[NUI] Improves GetNextFocusableView

Currently, GetNextFocusableView of FocusableBase was Index-based of ContentContainer Child.

This is a problem.

Changes the search for the next focus view from index-based to position-based.

2 years ago[NUI] Add GLView
Daekwang Ryu [Wed, 20 Oct 2021 04:26:09 +0000 (13:26 +0900)]
[NUI] Add GLView

GLView allows drawing with OpenGL.
It creates a context, a surface and a render thread.
The render thread invokes user's callbacks.

2 years ago[Camera] Fix UnsetExtraPreviewCallback bug (#3780)
Haesu Gwon [Thu, 9 Dec 2021 02:53:26 +0000 (11:53 +0900)]
[Camera] Fix UnsetExtraPreviewCallback bug (#3780)

2 years ago[NUI][API9] Set null if callback removed
Eunki, Hong [Wed, 8 Dec 2021 05:37:52 +0000 (14:37 +0900)]
[NUI][API9] Set null if callback removed

When signal disconnected and signal become empty, let callback as null.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI] Fix null pointer svace issue
zhouleonlei [Thu, 2 Dec 2021 10:35:16 +0000 (18:35 +0800)]
[NUI] Fix null pointer svace issue

2 years ago[NUI] Remove redundant debug msg, No logic change
dongsug.song [Thu, 2 Dec 2021 10:47:20 +0000 (19:47 +0900)]
[NUI] Remove redundant debug msg, No logic change

2 years ago[NUI] clean up debugging logs
dongsug.song [Thu, 25 Nov 2021 10:07:44 +0000 (19:07 +0900)]
[NUI] clean up debugging logs

2 years ago[Bluetooth][Non-ACR] Fix Hid unregister callback not invoke issue (#3771)
Wootak Jung [Thu, 25 Nov 2021 00:06:48 +0000 (09:06 +0900)]
[Bluetooth][Non-ACR] Fix Hid unregister callback not invoke issue (#3771)