platform/core/csapi/tizenfx.git
2 years agoRelease 9.0.0.16850 submit/tizen_6.5/20220225.090535
TizenAPI-Bot [Fri, 25 Feb 2022 09:05:35 +0000 (09:05 +0000)]
Release 9.0.0.16850

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 25 Feb 2022 09:05:35 +0000 (09:05 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years agoAdd target/props for netstandard2.0
Xianbing Teng [Fri, 25 Feb 2022 08:01:26 +0000 (16:01 +0800)]
Add target/props for netstandard2.0

2 years ago[NUI] Add file comment and end empty line
Xianbing Teng [Thu, 24 Feb 2022 08:54:50 +0000 (16:54 +0800)]
[NUI] Add file comment and end empty line

2 years agoRelease 9.0.0.16848 submit/tizen_6.5/20220224.071123
TizenAPI-Bot [Thu, 24 Feb 2022 07:11:23 +0000 (07:11 +0000)]
Release 9.0.0.16848

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 24 Feb 2022 07:11:23 +0000 (07:11 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix timePicker ampm internal logic
Woochanlee [Wed, 23 Feb 2022 12:25:57 +0000 (21:25 +0900)]
[NUI] Fix timePicker ampm internal logic

2 years ago[NUI] Support last day of month when month change in DatePicker
Woochanlee [Wed, 26 Jan 2022 09:18:48 +0000 (18:18 +0900)]
[NUI] Support last day of month when month change in DatePicker

Previously, DatePicker don't consider last day of month when month change.
It makes crash issue when create DateTime.

2 years ago[NUI] Use CurrentCulture to prevent exception
Woochanlee [Thu, 24 Feb 2022 06:20:50 +0000 (15:20 +0900)]
[NUI] Use CurrentCulture to prevent exception

Gets system locale for multi language support got a unhandled exception.
Use CurrentCulture according to .NET guide.

2 years agoRelease 9.0.0.16845 submit/tizen_6.5/20220224.041858
TizenAPI-Bot [Thu, 24 Feb 2022 04:18:58 +0000 (04:18 +0000)]
Release 9.0.0.16845

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 24 Feb 2022 04:18:58 +0000 (04:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix mismatch issue of the enum CreateDPObject
Xianbing Teng [Wed, 23 Feb 2022 11:03:19 +0000 (19:03 +0800)]
[NUI] Fix mismatch issue of the enum CreateDPObject

2 years ago[NUI] Add Tizen.NUI.XamlBuild module
Xianbing Teng [Wed, 23 Feb 2022 10:34:53 +0000 (18:34 +0800)]
[NUI] Add Tizen.NUI.XamlBuild module

2 years ago[NUI] Add an API for evaluating js with callback in WebView.
huayong.xu [Wed, 16 Feb 2022 05:11:28 +0000 (13:11 +0800)]
[NUI] Add an API for evaluating js with callback in WebView.

2 years agoRelease 9.0.0.16842 submit/tizen_6.5/20220223.151220
TizenAPI-Bot [Wed, 23 Feb 2022 15:12:20 +0000 (15:12 +0000)]
Release 9.0.0.16842

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 23 Feb 2022 15:12:20 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI]Fix ResourcesDictionary & BindingContext issues
Xianbing Teng [Thu, 17 Feb 2022 10:03:47 +0000 (18:03 +0800)]
[NUI]Fix ResourcesDictionary & BindingContext issues

Description:
1. Optimize codes of xaml parser.
2. Split resources from Application, each view can has its own resources. Previously only use application resources, it costs more time to lookup.
3. Migrate XamlStyle/XamlResources from View/Layer to Container. Previously both Layer and View have XamlStyle and XamlResources properties, it is redundant.
4. Optimize inherited binding context.
5. This change does not change the previous use.

2 years ago[NUI] Fix GetProperty ambiguousmatch exception
Xianbing Teng [Tue, 22 Feb 2022 08:04:00 +0000 (16:04 +0800)]
[NUI] Fix GetProperty ambiguousmatch exception

2 years agoRelease 9.0.0.16840 accepted/tizen/6.5/unified/20220223.132738 submit/tizen_6.5/20220223.022356
TizenAPI-Bot [Wed, 23 Feb 2022 02:23:56 +0000 (02:23 +0000)]
Release 9.0.0.16840

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 23 Feb 2022 02:23:56 +0000 (02:23 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Add forward and backward direction type (#3932)
JoogabYun [Tue, 22 Feb 2022 04:43:01 +0000 (13:43 +0900)]
[NUI] Add forward and backward direction type (#3932)

Now, You can get Forward type by pressing Tab key and Backward type by pressing Shift-Tab key.

public override View GetNextFocusableView(View currentFocusedView, View.FocusDirection direction, bool loopEnabled)
{
 if (direction == View.FocusDirection.Forward)
 {
  // Tab
 }
 else if (direction == View.FocusDirection.Backward)
 {
  // Shift-Tab
 }
}

2 years ago[NUI] Rotary Event (Custom Wheel Type) improvement
joogab.yun [Tue, 25 Jan 2022 02:20:41 +0000 (11:20 +0900)]
[NUI] Rotary Event (Custom Wheel Type) improvement

Previously, RotaryEvents could always be received only by window.
Now, User can receive Rotary Events in focused View as well.
It is also possible to propagate events to the parent view.

If there is no focused View, the window will receive the event.

This only applies to Rotary Event(CustomWheel type).

2 years agoRelease 9.0.0.16838 submit/tizen_6.5/20220217.152251
TizenAPI-Bot [Thu, 17 Feb 2022 15:22:51 +0000 (15:22 +0000)]
Release 9.0.0.16838

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 17 Feb 2022 15:22:51 +0000 (15:22 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[WiFi] Add missing lock condition (3) (#3963)
chleun-moon [Thu, 17 Feb 2022 08:58:43 +0000 (17:58 +0900)]
[WiFi] Add missing lock condition (3) (#3963)

2 years agoRelease 9.0.0.16837 accepted/tizen/6.5/unified/20220212.065010 submit/tizen_6.5/20220211.112839
TizenAPI-Bot [Fri, 11 Feb 2022 11:28:39 +0000 (11:28 +0000)]
Release 9.0.0.16837

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 11 Feb 2022 11:28:39 +0000 (11:28 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Add FeedTouch and FeedWheel
joogab.yun [Fri, 11 Feb 2022 02:16:54 +0000 (11:16 +0900)]
[NUI] Add FeedTouch and FeedWheel

2 years agoRelease 9.0.0.16836 accepted/tizen/6.5/unified/20220212.065017 submit/tizen_6.5/20220211.041308
TizenAPI-Bot [Fri, 11 Feb 2022 04:13:08 +0000 (04:13 +0000)]
Release 9.0.0.16836

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 11 Feb 2022 04:13:08 +0000 (04:13 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Add FeedTouch and FeedWheel
joogab.yun [Fri, 11 Feb 2022 02:16:54 +0000 (11:16 +0900)]
[NUI] Add FeedTouch and FeedWheel

2 years ago[NUI] Add KeyFrameAnimationTest sample
dongsug.song [Thu, 10 Feb 2022 04:17:08 +0000 (13:17 +0900)]
[NUI] Add KeyFrameAnimationTest sample

2 years agoRelease 9.0.0.16834 accepted/tizen/6.5/unified/20220212.065044 submit/tizen_6.5/20220210.152154
TizenAPI-Bot [Thu, 10 Feb 2022 15:21:54 +0000 (15:21 +0000)]
Release 9.0.0.16834

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 10 Feb 2022 15:21:53 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Camera] Support variable buffer size (#3933)
Haesu Gwon [Thu, 10 Feb 2022 02:41:00 +0000 (11:41 +0900)]
[Camera] Support variable buffer size (#3933)

2 years agoRelease 9.0.0.16833 accepted/tizen/6.5/unified/20220212.065053 submit/tizen_6.5/20220208.152244
TizenAPI-Bot [Tue, 8 Feb 2022 15:22:44 +0000 (15:22 +0000)]
Release 9.0.0.16833

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 8 Feb 2022 15:22:44 +0000 (15:22 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Sensor] Add orientation sensor type
taemin.yeom [Wed, 15 Sep 2021 05:44:42 +0000 (14:44 +0900)]
[Sensor] Add orientation sensor type

- SENSOR_GYROSCOPE_ORIENTATION : based on gyroscope_rotation_vector
- SENSOR_GEOMAGNETIC_ORIENTATION : based on geomagnetic_rotration_vector

2 years agoRelease 9.0.0.16832 accepted/tizen/6.5/unified/20220212.065056 submit/tizen_6.5/20220207.152142
TizenAPI-Bot [Mon, 7 Feb 2022 15:21:42 +0000 (15:21 +0000)]
Release 9.0.0.16832

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 7 Feb 2022 15:21:42 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[WiFi] Add missing lock condition (2) (#3925)
chleun-moon [Mon, 7 Feb 2022 02:15:57 +0000 (11:15 +0900)]
[WiFi] Add missing lock condition (2) (#3925)

2 years agoRelease 9.0.0.16831 submit/tizen_6.5/20220203.151823
TizenAPI-Bot [Thu, 3 Feb 2022 15:18:23 +0000 (15:18 +0000)]
Release 9.0.0.16831

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 3 Feb 2022 15:18:23 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix svace issue of RecyclerView LinearLayouter (#3924)
Eunki Hong [Thu, 3 Feb 2022 08:21:00 +0000 (17:21 +0900)]
[NUI] Fix svace issue of RecyclerView LinearLayouter (#3924)

Check if groupInfo is null. It can be null when count = 0.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoRelease 9.0.0.16830 submit/tizen_6.5/20220128.152108
TizenAPI-Bot [Fri, 28 Jan 2022 15:21:08 +0000 (15:21 +0000)]
Release 9.0.0.16830

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 28 Jan 2022 15:21:08 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Camera] Remove useless logs (#3915)
Haesu Gwon [Fri, 28 Jan 2022 05:26:40 +0000 (14:26 +0900)]
[Camera] Remove useless logs (#3915)

2 years agoRelease 9.0.0.16829 submit/tizen_6.5/20220127.065147
TizenAPI-Bot [Thu, 27 Jan 2022 06:51:47 +0000 (06:51 +0000)]
Release 9.0.0.16829

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 27 Jan 2022 06:51:47 +0000 (06:51 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Camera] Fix preview gc issue (#3883)
Haesu Gwon [Thu, 27 Jan 2022 06:45:56 +0000 (15:45 +0900)]
[Camera] Fix preview gc issue (#3883)

* [Camera] Fix preview gc issue

2 years agoRelease 9.0.0.16828 submit/tizen_6.5/20220125.152243
TizenAPI-Bot [Tue, 25 Jan 2022 15:22:43 +0000 (15:22 +0000)]
Release 9.0.0.16828

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 25 Jan 2022 15:22:43 +0000 (15:22 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[WiFi] Add missing lock condition (#3901)
chleun-moon [Tue, 25 Jan 2022 08:29:32 +0000 (17:29 +0900)]
[WiFi] Add missing lock condition (#3901)

2 years agoRelease 9.0.0.16827 submit/tizen_6.5/20220124.152224
TizenAPI-Bot [Mon, 24 Jan 2022 15:22:24 +0000 (15:22 +0000)]
Release 9.0.0.16827

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 24 Jan 2022 15:22:24 +0000 (15:22 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Clean up SubWindowTest.cs
dongsug.song [Thu, 20 Jan 2022 07:08:17 +0000 (16:08 +0900)]
[NUI] Clean up SubWindowTest.cs

2 years agoRelease 9.0.0.16826 submit/tizen_6.5/20220121.151813
TizenAPI-Bot [Fri, 21 Jan 2022 15:18:13 +0000 (15:18 +0000)]
Release 9.0.0.16826

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 21 Jan 2022 15:18:13 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Connection] Do not use Lazy for Singleton (#3890)
chleun-moon [Fri, 21 Jan 2022 05:07:23 +0000 (14:07 +0900)]
[Connection] Do not use Lazy for Singleton (#3890)

2 years agoRelease 9.0.0.16825 submit/tizen_6.5/20220118.074803
TizenAPI-Bot [Tue, 18 Jan 2022 07:48:03 +0000 (07:48 +0000)]
Release 9.0.0.16825

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 18 Jan 2022 07:48:03 +0000 (07:48 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Add IsWindowRotating()
Wonsik Jung [Tue, 18 Jan 2022 05:53:46 +0000 (14:53 +0900)]
[NUI] Add IsWindowRotating()

Add IsWindowRotationg function.
It is return with true when window is rotating.

2 years agoRelease 9.0.0.16824 submit/tizen_6.5/20220112.152451
TizenAPI-Bot [Wed, 12 Jan 2022 15:24:51 +0000 (15:24 +0000)]
Release 9.0.0.16824

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 12 Jan 2022 15:24:50 +0000 (15:24 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years agoRevert "[NUI] Update ImageView properties lazy"
Eunki Hong [Wed, 12 Jan 2022 01:18:42 +0000 (10:18 +0900)]
Revert "[NUI] Update ImageView properties lazy"

This reverts commit 6e1268590fbeac10ff4bc9ca004eea40ade16c32.

2 years agoRelease 9.0.0.16823 submit/tizen_6.5/20220111.152356
TizenAPI-Bot [Tue, 11 Jan 2022 15:23:56 +0000 (15:23 +0000)]
Release 9.0.0.16823

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 11 Jan 2022 15:23:56 +0000 (15:23 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Update ImageView properties lazy
Eunki, Hong [Tue, 11 Jan 2022 11:53:26 +0000 (20:53 +0900)]
[NUI] Update ImageView properties lazy

backport patch of PR #3829

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI] Fix issue if application info is null
Xianbing Teng [Tue, 12 Oct 2021 11:24:59 +0000 (19:24 +0800)]
[NUI] Fix issue if application info is null

2 years agoRelease 9.0.0.16821 submit/tizen_6.5/20220106.151847
TizenAPI-Bot [Thu, 6 Jan 2022 15:18:47 +0000 (15:18 +0000)]
Release 9.0.0.16821

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 6 Jan 2022 15:18:47 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix the defect that CurrentFrame is not updated properly when AnimatedVectorIma...
dongsug.song [Wed, 5 Jan 2022 10:24:23 +0000 (19:24 +0900)]
[NUI] Fix the defect that CurrentFrame is not updated properly when AnimatedVectorImageView stops

2 years agoRelease 9.0.0.16820 submit/tizen_6.5/20220104.151859
TizenAPI-Bot [Tue, 4 Jan 2022 15:18:59 +0000 (15:18 +0000)]
Release 9.0.0.16820

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Tue, 4 Jan 2022 15:18:59 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[WebRTC] Prevent cb instance from GC (#3835)
Haesu Gwon [Tue, 4 Jan 2022 00:09:49 +0000 (09:09 +0900)]
[WebRTC] Prevent cb instance from GC (#3835)

2 years agoRelease 9.0.0.16819 accepted/tizen/6.5/unified/20220104.122952 submit/tizen_6.5/20220103.151838
TizenAPI-Bot [Mon, 3 Jan 2022 15:18:38 +0000 (15:18 +0000)]
Release 9.0.0.16819

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Mon, 3 Jan 2022 15:18:38 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[MediaPlayer] Fix description error(API9) (#3834)
Haesu Gwon [Mon, 3 Jan 2022 05:10:40 +0000 (14:10 +0900)]
[MediaPlayer] Fix description error(API9) (#3834)

2 years agoRelease 9.0.0.16818 submit/tizen_6.5/20211217.151828
TizenAPI-Bot [Fri, 17 Dec 2021 15:18:28 +0000 (15:18 +0000)]
Release 9.0.0.16818

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 17 Dec 2021 15:18:28 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix StopFinal(EndAction) not working on lite model
dongsug.song [Fri, 17 Dec 2021 06:45:03 +0000 (15:45 +0900)]
[NUI] Fix StopFinal(EndAction) not working on lite model

2 years agoRelease 9.0.0.16817 accepted/tizen/6.5/unified/20211217.122017 submit/tizen_6.5/20211217.020153
TizenAPI-Bot [Fri, 17 Dec 2021 02:01:53 +0000 (02:01 +0000)]
Release 9.0.0.16817

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 17 Dec 2021 02:01:52 +0000 (02:01 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix VS solution file to build the project
dongsug.song [Fri, 17 Dec 2021 01:15:59 +0000 (10:15 +0900)]
[NUI] Fix VS solution file to build the project

2 years ago[NUI] Improves GetNextFocusableView
joogab.yun [Tue, 14 Dec 2021 06:00:32 +0000 (15:00 +0900)]
[NUI] Improves GetNextFocusableView

Currently, GetNextFocusableView of FocusableBase was Index-based of ContentContainer Child.

This is a problem.

Changes the search for the next focus view from index-based to position-based.

2 years agoRelease 9.0.0.16815 submit/tizen_6.5/20211216.151826
TizenAPI-Bot [Thu, 16 Dec 2021 15:18:26 +0000 (15:18 +0000)]
Release 9.0.0.16815

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 16 Dec 2021 15:18:26 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Add GLView
Daekwang Ryu [Wed, 20 Oct 2021 04:26:09 +0000 (13:26 +0900)]
[NUI] Add GLView

GLView allows drawing with OpenGL.
It creates a context, a surface and a render thread.
The render thread invokes user's callbacks.

2 years agoRelease 9.0.0.16814 submit/tizen_6.5/20211209.152213
TizenAPI-Bot [Thu, 9 Dec 2021 15:22:13 +0000 (15:22 +0000)]
Release 9.0.0.16814

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 9 Dec 2021 15:22:13 +0000 (15:22 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[Camera] Fix UnsetExtraPreviewCallback bug (#3780)
Haesu Gwon [Thu, 9 Dec 2021 02:53:26 +0000 (11:53 +0900)]
[Camera] Fix UnsetExtraPreviewCallback bug (#3780)

2 years agoRelease 9.0.0.16813 submit/tizen_6.5/20211208.060222
TizenAPI-Bot [Wed, 8 Dec 2021 06:02:22 +0000 (06:02 +0000)]
Release 9.0.0.16813

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Wed, 8 Dec 2021 06:02:22 +0000 (06:02 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI][API9] Set null if callback removed
Eunki, Hong [Wed, 8 Dec 2021 05:37:52 +0000 (14:37 +0900)]
[NUI][API9] Set null if callback removed

When signal disconnected and signal become empty, let callback as null.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoRelease 9.0.0.16812 accepted/tizen/6.5/unified/20211213.212234 submit/tizen_6.5/20211202.152108
TizenAPI-Bot [Thu, 2 Dec 2021 15:21:08 +0000 (15:21 +0000)]
Release 9.0.0.16812

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Thu, 2 Dec 2021 15:21:08 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5

2 years ago[NUI] Fix null pointer svace issue
zhouleonlei [Thu, 2 Dec 2021 10:35:16 +0000 (18:35 +0800)]
[NUI] Fix null pointer svace issue

2 years ago[NUI] Remove redundant debug msg, No logic change
dongsug.song [Thu, 2 Dec 2021 10:47:20 +0000 (19:47 +0900)]
[NUI] Remove redundant debug msg, No logic change

2 years agoRelease 9.0.0.16810 accepted/tizen/6.5/unified/20211129.211812 submit/tizen_6.5/20211126.020430
TizenAPI-Bot [Fri, 26 Nov 2021 02:04:31 +0000 (02:04 +0000)]
Release 9.0.0.16810

2 years agoMerge remote-tracking branch 'origin/API9' into tizen_6.5
TizenAPI-Bot [Fri, 26 Nov 2021 02:04:30 +0000 (02:04 +0000)]
Merge remote-tracking branch 'origin/API9' into tizen_6.5