TizenAPI-Bot [Mon, 13 Feb 2023 15:08:38 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Heeyong Song [Mon, 13 Feb 2023 07:32:01 +0000 (16:32 +0900)]
[NUI] Version Update 22213
Eunki, Hong [Thu, 9 Feb 2023 11:41:33 +0000 (20:41 +0900)]
[NUI.Scene3D] Remove warning messages
Tested by `dotnet build /p:BuildWithAnalyzer=True` and checked there is no warning.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 7 Feb 2023 13:47:10 +0000 (22:47 +0900)]
[NUI.Scene3D] Do not dispose camera internally
SceneView's camera is not an instance object anymore.
It can be holded by app side.
So, if we dispose it inside of CameraTransition Function, It become sudden dead.
Actually, Dali side camera object still alive, but the NUI.Camera handle is dereferenced.
So, If app try to access that camera, crash occured.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Jaehyun Cho [Thu, 9 Feb 2023 07:12:49 +0000 (16:12 +0900)]
[NUI] Fix Picker's HeightSpecification
Previously, HeightSpecifications of Picker, DatePicker, TimePicker are
MatchParent.
So the Pickers' SizeHeights are calculated based on their parent's
SizeHeight.
This causes the recursive size calculation problem if Picker's parent
has WrapContent HeightSpecification. (e.g. Dialog)
Now, the Pickers' SizeHeights are set in DefaultThemeCommon as follows.
Picker's SizeHeight is set in DefaultThemeCommon.
DatePicker's Pickers SizeHeights are set in DefaultThemeCommon.
TimePicker's Pickers SizeHeights are set in DefaultThemeCommon.
Therefore, Picker does not need to have MatchParent HeightSpecification.
TizenAPI-Bot [Fri, 10 Feb 2023 15:09:36 +0000 (15:09 +0000)]
Release 11.0.0.17693
TizenAPI-Bot [Fri, 10 Feb 2023 15:09:36 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Fri, 10 Feb 2023 05:10:11 +0000 (14:10 +0900)]
[MediaContent] Remove deprecated APIs (#4977)
* [MediaContent] Remove deprecated APIs
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:31 +0000 (15:08 +0000)]
Release 11.0.0.17692
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:31 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Thu, 9 Feb 2023 00:34:34 +0000 (09:34 +0900)]
[Applications.RPCPort] Add a new Parcel constructor (#4964)
* [Applications.Common] Modify Parcel constructor
The withoutHeader parameter is added to the Parcel constructor.
If it's true, the parcel object does not have the header.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Wed, 8 Feb 2023 10:06:06 +0000 (10:06 +0000)]
Release 11.0.0.17691
TizenAPI-Bot [Wed, 8 Feb 2023 10:06:06 +0000 (10:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Xianbing Teng [Wed, 18 Jan 2023 07:53:31 +0000 (15:53 +0800)]
[NUI] Fix PropertyNotification & PanGestureDetector svace issues
Jiyun Yang [Fri, 3 Feb 2023 01:21:17 +0000 (10:21 +0900)]
[NUI] Disable compiler warnings complaining about theme off in TV profile
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Wed, 1 Feb 2023 23:33:03 +0000 (08:33 +0900)]
[NUI] Revive View constructor with style working again in TV
And hide PROFILE_TV flags to make clear code
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
TizenAPI-Bot [Tue, 7 Feb 2023 15:09:54 +0000 (15:09 +0000)]
Release 11.0.0.17688
TizenAPI-Bot [Tue, 7 Feb 2023 15:09:53 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Tue, 7 Feb 2023 02:51:59 +0000 (11:51 +0900)]
[NUI.Gadget] Fix static analysis issue (#4968)
Checker:
- DEREF_OF_NULL
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Fri, 3 Feb 2023 15:11:12 +0000 (15:11 +0000)]
Release 11.0.0.17687
TizenAPI-Bot [Fri, 3 Feb 2023 15:11:12 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Fri, 3 Feb 2023 08:24:49 +0000 (17:24 +0900)]
[Applications.Common] Fix getting default locale (#4965)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Thu, 2 Feb 2023 15:10:40 +0000 (15:10 +0000)]
Release 11.0.0.17686
TizenAPI-Bot [Thu, 2 Feb 2023 15:10:39 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Thu, 2 Feb 2023 05:40:24 +0000 (14:40 +0900)]
[NUI.Gadget] Change API version to API10 (#4959)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Wed, 1 Feb 2023 08:28:03 +0000 (08:28 +0000)]
Release 11.0.0.17685
TizenAPI-Bot [Wed, 1 Feb 2023 08:28:03 +0000 (08:28 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jaehyun Cho [Wed, 1 Feb 2023 07:28:52 +0000 (16:28 +0900)]
[NUI] Fix to use SizeHeight instead of Size with width 0
Previously, although users sets size with width 0, the width is updated
by dali's size calculation (e.g. text calculation) instead of width 0
set by user.
The following patch fixed the above bug.
8033b0ed4a31ebcd9449c2e0c98074247502c9be
By applying the above patch, some size assignment in theme should be
fixed to set size height instead of size with width 0.
Jaehyun Cho [Wed, 1 Feb 2023 06:19:45 +0000 (15:19 +0900)]
[NUI] Version Update 22211
Jiyun Yang [Mon, 30 Jan 2023 09:58:35 +0000 (18:58 +0900)]
[NUI] Fix NUI button not working when style disabled
There was a flag that prevent state updating while applying style.
But the flag seemed to have a bug : when style is disabled, the state updating is never going to be done.
This patch fixes the bug and changes the flag's name to be more contextual: styleApplied -> styleApplying.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Eunki, Hong [Fri, 27 Jan 2023 07:24:13 +0000 (16:24 +0900)]
[NUI][Scene3D] FBO MultiSamplingLevel Property for SceneView
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
huayong.xu [Sun, 29 Jan 2023 02:44:23 +0000 (10:44 +0800)]
[NUI] Fix some SVACE issues.
guowei.wang [Wed, 18 Jan 2023 03:42:48 +0000 (11:42 +0800)]
[NUI] Fix svace issues.
Eunki, Hong [Fri, 27 Jan 2023 07:58:29 +0000 (16:58 +0900)]
[NUI][Scene3D] Load bvh file format
This PR is FrontPorting of #4827
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sun, 29 Jan 2023 08:03:44 +0000 (17:03 +0900)]
[NUI] Fix dispose timing error for ImageUrl
Since we update ImageView lazy, ImageUrl's lifecycle might not matched
what user think.
```
ImageUrl imageUrl = ~~~.GenerateUrl();
ImageView imageView = new ImageView(imageUrl.ToString());
imageUrl.Dispose(); ///< We should allow this situation.
```
To make scene, We allow to call UpdateImage(); synchoronously
if we use GeneratedUrl().
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sun, 29 Jan 2023 07:49:13 +0000 (16:49 +0900)]
[NUI] Add EncodedImageBuffer sample
Add sample to use EncodedImageBuffer.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sat, 28 Jan 2023 14:09:09 +0000 (23:09 +0900)]
[NUI][Scene3D] Fix memory leak issue for Model's Animation
Since we create new handle at csharp binder, we should call DeleteHandle function.
Note : Extensions.GetInstanceSafely delete the getted cPtr's reference inside of
that function. So we cannot use it.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sun, 29 Jan 2023 07:53:00 +0000 (16:53 +0900)]
[NUI][Test] Commit missing file
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Seoyeon2Kim [Fri, 27 Jan 2023 07:40:07 +0000 (16:40 +0900)]
[NUI] Remove build warning messages in NUI Samples (#4932)
* [NUI] Remove build warning messages in NUI Samples
- Replace `PreFocusChangeEventArgs` from `FocusChangingEventArgs`.
- Use `HorizontalAlignment` or `VerticalAlignment` properties
instead of `LinearAlignment`/
- Use new Vector2(...) constructor instead of using `X` or `Y` setter.
- Remove Unreachable code.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Remove build warning messages
- Remove not used variables : `axis` and `degree`.
- Clean code according to NUI Coding style
- Use `HorizontalAlignment` or `VerticalAlignment` properties
instead of `LinearAlignment`.
- Use `StyleName` property instead of `SetStyleName(string)`.
- Use `ChildCount` property instead of `GetChildCount()`.
- Use new Vector2(...) constructor instead of `Width` or `Height` setter.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Remove build warning messages part.3
- Remove not used variables : mClippedImagePropertyIndex,
mLogoTapDetector, FocusEffect.actor, oldPageCount, FrameUpdateCallback.text, etc.
- Use `HorizontalAlignment` or `VerticalAlignment` properties
instead of `LinearAlignment`.
- Use `ChildCount` property instead of `GetChildCount()`.
- Use new Vector2(...) constructor instead of `Width` or `Height` setter.
- Clean code according to NUI Coding style
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Jiyun Yang [Fri, 27 Jan 2023 05:26:59 +0000 (14:26 +0900)]
[NUI] Prevent NullReferenceException when creating TextLabel
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Eunki Hong [Wed, 25 Jan 2023 15:07:10 +0000 (00:07 +0900)]
[NUI] Apply missing comments for Scene3D demo
1. Collect all private values in upward of source code.
2. Formatting C#
3. MilliSeconds --> Milliseconds
4. Add some comments
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
hjhun [Wed, 1 Feb 2023 02:58:23 +0000 (11:58 +0900)]
Make it ineligible for garbage collection for delegate (#4948)
This patch is to prevent the delegate garbage collected.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Fri, 27 Jan 2023 15:09:36 +0000 (15:09 +0000)]
Release 11.0.0.17670
TizenAPI-Bot [Fri, 27 Jan 2023 15:09:35 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Fri, 27 Jan 2023 07:07:44 +0000 (16:07 +0900)]
[NUI.Gadget] Add NUIGadget class for inhouse developers (#4935)
* Implement NUIGadget
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Adjust project file
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update csproj
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update implementation
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove dll unload
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove unnecessary file
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update sln file
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add missing dependencies
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add a missing property
The type is added.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update implementation
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Fix typo
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Check return type of Assembly.CreateInstance()
This patch uses 'as' keyword to check the instance type.
If it's not NUIGadget, the return value will be null.
In that case, the Add() method throws an exception.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add abstract keyword to NUIGadget class
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify Create() method of NUIGadget
If the Create() method returns 'false', the Add() method of NUIGadgetManager
throws an exception.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Use CoreApplication.Post() instead of TizenUISynchronzationContext.Post()
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Thu, 26 Jan 2023 15:10:11 +0000 (15:10 +0000)]
Release 11.0.0.17669
TizenAPI-Bot [Thu, 26 Jan 2023 15:10:11 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Thu, 26 Jan 2023 00:16:59 +0000 (09:16 +0900)]
Add a new internal API (#4923)
- AppControl.GetDefaultApplicationIds()
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:35 +0000 (15:08 +0000)]
Release 11.0.0.17668
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:34 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Taehyub Kim [Wed, 25 Jan 2023 07:05:08 +0000 (16:05 +0900)]
[NUI] Version Update 22210
Eunki Hong [Wed, 25 Jan 2023 05:14:16 +0000 (14:14 +0900)]
[NUI] Add Tizen.NUI.Scene3D simple demo (#4917)
* [NUI] Add Tizen.NUI.Scene3D simple demo
Hello 3d world!
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
* Update Scene3DSample.cs
2022 -> 2023
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Mon, 23 Jan 2023 14:49:00 +0000 (23:49 +0900)]
[NUI] Fix perf-view-creation demo think with dali
Make recent action match with dali
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 19 Jan 2023 17:19:27 +0000 (02:19 +0900)]
[NUI] Remove useless DisposeQueue adding at TextField
Signed-off-by: Eunki Hong <h.pichulia@gmail.com>
joogab.yun [Wed, 18 Jan 2023 05:43:41 +0000 (14:43 +0900)]
[NUI] Window resizing is performed in one step if possible.
Jaehyun Cho [Tue, 17 Jan 2023 06:05:24 +0000 (15:05 +0900)]
[NUI] Add NUIApplicaion.GetScreenSize
To provide the screen size, NUIApplication.GetScreenSize is added.
dongsug.song [Thu, 19 Jan 2023 02:03:22 +0000 (11:03 +0900)]
[NUI] add code owner
hjhun [Wed, 25 Jan 2023 08:02:18 +0000 (17:02 +0900)]
Remove log prints in the thread (#4920)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Thu, 19 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Release 11.0.0.17660
TizenAPI-Bot [Thu, 19 Jan 2023 15:08:44 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Thu, 19 Jan 2023 05:12:13 +0000 (14:12 +0900)]
Modify ImportFromArgv method of Bundle (#4911)
- Adds descriptions
- Adds throwing an exception
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Thu, 19 Jan 2023 02:16:44 +0000 (02:16 +0000)]
Release 11.0.0.17659
TizenAPI-Bot [Thu, 19 Jan 2023 02:16:44 +0000 (02:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Thu, 19 Jan 2023 00:37:04 +0000 (09:37 +0900)]
[NUI] fix testhub crash issue
Eunki, Hong [Wed, 18 Jan 2023 14:28:40 +0000 (23:28 +0900)]
[NUI] Revert "Make PixelBuffer & PixelData as Disposable"
Revert patch of PR #4897
This reverts commit
0e6528a5f7c4ae6523b8dd0c19b2c211c31178f3.
TizenAPI-Bot [Wed, 18 Jan 2023 07:50:03 +0000 (07:50 +0000)]
Release 11.0.0.17657
TizenAPI-Bot [Wed, 18 Jan 2023 07:50:02 +0000 (07:50 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki, Hong [Wed, 18 Jan 2023 05:38:29 +0000 (14:38 +0900)]
[NUI] Reorder Disposable's ReleaseSwigCPtr + Allow to dispose seperate thread
Reorder the `ReleaseSwigCPtr` call time and `SwigCPtr` value setup.
It will be matched as `BaseHandle.cs` doing now.
Plus
Make we don't print any fatal log when we try to dispose `Disposable` class.
For example, `Vector2` or `Uint16Pair` don't need to be used only for main thread.
Only some UI releative things has some dependency issue of Main / UI thread.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Wed, 18 Jan 2023 06:37:40 +0000 (15:37 +0900)]
[NUI] fix tct block issue in text field and editor
GetInputMethodContext() in ReleaseSwigCPtr crashes due to current changes in BaseHandle.
Move DestroyContext() to Dispose to avoid this.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
joogab.yun [Wed, 18 Jan 2023 02:09:58 +0000 (11:09 +0900)]
[NUI] Fix bug where window size didn't change when borderline was dynamically changed.
Eunki Hong [Tue, 17 Jan 2023 16:08:54 +0000 (01:08 +0900)]
[NUI] Make ReleaseSwigCPtr didn't check HasBody()
After PR #4892 `HasBody()` can be false in `ReleaseSwigCPtr`.
So, some class who check double-released might not release
native memory. It might occure some leak.
This patch make them to check `Disposed` instead of `HasBody()`.
+
Clean up some codes of `ReleaseSwigCPtr`.
TODO : Also need to check `Disposable.Dispose` function
TODO : Need to check third-party library implementation who use
their custom `ReleaseSwigCPtr`
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 17 Jan 2023 10:55:07 +0000 (19:55 +0900)]
[NUI] Make PixelBuffer & PixelData as Disposable
Since they were BaseHandle, there was some Fatal log printed
when we try to use them at worker thread.
For example, PixelBuffer buffer = ImageLoader.LoadImageFromFile() was invalid.
This patch make them as Disposable.
So they will not be registed into Registry.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Tue, 17 Jan 2023 08:45:30 +0000 (08:45 +0000)]
Release 11.0.0.17652
TizenAPI-Bot [Tue, 17 Jan 2023 08:45:30 +0000 (08:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Tue, 17 Jan 2023 04:59:26 +0000 (13:59 +0900)]
[NUI] remove swigCPtrCopy which is useless
dongsug.song [Tue, 17 Jan 2023 07:35:21 +0000 (16:35 +0900)]
[NUI] version update
guowei.wang [Tue, 13 Dec 2022 09:36:04 +0000 (17:36 +0800)]
[NUI][XamlBuild] Fix namespace confused issue.
guowei.wang [Thu, 1 Dec 2022 13:53:23 +0000 (21:53 +0800)]
[NUI][NUI.Devel] Update TCs of NUI.Devel.
guowei.wang [Thu, 1 Dec 2022 14:07:19 +0000 (22:07 +0800)]
[NUI][NUI.Components.Devel] Fix failed isseus of NUI.Components.Devel.
huayong.xu [Thu, 5 Jan 2023 06:18:33 +0000 (14:18 +0800)]
[NUI] Add an API for create,window event.
Eunki Hong [Mon, 16 Jan 2023 17:47:03 +0000 (02:47 +0900)]
[NUI] Remove png/jpg warning log
Resolve below 2 kind of warning messages by mogrify
Corrupt JPEG data: 24 extraneous bytes before marker 0x?? libpng warning: iCCP: known incorrect sRGB profile
TODO : Need to be tested in office.
Signed-off-by: Eunki Hong <h.pichulia@gmail.com>
Eunki Hong [Fri, 6 Jan 2023 14:59:33 +0000 (23:59 +0900)]
[NUI] Add method to DisposeRecursively. + Fix DisposeTest demo works
Previous Container.cs can dispose recursively only if
it is created by xaml. (DisposeIncludeChildren)
And also, that API only for internal.
Now we add some useful API that user can dispose all
connected children recursively by one button.
```
View a = new View();
View b = new View();
a.Add(b);
a.DisposeRecursively();
// Now b is disposed.
```
Signed-off-by: Eunki Hong <h.pichulia@gmail.com>
TizenAPI-Bot [Fri, 13 Jan 2023 15:08:54 +0000 (15:08 +0000)]
Release 11.0.0.17644
TizenAPI-Bot [Fri, 13 Jan 2023 15:08:54 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Fri, 13 Jan 2023 03:28:31 +0000 (12:28 +0900)]
[ImageUtil] Code clean (#4887)
TizenAPI-Bot [Tue, 10 Jan 2023 07:43:32 +0000 (07:43 +0000)]
Release 11.0.0.17643
TizenAPI-Bot [Tue, 10 Jan 2023 07:43:32 +0000 (07:43 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Seoyeon2Kim [Tue, 10 Jan 2023 06:39:48 +0000 (15:39 +0900)]
[NUI] Version Update 22208 (#4883)
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
TizenAPI-Bot [Mon, 9 Jan 2023 15:09:34 +0000 (15:09 +0000)]
Release 11.0.0.17642
TizenAPI-Bot [Mon, 9 Jan 2023 15:09:34 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
ChangGyu Choi [Mon, 9 Jan 2023 08:33:24 +0000 (17:33 +0900)]
[Applications.PackageManager] Add ClearUserData(package, path) (#4747)
* [Tizen.Applications] Add a new PackageManager API
Adds:
- ClearUserData(packageId, filePath)
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Fix the api description
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Remove a remark sentence
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Update API description
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
TizenAPI-Bot [Fri, 6 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Release 11.0.0.17641
TizenAPI-Bot [Fri, 6 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Fri, 6 Jan 2023 07:49:34 +0000 (16:49 +0900)]
[Camera] Fix ExtraPreview bugs (#4861)
TizenAPI-Bot [Wed, 4 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Release 11.0.0.17640
TizenAPI-Bot [Wed, 4 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
ChangGyu Choi [Wed, 4 Jan 2023 05:27:36 +0000 (14:27 +0900)]
[Applications.AppControl] Add new internal APIs (#4877)
* [Applications.AppControl] Add a new internal API
This patch adds the API below to set the timeout interval when sending an app launch request.
Adds:
- AppControl.SendLaunchRequestWithTimeout()
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Change API name
This patch changed to the same name as the existing API for intuition.
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Fix API description
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Add a new internal API
Adds.
- AppControl.SendLaunchRequest(launchRequest, timeout)
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
TizenAPI-Bot [Tue, 3 Jan 2023 10:17:12 +0000 (10:17 +0000)]
Release 11.0.0.17639
TizenAPI-Bot [Tue, 3 Jan 2023 10:17:12 +0000 (10:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki, Hong [Thu, 29 Dec 2022 09:28:32 +0000 (18:28 +0900)]
[NUI] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
Now HasBody() become false during DeleteBaseHandle() emitted signals
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>