TizenAPI-Bot [Thu, 21 Feb 2019 05:13:48 +0000 (05:13 +0000)]
Merge remote-tracking branch 'github/master' into tizen
huiyueun [Thu, 21 Feb 2019 05:06:13 +0000 (14:06 +0900)]
[NUI] Fix GetHashCode Crash issue (#724)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Thu, 21 Feb 2019 00:07:16 +0000 (00:07 +0000)]
Release 6.0.0.14696
TizenAPI-Bot [Thu, 21 Feb 2019 00:07:15 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Sangchul Lee [Wed, 20 Feb 2019 01:43:32 +0000 (10:43 +0900)]
[AudioManager] Add HasStreamOnDevice method to AudioStreamPolicy (#711)
* [AudioManager] Add IsStreamOnDevice method to AudioStreamPolicy
* [AudioManager] Rename IsStreamOnDevice to HasStreamOnDevice
* [AudioManager] Add more explanation for HasStreamOnDevice method
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
TizenAPI-Bot [Wed, 20 Feb 2019 00:07:16 +0000 (00:07 +0000)]
Release 6.0.0.14695
TizenAPI-Bot [Wed, 20 Feb 2019 00:07:15 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
huiyueun [Tue, 19 Feb 2019 06:40:43 +0000 (15:40 +0900)]
[NUI] sync with dalihub (#718)
* [NUI] Codacy error fix
Change-Id: Ib407c7be01ad4e42913bf7896edc050e9b4bd370
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Add API for get the original size of image
* Adding LayoutController
LayoutController from C# exclusive Layouting (LayoutingEx)
where all layouting in processed in the NUI side.
Change-Id: Ic97166e51cd2ef173f6685659f53f53253c93b21
* [NUI] Fix svace issue
Change-Id: I014294612530f600c14c237484f95dfff0c5ec96
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
JinWang An [Tue, 19 Feb 2019 06:04:56 +0000 (15:04 +0900)]
[SystemSettings][TCSACR-215] Add properties (#684)
* [SystemSettings][TCSACR-215] Add properties
- AccessibilityGrayscale
- AccessibilityNegativeColor
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
* Fixed version
- AccessibilityGrayscale
- AccessibilityNegativeColor
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
* Fixed API Version 6
- AccessibilityGrayscaleChangedEventArgs
- AccessibilityNegativeColorChangedEventArgs
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
* Fix typo grayscale and negative descriptions
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
TizenAPI-Bot [Mon, 18 Feb 2019 00:07:16 +0000 (00:07 +0000)]
Release 6.0.0.14693
TizenAPI-Bot [Mon, 18 Feb 2019 00:07:14 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Sun, 17 Feb 2019 23:39:20 +0000 (08:39 +0900)]
Change class description (#714)
* Fix class description
* remove unnecessary file
TizenAPI-Bot [Sat, 16 Feb 2019 00:07:15 +0000 (00:07 +0000)]
Release 6.0.0.14692
TizenAPI-Bot [Sat, 16 Feb 2019 00:07:14 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Hyunho Kang [Fri, 15 Feb 2019 04:35:55 +0000 (13:35 +0900)]
Add WatchfaceComplication.dll and fix some bugs (#703)
* Add Tizen.Applications.WatchfaceComplication.dll
Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Remove unused using
Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Fix wrong dispose sequence
Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Fix wrong assignment
Validation is already done and initialize should be done without validation
Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Fix register callback bug
Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Modify field that is only assigned in constructor
Field that is only assigned in constructor should be readonly
Signed-off-by: hyunho <hhstark.kang@samsung.com>
TizenAPI-Bot [Fri, 15 Feb 2019 00:07:18 +0000 (00:07 +0000)]
Release 6.0.0.14691
TizenAPI-Bot [Fri, 15 Feb 2019 00:07:17 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
dh79pyun [Thu, 14 Feb 2019 08:34:49 +0000 (17:34 +0900)]
[Bluetooth] Fix the socket callback issue (#709)
dongsug-song [Thu, 14 Feb 2019 07:12:39 +0000 (16:12 +0900)]
[NUI] Fix SynchronouseLoading and OrientationCorrection to be applied when Image property is set (#713)
TizenAPI-Bot [Thu, 14 Feb 2019 00:07:20 +0000 (00:07 +0000)]
Release 6.0.0.14689
TizenAPI-Bot [Thu, 14 Feb 2019 00:07:19 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
pjh9216 [Wed, 13 Feb 2019 11:07:40 +0000 (20:07 +0900)]
[Tizen.Applications.Common] Add a timer for handling GC collection (#710)
* Add a timer for handling GC collection
- Once apps receive low memory events, GC collection will happen at the
same time.
- This patch is for distribution of GC collection event.
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* Use overloaded method for Random.next
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Inhong [Wed, 13 Feb 2019 09:49:18 +0000 (18:49 +0900)]
[Inputmethod] Remove useless exception (#707)
Wonyoung Choi [Wed, 13 Feb 2019 08:01:13 +0000 (17:01 +0900)]
[Build] Fix APITool to print all public fields
huiyueun [Wed, 13 Feb 2019 02:19:00 +0000 (11:19 +0900)]
[NUI] Fix PropertyMap setting issue (#708)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Tue, 12 Feb 2019 00:07:15 +0000 (00:07 +0000)]
Release 6.0.0.14685
TizenAPI-Bot [Tue, 12 Feb 2019 00:07:13 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
abhishekvijay [Mon, 11 Feb 2019 07:04:48 +0000 (12:34 +0530)]
[Account] Unmanaged resource handling (#685)
* Resolving crash issue for unmanaged resources
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
* Handling unused local variable
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
huiyueun [Mon, 11 Feb 2019 06:56:34 +0000 (15:56 +0900)]
[NUI] Fix NUI Manual TCT issue (#704)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Sat, 9 Feb 2019 00:07:17 +0000 (00:07 +0000)]
Release 6.0.0.14683
TizenAPI-Bot [Sat, 9 Feb 2019 00:07:16 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Wootak [Fri, 8 Feb 2019 05:15:27 +0000 (14:15 +0900)]
[Bluetooth][TCSACR-216] Add missing feature tag on document (#701)
Piotr Szydełko [Fri, 8 Feb 2019 02:41:49 +0000 (03:41 +0100)]
Add Tizen.Security.PrivacyPrivilegeManager to doc index page (#700)
Wonyoung Choi [Fri, 8 Feb 2019 02:39:29 +0000 (11:39 +0900)]
[Build] Use APITool instead of GenDummy
Wonyoung Choi [Fri, 8 Feb 2019 02:20:13 +0000 (11:20 +0900)]
[Build] Add APITool
* APITool is a unified tool for printing API lists and generating dummy assemblies.
TizenAPI-Bot [Sat, 2 Feb 2019 00:07:14 +0000 (00:07 +0000)]
Release 6.0.0.14679
TizenAPI-Bot [Sat, 2 Feb 2019 00:07:13 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 1 Feb 2019 07:18:38 +0000 (16:18 +0900)]
Make some apis as inhouse, will be internal later (#699)
Change-Id: I0fc398a3b33eaab5fd12df5e8f183d9c94ab7049
TizenAPI-Bot [Fri, 1 Feb 2019 05:13:26 +0000 (05:13 +0000)]
Release 6.0.0.14678
TizenAPI-Bot [Fri, 1 Feb 2019 05:13:25 +0000 (05:13 +0000)]
Merge remote-tracking branch 'github/master' into tizen
y01k [Fri, 1 Feb 2019 05:10:53 +0000 (14:10 +0900)]
Add Tizen.Security.DevicePolicyManager.dll (#698)
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
TizenAPI-Bot [Thu, 31 Jan 2019 00:07:21 +0000 (00:07 +0000)]
Release 6.0.0.14677
TizenAPI-Bot [Thu, 31 Jan 2019 00:07:20 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Wootak [Wed, 30 Jan 2019 08:18:20 +0000 (17:18 +0900)]
[Bluetooth] Add new API to destroy Gatt server (#690)
* [Bluetooth] Add new API to destroy Gatt server
y01k [Wed, 30 Jan 2019 04:29:06 +0000 (13:29 +0900)]
[DevicePolicyManager] Add new DevicePolicyManager API (#632)
* Initial Commit
- Interop
- DevicePolicyManager class
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add policies
- Email Policy
- Password Policy
- Telephony Policy
- Wifi Policy
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Fix library name
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Modify solution file
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add policy change callback api
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Implement policy change apis
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Fix field names
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add documentation comments
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add Logs
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Apply coding style
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* PasswordPolicy: Modify return type of GetQuality
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add a period to the comments.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add Namespace documentation
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Modify retrun statements
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Modify exception handling
- Change enum name : DpmError -> ErrorCode
- Change method name : GetException -> CreateException
- remove OutOfMemoryException
- remove throw exception in Dispose()
- Modify exception handling in DevicePolicyManager()
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Modify Policy classes
- Add an abstraction class
+ DevicePolicy.cs
- Add inheritance to each policy class
- Modify GetPolicy function in DevicePolicyManager : class -> DevicePolicy
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add Dispose Pattern to Policy classes
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Fix an invalid value name
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Modify methods into properties.
- Add PolicyState class
- Modify method -> property : EmailPolicy, PasswordPolicy, WifiPolicy
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* TelephonyPolicy: Modify function name and return type
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Add space.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* WifiPolicy : Add IDisposable
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Remove unnecessary default constructor
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Events : Fix passing sender "null" to "this"
pass null as the sender when raising nonstatic event.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* DevicePolicyManager : Modify GetPolicy method
Remove checking null and Add try-catch statement.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* PasswordQuality : Apply capitalization conventions
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* PolicyState : Apply capitalization conventions
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* PolicyChangedEventArgs: Change "State" type
string -> PolicyState
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* PasswordPolicy: Replace default value of properties
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* DevicePolicy: Add protected keyword
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Policy Classes: Add new properties.
Add missing properties.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* UsbPolicy: Fix property name
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Remove PolicyState type
Replace PolicyState type to bool type.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Policy classes: Add policy name value.
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* MediaPolicy: Fix typos
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* PasswordPolicy: Change name of a property
ExpiresDay -> DaysToExpiration
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Policy Class: Add remarks
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Policy Classes: Change const to static
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
* Policy Names: Add the readonly
Signed-off-by: yeji kim <yeji01.kim@samsung.com>
dh79pyun [Wed, 30 Jan 2019 04:22:15 +0000 (13:22 +0900)]
[Bluetooth] Fix the re-register GATT server issue (#688) (#688)
* [Bluetooth] Fix the re-register GATT server issue
* Update BluetoothGattImpl.cs
* Update BluetoothGattImpl.cs
* Update BluetoothGattImpl.cs
Seungkeun Lee [Wed, 30 Jan 2019 01:01:30 +0000 (10:01 +0900)]
Fix EcoreMainloop PostAndWakeUp behavior (#695)
- it synchronously called on main loop thread. it should be asynchronously called
dongsug-song [Wed, 30 Jan 2019 00:10:09 +0000 (09:10 +0900)]
[NUI] Sync with dalihub (#693)
TizenAPI-Bot [Tue, 29 Jan 2019 00:07:21 +0000 (00:07 +0000)]
Release 6.0.0.14672
TizenAPI-Bot [Tue, 29 Jan 2019 00:07:19 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
arosis78 [Mon, 28 Jan 2019 08:43:28 +0000 (17:43 +0900)]
[ElmSharp] Added Parent property to ItemObject and new event for automation test (#646)
* [ElmSharp] Added new event for automation test
* [ElmSharp] Added parent property to ItemObject
* [ElmSharp] modified to create new constructor
* Update TestRunner.cs
* Update MultiButtonEntry.cs
* Update ListItem.cs
* Update NaviItem.cs
* Update MultiButtonEntry.cs
* [ElmSharp] changed Parent parameter location
* [ElmSharp] Update NaviItem.c
TizenAPI-Bot [Mon, 28 Jan 2019 00:43:05 +0000 (09:43 +0900)]
Update README.md
TizenAPI-Bot [Fri, 25 Jan 2019 00:07:17 +0000 (00:07 +0000)]
Release 6.0.0.14670
TizenAPI-Bot [Fri, 25 Jan 2019 00:07:15 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
dh79pyun [Thu, 24 Jan 2019 07:09:00 +0000 (16:09 +0900)]
[Bluetooth] Fix the wirte value request callback's parameter order (#678)
The GATT write value requested callback's parameter order was wrong.
Because of this, the application gets abnormal information.
JinWang An [Thu, 24 Jan 2019 05:32:53 +0000 (14:32 +0900)]
[SystemSettings] Add SystemSettings.UnitTest (#679)
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
TizenAPI-Bot [Thu, 24 Jan 2019 00:07:29 +0000 (00:07 +0000)]
Release 6.0.0.14668
TizenAPI-Bot [Thu, 24 Jan 2019 00:07:27 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Ewout ter Hoeven [Wed, 23 Jan 2019 01:11:03 +0000 (02:11 +0100)]
Readme: Fix Travis Build Status badge (#677)
Small cosmetic change
WonYoung Choi [Wed, 23 Jan 2019 00:58:23 +0000 (09:58 +0900)]
Create .travis.yml
TizenAPI-Bot [Tue, 22 Jan 2019 00:07:19 +0000 (00:07 +0000)]
Release 6.0.0.14666
TizenAPI-Bot [Tue, 22 Jan 2019 00:07:18 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Jiyun Yang [Mon, 21 Jan 2019 05:44:46 +0000 (14:44 +0900)]
[NUI] Add |AddJavaScriptInterface| API for WebView (#676)
This API provides a method of c# delegate injection to JavaScript
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Inhong [Mon, 21 Jan 2019 02:04:46 +0000 (11:04 +0900)]
[InputMethod] Remove lock from InputMethodEditor (#671)
IME does not need to consider multi-threading.
TizenAPI-Bot [Sat, 19 Jan 2019 00:07:22 +0000 (00:07 +0000)]
Release 6.0.0.14664
TizenAPI-Bot [Sat, 19 Jan 2019 00:07:21 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
sameer prakash pradhan [Fri, 18 Jan 2019 04:52:41 +0000 (10:22 +0530)]
[Calendar] Fix svace defect WGID#14567 (#668)
TizenAPI-Bot [Fri, 18 Jan 2019 00:07:22 +0000 (00:07 +0000)]
Release 6.0.0.14663
TizenAPI-Bot [Fri, 18 Jan 2019 00:07:21 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Wootak [Thu, 17 Jan 2019 06:00:51 +0000 (15:00 +0900)]
[Bluetooth] Fix API document (#663)
* Fix API document
dh79pyun [Thu, 17 Jan 2019 04:27:32 +0000 (13:27 +0900)]
[Bluetooth] Fix the invalid array index issue (#666)
Seungkeun Lee [Thu, 17 Jan 2019 01:22:28 +0000 (10:22 +0900)]
Fix SynchronizationContext issue (#633)
- Set SynchronizationContext on WidgetCoreBackend Run
- Set SynchronizationContext on WatchCoreBackend Run
hjhun [Thu, 17 Jan 2019 00:08:20 +0000 (09:08 +0900)]
[Applications] Modify args handling (#662)
If args is null, throwing ArgumentNullException is occurred.
The null check logic is unnecessary. It's removed.
This patch checks the length of args before copying args.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Thu, 17 Jan 2019 00:07:22 +0000 (00:07 +0000)]
Release 6.0.0.14659
TizenAPI-Bot [Thu, 17 Jan 2019 00:07:20 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
mk5004lee [Thu, 17 Jan 2019 00:05:36 +0000 (09:05 +0900)]
Fix Deref after as.instant issue (#660)
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
huiyueun [Wed, 16 Jan 2019 05:17:33 +0000 (14:17 +0900)]
[NUI] modify GetHashCode() (#654)
Change-Id: Ib642ba64e746fb811be7a5e7e2cb4e82d5c6eb8a
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Wed, 16 Jan 2019 04:08:40 +0000 (13:08 +0900)]
[NUI] Manual merge from tizen50 (#653)
Merged patches from tizenfx tizen_50 branch
- [NUI] Fix Svace issue (#534), Add to check Null value (View.cs)
- [NUI] Fix SizeWidth/Height issue (#555) (View.cs)
- [NUI] ResizePolicy UseNaturalSize mapped to WrapContent (#613) (View.cs)
- Improve the performance when firstly create the View (#642) (ImageView.cs, Scrollable.cs, TableView.cs, TextEditor.cs, TextField.cs, TextLabel.cs, VideoView.cs, View.cs)
- [NUI] Remove GL/VK if-else, reduce dll size (#649) (LayoutPINVOKE.cs, ManualPINVOKE.cs, NDalicPINVOKE.cs, NUIApplication.cs)
Change-Id: I846ad3353dd7d6ef78ec096565e491d7a6eef44a
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
TizenAPI-Bot [Wed, 16 Jan 2019 00:07:26 +0000 (00:07 +0000)]
Release 6.0.0.14656
TizenAPI-Bot [Wed, 16 Jan 2019 00:07:25 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
huiyueun [Tue, 15 Jan 2019 10:17:58 +0000 (19:17 +0900)]
[NUI] Clean NUI codes from Adaptor.cs to Window.cs (#652)
* [NUI] Clean NUI codes from Adaptor.cs to Window.cs
Change-Id: Ic1e5458dd1b3b4ac43cff028204254ac378d2f86
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] fix codecay
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Remove StereoMode
Change-Id: If19a2e403114bf5375e914584e1e7fa513f7d889
* Sync dalihub and Samsung's TizenFX codes
Change-Id: I634fbe56ff9772c05f5ba59736289b3eca7d3def
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Remove deprecated APIs in native DALi
Change-Id: Icc5d90e6e5752fc3b24ce3ea29cd11a89280b4b7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [fix codecay]
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Add test sample for C# binding of MatchSystemLanguageDirection
Change-Id: I0ac4e82c0e026ee1c5074ec00fb4677c4690ddfe
* [NUI] Clean code: BaseComponents,UIComponents,CustomView
Change-Id: I6fbd47154f179ba3a908d140f0cfb267c1e76c2d
huiyueun [Tue, 15 Jan 2019 08:59:05 +0000 (17:59 +0900)]
[NUI] sync with dalihub (#651)
* Disable layouting until set Layout
Added a (static) flag that is set once a Layout is set on any View.
Until this flag is set automatic Layout setting will not occur
Change-Id: Ieff5ed12df75a062a899831681f138c5aa3b6e1f
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] sync with dalihub
- Merge "[NUI] Add comment" int devel/master
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* All Views in a tree can be layouts
Prior to this fix a View with children within a View would
not become a layout if the parent View did not have SetLayout
explicitly called on it.
Change-Id: Ibf9b214f907a0ea8df30f54269626747c50499ca
* [NUI] Set LayoutItem Width/Height specification
Change-Id: Idec264329f6dc20db4692fba84ac8ee1f95067aa
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix build error
Change-Id: Ib1ff4dcb142ce09539dbef3b567f649e40459527
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* LayoutGroup to layout children
Change-Id: Idff81189013e4cb0e85a8bbf13e268170b8aad31
* [NUI] Public some apis for TCT and fix an issue
Here are some changes:
1. public ScrollViewPagePathEffect class
2. public TypeRegistry class
3. public PinchGesture constructor
4. public SetScrollPropertySource api
5. Fix ScrollInterval event issue
Change-Id: I649f0fc464a5af0453475b7ef0dcf4df614eb34e
* Disable layouting until set Layout
Added a (static) flag that is set once a Layout is set on any View.
Until this flag is set automatic Layout setting will not occur
Change-Id: Ieff5ed12df75a062a899831681f138c5aa3b6e1f
* Remove build warnings
Change-Id: I8744e8f690a4e93b199dc762c14607bd8b191718
* VisualFactory Instance to retreive from native
VisualFactory.Get() is deprecated whilst Instance just gets the C# class.
Added call to native to return the native VisualFactory when Instance used.
Change-Id: I3be36e8f6cb70a2a1b2128c7d934fa45fe5bf570
* Map non dependant ResizePolicies to Specs.
Maps NaturalSize, FillToParent and FitToChildren to the
new layouting specifications.
NaturalSize is mapped to a fixed value.
Parent relative mappings not done here, need to be done in the
measure once parent sizes known.
Change-Id: I1f11a9dca126541cd534a386583fc36f97646ed4
* [NUI] Modify since_tizen tag
Change-Id: Ib9ee882177d2372b8f132542cb235a3fcae5e734
* [NUI] Add reverse support for parse
Change-Id: Ia6f55508e34cf5adbf23d0f9acd4f69da7b6d3c5
* [NUI] Fix ParentOrigin doesn't work when using XAML
Change-Id: I53e4b18b6c24db79c16c75b758613113152c5b25
* [NUI] Fix State issue of View
Change-Id: Ide87c43406e55b9399f191dd76f8fb0b68b0cae9
* [NUI] Add EnvironmentVariable interface (internal API) (#533)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Remove version check
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Modify codecay
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Update Position2D.cs
arosis78 [Tue, 15 Jan 2019 07:29:10 +0000 (16:29 +0900)]
[ElmSharp] Added new AnimationView widget for lottie (#624)
* [ElmSharp] Added new AnimationView widget for lottie
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
* Update Interop.Elementary.AnimationView.cs
* Update AnimationViewTest1.cs
* Update AnimationViewTest1.cs
* Update AnimationViewTest1.cs
* Update AnimationViewTest1.cs
* Update AnimationView.cs
* Update AnimationViewTest1.cs
* Update AnimationView.cs
* Update AnimationView.cs
* Update AnimationViewTest1.cs
* Update AnimationView.cs
* Update AnimationViewTest1.cs
TizenAPI-Bot [Sat, 12 Jan 2019 00:07:28 +0000 (00:07 +0000)]
Release 6.0.0.14653
TizenAPI-Bot [Sat, 12 Jan 2019 00:07:26 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Inhong [Fri, 11 Jan 2019 06:57:29 +0000 (15:57 +0900)]
[Inputmethod] Add missing APIs (#647)
TizenAPI-Bot [Fri, 11 Jan 2019 00:07:25 +0000 (00:07 +0000)]
Release 6.0.0.14652
TizenAPI-Bot [Fri, 11 Jan 2019 00:07:23 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
Wonyoung Choi [Thu, 10 Jan 2019 02:35:43 +0000 (11:35 +0900)]
[Build] Add vconf setting for tizen_api_path
Set a vconf key db/dotnet/tizen_api_path to indicate the installed
location of assemblies of TizenFX.
TizenAPI-Bot [Thu, 10 Jan 2019 00:07:30 +0000 (00:07 +0000)]
Release 6.0.0.14651
TizenAPI-Bot [Thu, 10 Jan 2019 00:07:28 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
dh79pyun [Wed, 9 Jan 2019 22:50:24 +0000 (07:50 +0900)]
Remove OPP Event handler (#645)
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Wonyoung Choi [Wed, 9 Jan 2019 06:05:14 +0000 (15:05 +0900)]
[Build] Move dummy assemblies to each profile package
csapi-tizen-dummy had all dummy packages and was always installed
on the target image. This means that unnecessary dummy assemblies
were installed.
In this commit, only the dummy assemblies required are added to
the each profile package and the dummy package is deprecated.
TizenAPI-Bot [Wed, 9 Jan 2019 00:07:29 +0000 (00:07 +0000)]
Release 6.0.0.14649
TizenAPI-Bot [Wed, 9 Jan 2019 00:07:28 +0000 (00:07 +0000)]
Merge remote-tracking branch 'github/master' into tizen
hsgwon [Tue, 8 Jan 2019 08:01:53 +0000 (17:01 +0900)]
[Metadata] Add new API and deprecate old one (#625)
* [Metadata] Add new API and deprecate old one
shmin [Tue, 8 Jan 2019 07:59:33 +0000 (16:59 +0900)]
[ElmSharp] Modify EvasObjectRealized event triggering time (#640)
Wootak [Tue, 8 Jan 2019 07:33:27 +0000 (16:33 +0900)]
[Bluetooth] Fix GetProfile API issue (#641)
Fix to find non-public constructor by using
CreateInstance(Type type, bool nonPublic) API
with nonPublic=true.
Inhong [Tue, 8 Jan 2019 04:30:04 +0000 (13:30 +0900)]
Fix to follow dotnet rules (#639)
TizenAPI-Bot [Tue, 8 Jan 2019 02:09:12 +0000 (02:09 +0000)]
Release 6.0.0.14645