admin [Wed, 12 Feb 2020 15:51:46 +0000 (15:51 +0000)]
Release 7.0.0.15100
admin [Wed, 12 Feb 2020 15:51:46 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
dongsug-song [Wed, 12 Feb 2020 06:14:07 +0000 (15:14 +0900)]
[NUI] Add removed API as hidden API to pass the tizen_5.5 TCT (#1399)
dongsug-song [Wed, 12 Feb 2020 02:54:54 +0000 (11:54 +0900)]
[NUI] Add SafeNativePlayerHandler to pass native player handle (#1398)
Wootak [Wed, 12 Feb 2020 00:31:34 +0000 (09:31 +0900)]
Add SendData(byte[] data) method and deprecated previous method (#1392)
admin [Tue, 11 Feb 2020 15:53:37 +0000 (15:53 +0000)]
Release 7.0.0.15097
admin [Tue, 11 Feb 2020 15:53:37 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
neostom432 [Tue, 11 Feb 2020 04:36:45 +0000 (13:36 +0900)]
[NUI] Measure Child's Layout in FlexLayout (#1384)
Previously, children in FlexLayout were not measured but just returning NaturalSize.
To support nested Layout, FlexLayout also should measure Layout of its children.
Now, FlexLayout measures its children and it also can fix MatchParent issue in FlexLayout.
Jay Cho [Tue, 11 Feb 2020 02:27:20 +0000 (11:27 +0900)]
Add preloading features (#1376)
hjhun [Mon, 10 Feb 2020 23:35:18 +0000 (08:35 +0900)]
Add internal property (#1388)
Adds:
- ContextHandle
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
admin [Mon, 10 Feb 2020 15:51:51 +0000 (15:51 +0000)]
Release 7.0.0.15094
admin [Mon, 10 Feb 2020 15:51:51 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Jiyun Yang [Mon, 10 Feb 2020 05:22:00 +0000 (14:22 +0900)]
[NUI] Fix visual bugs (#1383)
* Fix ths issue that the VisualMap does not tranform
* Fix TextVisual crash issue
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Mon, 10 Feb 2020 02:04:37 +0000 (11:04 +0900)]
[NUI] Add default component styles (#1382)
DefaultButtonStyle
DefaultCheckBoxStyle
DefaultSwitchStyle
DefaultRadioButtonStyle
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Fri, 7 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Release 7.0.0.15092
admin [Fri, 7 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Hyunho Kang [Fri, 7 Feb 2020 05:40:16 +0000 (14:40 +0900)]
[Application] Fix widget instance id bug (#1197) (#1373)
* Fix widget instance id bug
* Update Introp method name
Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
Wonyoung Choi [Fri, 7 Feb 2020 01:52:38 +0000 (10:52 +0900)]
Sync upstream
Change-Id: I9089d7a36979b15afba537d31ee4cdf85984a78f
admin [Thu, 6 Feb 2020 15:53:36 +0000 (15:53 +0000)]
Release 7.0.0.15091
admin [Thu, 6 Feb 2020 15:53:36 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
huiyueun [Thu, 6 Feb 2020 07:14:13 +0000 (16:14 +0900)]
[NUI] Modify Instance bug of Application (#1370)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Wed, 5 Feb 2020 15:53:44 +0000 (15:53 +0000)]
Release 7.0.0.15090
admin [Wed, 5 Feb 2020 15:53:42 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
dongsug-song [Wed, 5 Feb 2020 02:10:24 +0000 (11:10 +0900)]
[NUI] Fix Animation Dispose() to make local variable of Animation instance make working properly (#1361)
- NUI Animation class is binding to DALi native Animation class.
- Animation class inherits from BaseHandle class so it has a reference count.
- In NUI side, if the Animation class is instanced in local scope, it is disposed automatically by DisposeQueue. Here the reference count of native DALi Animation is decreased and it will be managed by smart pointer so this is not a matter in NUI side.
- NUI Animation Dispose() need care only the events which are connected to native DALi, so event handlers of Finished and ProgressReached are certainly disconnected.
- Animation which has been created as local variable will work properly. (ex: if LoopCount is set to 100 and it is even local variable, it will animate 100 times and stop normally.)
neostom432 [Wed, 5 Feb 2020 01:55:08 +0000 (10:55 +0900)]
[NUI] Measure whole child in GridLayout (#1364)
Currently, GridLayout measures only first child for calculation so other child cannot layout its children.
Now, GridLayout measures whole child so they can layout its children.
Co-authored-by: agnelovaz <vaz.agnelo@gmail.com>
admin [Mon, 3 Feb 2020 15:52:09 +0000 (15:52 +0000)]
Release 6.0.0.15075
admin [Mon, 3 Feb 2020 15:52:09 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
jh8801jung [Mon, 3 Feb 2020 01:09:24 +0000 (10:09 +0900)]
[NFC] Fix TC failed issue : the SEH exception occurs (#1328)
* [NFC] Fix TC failed issue : the SEH exception occurs
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Free IntPtr from capi
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Replace free method
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
jh8801jung [Mon, 3 Feb 2020 01:09:14 +0000 (10:09 +0900)]
[NFC] Fix TC failed issue : the SEH exception occurs (#1327)
* [NFC] Fix TC failed issue : the SEH exception occurs
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Free IntPtr from capi
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Replace free method
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
admin [Fri, 31 Jan 2020 15:52:00 +0000 (15:52 +0000)]
Release 6.0.0.15074
admin [Fri, 31 Jan 2020 15:52:00 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
dongsug-song [Fri, 31 Jan 2020 05:29:14 +0000 (14:29 +0900)]
[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1355)
dongsug-song [Fri, 31 Jan 2020 05:20:57 +0000 (14:20 +0900)]
[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1354)
admin [Thu, 30 Jan 2020 08:02:22 +0000 (08:02 +0000)]
Release 6.0.0.15073
admin [Thu, 30 Jan 2020 08:02:22 +0000 (08:02 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Thu, 30 Jan 2020 05:16:42 +0000 (14:16 +0900)]
[NUI] Add ScrollToIndex to ScrollableBase (#1351)
* [NUI] Add ScrollToIndex to ScrollableBase
Scrolls to the item at the specified index.
* [NUI] Use position instead of Size for calculating scrolling position
Co-authored-by: krown <neostom432@nate.com>
neostom432 [Thu, 30 Jan 2020 05:16:30 +0000 (14:16 +0900)]
[NUI] Add ScrollToIndex to ScrollableBase (#1350)
* [NUI] Add ScrollToIndex to ScrollableBase
Scrolls to the item at the specified index.
* [NUI] Use position instead of Size for calculating scrolling position
Co-authored-by: krown <neostom432@nate.com>
dongsug-song [Thu, 30 Jan 2020 03:19:39 +0000 (12:19 +0900)]
[NUI] Fix AlphaMaskUrl setting order problem (#1348)
neostom432 [Thu, 30 Jan 2020 02:22:36 +0000 (11:22 +0900)]
[NUI] Add GaussianBlurView (#1345)
* [NUI] Add GaussianBlurView
Add GaussianBlurView.
For now user can use this class internally, because APIs are all hidden.
* [NUI] make private function to internal in GaussianBlurView
* [NUI] Release signal before delete object
Co-authored-by: krown <neostom432@nate.com>
dongsug-song [Thu, 30 Jan 2020 02:16:19 +0000 (11:16 +0900)]
[NUI] Fix AlphaMaskUrl setting order problem (#1347)
admin [Wed, 29 Jan 2020 15:51:46 +0000 (15:51 +0000)]
Release 6.0.0.15070
admin [Wed, 29 Jan 2020 15:51:46 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Wed, 29 Jan 2020 11:38:04 +0000 (20:38 +0900)]
[NUI] Add GaussianBlurView (#1346)
* [NUI] Add GaussianBlurView
Add GaussianBlurView.
For now user can use this class internally, because APIs are all hidden.
* [NUI] make private function to internal in GaussianBlurView
Co-authored-by: krown <neostom432@nate.com>
huiyueun [Wed, 29 Jan 2020 03:56:25 +0000 (12:56 +0900)]
[NUI] Fix NUI svace issue (#1342)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Wed, 29 Jan 2020 03:55:56 +0000 (12:55 +0900)]
[NUI] Fix NUI svace issue (#1341)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Thu, 23 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15069
admin [Thu, 23 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
dongsug-song [Wed, 22 Jan 2020 23:45:43 +0000 (08:45 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1339)
dongsug-song [Wed, 22 Jan 2020 23:45:22 +0000 (08:45 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1338)
admin [Tue, 21 Jan 2020 08:07:15 +0000 (08:07 +0000)]
Release 6.0.0.15068
admin [Tue, 21 Jan 2020 08:07:15 +0000 (08:07 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
huiyueun [Tue, 21 Jan 2020 07:33:16 +0000 (16:33 +0900)]
[NUI] Add dispose checking in key state (#1337)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 21 Jan 2020 06:13:16 +0000 (06:13 +0000)]
Release 6.0.0.15067
admin [Tue, 21 Jan 2020 06:13:16 +0000 (06:13 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jiyun Yang [Tue, 21 Jan 2020 03:49:47 +0000 (12:49 +0900)]
[NUI] Support Shadow Size Extents (#1334)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Tue, 21 Jan 2020 03:49:36 +0000 (12:49 +0900)]
[NUI] Support Shadow Size Extents (#1335)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
neostom432 [Tue, 21 Jan 2020 03:10:34 +0000 (12:10 +0900)]
[NUI] Fix reparenting of Child bug (#1314) (#1333)
If a child is added to a different layout the transition finished
animation can cause it to be removed from the new parent.
Cause : The removal animation is added to the stack, the add animation is added to
the stack. Animations are run. When animations finish the itemRemovalQueue is run, this
removes the child as the removal code added it to the itemRemovalQueue.
Fix : In the case of replacement, set a flag on the child so the removal code can excluded it
from the itemRemovalQueue.
Change-Id: Ib7da9e446c990258c8415e584bbb624dae4d6fa5
Co-authored-by: agnelovaz <agnelo.vaz@samsung.com>
neostom432 [Tue, 21 Jan 2020 03:09:36 +0000 (12:09 +0900)]
[NUI] Fix reparenting of Child bug (#1314) (#1332)
If a child is added to a different layout the transition finished
animation can cause it to be removed from the new parent.
Cause : The removal animation is added to the stack, the add animation is added to
the stack. Animations are run. When animations finish the itemRemovalQueue is run, this
removes the child as the removal code added it to the itemRemovalQueue.
Fix : In the case of replacement, set a flag on the child so the removal code can excluded it
from the itemRemovalQueue.
Change-Id: Ib7da9e446c990258c8415e584bbb624dae4d6fa5
Co-authored-by: agnelovaz <agnelo.vaz@samsung.com>
neostom432 [Tue, 21 Jan 2020 02:20:01 +0000 (11:20 +0900)]
[NUI] Add/change scroll event (#1330)
* [NUI] Add/change scroll event
ScrollStartDragEvent - Emitted when panning is start
ScrollEndDragEvent - Emitted when panning is end
ScrollAnimationStartEvent - Emitted when scroll animation is start
ScrollAnimationEndEvent - Emitted when scroll animation is end
* [NUI] change name of scroll event and its comment
Co-authored-by: krown <neostom432@nate.com>
neostom432 [Tue, 21 Jan 2020 02:19:32 +0000 (11:19 +0900)]
[NUI] Add/change scroll event (#1329)
* [NUI] Add/change scroll event
ScrollStartDragEvent - Emitted when panning is start
ScrollEndDragEvent - Emitted when panning is end
ScrollAnimationStartEvent - Emitted when scroll animation is start
ScrollAnimationEndEvent - Emitted when scroll animation is end
* [NUI] change name of scroll event and its comment
Co-authored-by: krown <neostom432@nate.com>
admin [Mon, 20 Jan 2020 15:52:04 +0000 (15:52 +0000)]
Release 6.0.0.15064
admin [Mon, 20 Jan 2020 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Xianbing Teng [Mon, 20 Jan 2020 11:11:20 +0000 (19:11 +0800)]
[NUI.Components] Fix svace issues (#1311)
Xianbing Teng [Mon, 20 Jan 2020 11:11:04 +0000 (19:11 +0800)]
[NUI.Components] Fix svace issues (#1310)
neostom432 [Mon, 20 Jan 2020 07:15:58 +0000 (16:15 +0900)]
[NUI] Fixed GridLayout scrolling issue (#1323)
When using GridLayout view with ScrollableBase, it cannot be scrolled.
It cauesd by wrong height measurement and it only happend when setting
WrapContent to layout view.
Save measurement result when using WrapContent.
Co-authored-by: krown <neostom432@nate.com>
neostom432 [Mon, 20 Jan 2020 07:14:57 +0000 (16:14 +0900)]
[NUI] Fixed GridLayout scrolling issue (#1322)
When using GridLayout view with ScrollableBase, it cannot be scrolled.
It cauesd by wrong height measurement and it only happend when setting
WrapContent to layout view.
Save measurement result when using WrapContent.
Co-authored-by: krown <neostom432@nate.com>
huiyueun [Mon, 20 Jan 2020 02:25:11 +0000 (11:25 +0900)]
[NUI] Fix FittingMode bug (#1320)
* [NUI] Remove ValueCheck function
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix FittingMode bug
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Mon, 20 Jan 2020 02:18:51 +0000 (11:18 +0900)]
[NUI] Fix FittingMode bug (#1319)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Fri, 17 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Release 6.0.0.15061
admin [Fri, 17 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jiyun Yang [Fri, 17 Jan 2020 06:03:58 +0000 (15:03 +0900)]
[NUI] Control handle state `Pressed` (#1316)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Fri, 17 Jan 2020 06:03:27 +0000 (15:03 +0900)]
[NUI] Control handle state `Pressed` (#1315)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Wed, 15 Jan 2020 15:54:25 +0000 (15:54 +0000)]
Release 6.0.0.15060
admin [Wed, 15 Jan 2020 15:54:25 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Wed, 15 Jan 2020 06:18:07 +0000 (15:18 +0900)]
[NUI] Remove default LayoutTransition (#1305)
Remove default LayoutTransition.
Co-authored-by: krown <neostom432@nate.com>
neostom432 [Wed, 15 Jan 2020 06:17:54 +0000 (15:17 +0900)]
[NUI] Remove default LayoutTransition (#1304)
Remove default LayoutTransition.
Co-authored-by: krown <neostom432@nate.com>
Jiyun Yang [Wed, 15 Jan 2020 06:08:50 +0000 (15:08 +0900)]
[NUI] Clean shadow related properties from Control and sample (#1307)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Wed, 15 Jan 2020 06:08:39 +0000 (15:08 +0900)]
[NUI] Clean shadow related properties from Control and sample (#1308)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Xianbing Teng [Wed, 15 Jan 2020 05:58:58 +0000 (13:58 +0800)]
[NUI.Components] Remove InputField (#1285)
Xianbing Teng [Wed, 15 Jan 2020 05:58:41 +0000 (13:58 +0800)]
[NUI.Components] Remove InputField (#1284)
admin [Mon, 13 Jan 2020 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15057
admin [Mon, 13 Jan 2020 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Mon, 13 Jan 2020 08:19:42 +0000 (17:19 +0900)]
[NUI] Add ScrollEnabled property to ScrollableBase (#1301)
* [NUI] Add ScrollEnabled property to ScrollableBase
User can disable / enable scrolling using this property.
* [NUI] Add CurrentPage property to ScrollableBase
Can get current page of ScrollableBase when using SnapToPage mode.
Co-authored-by: krown <neostom432@nate.com>
neostom432 [Mon, 13 Jan 2020 08:19:19 +0000 (17:19 +0900)]
[NUI] Add ScrollEnabled property to ScrollableBase (#1298)
* [NUI] Add ScrollEnabled property to ScrollableBase
User can disable / enable scrolling using this property.
* [NUI] Add CurrentPage property to ScrollableBase
Can get current page of ScrollableBase when using SnapToPage mode.
Co-authored-by: krown <neostom432@nate.com>
MuHong Byun [Mon, 13 Jan 2020 05:11:59 +0000 (14:11 +0900)]
[Sensor] Add auto rotation sensor (#1193)
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
admin [Fri, 10 Jan 2020 15:51:56 +0000 (15:51 +0000)]
Release 6.0.0.15056
admin [Fri, 10 Jan 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Fri, 10 Jan 2020 05:03:48 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1291)
Initialize pan direction to Vertical in constructor of ScrollableBase.
Co-authored-by: krown <neostom432@nate.com>
neostom432 [Fri, 10 Jan 2020 05:03:35 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1292)
Initialize pan direction to Vertical in constructor of ScrollableBase.
Co-authored-by: krown <neostom432@nate.com>
dongsug-song [Fri, 10 Jan 2020 04:25:31 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1295)
dongsug-song [Fri, 10 Jan 2020 04:25:16 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1296)
admin [Thu, 9 Jan 2020 15:51:47 +0000 (15:51 +0000)]
Release 6.0.0.15054
admin [Thu, 9 Jan 2020 15:51:47 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Xianbing Teng [Thu, 9 Jan 2020 09:44:12 +0000 (17:44 +0800)]
[NUI] Fix extents issue and unified style format (#1287)
* [NUI] Fix extents issue and unified style format
* [NUI] Add null value check
* [NUI] Fix null value check issue
Xianbing Teng [Thu, 9 Jan 2020 09:43:54 +0000 (17:43 +0800)]
[NUI] Fix extents issue and unified style format (#1286)
* [NUI] Fix extents issue and unified style format
* [NUI] Add null value check
* [NUI] Fix null value check issue
zhouleonlei [Thu, 9 Jan 2020 06:47:55 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1288)
zhouleonlei [Thu, 9 Jan 2020 06:47:08 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1290)
admin [Wed, 8 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15052
admin [Wed, 8 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
zhouleonlei [Wed, 8 Jan 2020 12:10:46 +0000 (20:10 +0800)]
[NUI] Fix background blank issue of Switch (#1282)