admin [Wed, 28 Oct 2020 15:52:23 +0000 (15:52 +0000)]
Release 8.0.0.15641
admin [Wed, 28 Oct 2020 15:52:23 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huayong.xu [Wed, 21 Oct 2020 05:13:58 +0000 (13:13 +0800)]
rename member variables.
huayong.xu [Tue, 20 Oct 2020 11:23:08 +0000 (19:23 +0800)]
update some comments.
huayong.xu [Tue, 20 Oct 2020 10:44:05 +0000 (18:44 +0800)]
add shadow effect for scrollablebase.
huiyueun [Wed, 28 Oct 2020 09:45:17 +0000 (18:45 +0900)]
[NUI] Fix Dispose warning error[CA1001] (#2130)
* [NUI] Fix DisposeQueue warning error[CA1001]
CA100: Types that own disposable fields should be disposable
https://docs.microsoft.com/ko-kr/dotnet/fundamentals/code-analysis/quality-rules/ca1001
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix Accessibility build warnings
CA100: Types that own disposable fields should be disposable
https://docs.microsoft.com/ko-kr/dotnet/fundamentals/code-analysis/quality-rules/ca1001
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix build warnings- 1001
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Add destructor
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
dongsug-song [Wed, 28 Oct 2020 07:20:54 +0000 (16:20 +0900)]
[NUI] Fix build warning CS1573 (#2137)
dongsug-song [Wed, 28 Oct 2020 06:45:22 +0000 (15:45 +0900)]
[NUI] Fix build warning: CS0105 (#2136)
* [NUI] Fix build warning: CS0105
* [NUI] Fix build warning: CS0169
Wonyoung Choi [Wed, 28 Oct 2020 05:23:25 +0000 (14:23 +0900)]
[Build] Fix workflow to add branch label for DevelNUI
WonYoung Choi [Wed, 28 Oct 2020 05:11:31 +0000 (14:11 +0900)]
[Build] Add DevelNUI branch to workflows (#2135)
* Update branch-metadata.yml
* Update build-pull-request.yml
* Update build-branches.yml
WonYoung Choi [Wed, 28 Oct 2020 03:50:18 +0000 (12:50 +0900)]
Update README.md
admin [Tue, 27 Oct 2020 15:54:19 +0000 (15:54 +0000)]
Release 8.0.0.15632
admin [Tue, 27 Oct 2020 15:54:19 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jaeunchoi [Tue, 27 Oct 2020 08:27:47 +0000 (17:27 +0900)]
[NUI] Fix typo in comments (#2127)
admin [Tue, 27 Oct 2020 02:19:55 +0000 (02:19 +0000)]
Release 8.0.0.15631
admin [Tue, 27 Oct 2020 02:19:54 +0000 (02:19 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Tue, 27 Oct 2020 02:15:54 +0000 (11:15 +0900)]
[Build] Update nuget package assets for API8 (#2125)
admin [Mon, 26 Oct 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15630
admin [Mon, 26 Oct 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Seoyeon2Kim [Mon, 26 Oct 2020 02:43:15 +0000 (11:43 +0900)]
[NUI] Fix Size2D to work correctly in Loading (#2114)
- Currently, Size2D is not working well because of duplicated size properties.
- Fixed Size2D to work well in Loading
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
admin [Thu, 22 Oct 2020 15:52:24 +0000 (15:52 +0000)]
Release 8.0.0.15629
admin [Thu, 22 Oct 2020 15:52:24 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Thu, 22 Oct 2020 07:01:59 +0000 (16:01 +0900)]
[NUI] Add frameBroker default setting value (#2113)
Add APIs by hidden in TransitionAnimation
- GetDefaultSize
- GetDefaultPosition
- GetDefaultParentOrigin
- GetDefaultPivotPoint
These functions set the default value of Calle's main imageView.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
JoogabYun [Thu, 22 Oct 2020 06:10:57 +0000 (15:10 +0900)]
[NUI] Bug fixed about TextPageUtil (#2111)
add check remainLength and init totalPageCnt value
admin [Wed, 21 Oct 2020 15:52:30 +0000 (15:52 +0000)]
Release 8.0.0.15627
admin [Wed, 21 Oct 2020 15:52:30 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Wed, 21 Oct 2020 07:05:50 +0000 (16:05 +0900)]
[NUI] Add Seamless MusicPlayer sample (#2103)
-FHub Demo application
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Wed, 21 Oct 2020 01:13:30 +0000 (10:13 +0900)]
[NUI] Add FrameComponent dll sample (#2106)
- copy FrameComponentDll to '/opt/usr/' path.
- launch
app_launcher -s org.tizen.example.NUIComponentApplication __AUL_COMPONENT_ID__ csharp_frame3
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 20 Oct 2020 15:52:14 +0000 (15:52 +0000)]
Release 8.0.0.15625
admin [Tue, 20 Oct 2020 15:52:14 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hsgwon [Tue, 20 Oct 2020 09:50:33 +0000 (18:50 +0900)]
[Camera] Remove feature check (#2107)
huiyueun [Tue, 20 Oct 2020 06:10:49 +0000 (15:10 +0900)]
[NUI] Modify seamless bug & update sample (#2102)
- Set the default X value to be set even if it is not SlideIn.
- Set the parameter 'toProvider' value of 'SendLaunchRequest' to true.
For FrameBroker, this value must be set to true.
- Update sample code : Add Event callback
- Need to check
* This sample is currently not working normally in wearable.
* Backward animation is not performed.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
JoogabYun [Tue, 20 Oct 2020 01:27:36 +0000 (10:27 +0900)]
[NUI] Add InterceptTouchEvent (#2098)
The Touch event calls the TouchEvent callback by going back from the last child actor to the parent via hitTest.
InterceptTouchEvent checks the touch event in the parent first.
Returning false from interceptTouchEvent allows child actors to receive TouchEvents.
If it returns true, the actor will receive a TouchEvent.
for example
View parent = new View();
View child = new View();
parent.Add(child);
child.TouchEvent += childFunctor;
parent.TouchEvent += parentFunctor;
The callbacks are called in the order childFunctor -> parentFunctor.
If you connect interceptTouchSignal to parentActor.
parent.InterceptTouchEvent += interceptFunctor;
When interceptFunctor returns false, it is called in the same order childFunctor -> parentFunctor.
If intereptFunctor returns true, it means that the TouchEvent was intercepted.
So the child actor will not be able to receive touch events.
Only the parentFunctor is called.
admin [Mon, 19 Oct 2020 05:19:56 +0000 (05:19 +0000)]
Release 8.0.0.15622
admin [Mon, 19 Oct 2020 05:19:56 +0000 (05:19 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Mon, 19 Oct 2020 05:07:56 +0000 (14:07 +0900)]
[NUI] Fix Registry's memory leak (#2099)
- new RefObject(xxx, false), this causes unhandled RefObject in dali.
- "cMemoryOwn = false" means that this doesn't care about dali native's object and will not delete native object when nui dispose.
- currently "ViewAddedEventToWindow" is not used and this will be fixed by using Event subscribing pattern soon.
- remove "internal BaseHandle.GetObjectPtr()" method which is not used anymore.
admin [Wed, 14 Oct 2020 15:52:25 +0000 (15:52 +0000)]
Release 8.0.0.15621
admin [Wed, 14 Oct 2020 15:52:25 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
zhouleonlei [Wed, 14 Oct 2020 07:30:21 +0000 (15:30 +0800)]
[NUI] Add null pointer check for Scrollbar (#2050)
* [NUI] Add null pointer check for Scrollbar
* [NUI] Modified ScrollBar
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
JoogabYun [Wed, 14 Oct 2020 05:54:22 +0000 (14:54 +0900)]
[NUI] Modify to pass userData object to GestureDetectorManager (#1932)
Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
admin [Tue, 13 Oct 2020 15:52:33 +0000 (15:52 +0000)]
Release 8.0.0.15619
admin [Tue, 13 Oct 2020 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Tue, 13 Oct 2020 08:55:55 +0000 (17:55 +0900)]
[NUI] Add Tizen.NUI.Tests for tct developing (#2090)
huiyueun [Tue, 13 Oct 2020 08:42:23 +0000 (17:42 +0900)]
[NUI] Add Component Application sample (#2097)
app_launcher -s org.tizen.example.NUIComponentApplication __AUL_COMPONENT_ID__ csharp_frame
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 13 Oct 2020 06:25:36 +0000 (06:25 +0000)]
Release 8.0.0.15617
admin [Tue, 13 Oct 2020 06:25:36 +0000 (06:25 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Wootak Jung [Tue, 13 Oct 2020 06:03:47 +0000 (15:03 +0900)]
[Bluetooth][Non-ACR] Fix Track data converting logic (#2096)
I/DOTNET_LAUNCHER( 1322): System.Runtime.InteropServices.COMException
(0x8007007A): The data area passed to a system call is too small.
(0x8007007A) at System.StubHelpers.ValueClassMarshaler.ConvertToNative
(IntPtr dst, IntPtr src, IntPtr pMT, CleanupWorkListElement& pCleanupWorkList)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
admin [Mon, 12 Oct 2020 15:52:34 +0000 (15:52 +0000)]
Release 8.0.0.15616
admin [Mon, 12 Oct 2020 15:52:34 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
arosis78 [Mon, 12 Oct 2020 08:59:49 +0000 (17:59 +0900)]
[ElmSharp] Added vd theme file path in ThemeOverlay for product tv (#2095)
* [ElmSharp] Added vd theme file path in ThemeOverlay for product tv
* [ElmSharp] Added tv theme file path in ThemeOverlay for product tv
Co-authored-by: Kangho Hur <rookiejava@gmail.com>
Wootak Jung [Mon, 12 Oct 2020 08:24:03 +0000 (17:24 +0900)]
[Bluetooth][Non-ACR] Fix TrackInfoChanged not invoked issue (#2094)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
xerrni [Sun, 11 Oct 2020 22:58:58 +0000 (00:58 +0200)]
[Peripheral] Update toc needed by namespace change. (#2092)
Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
admin [Thu, 8 Oct 2020 15:52:24 +0000 (15:52 +0000)]
Release 8.0.0.15613
admin [Thu, 8 Oct 2020 15:52:24 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
stanluk [Thu, 8 Oct 2020 08:16:50 +0000 (10:16 +0200)]
[NUI] Handle XF86KeyPressed in BackKeyManager (#2048)
In Tizen iot-headed the WM dispatches 'XF86Back' event
instead of 'Back'.
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
dongsug-song [Thu, 8 Oct 2020 07:08:37 +0000 (16:08 +0900)]
[NUI] Deprecate set properties of Color, Rectangle, and etc (#2082)
- https://code.sec.samsung.net/jira/browse/TCSACR-376
admin [Wed, 7 Oct 2020 15:54:10 +0000 (15:54 +0000)]
Release 8.0.0.15611
admin [Wed, 7 Oct 2020 15:54:10 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
MuHong Byun [Wed, 7 Oct 2020 09:30:51 +0000 (18:30 +0900)]
[Sensor] Remove document warning. (#2080)
* Add comment to BatchSensor
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
Lee Chang Joo [Wed, 7 Oct 2020 08:57:16 +0000 (17:57 +0900)]
[System][Non-ACR] Change comments in DisplayState and PowerLock (#2087)
Jaehyun Cho [Wed, 7 Oct 2020 08:27:58 +0000 (17:27 +0900)]
[NUI] Add class SelectedChangedEventArgs to public (#2086)
To add Switch.SelectedChanged event with using SelectedChangedEventArgs,
SelectedChangedEventArgs is added to public.
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
dongsug-song [Wed, 7 Oct 2020 07:53:24 +0000 (16:53 +0900)]
[NUI] Add RemoveAllChildren() in ScrollableBase (#2076)
- Add RemoveAllChildren(bool dispose) as hidden API in ScrollableBase class.
- This removes all children in ContentContainer.
- If dispose is true, removed child is also disposed.
huiyueun [Wed, 7 Oct 2020 06:20:05 +0000 (15:20 +0900)]
[NUI] Modify Seamless sample code (#2075)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
Seoyeon2Kim [Wed, 7 Oct 2020 05:58:38 +0000 (14:58 +0900)]
[NUI] Change the values of some enumeration types of InputMethod (#2049)
- In Tizen.NUI.InputMethod.ActionButtonTitleType, some enumeration types
are not used anymore : Previous, Unspecified, None
- To match the types of ecore_imf, some values should be changed.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Lee Chang Joo [Wed, 7 Oct 2020 05:27:34 +0000 (14:27 +0900)]
[System][Non-ACR] Add comments in DisplayState and PowerLock (#2085)
- Dim is not supported, when DIM state is disabled.
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
admin [Wed, 7 Oct 2020 02:17:18 +0000 (02:17 +0000)]
Release 8.0.0.15604
admin [Wed, 7 Oct 2020 02:17:18 +0000 (02:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Wed, 7 Oct 2020 01:58:36 +0000 (10:58 +0900)]
[NUI] Delete unnecessary log in BaseHandle (#2081)
If Dispose is already called, the log is displayed unnecessarily.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
xerrni [Tue, 6 Oct 2020 23:24:39 +0000 (01:24 +0200)]
[Internal] Add Docs for Peripheral. (#2053)
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
admin [Tue, 6 Oct 2020 15:54:26 +0000 (15:54 +0000)]
Release 8.0.0.15602
admin [Tue, 6 Oct 2020 15:54:26 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
JoogabYun [Tue, 6 Oct 2020 08:45:41 +0000 (17:45 +0900)]
[NUI] Remove duplicate code (#2077)
admin [Tue, 6 Oct 2020 06:39:48 +0000 (06:39 +0000)]
Release 8.0.0.15601
admin [Tue, 6 Oct 2020 06:39:48 +0000 (06:39 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Tue, 6 Oct 2020 06:35:35 +0000 (15:35 +0900)]
[NUI] Version update : nui-21932 (#2074)
- DALi2-1.9.32 matched
huiyueun [Tue, 6 Oct 2020 01:51:54 +0000 (10:51 +0900)]
[NUI] Delete unnecessary log (#2072)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Mon, 5 Oct 2020 15:52:19 +0000 (15:52 +0000)]
Release 8.0.0.15599
admin [Mon, 5 Oct 2020 15:52:19 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Mon, 5 Oct 2020 09:39:46 +0000 (18:39 +0900)]
[NUI] Add defense code for BaseHandle (#2069)
* [NUI] Add defense code for BaseHandle
vd kona -
DF200925-00594
Check if the swigCptr value is correct after the dispose.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Update BaseHandle.cs
* Update BaseHandle.cs
MuHong Byun [Mon, 5 Oct 2020 05:54:36 +0000 (14:54 +0900)]
Check if the feature key is supported at AutoRotationSensor. (#2068)
* AutoRotationSensor is an algorithmic sensor, whether it is supported or not must be determined through the key.
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
pvschakradhar [Mon, 5 Oct 2020 00:32:15 +0000 (06:02 +0530)]
[Messaging] Native GC callback fix (#2065)
Native GC callback fix of Messaging
admin [Tue, 29 Sep 2020 15:52:18 +0000 (15:52 +0000)]
Release 8.0.0.15596
admin [Tue, 29 Sep 2020 15:52:18 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Tue, 29 Sep 2020 07:21:01 +0000 (16:21 +0900)]
[Build] Suppress build warnings (#2062)
admin [Tue, 29 Sep 2020 02:08:37 +0000 (02:08 +0000)]
Release 8.0.0.15595
admin [Tue, 29 Sep 2020 02:08:37 +0000 (02:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Tue, 29 Sep 2020 02:05:50 +0000 (11:05 +0900)]
[Build] Fix wrong relative path in maketfm.py (#2059)
WonYoung Choi [Tue, 29 Sep 2020 01:55:02 +0000 (10:55 +0900)]
[Build] Fix permission of makespec.sh (#2058)
kkuchciak [Mon, 28 Sep 2020 07:54:19 +0000 (09:54 +0200)]
[Internal] Add guide for Inspections (#2040)
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
xerrni [Mon, 28 Sep 2020 01:49:58 +0000 (03:49 +0200)]
Tizen.Peripheral rename classes && move them to namespaces. (#2033)
Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
Kangho Hur [Fri, 25 Sep 2020 01:46:39 +0000 (10:46 +0900)]
[ElmSharp] Fix elm_more_option_open_get to return bool correctly (#2054)
Hyungju Lee [Thu, 24 Sep 2020 08:32:46 +0000 (17:32 +0900)]
[Build] change nitool to dotnettool (#2039)
Change-Id: I8bd92b02cd1d9f6746fb2aef8a1a4b44dd017765
Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
JongHeonChoi [Thu, 24 Sep 2020 08:14:36 +0000 (17:14 +0900)]
[Build] Set TFM supported by Tizen to vconf (#2026)
* Added to update TFM with maketfm.py
Co-authored-by: Hyungju Lee <leee.lee@samsung.com>
MuHong Byun [Thu, 24 Sep 2020 08:00:34 +0000 (17:00 +0900)]
[Sensor] Change tizen feature of AutoRotationSensor (#2037)
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
huiyueun [Thu, 24 Sep 2020 06:19:14 +0000 (15:19 +0900)]
[NUI] Fix ScrollableBase maxScrollDistance issue (#2051)
[TDAF-1221] issue
1. If the size of ScrollableBase is changed, maxScrollDistance update is required.
maxScrollDistance: Maximum range that ScrollableBase can scroll
2. Change maxScrollDistance by calling OnSCrollingChildRelayout at OnMeasure when size changes.
3. Currently, maxScrollDistance is updated based on ContentContainer size only.
Change this to be modified even if the ScrollableBase size is changed
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Wed, 23 Sep 2020 10:38:06 +0000 (10:38 +0000)]
Release 8.0.0.15586
admin [Wed, 23 Sep 2020 10:38:06 +0000 (10:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyueun [Wed, 23 Sep 2020 09:21:18 +0000 (18:21 +0900)]
Revert "[NUI] Add ControlStateTypeConverter for xaml (#2002)" (#2047)
This reverts commit
87dc2534f824b8c35a6961a32a15dfd3a85131a5.
huiyueun [Wed, 23 Sep 2020 09:03:07 +0000 (18:03 +0900)]
[NUI] Modify preload (#2046)
delete to precreate NUIApplication on NUI.
but Application class is created in dali-backend
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
YeongJong Lee [Wed, 23 Sep 2020 07:47:32 +0000 (16:47 +0900)]
[NUI] correct logical operator in enum validation (#2045)
Test Code:
```cs
FlexLayout flexLayout = new FlexLayout();
flexLayout.WrapType = FlexLayout.FlexWrapType.Wrap;
```
Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>