platform/core/csapi/tizenfx.git
7 months agoUse Marshal.FreeHGlobal() instead of Libc.Free() (#5636)
hjhun [Wed, 18 Oct 2023 05:38:58 +0000 (14:38 +0900)]
Use Marshal.FreeHGlobal() instead of Libc.Free() (#5636)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months ago[Connection] Fix ASAN crash issue (#5625)
Seonah Moon [Tue, 17 Oct 2023 07:16:24 +0000 (16:16 +0900)]
[Connection] Fix ASAN crash issue (#5625)

7 months agoDeprecating Tizen.Messaging.Messages APIs (#5593)
k-jaju [Tue, 17 Oct 2023 06:57:03 +0000 (12:27 +0530)]
Deprecating Tizen.Messaging.Messages APIs (#5593)

Signed-off-by: Krishna Kant Jaju <krishna.jaju@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months agoChange visibility of NUIGadgetResourceManager ctor (#5626)
hjhun [Tue, 17 Oct 2023 04:47:29 +0000 (13:47 +0900)]
Change visibility of NUIGadgetResourceManager ctor (#5626)

The visibility of NUIGadgetResourceManager(NUIGadgetInfo info) is
changed to public.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months agoUse Marshal.FreeHGlobal() instead of Libc.Free() (#5628)
hjhun [Tue, 17 Oct 2023 04:40:33 +0000 (13:40 +0900)]
Use Marshal.FreeHGlobal() instead of Libc.Free() (#5628)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months agoDeprecating Tizen.Messaging.Email APIs (#5596)
priyakohl [Mon, 16 Oct 2023 11:37:35 +0000 (17:07 +0530)]
Deprecating Tizen.Messaging.Email APIs (#5596)

* Deprecating Tizen.Messaging.Email APIs

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Added using System

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Modified Note

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
---------

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months ago[System.Feedback] Add new feedback_pattern
Yunhee Seo [Thu, 12 Oct 2023 07:44:39 +0000 (16:44 +0900)]
[System.Feedback] Add new feedback_pattern

Below feedback pattern is supported by mapping feedback pattern id number.
- FEEDBACK_PATTERN_WELCOME
- FEEDBACK_PATTERN_AUTO_DOOR_OPEN

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
7 months ago[Tdbc] Fix UpdateHookCallback released issue (#5528)
ChangGyu Choi [Thu, 12 Oct 2023 00:13:23 +0000 (09:13 +0900)]
[Tdbc] Fix UpdateHookCallback released issue (#5528)

The issue is that if you don't keep a reference to the UpdateHookCallback,
it may be garbage collected before it is used.

UpdateHookCallback should be referenced during used this.

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
7 months agoDeprecating Tizen.Location.Geofence APIs (#5598)
priyakohl [Wed, 11 Oct 2023 05:38:12 +0000 (11:08 +0530)]
Deprecating Tizen.Location.Geofence APIs (#5598)

* Deprecating Tizen.Location.Geofence APIs

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Removing type

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Indentation fixes

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Modified Note

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
---------

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months agoUpdate README.md
Jay Cho [Tue, 10 Oct 2023 05:08:41 +0000 (14:08 +0900)]
Update README.md

7 months agoUpdate README.md
Jay Cho [Tue, 10 Oct 2023 05:05:46 +0000 (14:05 +0900)]
Update README.md

7 months agoAdd API12 Update pkg
Jay Cho [Fri, 6 Oct 2023 09:38:09 +0000 (18:38 +0900)]
Add API12 Update pkg

7 months agoAdd API12
Jay Cho [Thu, 5 Oct 2023 04:32:50 +0000 (13:32 +0900)]
Add API12

7 months ago[NUI] fix IME window crash issue
dongsug.song [Tue, 26 Sep 2023 09:39:21 +0000 (18:39 +0900)]
[NUI] fix IME window crash issue

8 months ago[NUI] Let we don't dispose cached LastEvents
Eunki, Hong [Tue, 26 Sep 2023 02:51:06 +0000 (11:51 +0900)]
[NUI] Let we don't dispose cached LastEvents

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Implement defaut key construct
Eunki Hong [Mon, 25 Sep 2023 16:22:41 +0000 (01:22 +0900)]
[NUI] Implement defaut key construct

Let we use default key creation API if we only need to use
empty key handle.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Do not registry last event items who get retrieved
Eunki, Hong [Mon, 25 Sep 2023 05:38:22 +0000 (14:38 +0900)]
[NUI] Do not registry last event items who get retrieved

Since we change BaseObject internally when we use
Interop.Window.InternalRetrievingLast~~~Event(~~) function.

This behaviour might occure some error cases when we use
Registry system.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Version Update (22245)
Jiyun Yang [Mon, 25 Sep 2023 06:21:14 +0000 (15:21 +0900)]
[NUI] Version Update (22245)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
8 months agoAdd VisualFactory.UsePrecompiledShader()
seungho baek [Mon, 25 Sep 2023 03:16:45 +0000 (12:16 +0900)]
Add VisualFactory.UsePrecompiledShader()

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months ago[NUI] Add widget list for keeping widget instance
sunghyun kim [Mon, 25 Sep 2023 04:38:06 +0000 (13:38 +0900)]
[NUI] Add widget list for keeping widget instance

widget need to keep it's instance

8 months ago[NUI] Binding DispatchTouchMotion and DispatchHoverMotion
joogab.yun [Thu, 21 Sep 2023 06:25:39 +0000 (15:25 +0900)]
[NUI] Binding DispatchTouchMotion and DispatchHoverMotion

These determine whether to send touch and hover motion events or not.
This is used when the user does not want to receive motion events.

8 months ago[NUI] Add HoverEvent in Window
joogab.yun [Mon, 28 Aug 2023 06:10:16 +0000 (15:10 +0900)]
[NUI] Add HoverEvent in Window

Window window = NUIApplication.GetDefaultWindow();
window.HoverEvent += OnHover;

private void OnHover(object source, Window.HoverEventArgs e)
{
  // e.Hover.GetState(0); // PointStateType.Motion;
}

8 months ago[NUI] bug fixed about windowPointerConstraintsEventCallback
joogab.yun [Wed, 20 Sep 2023 08:10:21 +0000 (17:10 +0900)]
[NUI] bug fixed about windowPointerConstraintsEventCallback

8 months ago[NUI.WindowSystem] Add new request of KVM Service
Junseok Kim [Wed, 30 Aug 2023 07:23:02 +0000 (16:23 +0900)]
[NUI.WindowSystem] Add new request of KVM Service

Add new request of KVM Service as below:
 - ReceiveDragData: Request to get current drag data.
 - CancelDrag: Request to cancel current drag.

8 months ago[NUI.WindowSystem] Introduce the new InputGenerate feature
Junseok Kim [Thu, 14 Sep 2023 05:07:47 +0000 (14:07 +0900)]
[NUI.WindowSystem] Introduce the new InputGenerate feature

8 months ago[NUI.Scene3D] Fix MotionData TCT error
Eunki, Hong [Tue, 19 Sep 2023 13:43:45 +0000 (22:43 +0900)]
[NUI.Scene3D] Fix MotionData TCT error

Fix unmatched function binding

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoDragAndDrop : hide window event handler
Taehyub Kim [Mon, 18 Sep 2023 10:10:28 +0000 (19:10 +0900)]
DragAndDrop : hide window event handler

8 months ago[NUI] Version Update (22244)
Seoyeon Kim [Mon, 18 Sep 2023 08:41:18 +0000 (17:41 +0900)]
[NUI] Version Update (22244)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
8 months ago[NUI] DragAndDrop : Add APIs for Window
Taehyub Kim [Fri, 15 Sep 2023 04:25:05 +0000 (13:25 +0900)]
[NUI] DragAndDrop : Add APIs for Window

8 months ago[System.Feedback] Add new feedback_pattern to support general feedback patterns
Yunhee Seo [Thu, 14 Sep 2023 08:07:49 +0000 (17:07 +0900)]
[System.Feedback] Add new feedback_pattern to support general feedback patterns

To support general feedback patterns, newly patterns are added.
With these string pattern, it is possible to use mapped feedback patterns from libfeedback.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
8 months ago[System.Feedback] Add internal API to support feedback stop by feedback type
Yunhee Seo [Fri, 15 Sep 2023 01:47:50 +0000 (10:47 +0900)]
[System.Feedback] Add internal API to support feedback stop by feedback type

Allows feedback stop according to feedback type.

This is newly added to System.Feedback.
- public void StopTypeInternal(FeedbackType type)
    -> It stops current feedback playing according to feedback type.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
8 months ago[System.Feedback] Add new feedback_pattern for "da" profile
Yunhee Seo [Thu, 7 Sep 2023 02:49:21 +0000 (11:49 +0900)]
[System.Feedback] Add new feedback_pattern for "da" profile

To support using new feedback_pattern for da profile,
new pattern string and id value is added to Pattern dictionary.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
8 months ago[NUI] Fix ImageColor alpha not applied issue
Eunki, Hong [Wed, 13 Sep 2023 03:04:35 +0000 (12:04 +0900)]
[NUI] Fix ImageColor alpha not applied issue

Visual look at same value, Visual.MixColor's alpha and Visual.Opacity,
we need to synchronize both values.

Since we don't open Visual.Opacity property for View side
let we control this value inside of View.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI.Physics2D] Adding Dali/Chipmunk interop
David Steele [Mon, 11 Sep 2023 20:23:20 +0000 (21:23 +0100)]
[NUI.Physics2D] Adding Dali/Chipmunk interop

Adds Tizen.NUI.Physics2D.PhysicsAdaptor,
Tizen.NUI.Physics2D.PhysicsActor and
Tizen.NUI.Physics2D.ScopedAccessor classes.

These wrap the DALi physics classes in dali-toolkit; which run
the physics integration thread in the Update thread (using the
FrameCallback natively). They offer basic APIs for attaching
Views to Chipmunk.Body physics objects, so that they can
be rendered.

8 months ago[NUI.Physics2D] Add binding for Chipmunk2D physics engine
Richard Huang [Tue, 12 Sep 2023 09:32:17 +0000 (10:32 +0100)]
[NUI.Physics2D] Add binding for Chipmunk2D physics engine

8 months ago[NUI] Call base.Dispose(type) at derived class's Dispose.
jmm [Thu, 14 Sep 2023 05:26:16 +0000 (14:26 +0900)]
[NUI] Call base.Dispose(type) at derived class's Dispose.

8 months ago[NUI] Change RendererTexture(texture) into TextureResourceUrl(imageUrl)
jmm [Thu, 14 Sep 2023 01:58:31 +0000 (10:58 +0900)]
[NUI] Change RendererTexture(texture) into TextureResourceUrl(imageUrl)

8 months ago[NUI] Use Disposed instead of disposed.
jmm [Thu, 14 Sep 2023 01:38:49 +0000 (10:38 +0900)]
[NUI] Use Disposed instead of disposed.

8 months ago[NUI] Remove underlines in function names
jmm [Thu, 14 Sep 2023 01:29:06 +0000 (10:29 +0900)]
[NUI] Remove underlines in function names

8 months ago[NUI] Remove unused arguments and enum for AddLocalStream().
jmm [Wed, 13 Sep 2023 12:47:12 +0000 (21:47 +0900)]
[NUI] Remove unused arguments and enum for AddLocalStream().

8 months ago[NUI] Remove unsafe functions
jmm [Wed, 13 Sep 2023 12:21:56 +0000 (21:21 +0900)]
[NUI] Remove unsafe functions

8 months ago[NUI] Add Dispose()
jmm [Wed, 13 Sep 2023 07:20:43 +0000 (16:20 +0900)]
[NUI] Add Dispose()

8 months ago[NUI] Fix partial update issue
jmm [Mon, 11 Sep 2023 07:39:59 +0000 (16:39 +0900)]
[NUI] Fix partial update issue

8 months ago[NUI] Hide ParticleBlendingMode and ParticleEmitter
jmm [Mon, 11 Sep 2023 05:41:45 +0000 (14:41 +0900)]
[NUI] Hide ParticleBlendingMode and ParticleEmitter

8 months ago[NUI] Particle System binding and implementation of C# side
Adam Bialogonski [Fri, 4 Aug 2023 14:57:10 +0000 (15:57 +0100)]
[NUI] Particle System binding and implementation of C# side

ParticleSystem provides 4 classes:
ParticleEmitter - emitter of particles
ParticleSource - source of particles (spawning new particles)
ParticleModifier - controller of particles behaviour
Particle - wrapper over particle data

8 months ago[NUI] Binding GetLastHoverEvent
joogab.yun [Wed, 13 Sep 2023 07:25:19 +0000 (16:25 +0900)]
[NUI] Binding GetLastHoverEvent

Since GetLastTouchEvent returns all values ​​regardless of touch or hover, it was separated into GetLastTouchEvent and GetLastHoverEvent.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/298755/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/298753/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/298752/

8 months ago[Tts] Make SynthesizedPcmEventArgs inherit System.EventArgs (#5540)
Suyeon Hwang [Wed, 13 Sep 2023 11:25:24 +0000 (20:25 +0900)]
[Tts] Make SynthesizedPcmEventArgs inherit System.EventArgs (#5540)

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
8 months agoRevert "Revert "Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)" (#5466)"
joogab.yun [Tue, 12 Sep 2023 02:10:41 +0000 (11:10 +0900)]
Revert "Revert "Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)" (#5466)"

This reverts commit db26e7e9bb93583c447cfa5cec5dd04dfc3c4b53.

8 months ago[NUI] DALi version 2.2.43
joogab.yun [Mon, 11 Sep 2023 06:59:53 +0000 (15:59 +0900)]
[NUI] DALi version 2.2.43

8 months ago[NUI] Binding PointerConstraintsEvent
joogab.yun [Fri, 8 Sep 2023 05:11:44 +0000 (14:11 +0900)]
[NUI] Binding PointerConstraintsEvent

8 months ago[NUI] Enhance clipboard sample code
Bowon Ryu [Mon, 11 Sep 2023 02:01:42 +0000 (11:01 +0900)]
[NUI] Enhance clipboard sample code

- test/NUIClipboard
- test/NUIClipboardDataSelected

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
8 months ago[NUI] Add DataSelected in Clipboard
Bowon Ryu [Fri, 1 Sep 2023 12:31:50 +0000 (21:31 +0900)]
[NUI] Add DataSelected in Clipboard

Add DataSelected to catch the Copy event of another process.

The process using this event must be Secondary Selection.
General apps cannot use this event usefully.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
8 months ago[NUI] Add missing code
Bowon Ryu [Wed, 30 Aug 2023 11:14:42 +0000 (20:14 +0900)]
[NUI] Add missing code

ref : 5ca58e74d71e2e91a9b0a8b549b3cffad232f6f9

* Make sure that Interop return type is bool
Marshal's bool is mapped to 4byte in default.
So if native-code return boolean type, the datasize is mismatched and make problems

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
8 months ago[NUI] Fix the SVACE issue.
zhouhao02 [Wed, 6 Sep 2023 07:51:02 +0000 (15:51 +0800)]
[NUI] Fix the SVACE issue.

8 months agoRevert "Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)" (#5466)
Jay Cho [Thu, 10 Aug 2023 01:10:11 +0000 (10:10 +0900)]
Revert "Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)" (#5466)

This reverts commit d517215ef74fbd68d24fbfb58d11eb96be159741.

8 months ago[ComponentBased] Add TimeZoneChanged EventHandler (#5537)
hjhun [Mon, 11 Sep 2023 04:17:59 +0000 (13:17 +0900)]
[ComponentBased] Add TimeZoneChanged EventHandler (#5537)

This patch adds the TimeZoneChanged EventHandler. The component-based
application can monitors the time zone changed event using the event handler.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Applications.UI] Modify UICoreBackend for time zone event (#5542)
hjhun [Fri, 8 Sep 2023 08:09:54 +0000 (17:09 +0900)]
[Applications.UI] Modify UICoreBackend for time zone event (#5542)

This patch registers and unregister the time zone changed event.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tdbc] Fix sqlite driver (#5539)
jeremy-jang [Fri, 8 Sep 2023 04:03:57 +0000 (13:03 +0900)]
[Tdbc] Fix sqlite driver (#5539)

When the operation type is delete, the empty record will be passed to
callback.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
8 months ago[TCSACR-533] Maps deprecation message (#5487)
priyakohl [Thu, 7 Sep 2023 05:14:15 +0000 (10:44 +0530)]
[TCSACR-533] Maps deprecation message (#5487)

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
8 months ago[Applications.Service] Modify ServiceCoreBackend for TimeZone Event (#5534)
hjhun [Thu, 7 Sep 2023 04:59:09 +0000 (13:59 +0900)]
[Applications.Service] Modify ServiceCoreBackend for TimeZone Event (#5534)

This patch registers and unregister the time zone changed event.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Applications.Common] Add TimeZoneChanged Event (#5527)
hjhun [Wed, 6 Sep 2023 12:52:02 +0000 (21:52 +0900)]
[Applications.Common] Add TimeZoneChanged Event (#5527)

* [Applications.Common] Add TimeZoneChanged Event

The TimeZoneChangedEventArgs class is added for Time Zone changed
event.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Applications.Common] Update descriptions related to TimeZone Event

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months agoFIDO-Client Deprecation (#5469)
Shivam Verma [Wed, 6 Sep 2023 10:20:00 +0000 (15:50 +0530)]
FIDO-Client Deprecation (#5469)

Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
8 months ago[Applications.Common] Remove warning messages (#5532)
hjhun [Wed, 6 Sep 2023 05:42:24 +0000 (14:42 +0900)]
[Applications.Common] Remove warning messages (#5532)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[NUI] Add descriptions of Accessibility Interfaces
Seoyeon Kim [Wed, 30 Aug 2023 06:50:04 +0000 (15:50 +0900)]
[NUI] Add descriptions of Accessibility Interfaces

- The descriptions of Accessibility Interfaces were missed because of the urgent tasks.
- Now, need to add them for the next steps.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
8 months ago[NUI] Apply constant value for default drag window size
Taehyub Kim [Thu, 31 Aug 2023 04:18:40 +0000 (13:18 +0900)]
[NUI] Apply constant value for default drag window size

8 months ago[NUI] Public open MotionData
Eunki, Hong [Fri, 4 Aug 2023 06:57:27 +0000 (15:57 +0900)]
[NUI] Public open MotionData

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Fix some SVACE issues.
zhouhao02 [Wed, 30 Aug 2023 01:39:56 +0000 (09:39 +0800)]
[NUI] Fix some SVACE issues.

8 months ago[NUI.Scene3D] Add Shadow for a Directional Light
seungho baek [Wed, 30 Aug 2023 12:46:22 +0000 (21:46 +0900)]
[NUI.Scene3D] Add Shadow for a Directional Light

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months ago[NUI] Add SystemFontSizeChangedManager class
Jaehyun Cho [Mon, 28 Aug 2023 11:02:39 +0000 (20:02 +0900)]
[NUI] Add SystemFontSizeChangedManager class

SystemFontSizeChangedManager is a static class which adds user handlers
to the SystemSettings.FontSizeChanged event.

It is similar to SystemFontSizeChanged class but it is a static class
and it also provides Finished event handler invoked last after all
handlers added to the SystemSettings.FontSizeChanged event are invoked.

8 months ago[MediaVision] Remove deprecated API - InferenceTargetType (#5520)
Haesu Gwon [Sun, 3 Sep 2023 22:34:12 +0000 (07:34 +0900)]
[MediaVision] Remove deprecated API - InferenceTargetType (#5520)

8 months ago[Tts] Add new API for TTS synthesized PCM (#5484)
Suyeon Hwang [Fri, 1 Sep 2023 12:27:07 +0000 (21:27 +0900)]
[Tts] Add new API for TTS synthesized PCM (#5484)

* Add new method for playing mode

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix the description and typo

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix the name of property in SynthesizedPcmEventArgs

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix the property name and add getter

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* Fix build error

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
---------

Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
8 months ago[NUI.WindowSystem] remove profile support attribute
Junseok Kim [Wed, 30 Aug 2023 08:41:05 +0000 (17:41 +0900)]
[NUI.WindowSystem] remove profile support attribute

8 months ago[NUI]Version up 22241.
jykeon [Tue, 29 Aug 2023 07:51:49 +0000 (16:51 +0900)]
[NUI]Version up 22241.

Signed-off-by: jykeon <jykeon@samsung.com>
8 months ago[NUI] Make Tizen.NUI.Components not be preloaded in TV profile
dongsug.song [Tue, 29 Aug 2023 04:11:26 +0000 (13:11 +0900)]
[NUI] Make Tizen.NUI.Components not be preloaded in TV profile

8 months agoBinding KeyboardGrab and KeyboardUnGrab
joogab.yun [Fri, 25 Aug 2023 04:50:49 +0000 (13:50 +0900)]
Binding KeyboardGrab and KeyboardUnGrab

KeyboardGrab : Request grab key events according to the requested device subtype.
KeyboardUnGrab : Request ungrab key events

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/297828/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/297829/

8 months ago[NUI] Binding CursorVisibleSet
joogab.yun [Wed, 23 Aug 2023 09:22:54 +0000 (18:22 +0900)]
[NUI] Binding CursorVisibleSet

Sets visibility on/off of cursor

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/297714/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/297715/

8 months agoFix some SVACE issues.
zhouhao02 [Mon, 21 Aug 2023 09:43:59 +0000 (17:43 +0800)]
Fix some SVACE issues.

9 months ago[VoiceControl] remove unsupported error type
wn.jang [Thu, 24 Aug 2023 10:29:44 +0000 (19:29 +0900)]
[VoiceControl] remove unsupported error type

9 months ago[NUI] Revive IsBinded API for Xaml
Eunki, Hong [Thu, 24 Aug 2023 02:52:39 +0000 (11:52 +0900)]
[NUI] Revive IsBinded API for Xaml

Due to some legacy app use this internal property, we should revive this
legacy property.

It will be removed after all apps change this legacy codes

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months ago[Tdbc] Fix static analysis issue (#5497)
jeremy-jang [Wed, 23 Aug 2023 23:16:56 +0000 (08:16 +0900)]
[Tdbc] Fix static analysis issue (#5497)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: sukhyungkang <35091460+sukhyungkang@users.noreply.github.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
9 months ago[Packagemanager] Fix GetPackageCertificate (#5428)
jeremy-jang [Wed, 23 Aug 2023 23:05:59 +0000 (08:05 +0900)]
[Packagemanager] Fix GetPackageCertificate (#5428)

Add an exception handling.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
9 months ago[System.Feedback] Add privilege description to internal API for multi-theme
Yunhee Seo [Mon, 21 Aug 2023 11:10:16 +0000 (20:10 +0900)]
[System.Feedback] Add privilege description to internal API for multi-theme

To call below feedback internal API, App should have accurate privilege.
Description and privilege type is added to below API.
- public void SetThemeIndexInternal(FeedbackType type, uint indexOfTheme)

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
9 months ago[MediaVision] Add/deprecate InferenceBackendType (#5477)
Haesu Gwon [Wed, 23 Aug 2023 06:23:00 +0000 (15:23 +0900)]
[MediaVision] Add/deprecate InferenceBackendType (#5477)

9 months ago[NUI] DALI version 2.2.40
Woochan Lee [Tue, 22 Aug 2023 06:15:50 +0000 (15:15 +0900)]
[NUI] DALI version 2.2.40

9 months ago[NUI] Add InsetsChanged event to Window
Jaehyun Cho [Thu, 14 Jul 2022 10:13:28 +0000 (19:13 +0900)]
[NUI] Add InsetsChanged event to Window

Window insets are the inner size between window content and window edge.

Window insets are required when status bar, virtual keyboard, or
clipboard appears on window to avoid window content obscured by them.

To notify the window insets changes, InsetsChanged event is added to
Window.

9 months ago[NUI] Supports key event of repeat and delay of each way.
Wonsik Jung [Mon, 21 Aug 2023 20:40:54 +0000 (05:40 +0900)]
[NUI] Supports key event of repeat and delay of each way.

9 months ago[NUI] Make BindableObject.IsBound public.
huayong.xu [Thu, 6 Jul 2023 10:43:13 +0000 (18:43 +0800)]
[NUI] Make BindableObject.IsBound public.

9 months ago[NUI] Fix some SVACE issues.
huayong.xu [Mon, 21 Aug 2023 08:05:09 +0000 (16:05 +0800)]
[NUI] Fix some SVACE issues.

9 months ago[NUI] Applicatoin.FlushUpdateMessage
Eunki, Hong [Mon, 21 Aug 2023 01:44:28 +0000 (10:44 +0900)]
[NUI] Applicatoin.FlushUpdateMessage

Add new API to relayout & flush update/render thread messages.

It is for advanced app developer.
This API will flush all queued messages and rendering well.
But if we call it frequency, it will occure main thread overhead.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months ago[NUI] Fix SVACE issue.
huayong.xu [Fri, 18 Aug 2023 05:53:27 +0000 (13:53 +0800)]
[NUI] Fix SVACE issue.

9 months agoFix issue for checking return value of Interop (#5491)
kilig [Tue, 22 Aug 2023 02:28:54 +0000 (11:28 +0900)]
Fix issue for checking return value of Interop (#5491)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
9 months ago[NUI.WindowSystem] Introduce the new KVM service feature
Junseok Kim [Thu, 27 Jul 2023 07:18:53 +0000 (16:18 +0900)]
[NUI.WindowSystem] Introduce the new KVM service feature

Introduce the new KVM service feature and Add tests for the feature

Signed-off-by: Junseok Kim <juns.kim@samsung.com>
9 months ago[MediaContent] Deprecate unused APIs (#5473)
Haesu Gwon [Fri, 18 Aug 2023 02:08:45 +0000 (11:08 +0900)]
[MediaContent] Deprecate unused APIs (#5473)

9 months ago[MachineLearning.Inference] Change internal rank limit and default value
Yelin Jeong [Fri, 28 Jul 2023 01:55:21 +0000 (10:55 +0900)]
[MachineLearning.Inference] Change internal rank limit and default value

This patch changes internal rank limit in MachineLeanring.Inference.
To use higher rank limit, ml_tensors_info_create_extended is needed.
Also, default dimension value is changed to 0 from 1.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
9 months ago[NUI] DALi version 2.2.39
dongsug.song [Wed, 16 Aug 2023 11:00:10 +0000 (20:00 +0900)]
[NUI] DALi version 2.2.39

9 months ago[NUI] Add api about RelativeMove
joogab.yun [Tue, 8 Aug 2023 06:54:00 +0000 (15:54 +0900)]
[NUI] Add api about RelativeMove
1. PointerConstraintsLock
2. PointerConstraintsUnlock
3. LockedPointerRegionSet
4. LockedPointerCursorPositionHintSet
5. RelativeMoveEvent

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

9 months ago[NUI] Change all CallingConvention to `Cdecl`
Seoyeon Kim [Fri, 11 Aug 2023 02:57:19 +0000 (11:57 +0900)]
[NUI] Change all CallingConvention to `Cdecl`

- Change all the CallingConvention from `Stdcall` to `Cdecl`.
- In terms of security, the `cdecl` convention is "safer"
 because it is the caller that needs to deallocate the stack.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
9 months ago[NUI] Remove NUI dotnet 6.0 build warnings
Eunki Hong [Tue, 8 Aug 2023 15:09:05 +0000 (00:09 +0900)]
[NUI] Remove NUI dotnet 6.0 build warnings

Remove liteweights build warnings when build latest NUI

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
9 months ago[NUI] Remove strong references of text components regarding events
Jiyun Yang [Tue, 8 Aug 2023 10:27:07 +0000 (19:27 +0900)]
[NUI] Remove strong references of text components regarding events

* Improve WeakEvent
  * Lazy list initialization
  * Provide count changed callback methods
  * Separate file into WeakEvent and WeakEventProxy
* Fix TextLabel, TextField, TextEditor
  * Do not register event handler to the system event directly.
  * Instead they use WeakEventProxy to get GCed without Dispose call.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
9 months ago[System.Feedback] Add internal APIs to support multi-theme sound conf usage
Yunhee Seo [Wed, 9 Aug 2023 07:02:05 +0000 (16:02 +0900)]
[System.Feedback] Add internal APIs to support multi-theme sound conf usage

Allows selecting one of several theme files according to feedback type.
Now, this supports only feedback type Sound.

These are newly added to System.Feedback.
- public uint GetCountOfThemeInternal(FeedbackType type)
    -> It returns count of theme which is defined conf file according to feedback type.
       This indicates how many conf files are available.
- public uint GetThemeIndexInternal(FeedbackType type)
    -> It returns index of theme which is selected as default according to feedback type.
- public void SetThemeIndexInternal(FeedbackType type, uint indexOfTheme)
    -> It sets indexOfTheme to default conf index according to feedback type.
       By calling this, feedback will use the conf file with "indexOfTheme" index.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>