platform/core/csapi/tizenfx.git
11 months agoRelease 11.0.0.17848 submit/tizen/20230525.150959
TizenAPI-Bot [Thu, 25 May 2023 15:09:59 +0000 (15:09 +0000)]
Release 11.0.0.17848

11 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 25 May 2023 15:09:59 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

11 months ago[NUI.Gadget] Modify NUIGadgetResourceManager (#5302)
hjhun [Thu, 25 May 2023 06:17:59 +0000 (15:17 +0900)]
[NUI.Gadget] Modify NUIGadgetResourceManager (#5302)

If getting string is failed, the resource manager should try to get
string from the default satelite assembly.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
11 months agoModify implementation
ChangGyu Choi [Thu, 25 May 2023 05:23:51 +0000 (14:23 +0900)]
Modify implementation

Since LibIniParser.Load() is not expensive to call and the call
frequency of GetCultureName() method is low, there is no need to
preprocess initialization by applying Singleton pattern.

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
11 months agoFix file not found exception
ChangGyu Choi [Thu, 25 May 2023 05:00:15 +0000 (14:00 +0900)]
Fix file not found exception

When ini file does not exist, LibIniParser.Load() makes error logs.
This patch is to remove this case.
After applying this patch, we can expect performance improvement by
loading the dictionary only once for the first time.

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
11 months agoRelease 11.0.0.17845 submit/tizen/20230522.101619
TizenAPI-Bot [Mon, 22 May 2023 10:16:19 +0000 (10:16 +0000)]
Release 11.0.0.17845

11 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 22 May 2023 10:16:18 +0000 (10:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

11 months ago[NUI] Version up 22227
Seoyeon Kim [Mon, 22 May 2023 07:24:11 +0000 (16:24 +0900)]
[NUI] Version up 22227

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
11 months ago[NUI] Add DispatchParentTouchEvent
joogab.yun [Mon, 22 May 2023 05:21:06 +0000 (14:21 +0900)]
[NUI] Add DispatchParentTouchEvent

If a View's DispatchParentTouchEvents is set to false, then parents will not receive a touch event signal either.

11 months ago[NUI] Let LottieAnimationView use InternalVisual API
Eunki Hong [Tue, 16 May 2023 16:49:39 +0000 (01:49 +0900)]
[NUI] Let LottieAnimationView use InternalVisual API

To avoid useless PropertyValue class creation, let we change
to visual use InternalVisual APIs.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months ago[NUI] Cache url when we call SetImage + Make way to skip visual creation
Eunki, Hong [Tue, 16 May 2023 23:47:21 +0000 (08:47 +0900)]
[NUI] Cache url when we call SetImage + Make way to skip visual creation

Previously, we don't cache Url infomation at cached property map when we use
SetImage API instead of ResourceUrl property.

Now, let we keep this cache information.

And also, add parameter that we dont want to create new visual when we change
this property.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months ago[NUI] Reduce get/set overhead for some LottieAnimationView properties
Eunki, Hong [Tue, 16 May 2023 06:33:39 +0000 (15:33 +0900)]
[NUI] Reduce get/set overhead for some LottieAnimationView properties

Let's believe the cached properties what LottieAnimationView already cached.

Since ImageView.Image is heavy operation, we should call this thing less times.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months ago[NUI] Binds GetCurrentProperty to Animatable class
seungho baek [Mon, 15 May 2023 06:47:06 +0000 (15:47 +0900)]
[NUI] Binds GetCurrentProperty to Animatable class

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months ago[NUI.Sample] BlendPoint demo
Eunki Hong [Fri, 12 May 2023 12:37:09 +0000 (21:37 +0900)]
[NUI.Sample] BlendPoint demo

Let we use blendpoint on Scene3DSample and BlendPointSample

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months ago[NUI.Scene3D] Change the API name for BlendShape morphing
Eunki, Hong [Wed, 10 May 2023 08:11:44 +0000 (17:11 +0900)]
[NUI.Scene3D] Change the API name for BlendShape morphing

Since json file can change not only facial, The name of API is not good.

Instead, Let we change the name of facial API as 'BlendShapeAnimation'.
Now user can notify that this API can control all kinds of blendshape.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months ago[NUI] Add FontPreLoad API to FontClient
Bowon Ryu [Tue, 9 May 2023 11:07:39 +0000 (20:07 +0900)]
[NUI] Add FontPreLoad API to FontClient

This patch adds a new FontPreLoad API that preloads font faces.
this can prevents delays on main thread during the inital call of FT_New_Face.

using memoryFontPathList involves loading font buffers into memory.
And using FT_New_Memory_Face at runtime, which uses more memory
but can lead to greater performance improvements.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
11 months ago[NUI] Add BlendPoint to blend animation of AnimateBetween
seungho baek [Mon, 8 May 2023 09:18:54 +0000 (18:18 +0900)]
[NUI] Add BlendPoint to blend animation of AnimateBetween

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months ago[NUI] Add Touch source type for gesture
joogab.yun [Tue, 9 May 2023 08:08:05 +0000 (17:08 +0900)]
[NUI] Add Touch source type for gesture

11 months ago[NUI] Remove duplicate ?. operator and use using statement
Jiyun Yang [Wed, 19 Apr 2023 07:27:50 +0000 (16:27 +0900)]
[NUI] Remove duplicate ?. operator and use using statement

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
11 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/

11 months ago[NUI.Scene3D] Make API to apply ModelMotion
Eunki Hong [Fri, 28 Apr 2023 01:30:00 +0000 (10:30 +0900)]
[NUI.Scene3D] Make API to apply ModelMotion

Make a prototype of MotionData settor & Animation generator

Let we can use two type of motion as index
- MotionTransformIndex
- BlendShapeIndex

MotionTransformIndex can control only Position / Orientation / Scale.
and, BlendShape can control only BlendShape.

Currently a lots of case are not supported.
But we can test MotionData usecase by "string" ModelNodeId + "int" blendshape

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
11 months ago[NUI] Add WindowMouseInOutEvent (#5242)
JoogabYun [Thu, 4 May 2023 01:56:27 +0000 (10:56 +0900)]
[NUI] Add WindowMouseInOutEvent (#5242)

MouseInOutEvent is used when the mouse enters or exits a window

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

11 months ago[NUI] Binding EnableFocusIndicator and IsFocusIndicatorEnabled
joogab.yun [Wed, 3 May 2023 05:17:00 +0000 (14:17 +0900)]
[NUI] Binding EnableFocusIndicator and IsFocusIndicatorEnabled

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

11 months ago[NUI.Scene3D] Add property for bvh that translate root from ModelNode or not
Eunki, Hong [Mon, 24 Apr 2023 09:00:10 +0000 (18:00 +0900)]
[NUI.Scene3D] Add property for bvh that translate root from ModelNode or not

Add input parameter for bvh animation loader
that we should ignore root position translate or not.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoRelease 11.0.0.17828 submit/tizen/20230515.151050
TizenAPI-Bot [Mon, 15 May 2023 15:10:50 +0000 (15:10 +0000)]
Release 11.0.0.17828

11 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 15 May 2023 15:10:50 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

11 months agoPost-review fixes #2 (#4)
Adam Michalski/System (PLT) /SRPOL/Engineer/Samsung Electronics [Wed, 10 May 2023 06:52:22 +0000 (08:52 +0200)]
Post-review fixes #2 (#4)

11 months agoFix SubsessionEventInfoNative struct definition and usage (#3)
adaszkiewicza [Fri, 28 Apr 2023 12:40:03 +0000 (14:40 +0200)]
Fix SubsessionEventInfoNative struct definition and usage (#3)

Now it does not use unrolled arrays

11 months agoFix issues from review (#2)
adaszkiewicza [Thu, 27 Apr 2023 11:28:30 +0000 (13:28 +0200)]
Fix issues from review (#2)

Add ref keyword where needed, change IntPtrToStringArray method

11 months agoPost-review fixes to pull request #5203 part 1
Adam Michalski [Tue, 25 Apr 2023 17:35:08 +0000 (19:35 +0200)]
Post-review fixes to pull request #5203 part 1

11 months agoImplement libsessiond wrapper
adaszkiewicza [Thu, 20 Apr 2023 11:12:08 +0000 (13:12 +0200)]
Implement libsessiond wrapper

11 months ago[NUI.WindowSystem] introduce the taskbar service feature
Doyoun Kang [Fri, 12 May 2023 01:42:58 +0000 (10:42 +0900)]
[NUI.WindowSystem] introduce the taskbar service feature

Signed-off-by: Doyoun Kang <doyoun.kang@samsung.com>
12 months agoRelease 11.0.0.17822 accepted/tizen/unified/20230512.084105 submit/tizen/20230511.064312
TizenAPI-Bot [Thu, 11 May 2023 06:43:12 +0000 (06:43 +0000)]
Release 11.0.0.17822

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 11 May 2023 06:43:11 +0000 (06:43 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Tdbc] Fix Sqlite update hook (#5251)
ilho159kim [Thu, 11 May 2023 06:11:42 +0000 (15:11 +0900)]
[Tdbc] Fix Sqlite update hook (#5251)

If the delete statement is executed, the record can't be returned
because the value for the rowid doesn't exist in the database
Therefore, in the case of delete, the record is returned to null

Signed-off-by: ilho kim <ilho159.kim@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
12 months ago[DevicePolicyManager] Deprecate DevicePolicyManager APIs (#5180)
y01k [Thu, 11 May 2023 05:29:42 +0000 (14:29 +0900)]
[DevicePolicyManager] Deprecate DevicePolicyManager APIs (#5180)

Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
12 months agoRelease 11.0.0.17820 submit/tizen/20230508.151100
TizenAPI-Bot [Mon, 8 May 2023 15:11:00 +0000 (15:11 +0000)]
Release 11.0.0.17820

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 8 May 2023 15:11:00 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months agoMark all Tizen.Security.PrivacyPrivilegeManager APIs as deprecated (#4934)
Dariusz Michaluk [Mon, 8 May 2023 10:26:45 +0000 (12:26 +0200)]
Mark all Tizen.Security.PrivacyPrivilegeManager APIs as deprecated (#4934)

Change-Id: I519abb343b5f4e49d2256a9b0abf69d4fb755632

12 months agoRelease 11.0.0.17819 submit/tizen/20230504.151014
TizenAPI-Bot [Thu, 4 May 2023 15:10:14 +0000 (15:10 +0000)]
Release 11.0.0.17819

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 4 May 2023 15:10:14 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[MediaVision] Fix Design QR bug (#5245)
Haesu Gwon [Thu, 4 May 2023 08:23:34 +0000 (17:23 +0900)]
[MediaVision] Fix Design QR bug (#5245)

* [MediaVision] Fix Design QR bug

12 months agoRelease 11.0.0.17818 accepted/tizen/unified/20230504.054942 submit/tizen/20230503.055535
TizenAPI-Bot [Wed, 3 May 2023 05:55:35 +0000 (05:55 +0000)]
Release 11.0.0.17818

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 3 May 2023 05:55:35 +0000 (05:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Tizen.Log] Fix gbs build error
youngjae [Wed, 3 May 2023 05:22:48 +0000 (14:22 +0900)]
[Tizen.Log] Fix gbs build error

Signed-off-by: youngjae <y0.cho@samsung.com>
12 months agoRelease 11.0.0.17817 submit/tizen/20230502.151012
TizenAPI-Bot [Tue, 2 May 2023 15:10:12 +0000 (15:10 +0000)]
Release 11.0.0.17817

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 2 May 2023 15:10:12 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[NUI.Gadget] Modify NUIGadgetResourceManager class (#5233)
hjhun [Tue, 2 May 2023 09:15:15 +0000 (18:15 +0900)]
[NUI.Gadget] Modify NUIGadgetResourceManager class (#5233)

When getting the resource manager using the current culture info is failed,
the NUIGadgetResourceManager tries to get the resource manager using
the "default" string. It means using "/res/allowed/<resource>.dll" file.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
12 months agoRelease 11.0.0.17816 submit/tizen/20230502.074904
TizenAPI-Bot [Tue, 2 May 2023 07:49:04 +0000 (07:49 +0000)]
Release 11.0.0.17816

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 2 May 2023 07:49:04 +0000 (07:49 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[NUI] Version up 22224
Daekwang Ryu [Tue, 2 May 2023 06:20:29 +0000 (15:20 +0900)]
[NUI] Version up 22224

12 months ago[NUI] Reuse internally created Key/Touch and reuse it
Eunki, Hong [Wed, 26 Apr 2023 09:10:39 +0000 (18:10 +0900)]
[NUI] Reuse internally created Key/Touch and reuse it

To reduce the GC call for each Event getter, let we create
Key/Touch only one time for each window, and reuse it.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months agoAdd GenerateUrl API to FrameBuffer
Jiyun Yang [Thu, 27 Apr 2023 11:09:35 +0000 (20:09 +0900)]
Add GenerateUrl API to FrameBuffer

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
12 months ago[NUI] Fix empty item case crash. wrong bracket conditions.
EverLEEst(SangHyeon Lee) [Thu, 27 Apr 2023 09:39:16 +0000 (18:39 +0900)]
[NUI] Fix empty item case crash. wrong bracket conditions.

when failed flag is true,
other condition should be ingored.

12 months ago[NUI] Add Default Image & transition effect
sunghyun kim [Wed, 5 Apr 2023 06:23:27 +0000 (15:23 +0900)]
[NUI] Add Default Image & transition effect

12 months ago[NUI] LoopingMode enum for Animation class
Eunki, Hong [Wed, 26 Apr 2023 05:45:11 +0000 (14:45 +0900)]
[NUI] LoopingMode enum for Animation class

Let we allow to animation auto_reversed

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months ago[Tdbc] Fix static analysis issues (#5231)
jeremy-jang [Tue, 2 May 2023 02:41:40 +0000 (11:41 +0900)]
[Tdbc] Fix static analysis issues (#5231)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
12 months agoRelease 11.0.0.17809 submit/tizen/20230428.151022
TizenAPI-Bot [Fri, 28 Apr 2023 15:10:22 +0000 (15:10 +0000)]
Release 11.0.0.17809

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 28 Apr 2023 15:10:22 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[NUI.Gadget] Add Assembly property to NUIGadgetInfo (#5226)
hjhun [Fri, 28 Apr 2023 02:04:17 +0000 (11:04 +0900)]
[NUI.Gadget] Add Assembly property to NUIGadgetInfo (#5226)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
12 months agoRelease 11.0.0.17808 submit/tizen/20230427.043445
TizenAPI-Bot [Thu, 27 Apr 2023 04:34:45 +0000 (04:34 +0000)]
Release 11.0.0.17808

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 27 Apr 2023 04:34:45 +0000 (04:34 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Tizen.Log] Optimize garbage collection (#5156)
조영재 [Thu, 27 Apr 2023 04:27:17 +0000 (13:27 +0900)]
[Tizen.Log] Optimize garbage collection (#5156)

* [Tizen.Log] Optimize garbage collection

The CLR automatically converts string into byte array when it invokes
native function. In this process, the CLR allocates byte array on heap,
which will be a garbage, for every single string. If applications are
printing dlog too bursty, those garbage would pile up, consuming too much
memory. To reduce those garbage, manually allocates byte array on stack
and convert string into that byte array.

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
* [Tizen.Log] Remove Substring function (#2)

To cut filename from whole filepath, Print function uses Substring function.
Also, filename string is newly created.
To avoid newly create memory which can be garbage collecting target,
Substring function is removed.

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

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Co-authored-by: yuni.seo <129935814+yuni-seo@users.noreply.github.com>
Co-authored-by: Yunhee <yuni.seo@samsung.com>
12 months agoRelease 11.0.0.17807 accepted/tizen/unified/20230428.155112 submit/tizen/20230426.071422
TizenAPI-Bot [Wed, 26 Apr 2023 07:14:22 +0000 (07:14 +0000)]
Release 11.0.0.17807

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 26 Apr 2023 07:14:22 +0000 (07:14 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[NUI] version update
joogab.yun [Wed, 26 Apr 2023 06:29:36 +0000 (15:29 +0900)]
[NUI] version update

12 months ago[NUI] Change the call to GetRootLayer() so that the layer index can be updated.
joogab.yun [Wed, 26 Apr 2023 04:43:57 +0000 (13:43 +0900)]
[NUI] Change the call to GetRootLayer() so that the layer index can be updated.

If the root layer index is not updated and another layer is added first, a problem occurs in calculating the layer index.
Something like LowerBelow may not work.

12 months agoModify property name of Property class
huiyu [Wed, 19 Apr 2023 07:18:06 +0000 (16:18 +0900)]
Modify property name of Property class

Signed-off-by: huiyu <huiyu.eun@samsung.com>
12 months ago[NUI] Add SetTapRecognizerTime
joogab.yun [Wed, 26 Apr 2023 01:47:03 +0000 (10:47 +0900)]
[NUI] Add SetTapRecognizerTime

This is the time from touch down to touch up to recognize a tap gesture.

If set to 300ms, a touch up after a touch down must occur within 300ms to be recognized as a tap gesture.

12 months ago[NUI] Remove some TCs which are not effective.
huayong.xu [Tue, 25 Apr 2023 01:07:07 +0000 (09:07 +0800)]
[NUI] Remove some TCs which are not effective.

12 months ago[NUI] Fix some comments of Animation class
Eunki, Hong [Mon, 24 Apr 2023 06:38:51 +0000 (15:38 +0900)]
[NUI] Fix some comments of Animation class

1. Change mismatched comment format
2. Change default value of DisconnectAction
3. Add some remarks at EndAction property

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months ago[NUI] Remove unused signal : Window.ViewAdded
Eunki, Hong [Fri, 21 Apr 2023 05:23:55 +0000 (14:23 +0900)]
[NUI] Remove unused signal : Window.ViewAdded

Due to the performance issue, we do not allow to use Window.ViewAdded signal.
Instead, We need to guide app to use View.AddedToWindow event

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months ago[NUI] Remove default parameter of Animation.Stop(EndActions)
Eunki, Hong [Fri, 21 Apr 2023 07:29:05 +0000 (16:29 +0900)]
[NUI] Remove default parameter of Animation.Stop(EndActions)

Since we already have empty-parameter function named Stop(),
Let we remove Stop(EndActions)'s default value so compiler don't feel confuse.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months ago[NUI] Fix NUIApplication svace issue
Xianbing Teng [Thu, 20 Apr 2023 05:54:28 +0000 (13:54 +0800)]
[NUI] Fix NUIApplication svace issue

12 months ago[NUI] Make bvh/facial Animation from string buffer
Eunki, Hong [Tue, 18 Apr 2023 11:01:47 +0000 (20:01 +0900)]
[NUI] Make bvh/facial Animation from string buffer

Let we allow to create facial animations from buffer, not from file.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
12 months ago[NUI] Fix SVACE issues.
huayong.xu [Thu, 20 Apr 2023 06:42:43 +0000 (14:42 +0800)]
[NUI] Fix SVACE issues.

12 months ago[NUI] Add OverlayLayer to Window's LayersChildren to calculate Layout
Jaehyun Cho [Thu, 20 Apr 2023 05:11:21 +0000 (14:11 +0900)]
[NUI] Add OverlayLayer to Window's LayersChildren to calculate Layout

Previously, OverlayLayer was not added to Window's LayersChildren so
Layouts inside the OverlayLayer were not calculated.

Now, OverlayLayer is added to Window's LayerChildren to calculate
Layouts inside the OverlayLayer.

12 months ago[Tdbc] Fix binding methods (#5213)
jeremy-jang [Wed, 26 Apr 2023 04:51:03 +0000 (13:51 +0900)]
[Tdbc] Fix binding methods (#5213)

Fix type mismatch.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
12 months agoRelease 11.0.0.17794 submit/tizen/20230426.041000
TizenAPI-Bot [Wed, 26 Apr 2023 04:10:00 +0000 (04:10 +0000)]
Release 11.0.0.17794

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 26 Apr 2023 04:10:00 +0000 (04:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Tizen.Log] Replace dlog_print with dlog_print_dotnet (#5101)
Chanwoo Choi [Wed, 26 Apr 2023 04:03:25 +0000 (13:03 +0900)]
[Tizen.Log] Replace dlog_print with dlog_print_dotnet (#5101)

Replace dlog_print with dlog_print_dotnet which is used for only csharp api.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
12 months agoRelease 11.0.0.17793 accepted/tizen/unified/20230426.172125 submit/tizen/20230426.010344
TizenAPI-Bot [Wed, 26 Apr 2023 01:03:44 +0000 (01:03 +0000)]
Release 11.0.0.17793

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 26 Apr 2023 01:03:43 +0000 (01:03 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Camera] Add new camera setting APIs (#5172)
Haesu Gwon [Tue, 25 Apr 2023 23:50:53 +0000 (08:50 +0900)]
[Camera] Add new camera setting APIs (#5172)

* [Camera] Add new camera setting APIs

12 months agoRelease 11.0.0.17792 submit/tizen/20230425.150945
TizenAPI-Bot [Tue, 25 Apr 2023 15:09:45 +0000 (15:09 +0000)]
Release 11.0.0.17792

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 25 Apr 2023 15:09:45 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Tdbc] Split Tizen.Data.Tdbc.Driver.Sqlite project from Tizen.Data.Tdbc (#5209)
jeremy-jang [Tue, 25 Apr 2023 07:08:23 +0000 (16:08 +0900)]
[Tdbc] Split Tizen.Data.Tdbc.Driver.Sqlite project from Tizen.Data.Tdbc (#5209)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
12 months ago[Application.Common][TCSACR-536]Add APIs for getting path related resource control...
ilho159kim [Tue, 25 Apr 2023 02:06:28 +0000 (11:06 +0900)]
[Application.Common][TCSACR-536]Add APIs for getting path related resource control (#5126)

* [Application.Common][TCSACR-536]Add APIs for getting path related resource control

- DirectoryInfo.GetResControlAllowedResource()
- DirectoryInfo.GetResControlGlobalResource()

Signed-off-by: ilho kim <ilho159.kim@samsung.com>
* Adjust review

ResControl -> ResourceControl
res_type -> resourceType
Fix ambiguous description

Signed-off-by: ilho kim <ilho159.kim@samsung.com>
---------

Signed-off-by: ilho kim <ilho159.kim@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
12 months ago[Tdbc] Add Tizen.Data.Tdbc (#5145)
jeremy-jang [Mon, 24 Apr 2023 23:22:41 +0000 (08:22 +0900)]
[Tdbc] Add Tizen.Data.Tdbc (#5145)

* [Tdbc] Add Tizen.Data.Tdbc

Provides a standard C# API for accessing various database for Tizen platform.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Add a default sqlite driver

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Add enum OperationType

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix Tdbc

- Fix doxygen comments
- Fix nameing of interfaces

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix doxygen

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix Tdbc

- Fix doxygen.
- Remove rowid from RecordChangedEventArgs.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix wrong implemented IEnumeratable

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix RecordChangedEventArgs

Add a Record to event.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix TDBC

- Add namespace document.
- Fix dictionary type of Statement class.
- Fix some doxygen comments.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Add remarks for privileges

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Fix Connection class

- IsOpened() -> IsOpen()
- Add readonly keyworkd at lock object

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Tdbc] Rename files

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
---------

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
12 months agoRelease 11.0.0.17789 accepted/tizen/unified/20230420.091927 submit/tizen/20230419.083532
TizenAPI-Bot [Wed, 19 Apr 2023 08:35:32 +0000 (08:35 +0000)]
Release 11.0.0.17789

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 19 Apr 2023 08:35:32 +0000 (08:35 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months agoVersion up 22222 (#5189)
ANZ1217 [Wed, 19 Apr 2023 07:38:51 +0000 (16:38 +0900)]
Version up 22222 (#5189)

Co-authored-by: Chihun Jeong <chihun.jeong@samsung.com>
12 months ago[NUI] Collect Renderer Property enum as public hidden (#5165)
Eunki Hong [Tue, 18 Apr 2023 06:56:21 +0000 (15:56 +0900)]
[NUI] Collect Renderer Property enum as public hidden (#5165)

* [NUI] Collect Renderer Property enum as public hidden

Since the enum type was internally hidden, User don't know what
value should we use for some Renderer's property.

Until do Modify ACR, make them as hidden

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
* [NUI] Change RendererConstants value name as Pascal Case

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
* [NUI] Mark all RenderConstants enum value as hidden

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
---------

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>
12 months ago[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()
Artur Świgoń [Thu, 13 Apr 2023 08:45:11 +0000 (10:45 +0200)]
[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()

This API allows the application to provide the Screen Reader with a formatted
string value rather than the default, floating-point one. This in turn, allows
to customize in detail how e.g. slider values are read.

12 months agoRelease 11.0.0.17786 accepted/tizen/unified/20230419.044949 submit/tizen/20230418.151037
TizenAPI-Bot [Tue, 18 Apr 2023 15:10:37 +0000 (15:10 +0000)]
Release 11.0.0.17786

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 18 Apr 2023 15:10:37 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Applications.Common] Add an internal API (#5183)
hjhun [Tue, 18 Apr 2023 02:12:52 +0000 (11:12 +0900)]
[Applications.Common] Add an internal API (#5183)

Adds:
 - AppControl.UnsetAutoRestart()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
12 months agoRelease 11.0.0.17785 submit/tizen/20230417.151056
TizenAPI-Bot [Mon, 17 Apr 2023 15:10:56 +0000 (15:10 +0000)]
Release 11.0.0.17785

12 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 17 Apr 2023 15:10:56 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

12 months ago[Applications.UI] Add Get window position api (#5085)
sukhyungkang [Mon, 17 Apr 2023 08:07:01 +0000 (17:07 +0900)]
[Applications.UI] Add Get window position api (#5085)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>