admin [Fri, 6 Mar 2020 15:53:50 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
WonYoung Choi [Fri, 6 Mar 2020 00:14:05 +0000 (09:14 +0900)]
[Build] Set smack labels of symbol files (#1451)
admin [Thu, 5 Mar 2020 15:53:51 +0000 (15:53 +0000)]
Release 7.0.0.15114
admin [Thu, 5 Mar 2020 15:53:51 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
hsgwon [Thu, 5 Mar 2020 09:41:53 +0000 (18:41 +0900)]
[MediaCodec] Register EosReached event (#1445)
dongsug-song [Thu, 5 Mar 2020 08:27:58 +0000 (17:27 +0900)]
[NUI] Use padding & margin to meausre size in Layout (#1437) (#1448)
* [NUI] Use padding & margin to meausre size in Layout
Previously, padding of parent and margin of child are not concerned when measure child size.
For now, When child use MatchParent,
the size of child will be ParentSize - ParentPadding - childMargin.
And when child use WrapContent,
the size of child will be GrandchildSize + childPadding.
Also Weight will be use only ParentSize - ParentPadding - childMargin size for measuring.
* [NUI] Measure Padding and Margin before call API
To make sure there is no API change, measure Padding and Margin before call API.
admin [Wed, 26 Feb 2020 15:53:52 +0000 (15:53 +0000)]
Release 7.0.0.15112
admin [Wed, 26 Feb 2020 15:53:52 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Wonsik Jung [Wed, 26 Feb 2020 04:07:43 +0000 (13:07 +0900)]
[NUI] Add to set Available Orientations (#1257)
Add to set Available Orientations.
This API is for adding serveral orientations one time.
admin [Mon, 24 Feb 2020 15:51:53 +0000 (15:51 +0000)]
Release 7.0.0.15111
admin [Mon, 24 Feb 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
neostom432 [Mon, 24 Feb 2020 06:28:34 +0000 (15:28 +0900)]
[NUI] Add ScrollEvent to ScrollableBase (#1431)
To listen scroll changing, add ScrollEvent to ScrollableBase and
add Position param to ScrollEventArgs.
Now user can get current position of scrolling child via ScrollEventArgs.
neostom432 [Mon, 24 Feb 2020 06:25:37 +0000 (15:25 +0900)]
Fix margin bug in FlexLayout (#1419)
Previously, margin of chilren in FlexLayout was ignored because it was not set to FlexNode of children.
Now, when adding child to View which using FlexLayout, we pass margin of child and set it to FlexNode of child.
admin [Thu, 20 Feb 2020 15:51:50 +0000 (15:51 +0000)]
Release 7.0.0.15109
admin [Thu, 20 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
neostom432 [Thu, 20 Feb 2020 05:45:26 +0000 (14:45 +0900)]
[NUI] Remove draft property in ScrollableBase (#1429)
NumberOfPage was draft property to know how many pages user wants.
For now, NumberOfPage is replaced to the count of container children.
PageWidth was draft property to know how big one page is.
For now, PageWidth will be automatically set to width of ScrollableBase.
Seungkeun Lee [Thu, 20 Feb 2020 01:29:10 +0000 (10:29 +0900)]
[ElmSharp] Fix GestureLayer native callback return type (#1423)
LGTM
neostom432 [Thu, 20 Feb 2020 01:14:09 +0000 (10:14 +0900)]
[NUI] Add property LayoutWithTransition to LayoutItem (#1427)
Not every developer wants default transition effect in Layout.
For them, make property which can enable or disable transition effect.
Currently, default is false but can be changed.
This property only effects to chilren of Layout Owner.
admin [Tue, 18 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Release 7.0.0.15106
admin [Tue, 18 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
hjhun [Tue, 18 Feb 2020 08:20:04 +0000 (17:20 +0900)]
[Applications.Common] Add a new element of ApplicationComponentType (#1397)
Adds:
- ComponentBasedApplication
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
admin [Fri, 14 Feb 2020 15:53:43 +0000 (15:53 +0000)]
Release 7.0.0.15105
admin [Fri, 14 Feb 2020 15:53:43 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
kilig [Fri, 14 Feb 2020 04:03:45 +0000 (13:03 +0900)]
[Bundle] Separate exceptions for invalid handle (#1412)
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
hjhun [Fri, 14 Feb 2020 02:34:47 +0000 (11:34 +0900)]
Fix Listen Method (#1411)
To avoid throwing an exception in the callback function, this patch adds
an exception handling about Creating Bundle().
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
dongsug-song [Fri, 14 Feb 2020 01:24:09 +0000 (10:24 +0900)]
[NUI] Fix TCT crash issue (#1406)
admin [Thu, 13 Feb 2020 15:51:54 +0000 (15:51 +0000)]
Release 7.0.0.15102
admin [Thu, 13 Feb 2020 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen_5.5
Jiyun Yang [Thu, 13 Feb 2020 07:37:09 +0000 (16:37 +0900)]
[NUI] Apply default style to Tab and Button component (#1401) (#1402)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Thu, 13 Feb 2020 01:48:36 +0000 (10:48 +0900)]
[NUI] Add default components styles and etc (#1396) (#1400)
* Add default styles for : Progress, Slider, Toast, Popup, DropDown
* Fix : PopupStyle.Buttons.Size.Height works now
* Add : Popup Dismiss() method
* Fix : Popup should be posted on the top layer
* Fix : DropDown button did not form well before first click
* Fix : DropDown selectedItemIndex did not update when select an item by touching it
* Fix : DropDownItemStyle did not applied to DropDownItemView so it was not able to detect control state change
* Fix : Progress need to show buffering bar and progress bar together in Determinate stage
* Fix : View.BackgroundImage property would reset its content when it gets null or empty string
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
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