platform/core/csapi/tizenfx.git
4 days agoRelease 12.0.0.18357 submit/tizen/20240721.150856
TizenAPI-Bot [Sun, 21 Jul 2024 15:08:56 +0000 (15:08 +0000)]
Release 12.0.0.18357

7 days agoRelease 12.0.0.18357 submit/tizen/20240718.150959
TizenAPI-Bot [Thu, 18 Jul 2024 15:09:59 +0000 (15:09 +0000)]
Release 12.0.0.18357

7 days agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 18 Jul 2024 15:09:59 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 days ago[WebRTC] Change state restriction (#6181)
Haesu Gwon [Thu, 18 Jul 2024 02:12:19 +0000 (11:12 +0900)]
[WebRTC] Change state restriction (#6181)

* [WebRTC] Change state restriction

8 days agoRelease 12.0.0.18356 submit/tizen/20240717.150903
TizenAPI-Bot [Wed, 17 Jul 2024 15:09:03 +0000 (15:09 +0000)]
Release 12.0.0.18356

9 days agoRelease 12.0.0.18356 submit/tizen/20240716.150817
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:17 +0000 (15:08 +0000)]
Release 12.0.0.18356

9 days agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:17 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

10 days ago[NUI] Add friend assembly for NUI2.Compatibility
dongsug.song [Tue, 16 Jul 2024 07:29:04 +0000 (16:29 +0900)]
[NUI] Add friend assembly for NUI2.Compatibility

10 days agoRelease 12.0.0.18355 accepted/tizen/unified/20240717.060609 accepted/tizen/unified/dev/20240718.035936 accepted/tizen/unified/x/20240718.022848 submit/tizen/20240716.063101
TizenAPI-Bot [Tue, 16 Jul 2024 06:31:01 +0000 (06:31 +0000)]
Release 12.0.0.18355

10 days agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 16 Jul 2024 06:31:01 +0000 (06:31 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

10 days ago[NUI] NUI version up(nui22332)
Bowon Ryu [Tue, 16 Jul 2024 05:44:20 +0000 (14:44 +0900)]
[NUI] NUI version up(nui22332)

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
10 days ago[NUI] Fix SVACE issues
dongsug.song [Thu, 11 Jul 2024 04:46:10 +0000 (13:46 +0900)]
[NUI] Fix SVACE issues

10 days agoUpdate deploy-documents.yml (#6214)
shmin [Tue, 16 Jul 2024 05:55:09 +0000 (14:55 +0900)]
Update deploy-documents.yml (#6214)

10 days agoRelease 12.0.0.18352 submit/tizen/20240715.151007
TizenAPI-Bot [Mon, 15 Jul 2024 15:10:07 +0000 (15:10 +0000)]
Release 12.0.0.18352

12 days agoRelease 12.0.0.18352 submit/tizen/20240713.150822
TizenAPI-Bot [Sat, 13 Jul 2024 15:08:22 +0000 (15:08 +0000)]
Release 12.0.0.18352

2 weeks agoRelease 12.0.0.18352 submit/tizen/20240710.150906
TizenAPI-Bot [Wed, 10 Jul 2024 15:09:06 +0000 (15:09 +0000)]
Release 12.0.0.18352

2 weeks agoRelease 12.0.0.18352 accepted/tizen/unified/20240711.051103 accepted/tizen/unified/dev/20240712.055806 accepted/tizen/unified/x/20240716.041608 submit/tizen/20240710.091550
TizenAPI-Bot [Wed, 10 Jul 2024 09:15:50 +0000 (09:15 +0000)]
Release 12.0.0.18352

2 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 10 Jul 2024 09:15:50 +0000 (09:15 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 weeks ago[NUI] NUI version up(nui22331)
sunghyun kim [Wed, 10 Jul 2024 07:53:11 +0000 (16:53 +0900)]
[NUI] NUI version up(nui22331)

2 weeks ago[NUI] Make ControlHandle dispose always
Eunki, Hong [Mon, 8 Jul 2024 03:31:27 +0000 (12:31 +0900)]
[NUI] Make ControlHandle dispose always

Let we make ControlHandle call Dispose(true) always what we are using now.

And also, print some error log when this object GC by worker thread.
+ Write some comments for ControlHandle user.

It should be make more safety development

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 weeks ago[NUI] Avoid boxing,unboxing overhead
dongsug.song [Mon, 1 Jul 2024 13:16:19 +0000 (22:16 +0900)]
[NUI] Avoid boxing,unboxing overhead

2 weeks ago[NUI] Refine KeyFrames PropertyValues with propertyValueConverter
Eunki, Hong [Tue, 2 Jul 2024 08:14:27 +0000 (17:14 +0900)]
[NUI] Refine KeyFrames PropertyValues with propertyValueConverter

Let we allow to convert PropertyValue by propertyValueConverter when we
use AnimateBetween keyword by KeyFrames.

It will be useful when we animate some BackgroundColor or somethings
with Integer value.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 weeks ago[NUI] Make ProcessController.Initialized check as static + Initialize at Instance...
Eunki, Hong [Wed, 3 Jul 2024 07:47:33 +0000 (16:47 +0900)]
[NUI] Make ProcessController.Initialized check as static + Initialize at Instance getter

Let we don't get the instance of ProcessController at DisposeQueue.

Since DisposeQueue could be works at worker thread, or execute before NUIApplication initialized,
we need to check whether ProcessController was initialized or not.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 weeks ago[NUI] Add friend assembly for NUI2
dongsug.song [Wed, 3 Jul 2024 06:24:00 +0000 (15:24 +0900)]
[NUI] Add friend assembly for NUI2

2 weeks ago[NUI] Make Capture return ImageUrl
Seungho Baek [Tue, 2 Jul 2024 06:34:00 +0000 (15:34 +0900)]
[NUI] Make Capture return ImageUrl

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 weeks ago[NUI] Remove unused macro
Eunki, Hong [Tue, 2 Jul 2024 07:55:45 +0000 (16:55 +0900)]
[NUI] Remove unused macro

NUI_ANIMATION_PROPERTY_CHANGE_1 macro already works well for every cases.

Now we can always enable them

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 weeks agoRelease 12.0.0.18344 submit/tizen/20240709.150831
TizenAPI-Bot [Tue, 9 Jul 2024 15:08:31 +0000 (15:08 +0000)]
Release 12.0.0.18344

2 weeks agoRelease 12.0.0.18344 submit/tizen/20240708.150842
TizenAPI-Bot [Mon, 8 Jul 2024 15:08:42 +0000 (15:08 +0000)]
Release 12.0.0.18344

2 weeks agoRelease 12.0.0.18344 submit/tizen/20240707.150831
TizenAPI-Bot [Sun, 7 Jul 2024 15:08:31 +0000 (15:08 +0000)]
Release 12.0.0.18344

2 weeks agoRelease 12.0.0.18344 submit/tizen/20240705.150800
TizenAPI-Bot [Fri, 5 Jul 2024 15:08:00 +0000 (15:08 +0000)]
Release 12.0.0.18344

3 weeks agoRelease 12.0.0.18344 submit/tizen/20240704.150819
TizenAPI-Bot [Thu, 4 Jul 2024 15:08:19 +0000 (15:08 +0000)]
Release 12.0.0.18344

3 weeks agoRelease 12.0.0.18344 accepted/tizen/unified/20240702.162355 accepted/tizen/unified/dev/20240703.060325 accepted/tizen/unified/x/20240703.013213 submit/tizen/20240702.074605
TizenAPI-Bot [Tue, 2 Jul 2024 07:46:05 +0000 (07:46 +0000)]
Release 12.0.0.18344

3 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 2 Jul 2024 07:46:05 +0000 (07:46 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 weeks ago[NUI] NUI version up(nui22330)
jmm [Tue, 2 Jul 2024 06:51:39 +0000 (15:51 +0900)]
[NUI] NUI version up(nui22330)

3 weeks ago[NUI] Add sample and description for window modal and always on top.
Wonsik Jung [Mon, 1 Jul 2024 01:57:38 +0000 (10:57 +0900)]
[NUI] Add sample and description for window modal and always on top.

Add sample for window modal and always on top property to Tizen.NUI.Samples.
In addition, the description is added to window modal.

3 weeks ago[NUI] Supports new window functions.
Wonsik Jung [Tue, 25 Jun 2024 07:47:44 +0000 (16:47 +0900)]
[NUI] Supports new window functions.

Supports new window functions.
1. Supports the modal window.
2. Supports the pin to top function.

3 weeks ago[NUI] Remove build warning
Eunki, Hong [Thu, 27 Jun 2024 03:23:57 +0000 (12:23 +0900)]
[NUI] Remove build warning

1. Remove XML parsing error
2. Let we use SafeHandle.Dispose(bool), instead of Dispose() API directly.
3. Add 'new' keyword what we re-define properties intention.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 weeks agoRelease 12.0.0.18340 submit/tizen/20240701.150808
TizenAPI-Bot [Mon, 1 Jul 2024 15:08:08 +0000 (15:08 +0000)]
Release 12.0.0.18340

3 weeks agoRelease 12.0.0.18340 submit/tizen/20240630.150819
TizenAPI-Bot [Sun, 30 Jun 2024 15:08:19 +0000 (15:08 +0000)]
Release 12.0.0.18340

4 weeks agoRelease 12.0.0.18340 accepted/tizen/unified/20240628.172847 accepted/tizen/unified/dev/20240701.072835 accepted/tizen/unified/x/20240701.021454 submit/tizen/20240628.044103
TizenAPI-Bot [Fri, 28 Jun 2024 04:41:03 +0000 (04:41 +0000)]
Release 12.0.0.18340

4 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 28 Jun 2024 04:41:03 +0000 (04:41 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 weeks agoAdd ClearCacheProgressChanged EventHandler (#6183)
ilho159kim [Fri, 28 Jun 2024 04:29:09 +0000 (13:29 +0900)]
Add ClearCacheProgressChanged EventHandler (#6183)

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 weeks agoRelease 12.0.0.18339 submit/tizen/20240627.122450
TizenAPI-Bot [Thu, 27 Jun 2024 12:24:50 +0000 (12:24 +0000)]
Release 12.0.0.18339

4 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 27 Jun 2024 12:24:49 +0000 (12:24 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 weeks ago[NUI] Fix old value checking issue when IsUsingXaml = false
dongsug.song [Thu, 27 Jun 2024 12:06:48 +0000 (21:06 +0900)]
[NUI] Fix old value checking issue when IsUsingXaml = false

4 weeks agoRelease 12.0.0.18338 submit/tizen/20240626.150835
TizenAPI-Bot [Wed, 26 Jun 2024 15:08:35 +0000 (15:08 +0000)]
Release 12.0.0.18338

4 weeks agoRelease 12.0.0.18338 accepted/tizen/unified/20240627.103725 accepted/tizen/unified/x/20240628.014010 submit/tizen/20240626.111742
TizenAPI-Bot [Wed, 26 Jun 2024 11:17:42 +0000 (11:17 +0000)]
Release 12.0.0.18338

4 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 26 Jun 2024 11:17:42 +0000 (11:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 weeks ago[NUI] NUI version up(nui22329)
Wonsik Jung [Wed, 26 Jun 2024 10:22:12 +0000 (19:22 +0900)]
[NUI] NUI version up(nui22329)

4 weeks ago[NUI] (CanvasView) Support rasterization request manually + rasterization asychronously
Eunki, Hong [Tue, 18 Jun 2024 04:33:49 +0000 (13:33 +0900)]
[NUI] (CanvasView) Support rasterization request manually + rasterization asychronously

Let we allow to user request rasterizatoin manually, not for automatically updated engine side.

If we set that value as true, RequestRasterization should be called.

required dali patch:
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/312975
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/312976

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 weeks agoRelease 12.0.0.18336 accepted/tizen/unified/x/20240626.094737 submit/tizen/20240625.150751
TizenAPI-Bot [Tue, 25 Jun 2024 15:07:51 +0000 (15:07 +0000)]
Release 12.0.0.18336

4 weeks agoRelease 12.0.0.18336 submit/tizen/20240624.150901
TizenAPI-Bot [Mon, 24 Jun 2024 15:09:01 +0000 (15:09 +0000)]
Release 12.0.0.18336

4 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 24 Jun 2024 15:09:00 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 weeks agoAdd BluetoothDevice constructor with remote address (#6165)
anujk-singh [Mon, 24 Jun 2024 12:08:59 +0000 (17:38 +0530)]
Add BluetoothDevice constructor with remote address (#6165)

Signed-off-by: anujk-singh <anujk.singh@samsung.com>
4 weeks ago[WebRTC] Change native so version (#6177)
Haesu Gwon [Mon, 24 Jun 2024 09:10:07 +0000 (18:10 +0900)]
[WebRTC] Change native so version (#6177)

4 weeks agoUpdate deploy-documents.yml (#6176)
shmin [Mon, 24 Jun 2024 05:48:05 +0000 (14:48 +0900)]
Update deploy-documents.yml (#6176)

* Update deploy-documents.yml

* Update deploy-documents.yml

* Update deploy-documents.yml

* Update deploy-documents.yml

* Update deploy-documents.yml

* Update deploy-documents-for-tizen-docs.yml

* Update deploy-documents-for-tizen-docs.yml

4 weeks agoRelease 12.0.0.18333 submit/tizen/20240622.150745
TizenAPI-Bot [Sat, 22 Jun 2024 15:07:45 +0000 (15:07 +0000)]
Release 12.0.0.18333

4 weeks agoRelease 12.0.0.18333 submit/tizen/20240621.151028
TizenAPI-Bot [Fri, 21 Jun 2024 15:10:28 +0000 (15:10 +0000)]
Release 12.0.0.18333

4 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 21 Jun 2024 15:10:27 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

5 weeks ago[NUI.WindowSystem] KVMService: Add new API to perform drop on given target
Junseok Kim [Tue, 4 Jun 2024 11:20:03 +0000 (20:20 +0900)]
[NUI.WindowSystem] KVMService: Add new API to perform drop on given target

5 weeks agoRelease 12.0.0.18332 submit/tizen/20240620.150947
TizenAPI-Bot [Thu, 20 Jun 2024 15:09:47 +0000 (15:09 +0000)]
Release 12.0.0.18332

5 weeks agoRelease 12.0.0.18332 submit/tizen/20240619.150828
TizenAPI-Bot [Wed, 19 Jun 2024 15:08:28 +0000 (15:08 +0000)]
Release 12.0.0.18332

5 weeks agoRelease 12.0.0.18332 accepted/tizen_unified_toolchain accepted/tizen_unified_x_asan accepted/tizen/unified/20240619.151941 accepted/tizen/unified/toolchain/20240624.121342 accepted/tizen/unified/x/20240620.061546 accepted/tizen/unified/x/asan/20240625.092122 submit/tizen/20240619.023313
TizenAPI-Bot [Wed, 19 Jun 2024 02:33:13 +0000 (02:33 +0000)]
Release 12.0.0.18332

5 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 19 Jun 2024 02:33:13 +0000 (02:33 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

5 weeks ago[NUI] NUI version up(nui22328)
jykeon [Tue, 18 Jun 2024 10:18:07 +0000 (19:18 +0900)]
[NUI] NUI version up(nui22328)

Signed-off-by: jykeon <jykeon@samsung.com>
5 weeks ago[NUI] Fix worker thread handle removal issue
Eunki, Hong [Tue, 11 Jun 2024 15:41:43 +0000 (00:41 +0900)]
[NUI] Fix worker thread handle removal issue

Since `ControlHandle` could be deleted at GC thread, we should use DisposeQueue here.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoRelease 12.0.0.18330 submit/tizen/20240617.150903
TizenAPI-Bot [Mon, 17 Jun 2024 15:09:03 +0000 (15:09 +0000)]
Release 12.0.0.18330

5 weeks agoRelease 12.0.0.18330 submit/tizen/20240616.150837
TizenAPI-Bot [Sun, 16 Jun 2024 15:08:37 +0000 (15:08 +0000)]
Release 12.0.0.18330

5 weeks agoRelease 12.0.0.18330 submit/tizen/20240614.150914
TizenAPI-Bot [Fri, 14 Jun 2024 15:09:14 +0000 (15:09 +0000)]
Release 12.0.0.18330

6 weeks agoRelease 12.0.0.18330 accepted/tizen/unified/20240614.010946 accepted/tizen/unified/dev/20240620.005417 accepted/tizen/unified/x/20240614.080546 submit/tizen/20240612.150844
TizenAPI-Bot [Wed, 12 Jun 2024 15:08:44 +0000 (15:08 +0000)]
Release 12.0.0.18330

6 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 12 Jun 2024 15:08:44 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

6 weeks ago[Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis (#6170)
akash1-kumar [Wed, 12 Jun 2024 09:08:12 +0000 (14:38 +0530)]
[Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis (#6170)

6 weeks ago[NUI] modifying the code according to the review comments
dongsug.song [Tue, 11 Jun 2024 01:26:21 +0000 (10:26 +0900)]
[NUI] modifying the code according to the review comments

6 weeks agoUpdate src/Tizen.NUI/src/public/Common/WeakEvent.cs
dongsug-song [Tue, 11 Jun 2024 01:21:06 +0000 (10:21 +0900)]
Update src/Tizen.NUI/src/public/Common/WeakEvent.cs

Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
6 weeks agoUpdate src/Tizen.NUI/src/public/Common/WeakEvent.cs
dongsug-song [Tue, 11 Jun 2024 01:20:58 +0000 (10:20 +0900)]
Update src/Tizen.NUI/src/public/Common/WeakEvent.cs

Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
6 weeks agoUpdate src/Tizen.NUI/src/public/Common/WeakEvent.cs
dongsug-song [Tue, 11 Jun 2024 01:20:46 +0000 (10:20 +0900)]
Update src/Tizen.NUI/src/public/Common/WeakEvent.cs

Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
6 weeks agoUpdate src/Tizen.NUI/src/public/Common/WeakEvent.cs
dongsug-song [Tue, 11 Jun 2024 01:20:36 +0000 (10:20 +0900)]
Update src/Tizen.NUI/src/public/Common/WeakEvent.cs

Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
6 weeks ago[TCSACR-580][NUI] Add WeakEvent and VoiceInteractionName
dongsug.song [Tue, 4 Jun 2024 06:53:38 +0000 (15:53 +0900)]
[TCSACR-580][NUI] Add WeakEvent and VoiceInteractionName

6 weeks agoRelease 12.0.0.18323 submit/tizen/20240611.150843
TizenAPI-Bot [Tue, 11 Jun 2024 15:08:43 +0000 (15:08 +0000)]
Release 12.0.0.18323

6 weeks agoRelease 12.0.0.18323 submit/tizen/20240611.104041
TizenAPI-Bot [Tue, 11 Jun 2024 10:40:41 +0000 (10:40 +0000)]
Release 12.0.0.18323

6 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 11 Jun 2024 10:40:41 +0000 (10:40 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

6 weeks ago[NUI] NUI verson up (nui22327)
Hosang Kim [Tue, 11 Jun 2024 09:07:48 +0000 (18:07 +0900)]
[NUI] NUI verson up (nui22327)

6 weeks ago[NUI] Fix memory leak when DragAndDrop try to get Position
Eunki, Hong [Mon, 10 Jun 2024 07:23:28 +0000 (16:23 +0900)]
[NUI] Fix memory leak when DragAndDrop try to get Position

Since DragEvent's GetPosition return new Vector2 class internally, we should keep the positoin with memory ownership.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 weeks ago[NUI] Implement VisualObject feature for View using Visual feature
Eunki, Hong [Wed, 17 Apr 2024 07:55:32 +0000 (16:55 +0900)]
[NUI] Implement VisualObject feature for View using Visual feature

It was hard to use Visual feature for `BaseComponents.View`

We only allow to use `VisualBase` only for `VisualView`, with name.
But there was some user side hardness when they want to use it

1. Subclass of View cannot use Visual feature
2. Some ImageVisual feature doesn't allow to used another visuals.

To resolve this issue,
let we make new class, named `Visuals.VisualBase` and let View use it.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 weeks ago[NUI] Unregister disposed / disposequeued BaseHandle and register again if need
Eunki, Hong [Fri, 31 May 2024 01:44:27 +0000 (10:44 +0900)]
[NUI] Unregister disposed / disposequeued BaseHandle and register again if need

It is possible that dispose queued basehandle try to get / register again
due to some reason. Like, Native side object is alived but C# side has no reference.

We already to to detect that cases. But if BaseHandle added at DisposeQueue,
we cannot avoid to call the Dispose(); after some event loops later, and then
Unregister the handle.

To avoid some error cases, let we Unregister the basehandle synchronously
and then re-register base on the new BaseHandle.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 weeks ago[NUI] Add align API to InputMethodContext
Bowon Ryu [Mon, 13 May 2024 06:05:19 +0000 (15:05 +0900)]
[NUI] Add align API to InputMethodContext

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
6 weeks ago[Tizen.AIAvatar] Refactor AIAvatar (#6146)
huiyu [Fri, 31 May 2024 09:43:38 +0000 (18:43 +0900)]
[Tizen.AIAvatar] Refactor AIAvatar (#6146)

* Avatar Modify

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* AIAvatar test

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Tizen.AIAvatar.Example

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Modify sample & APIs

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Modify Test Code & Bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Modify Tizen.AIAvatar.Sample

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Delete unused log

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Internal class

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Extension hidden

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
---------

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
6 weeks ago[NUI] Fix View preload sequences
dongsug.song [Mon, 27 May 2024 13:17:24 +0000 (22:17 +0900)]
[NUI] Fix View preload sequences

6 weeks ago[NUI] Calculate desired size internally
sunghyun kim [Thu, 16 May 2024 02:58:44 +0000 (11:58 +0900)]
[NUI] Calculate desired size internally

The desired size of the image view will be calculated internally.
Therefore, the NUI is no longer calculated the desired size for fitting mode.

related patches:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/307711/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/307712/

6 weeks ago[TCSACR-584] Window.Instance is deprecated and Default is newly added
dongsug.song [Mon, 3 Jun 2024 09:04:55 +0000 (18:04 +0900)]
[TCSACR-584] Window.Instance is deprecated and Default is newly added

6 weeks agoRelease 12.0.0.18314 submit/tizen/20240609.150829
TizenAPI-Bot [Sun, 9 Jun 2024 15:08:29 +0000 (15:08 +0000)]
Release 12.0.0.18314

6 weeks agoRelease 12.0.0.18314 submit/tizen/20240607.150839
TizenAPI-Bot [Fri, 7 Jun 2024 15:08:39 +0000 (15:08 +0000)]
Release 12.0.0.18314

7 weeks agoRelease 12.0.0.18314 submit/tizen/20240606.150829
TizenAPI-Bot [Thu, 6 Jun 2024 15:08:29 +0000 (15:08 +0000)]
Release 12.0.0.18314

7 weeks agoRelease 12.0.0.18314 submit/tizen/20240603.150859
TizenAPI-Bot [Mon, 3 Jun 2024 15:08:59 +0000 (15:08 +0000)]
Release 12.0.0.18314

7 weeks agoRelease 12.0.0.18314 submit/tizen/20240602.151556
TizenAPI-Bot [Sun, 2 Jun 2024 15:15:56 +0000 (15:15 +0000)]
Release 12.0.0.18314

7 weeks agoRelease 12.0.0.18314 submit/tizen/20240531.150838
TizenAPI-Bot [Fri, 31 May 2024 15:08:38 +0000 (15:08 +0000)]
Release 12.0.0.18314

8 weeks agoRelease 12.0.0.18314 submit/tizen/20240529.150828
TizenAPI-Bot [Wed, 29 May 2024 15:08:28 +0000 (15:08 +0000)]
Release 12.0.0.18314

8 weeks agoRelease 12.0.0.18314 submit/tizen/20240528.150901
TizenAPI-Bot [Tue, 28 May 2024 15:09:01 +0000 (15:09 +0000)]
Release 12.0.0.18314

8 weeks agoRelease 12.0.0.18314 submit/tizen/20240527.150900
TizenAPI-Bot [Mon, 27 May 2024 15:09:00 +0000 (15:09 +0000)]
Release 12.0.0.18314

2 months agoRelease 12.0.0.18314 submit/tizen/20240525.150831
TizenAPI-Bot [Sat, 25 May 2024 15:08:31 +0000 (15:08 +0000)]
Release 12.0.0.18314