TizenAPI-Bot [Tue, 5 Sep 2023 13:47:14 +0000 (13:47 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
Taehyub Kim [Thu, 31 Aug 2023 04:18:40 +0000 (13:18 +0900)]
[NUI] Apply constant value for default drag window size
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>
zhouhao02 [Wed, 30 Aug 2023 01:39:56 +0000 (09:39 +0800)]
[NUI] Fix some SVACE issues.
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>
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.
TizenAPI-Bot [Mon, 4 Sep 2023 15:12:10 +0000 (15:12 +0000)]
Release 11.0.0.17986
TizenAPI-Bot [Mon, 4 Sep 2023 15:12:10 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Sun, 3 Sep 2023 22:34:12 +0000 (07:34 +0900)]
[MediaVision] Remove deprecated API - InferenceTargetType (#5520)
TizenAPI-Bot [Fri, 1 Sep 2023 15:10:36 +0000 (15:10 +0000)]
Release 11.0.0.17985
TizenAPI-Bot [Fri, 1 Sep 2023 15:10:35 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
TizenAPI-Bot [Thu, 31 Aug 2023 15:11:01 +0000 (15:11 +0000)]
Release 11.0.0.17984
TizenAPI-Bot [Thu, 31 Aug 2023 15:11:00 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Junseok Kim [Wed, 30 Aug 2023 08:41:05 +0000 (17:41 +0900)]
[NUI.WindowSystem] remove profile support attribute
TizenAPI-Bot [Tue, 29 Aug 2023 09:58:48 +0000 (09:58 +0000)]
Release 11.0.0.17983
TizenAPI-Bot [Tue, 29 Aug 2023 09:58:48 +0000 (09:58 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jykeon [Tue, 29 Aug 2023 07:51:49 +0000 (16:51 +0900)]
[NUI]Version up 22241.
Signed-off-by: jykeon <jykeon@samsung.com>
dongsug.song [Tue, 29 Aug 2023 04:11:26 +0000 (13:11 +0900)]
[NUI] Make Tizen.NUI.Components not be preloaded in TV profile
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/
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/
zhouhao02 [Mon, 21 Aug 2023 09:43:59 +0000 (17:43 +0800)]
Fix some SVACE issues.
TizenAPI-Bot [Thu, 24 Aug 2023 15:10:44 +0000 (15:10 +0000)]
Release 11.0.0.17978
TizenAPI-Bot [Thu, 24 Aug 2023 15:10:44 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
wn.jang [Thu, 24 Aug 2023 10:29:44 +0000 (19:29 +0900)]
[VoiceControl] remove unsupported error type
TizenAPI-Bot [Thu, 24 Aug 2023 04:04:55 +0000 (04:04 +0000)]
Release 11.0.0.17977
TizenAPI-Bot [Thu, 24 Aug 2023 04:04:55 +0000 (04:04 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
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>
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>
TizenAPI-Bot [Wed, 23 Aug 2023 15:10:46 +0000 (15:10 +0000)]
Release 11.0.0.17974
TizenAPI-Bot [Wed, 23 Aug 2023 15:10:46 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
Haesu Gwon [Wed, 23 Aug 2023 06:23:00 +0000 (15:23 +0900)]
[MediaVision] Add/deprecate InferenceBackendType (#5477)
TizenAPI-Bot [Tue, 22 Aug 2023 07:04:02 +0000 (07:04 +0000)]
Release 11.0.0.17972
TizenAPI-Bot [Tue, 22 Aug 2023 07:04:01 +0000 (07:04 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Woochan Lee [Tue, 22 Aug 2023 06:15:50 +0000 (15:15 +0900)]
[NUI] DALI version 2.2.40
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.
Wonsik Jung [Mon, 21 Aug 2023 20:40:54 +0000 (05:40 +0900)]
[NUI] Supports key event of repeat and delay of each way.
huayong.xu [Thu, 6 Jul 2023 10:43:13 +0000 (18:43 +0800)]
[NUI] Make BindableObject.IsBound public.
huayong.xu [Mon, 21 Aug 2023 08:05:09 +0000 (16:05 +0800)]
[NUI] Fix some SVACE issues.
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>
huayong.xu [Fri, 18 Aug 2023 05:53:27 +0000 (13:53 +0800)]
[NUI] Fix SVACE issue.
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>
TizenAPI-Bot [Mon, 21 Aug 2023 15:10:20 +0000 (15:10 +0000)]
Release 11.0.0.17964
TizenAPI-Bot [Mon, 21 Aug 2023 15:10:20 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
TizenAPI-Bot [Fri, 18 Aug 2023 15:10:59 +0000 (15:10 +0000)]
Release 11.0.0.17963
TizenAPI-Bot [Fri, 18 Aug 2023 15:10:59 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Fri, 18 Aug 2023 02:08:45 +0000 (11:08 +0900)]
[MediaContent] Deprecate unused APIs (#5473)
TizenAPI-Bot [Thu, 17 Aug 2023 07:02:28 +0000 (07:02 +0000)]
Release 11.0.0.17962
TizenAPI-Bot [Thu, 17 Aug 2023 07:02:28 +0000 (07:02 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
TizenAPI-Bot [Wed, 16 Aug 2023 12:09:33 +0000 (12:09 +0000)]
Release 11.0.0.17961
TizenAPI-Bot [Wed, 16 Aug 2023 12:09:33 +0000 (12:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Wed, 16 Aug 2023 11:00:10 +0000 (20:00 +0900)]
[NUI] DALi version 2.2.39
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/
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>
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>
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>
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>
TizenAPI-Bot [Sat, 12 Aug 2023 15:09:25 +0000 (15:09 +0000)]
Release 11.0.0.17955
TizenAPI-Bot [Sat, 12 Aug 2023 15:09:25 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jay Cho [Sat, 12 Aug 2023 12:24:40 +0000 (21:24 +0900)]
Update README.md (#5311)
* Update README.md
Update the next version of Tizen Platform to 8.0
* Update README
TizenAPI-Bot [Fri, 11 Aug 2023 06:38:01 +0000 (06:38 +0000)]
Release 11.0.0.17954
TizenAPI-Bot [Fri, 11 Aug 2023 06:38:00 +0000 (06:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jay Cho [Fri, 11 Aug 2023 06:32:59 +0000 (15:32 +0900)]
Remove API10 from depends (#5479)
Haesu Gwon [Fri, 11 Aug 2023 05:22:40 +0000 (14:22 +0900)]
[MediaController] Add new capability APIs (#5472)
TizenAPI-Bot [Thu, 10 Aug 2023 01:19:21 +0000 (01:19 +0000)]
Release 11.0.0.17952
TizenAPI-Bot [Thu, 10 Aug 2023 01:19:20 +0000 (01:19 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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.
TizenAPI-Bot [Wed, 9 Aug 2023 08:04:17 +0000 (08:04 +0000)]
Release 11.0.0.17951
TizenAPI-Bot [Wed, 9 Aug 2023 08:04:17 +0000 (08:04 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Hosang Kim [Wed, 9 Aug 2023 07:25:11 +0000 (16:25 +0900)]
[NUI] Version Update (22238)
Eunki, Hong [Tue, 8 Aug 2023 11:20:07 +0000 (20:20 +0900)]
[NUI] Fix issue when LottieAnimationView use DesiredSize
Since #5350 patch will reset previous whole informations
when we use ResourceUrl.
So, If user set ResourceUrl set DesiredSize, the desired size
informatins disapeared.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 26 Jul 2023 04:00:00 +0000 (13:00 +0900)]
[NUI] Add ImageView.ImageColor property for Image visual's MixColor
Add some property to control the mix color of ImageView's image visual
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Taehyub Kim [Thu, 29 Jun 2023 11:29:45 +0000 (20:29 +0900)]
[NUI] Set DragWindow Orientation Available
seungho baek [Thu, 22 Jun 2023 04:49:43 +0000 (13:49 +0900)]
[NUI] Make LottieAnimationView do not support bitmap images.
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
huayong.xu [Fri, 4 Aug 2023 01:57:10 +0000 (09:57 +0800)]
[NUI] Fix SVACE issue.
Bowon Ryu [Fri, 4 Aug 2023 05:00:47 +0000 (14:00 +0900)]
[NUI] Add clipboard sample (#5451)
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
joogab.yun [Thu, 3 Aug 2023 04:12:42 +0000 (13:12 +0900)]
[NUI] Registry is not required at GetTouchFromPtr()
In the case of an object created from DALi, it is created with new BaseHandle(intPtr, false).
Eunki, Hong [Wed, 2 Aug 2023 07:27:40 +0000 (16:27 +0900)]
[NUI] Block lazy Background
Since #5437 PR make visual lazy, we got some error when we try to
make animation with "CornerRadius" property.
Until resolve VisualAnimation issue. let we just update visual synchronously.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Tue, 1 Aug 2023 12:38:28 +0000 (21:38 +0900)]
[NUI] Lazy Update CornerRadius/Borderline
Prototype codes for Borderline / CornerRadius feature update lazy.
Since we don't need to apply background extra data multiple times,
Let we collect all changeness informations + Apply it once.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
huayong.xu [Wed, 2 Aug 2023 02:27:38 +0000 (10:27 +0800)]
[NUI] Fix some SVACE issues.
Haesu Gwon [Wed, 9 Aug 2023 06:19:06 +0000 (15:19 +0900)]
[MediaVision] Add Timestamp API for MediaVisionSource (#5444)
Haesu Gwon [Wed, 9 Aug 2023 02:03:01 +0000 (11:03 +0900)]
[Camera] Add new APIs for manual focus level, product id and vendor id (#5443)
* [Camera] Add new APIs for manual focus level, product id and vendor id
Haesu Gwon [Wed, 9 Aug 2023 01:55:24 +0000 (10:55 +0900)]
[WebRTC] Add display feature for video APIs (#5442)
TizenAPI-Bot [Tue, 8 Aug 2023 15:12:22 +0000 (15:12 +0000)]
Release 11.0.0.17937
TizenAPI-Bot [Tue, 8 Aug 2023 15:12:22 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Tue, 8 Aug 2023 04:47:40 +0000 (13:47 +0900)]
[NUI.Gadget] Add a new method to load assembly (#5455)
The Load() method is added to load the assembly of the NUIGadget.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Mon, 7 Aug 2023 15:10:27 +0000 (15:10 +0000)]
Release 11.0.0.17936
TizenAPI-Bot [Mon, 7 Aug 2023 15:10:27 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
ilho159kim [Mon, 7 Aug 2023 07:02:03 +0000 (16:02 +0900)]
Add lock for _recordChanged variable (#5453)
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
TizenAPI-Bot [Fri, 4 Aug 2023 15:09:59 +0000 (15:09 +0000)]
Release 11.0.0.17935
TizenAPI-Bot [Fri, 4 Aug 2023 15:09:59 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Fri, 4 Aug 2023 08:35:25 +0000 (17:35 +0900)]
[Multimedia] Fix VD SVACE issues (#5445)
Haesu Gwon [Fri, 4 Aug 2023 07:53:33 +0000 (16:53 +0900)]
[WebRTC] Add Mute API for audio track (#5440)
Suyeon Hwang [Thu, 3 Aug 2023 06:38:03 +0000 (15:38 +0900)]
[VoiceControlManager] Raise exception for NotSupportedFeature error
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
TizenAPI-Bot [Tue, 1 Aug 2023 15:09:52 +0000 (15:09 +0000)]
Release 11.0.0.17932