[NUI] Sync with dalihub (#969)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 9 Aug 2019 02:49:45 +0000 (11:49 +0900)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2019 02:49:45 +0000 (11:49 +0900)
commit8e5ca35802363fc19d5c9d2eb4c800cc845df417
tree5835b45423fdc622b14543179a4bc6c5feef72a8
parent8e47b1c84a92578b6c34a341e32a368112c2ef91
[NUI] Sync with dalihub (#969)

* [NUI] Layout transitions support

Change-Id: I66558d54a865544b123f2ad91554b9146f480118

* [NUI] Remove APIs deprecated in Tizen 3.0

Change-Id: I3a61a27e4c9d7a9790d8457c9a60459205d1d372

* [NUI] Make public-API as Hidden-API before ACR

- no logic changed, but only "[EditorBrowsable(EditorBrowsableState.Never)]" is added
- before ACR is completed, we need to make new added public-API as hidden-API which is usually considered as Inhouse-API
- when adding new API, need to add this "[EditorBrowsable(EditorBrowsableState.Never)]", otherwise not accepted in Samsung/TizenFX because API checker gives API break error
- comment also required to be added, such as like this. "Hidden-API which is usually used as Inhouse-API. If required to be opened as Public-API, ACR process is needed."

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: I8a707efd4c5ebb637f2928b123eabd9f702d2151
13 files changed:
src/Tizen.NUI/src/internal/GaussianBlurView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Button.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PushButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs
src/Tizen.NUI/src/internal/Layouting/LayoutData.cs
src/Tizen.NUI/src/internal/Layouting/LayoutTransition.cs
src/Tizen.NUI/src/internal/ViewImpl.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/UIComponents/Button.cs