admin [Thu, 30 Jul 2020 15:51:53 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Thu, 30 Jul 2020 11:02:06 +0000 (20:02 +0900)]
[NUI] Support default focus logic for RecyclerView (#1869)
Support default focus chain.
Focus logic can vary depending on the type of LayoutManager.
zhouleonlei [Thu, 30 Jul 2020 02:33:00 +0000 (10:33 +0800)]
[NUI] Change Text to TextSelector for Textfield (#1876)
kilig [Thu, 30 Jul 2020 01:55:15 +0000 (10:55 +0900)]
[Applications.Alarm] Handle null parameter for AppControl (#1875)
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
admin [Wed, 29 Jul 2020 15:51:51 +0000 (15:51 +0000)]
Release 8.0.0.15441
admin [Wed, 29 Jul 2020 15:51:51 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
zhouleonlei [Wed, 29 Jul 2020 10:21:36 +0000 (18:21 +0800)]
[NUI] Fix the type convert issue when new InputField (#1874)
guowei.wang [Wed, 29 Jul 2020 05:44:02 +0000 (13:44 +0800)]
[NUI] Fix svace issues. (#1867)
admin [Wed, 29 Jul 2020 02:21:24 +0000 (02:21 +0000)]
Release 8.0.0.15439
admin [Wed, 29 Jul 2020 02:21:24 +0000 (02:21 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Wed, 29 Jul 2020 02:17:20 +0000 (11:17 +0900)]
Revert "[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)" (#1868)
This reverts commit
44638c8717f71c947a43fcbf273f728b0a820017.
dongsug-song [Wed, 29 Jul 2020 02:17:10 +0000 (11:17 +0900)]
[NUI] Workaround : Fix TCT fail issue (#1865)
admin [Tue, 28 Jul 2020 15:51:49 +0000 (15:51 +0000)]
Release 8.0.0.15437
admin [Tue, 28 Jul 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 28 Jul 2020 02:59:41 +0000 (11:59 +0900)]
Update README.md
JoogabYun [Tue, 28 Jul 2020 02:42:49 +0000 (11:42 +0900)]
[NUI] Add CAPTURE_ALL_TOUCH_AFTER_START property (#1852)
YeongJong Lee [Tue, 28 Jul 2020 02:32:58 +0000 (11:32 +0900)]
[NUI] remove unused class (#1842)
since commit
4389bdc8eb5a4ad3852956870d0dfe119d8e04ef, those classes and
methods are no longer used.
neostom432 [Tue, 28 Jul 2020 02:19:42 +0000 (11:19 +0900)]
[NUI] Fix scroll item touch issue (#1864)
Previously when velocity is 0, ScrollAnimationFinished callback is not
working so touch interrupt view is not disappear.
Now, ScrollAnimation is started even if velocity is 0.
admin [Mon, 27 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Release 8.0.0.15433
admin [Mon, 27 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 27 Jul 2020 08:34:32 +0000 (17:34 +0900)]
Update build.yaml
YeongJong Lee [Mon, 27 Jul 2020 07:06:51 +0000 (16:06 +0900)]
[NUI] add attached property for FlexLayout (#1803)
Attached properties are added for FlexLayout.
- FlexAlignmentSelf
- FlexPositionType
- FlexAspectRatio
- FlexBasis
- FlexShrink
- FlexGrow
For more informantion, see Yoga Layout [documentation](https://yogalayout.com/docs).
See also,
dali-toolkit: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/237889/
dali-csharp-binder: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/237888/
NUI: https://github.com/Samsung/TizenFX/pull/1803
Co-authored-by: neostom432 <31119276+neostom432@users.noreply.github.com>
neostom432 [Mon, 27 Jul 2020 04:59:08 +0000 (13:59 +0900)]
[NUI] Open new GridLayout APIs and Properties (#1834)
GridLayout.Orientation
Horizontal
Vertical
GridLayout.StretchFlags
None = 0
Fill = 1
Expand = 2
ExpandAndFill = Fill + Expand
GridLayout.Alignment
Start = 0
Center = 1
End = 2
static int GetColumn(View view)
static int GetColumnSpan(View view)
static int GetRow(View view)
static int GetRowSpan(View view)
static StretchFlags GetHorizontalStretch(View view)
static StretchFlags GetVerticalStretch(View view)
static StretchFlags GetHorizontalAlignment(View view)
static StretchFlags GetVerticalAlignment(View view)
static void SetColumn(View view, int value)
static void SetColumnSpan(View view, int value)
static void SetRow(View view, int value)
static void SetRowSpan(View view, int value)
static void SetHorizontalStretch(View view, StretchFlags value)
static void SetVerticalStretch(View view, StretchFlags value)
static void SetHorizontalAlignment(View view, Alignment value)
static void SetVerticalAlignment(View view, Alignment value)
float ColumnSpacing { get; set; }
float RowSpacing { get; set; }
GridLayout.Orientation GridOrientation { get; set; }
int Rows { get; set; }
int Columns{ get; set; }
admin [Fri, 24 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Release 8.0.0.15430
admin [Fri, 24 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Fri, 24 Jul 2020 10:42:45 +0000 (19:42 +0900)]
[Workflow] Build on push event (#1861)
* [Workflow] Build on push event
* Delete travis CI file
WonYoung Choi [Fri, 24 Jul 2020 10:27:19 +0000 (19:27 +0900)]
[Workflow] Add stale action to workflows (#1860)
WonYoung Choi [Fri, 24 Jul 2020 08:08:46 +0000 (17:08 +0900)]
[Build] Use github actions for building and reporting annotations (#1859)
WonYoung Choi [Fri, 24 Jul 2020 07:30:30 +0000 (16:30 +0900)]
[Build] Use GITHUB_TOKEN in Pull Request workflow (#1858)
WonYoung Choi [Fri, 24 Jul 2020 07:09:07 +0000 (16:09 +0900)]
[Build] Add github actions workflow for pull_request (#1856)
Jiyun Yang [Fri, 24 Jul 2020 01:47:19 +0000 (10:47 +0900)]
[NUI] Enable selectors work in View : EnableControlState (#1851)
* Previously, the View did not support ControlState so that selector values are not applied to the View.
* Introduce a new property EnableControlState.
If this property is set to true, the View can have a touch related ControlState (such as Pressed) when touch.
By default, it is false in View, true in Control.
Note that if the value is true, the View will be a touch receptor.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Thu, 23 Jul 2020 15:51:52 +0000 (15:51 +0000)]
Release 8.0.0.15424
admin [Thu, 23 Jul 2020 15:51:51 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug-song [Thu, 23 Jul 2020 12:01:49 +0000 (21:01 +0900)]
[NUI] Fix Window.FocusChanged event problem (#1855)
jeon [Thu, 23 Jul 2020 08:28:38 +0000 (17:28 +0900)]
[NUI] Add WindowSystem softkey APIs (#1836)
nam [Thu, 23 Jul 2020 05:59:37 +0000 (14:59 +0900)]
[MediaPlayer] remove NotSupportedFormat exception (#1854)
hsgwon [Thu, 23 Jul 2020 03:30:14 +0000 (12:30 +0900)]
[MediaController] Add new request method (#1823)
* [MediaController] Add new request method
JongHeonChoi [Thu, 23 Jul 2020 01:32:09 +0000 (10:32 +0900)]
[Build] Add the Tizen.NUI.preload file (#1840)
zhouleonlei [Thu, 23 Jul 2020 01:19:51 +0000 (09:19 +0800)]
[NUI] Add exception and null check for Button/Slider/Switch (#1853)
* [NUI] Add exception and null check for Button/Slider/Switch
* [NUI] Add exception
admin [Wed, 22 Jul 2020 15:53:40 +0000 (15:53 +0000)]
Release 8.0.0.15418
admin [Wed, 22 Jul 2020 15:53:40 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Wed, 22 Jul 2020 04:30:04 +0000 (13:30 +0900)]
[NUI] Fix wearable style issues (#1847)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Wed, 22 Jul 2020 04:29:48 +0000 (13:29 +0900)]
[NUI] Scrollbar inherits VisualView instead of Control (#1846)
* Control always be a hit actor for touching, but the scrollbar does not need to be.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Wed, 22 Jul 2020 00:28:49 +0000 (00:28 +0000)]
Release 8.0.0.15416
admin [Wed, 22 Jul 2020 00:28:49 +0000 (00:28 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jh8801jung [Wed, 22 Jul 2020 00:25:59 +0000 (09:25 +0900)]
[NFC][Non-ACR] Fix NFC Csharp TC failed issue (#1849)
- https://code.sec.samsung.net/jira/browse/TFDF-10927
- It seems that the callback is missing from the constructor in API8 branch
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
admin [Tue, 21 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Release 8.0.0.15415
admin [Tue, 21 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Tue, 21 Jul 2020 10:14:48 +0000 (19:14 +0900)]
[NUI] Create Layout only for TextLabel (#1850)
There are 4 cases.
1. Fixed or MatchParent Width and Height
: Use fixed or parent size
2. Fixed or MatchParent Width and WrapContent Height
: Get Height for Width using GetHeightForWidth() API
3. WrapContent Width and Fixed or MatchParent Height
: Get Width for Height using GetNaturalSize() API because there is no
overrided GetWidthForHeight function in TextLabel.
4. WrapContent Width and Height
: Get Width and Height using GetNaturalSize() API
Padding will be automatically applied by DALi TextLabel.
dongsug-song [Tue, 21 Jul 2020 03:38:17 +0000 (12:38 +0900)]
[NUI] Change for AddFrameRenderedCallback to maintain the reference of user callback (#1839)
JoogabYun [Tue, 21 Jul 2020 03:37:32 +0000 (12:37 +0900)]
[NUI] Change TextPageUtil to Tizen.NUI.Utility namespace. (#1843)
jaehyun0cho [Tue, 21 Jul 2020 02:39:51 +0000 (11:39 +0900)]
[NUI] Add ScrollEnabled to ScrollbarBase (#1838)
To enable and disable scrolling of scrollbar, ScrollEnabled is added.
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
jaehyun0cho [Tue, 21 Jul 2020 02:20:37 +0000 (11:20 +0900)]
[NUI] Add public types to replace nested types of Components.Button (#1810)
To replace nested types (CA1034 of StyleCop), the following is added.
- class ClickedEventArgs
- event EventHandler<ClickedEventArgs> in Button class
The followings are deprecated.
- class ClickEventArgs in Button class
- event EventHandler<ClickEventArgs> in Button class
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
jaehyun0cho [Tue, 21 Jul 2020 02:20:22 +0000 (11:20 +0900)]
[NUI] Add public types to replace nested types of Components.Switch (#1809)
To replace nested types (CA1034 of StyleCop), the following is added.
- event EventHandler<SelectedChangedEventArgs> in Switch class
The followings are deprecated.
- class SelectEventArgs in Switch class
- event EventHandler<SelectEventArgs> in Switch class
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
jaehyun0cho [Tue, 21 Jul 2020 02:20:11 +0000 (11:20 +0900)]
[NUI] Add public types to replace nested types of Components.Slider (#1808)
To replace nested types (CA1034 of StyleCop), the followings are added.
- class SliderValueChangedEventArgs
- class SliderSlidingFinishedEventArgs
- event EventHandler<SliderValueChangedEventArgs> in Slider class
- event EventHandler<SliderSlidingFinishedEventArgs> in Slider class
The followings are deprecated.
- class ValueChangedArgs in Slider class
- class SlidingFinishedArgs in Slider class
- event EventHandler<ValueChangedArgs> in Slider class
- event EventHandler<SlidingFinishedArgs> in Slider class
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
admin [Mon, 20 Jul 2020 15:51:54 +0000 (15:51 +0000)]
Release 8.0.0.15408
admin [Mon, 20 Jul 2020 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Mon, 20 Jul 2020 06:25:15 +0000 (15:25 +0900)]
[NUI] Remove Style from View (#1837)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Fri, 17 Jul 2020 15:51:52 +0000 (15:51 +0000)]
Release 8.0.0.15407
admin [Fri, 17 Jul 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Fri, 17 Jul 2020 06:23:00 +0000 (15:23 +0900)]
[NUI] Sync ViewWrapper swig connection arguments count to dali csharp binder (#1835)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
hsgwon [Fri, 17 Jul 2020 04:52:24 +0000 (13:52 +0900)]
[Multimedia] Update solution files (#1832)
admin [Thu, 16 Jul 2020 15:51:49 +0000 (15:51 +0000)]
Release 8.0.0.15405
admin [Thu, 16 Jul 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
zhouleonlei [Thu, 16 Jul 2020 07:29:34 +0000 (15:29 +0800)]
[NUI] Remove bindings between Style and View (#1788)
* [NUI] Remove bindings between Style and View
* [NUI] Hide toast.style
* [NUI] Style of BaseComponent returns copied style.
Style of BaseComponent returns copied style.
* Add API to create ViewStyle from a View instance. (ViewStyle.CopyPropertiesFromView)
* Fix TriggerableSelector to get valid property value from its view.
* BaseComponent may not own style instance so reduce size of selectors in BaseComponents.
* Fix bugs in applying or retreiving style.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
YeongJong Lee [Thu, 16 Jul 2020 02:09:12 +0000 (11:09 +0900)]
[NUI] fix wrong total expand value in expanded size calculation (#1833)
The result is reversed. `totalHorizontalExpand` should be used in
horizontal orientation.
admin [Wed, 15 Jul 2020 15:52:04 +0000 (15:52 +0000)]
Release 8.0.0.15403
admin [Wed, 15 Jul 2020 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
YeongJong Lee [Wed, 15 Jul 2020 07:26:36 +0000 (16:26 +0900)]
[NUI] use correct max column/row count in validation of child column/row (#1831)
Column/row of GridLayout child should be compared to max column/row count which
is decided by auto-placement of GridLayout.
dongsug-song [Wed, 15 Jul 2020 06:47:56 +0000 (15:47 +0900)]
[NUI] Add FrameRenderedCallback, FramePresentedCallback as hidden API (#1811)
- csharp binding for DALi DevelWindow's AddFrameRenderedCallback and AddFramePresentedCallback
- TestCase will not be added in tizen CSharp-TCT, but they were added in test sample to do TDD
- paired with https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/238104/
- comments have been updated
YeongJong Lee [Wed, 15 Jul 2020 06:05:36 +0000 (15:05 +0900)]
[NUI] make GridLayout.Orientation default value as Horizontal (#1828)
Before commit
c04eaacb3186b0ea9e499d7a930b10e074134d32, child was added
from left to right by default. but now they are added from top to
bottom.
This patch reverts auto-placement rule to keep backward compatibility.
YeongJong Lee [Wed, 15 Jul 2020 05:29:36 +0000 (14:29 +0900)]
[NUI] respect GridLayout child margin (#1825)
GridLayout child margin was ignored...
YeongJong Lee [Wed, 15 Jul 2020 05:18:43 +0000 (14:18 +0900)]
[NUI] make xxxStretchProperty default value as StretchFlags.None (#1826)
By default, item size should be respected.
dongsug-song [Wed, 15 Jul 2020 05:15:43 +0000 (14:15 +0900)]
[NUI] Capture binding (#1752)
AdunFang [Wed, 15 Jul 2020 04:50:30 +0000 (12:50 +0800)]
[NUI] Support the different file name of Xaml (#1816)
Co-authored-by: Fang Xiaohui <xiaohui fang>
neostom432 [Wed, 15 Jul 2020 04:50:05 +0000 (13:50 +0900)]
[NUI] BackKeyEvent Proptotype (#1824)
View can subscribe back key event using BackKeyEvent event handler.
When user adds BackKeyEvent callback to View, view is listed as Subscriber of BackKeyManager.
After that, if back key is comming,
BackKeyManager will find top view among back key subscribers which has Visibility and IsOnWidnow property are true.
The top view will emit its BackKeyEvent.
*** Notice ***
It is based on Window KeyEvent so make sure you don't use Window KeyEvent and View KeyEvent.
After binding backkey event from DALi, user can use Window/View KeyEvent
with BackKeyEvent.
JoogabYun [Wed, 15 Jul 2020 04:48:28 +0000 (13:48 +0900)]
[NUI] Add TextPageUtil (#1819)
huayongxu [Wed, 15 Jul 2020 04:44:33 +0000 (12:44 +0800)]
[NUI] Remove AssemblyInfo of NUI.Components.DA. (#1805)
Code of NUI.Components.DA has been removed already. Its AssemblyInfo is
not used.
Co-authored-by: huiyueun <35286162+huiyueun@users.noreply.github.com>
sukhyungkang [Wed, 15 Jul 2020 04:33:58 +0000 (13:33 +0900)]
Add app manager attach/detach window API for internal (#1786)
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
huayongxu [Wed, 15 Jul 2020 04:25:19 +0000 (12:25 +0800)]
[NUI] Fix some typos. (#1807)
neostom432 [Wed, 15 Jul 2020 04:11:59 +0000 (13:11 +0900)]
[NUI] Fix ScrollableBase when velocity is 0 (#1822)
When velocity is 0, fomular cannot be working.
Skip deceleration when velocity is 0.
Ali-Alzyoud [Wed, 15 Jul 2020 04:11:42 +0000 (07:11 +0300)]
[NUI] TextField rename TextField_SelectNone to be SelectNone (#1729)
* TextField Add support for:
1- SeletedText property.
2- SelectNone function.
* remove string cast
admin [Tue, 14 Jul 2020 15:51:55 +0000 (15:51 +0000)]
Release 8.0.0.15389
admin [Tue, 14 Jul 2020 15:51:55 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hsgwon [Tue, 14 Jul 2020 02:14:58 +0000 (11:14 +0900)]
[MediaCodec] Add new codec type - Opus (#1812)
admin [Mon, 13 Jul 2020 15:52:03 +0000 (15:52 +0000)]
Release 8.0.0.15388
admin [Mon, 13 Jul 2020 15:52:03 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Mon, 13 Jul 2020 08:39:44 +0000 (17:39 +0900)]
[NUI] Sync ViewWrapper director arguments to dali-csharp-binder (#1821)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Mon, 13 Jul 2020 06:43:05 +0000 (06:43 +0000)]
Release 8.0.0.15387
admin [Mon, 13 Jul 2020 06:43:05 +0000 (06:43 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
WonYoung Choi [Mon, 13 Jul 2020 06:40:29 +0000 (15:40 +0900)]
[Build] Fix rid generation error (#1820)
neostom432 [Mon, 13 Jul 2020 01:32:04 +0000 (10:32 +0900)]
[NUI] Open ScrollalbleBase APIs (#1783)
admin [Fri, 10 Jul 2020 15:51:50 +0000 (15:51 +0000)]
Release 8.0.0.15385
admin [Fri, 10 Jul 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jeon [Fri, 10 Jul 2020 06:01:07 +0000 (15:01 +0900)]
[NUI] Add WindowSystem's quickpanel APIs (#1715)
Suyeon Hwang [Fri, 10 Jul 2020 01:24:45 +0000 (10:24 +0900)]
[VoiceControlManager] Add VoiceControlManager dll into platform binary (#1813)
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
admin [Thu, 9 Jul 2020 15:51:57 +0000 (15:51 +0000)]
Release 8.0.0.15383
admin [Thu, 9 Jul 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
neostom432 [Thu, 9 Jul 2020 09:18:07 +0000 (18:18 +0900)]
[NUI] Skip adding cell padding to last LinearLayout item (#1815)
Cell padding shouldn't be added to last item.
Skip addition at last item.
Richard Huang [Thu, 9 Jul 2020 08:55:30 +0000 (09:55 +0100)]
Remove non-touch related deprecated APIs (#1791)