TizenAPI-Bot [Wed, 8 Aug 2018 15:40:47 +0000 (00:40 +0900)]
Release 5.0.0.14439
TizenAPI-Bot [Wed, 8 Aug 2018 15:40:47 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen
WonYoung Choi [Wed, 8 Aug 2018 07:39:54 +0000 (16:39 +0900)]
Update README.md
Jay Cho [Wed, 8 Aug 2018 07:38:47 +0000 (16:38 +0900)]
[ElmSharp] Fix Spinner Style on TV (#375)
huiyueun [Wed, 8 Aug 2018 06:02:07 +0000 (15:02 +0900)]
Revert "[NUI] NUI Integration (#361)" (#376)
This reverts commit
46a9f168184028f9bdff0fec79006b39f3cb1e88.
AndyLee [Wed, 8 Aug 2018 02:03:13 +0000 (10:03 +0800)]
[OpenTK] Don't call 'LoadAll' on Tizen for discreasing the launching time (#369)
TizenAPI-Bot [Tue, 7 Aug 2018 10:23:20 +0000 (19:23 +0900)]
Release 5.0.0.14435
TizenAPI-Bot [Tue, 7 Aug 2018 10:23:19 +0000 (19:23 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Wonyoung Choi [Tue, 7 Aug 2018 08:04:21 +0000 (17:04 +0900)]
[Doc] Remove unnecessary template files
Wonyoung Choi [Tue, 7 Aug 2018 06:47:18 +0000 (15:47 +0900)]
[Doc] Update template with docfx v2.37.2
prjung [Tue, 7 Aug 2018 05:42:35 +0000 (14:42 +0900)]
Add AvailableSpace property and deprecate AvaliableSpace (#370)
Signed-off-by: pr.jung <pr.jung@samsung.com>
Seonah Moon [Tue, 7 Aug 2018 05:08:39 +0000 (14:08 +0900)]
[Connection] Remove deprecated API (#358)
TizenAPI-Bot [Mon, 6 Aug 2018 15:42:11 +0000 (00:42 +0900)]
Release 5.0.0.14431
TizenAPI-Bot [Mon, 6 Aug 2018 15:42:10 +0000 (00:42 +0900)]
Merge remote-tracking branch 'github/master' into tizen
hsgwon [Mon, 6 Aug 2018 09:38:57 +0000 (18:38 +0900)]
[MediaContent] Added exception handling to catch p/invoke error return (#367)
pjh9216 [Mon, 6 Aug 2018 02:02:02 +0000 (11:02 +0900)]
[Tizen.Applications.Common] [RPCPort] Fix a bug about calling wrong native api (#368)
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
panPiotrek [Mon, 6 Aug 2018 00:43:06 +0000 (02:43 +0200)]
typo correction (#364)
there is a minor typo in the docs, catch (c# keyword) is spelled with a capital C
TizenAPI-Bot [Thu, 2 Aug 2018 15:40:23 +0000 (00:40 +0900)]
Release 5.0.0.14428
TizenAPI-Bot [Thu, 2 Aug 2018 15:40:22 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen
huiyueun [Thu, 2 Aug 2018 07:39:07 +0000 (16:39 +0900)]
[NUI] nui version 503 (#362)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dongsug-song [Thu, 2 Aug 2018 02:54:58 +0000 (11:54 +0900)]
[NUI] tizen version was wrong (#363)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Seoyeon2Kim [Thu, 2 Aug 2018 02:27:45 +0000 (11:27 +0900)]
[NUI] Change Parameter type of KeyboardRepeatInfo APIs (#360)
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
huiyueun [Thu, 2 Aug 2018 02:14:38 +0000 (11:14 +0900)]
[NUI] NUI Integration (#361)
* Added LayoutGroup and LayoutItem classes in NUI.
This was done by using bindings wrapper classes for LayoutItem,
LayoutGroup, LayoutMeasureSpec, LayoutLength, and LayoutMeasuredSize.
Change-Id: I19e28bdff59a62cf1c8e8711f50f9f0e8f1c119a
* Layouting support in NUI
Change-Id: I3d6f688d869faa81c34385db37feceb1d8c1d0c0
* Fixed disposed bug and removed RegisterChildProperties API usage.
Change-Id: I7b71bd1a3a03306897abdf3c263c6bbb65c1bff8
* RootLayout added to Window
Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f
* All Layers have an Absolute layout
Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4
* Set View.Size2D sets layout minimum size if exists.
Change-Id: Ide73c78957d9ee5d4799bfff4aa2232b87ffa536
* [NUI] Minimize public api for xaml
Change-Id: Ib1426b1956a2af307bd6128d6b97067b0d732847
* Renaming of rootlayer in Layer.cs
Change-Id: I583f49caaad819cabaca83b09c9c7dd9c2b9a331
* Fix NUI nested layout issue
Change-Id: I68edd6cf8295e06a52655d84b8ce039a4e1f1008
* [NUI] Back-sync Samsung/TizenFX into dalihub/TizenFX
Change-Id: Ib63e792bc3474c9226506f30889994219e237ec1
* [NUI] Remove tabs and redundant spaces
Change-Id: I1d512d7f478e532f76629b2529995386820fc764
* Sync dalihub/TizenFX and Samsung/TizenFX
- [NUI] Remove apis which are using internal APIs (#324)
Some apis are using DALi internal APIs.
Clean up these wrong apis to prevent future errors.
Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I77f773ec84f93f69684c2bdad26d9721f8ed705d
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Sync dalihub/TizenFX and Samsung/TizenFX for NUI-XAML related changes
Change-Id: Ied6a4e33d462712672e65763572c6aa88065a897
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Support multi-cascade property setting for Size2D and Position2D
Change-Id: Ibeb9e9ec639742b78054fe8592167170ea0f00d2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Add Mouse button type to identify clicked button kind
Change-Id: Id336dacccff8192a17cda552ba8ea2ba01121002
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Fix dereferenced error
Value trans, which has null value,
is dereferenced in member access expression trans.Name
Change-Id: I5b7fa2a0e96689ff0cc0821f2e931ed3c4001e9d
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Remove ContentProperty attribute and update sample
Change-Id: I0fbb60bf00c609779b6f5ff4d8aff58a26a8819e
* [NUI] Fix children count of LayoutGroup bug
Change-Id: I73c3b597b161a2dbf4a52d37e6f5a0ab4858c11b
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Make Layout APIs as internal ones (will be changed as public APIs later)
Conflicts:
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapper.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapper.cs
Change-Id: Ia64e9216d10ecc986e0e977f2e0633a03813faec
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Fix View Size2D.
We force Size2D by setting fixed width & height specifications.
There is no really another way in new layouting without breaking
new layouting design.
Also MinimumSize will set now Layout.MinimumSize.
Change-Id: I65c7eaab8210c83b9097426a14c8877173d11f90
TizenAPI-Bot [Wed, 1 Aug 2018 15:40:16 +0000 (00:40 +0900)]
Release 5.0.0.14424
TizenAPI-Bot [Wed, 1 Aug 2018 15:40:16 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen
nam [Wed, 1 Aug 2018 04:54:36 +0000 (13:54 +0900)]
[MediaPlayer] modify the precondition of Start method (#359)
* [MediaPlayer] modify the precondition of Start method
* fix wrong description
* devide paragraph
TizenAPI-Bot [Mon, 30 Jul 2018 15:42:03 +0000 (00:42 +0900)]
Release 5.0.0.14423
TizenAPI-Bot [Mon, 30 Jul 2018 15:42:02 +0000 (00:42 +0900)]
Merge remote-tracking branch 'github/master' into tizen
prjung [Mon, 30 Jul 2018 07:57:19 +0000 (16:57 +0900)]
[Storage][Get DeviceType using StorageGetTypeDev] (#357)
Signed-off-by: pr.jung <pr.jung@samsung.com>
TizenAPI-Bot [Mon, 30 Jul 2018 05:31:02 +0000 (14:31 +0900)]
Release 5.0.0.14422
TizenAPI-Bot [Mon, 30 Jul 2018 05:31:01 +0000 (14:31 +0900)]
Merge remote-tracking branch 'github/master' into tizen
WonYoung Choi [Mon, 30 Jul 2018 05:18:27 +0000 (14:18 +0900)]
[Build] Rollup Tizen.NET.API4 (#356)
dh79pyun [Mon, 30 Jul 2018 05:01:00 +0000 (14:01 +0900)]
Fix ValueChanged callback function bug (#355)
BluetoothGattCharacteristic.ValueChanged event always calls back
with a Byte array containing only the first byte of the actual
value. This problem is caused by marshaling the byte array from
the unmanaged C code.
Signed-off-by: Arumoy Biswas <arumoy.b@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
TizenAPI-Bot [Fri, 27 Jul 2018 15:40:27 +0000 (00:40 +0900)]
Release 5.0.0.14420
TizenAPI-Bot [Fri, 27 Jul 2018 15:40:27 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 27 Jul 2018 06:58:20 +0000 (15:58 +0900)]
[NUI] nui-vulkan backend support (#353)
nam [Fri, 27 Jul 2018 06:51:34 +0000 (15:51 +0900)]
[MediaPlayer] add API about playback time to set/get in nonoseconds (#337)
* [MediaPlayer] add API about playback time to set/get in nonoseconds
TizenAPI-Bot [Thu, 26 Jul 2018 10:41:52 +0000 (19:41 +0900)]
Release 5.0.0.14418
TizenAPI-Bot [Thu, 26 Jul 2018 10:41:51 +0000 (19:41 +0900)]
Merge remote-tracking branch 'github/master' into tizen
WonYoung Choi [Thu, 26 Jul 2018 09:56:02 +0000 (18:56 +0900)]
[OpenTK] Introduce OpenTK (#336)
[OpenTK] Introduce OpenTK.Tizen
Jay Cho [Thu, 26 Jul 2018 08:15:30 +0000 (17:15 +0900)]
[ElmSharp] Fix description of API (#339)
### Description of Change ###
Fix the description of API `Entry.DisableSelection(bool disable)`
### Bugs Fixed ###
N/A
### API Changes ###
N/A
### Behavioral Changes ###
N/A
TizenAPI-Bot [Wed, 25 Jul 2018 15:36:29 +0000 (00:36 +0900)]
Release 5.0.0.14416
TizenAPI-Bot [Wed, 25 Jul 2018 15:36:28 +0000 (00:36 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Wed, 25 Jul 2018 04:07:49 +0000 (13:07 +0900)]
[NUI] Sync dalihub and Samsung TizenFX (#349)
* Added LayoutGroup and LayoutItem classes in NUI.
This was done by using bindings wrapper classes for LayoutItem,
LayoutGroup, LayoutMeasureSpec, LayoutLength, and LayoutMeasuredSize.
Change-Id: I19e28bdff59a62cf1c8e8711f50f9f0e8f1c119a
* Layouting support in NUI
Change-Id: I3d6f688d869faa81c34385db37feceb1d8c1d0c0
* Fixed disposed bug and removed RegisterChildProperties API usage.
Change-Id: I7b71bd1a3a03306897abdf3c263c6bbb65c1bff8
* RootLayout added to Window
Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f
* All Layers have an Absolute layout
Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4
* Set View.Size2D sets layout minimum size if exists.
Change-Id: Ide73c78957d9ee5d4799bfff4aa2232b87ffa536
* [NUI] Minimize public api for xaml
Change-Id: Ib1426b1956a2af307bd6128d6b97067b0d732847
* Renaming of rootlayer in Layer.cs
Change-Id: I583f49caaad819cabaca83b09c9c7dd9c2b9a331
* Fix NUI nested layout issue
Change-Id: I68edd6cf8295e06a52655d84b8ce039a4e1f1008
* [NUI] Back-sync Samsung/TizenFX into dalihub/TizenFX
Change-Id: Ib63e792bc3474c9226506f30889994219e237ec1
* [NUI] Remove tabs and redundant spaces
Change-Id: I1d512d7f478e532f76629b2529995386820fc764
* Sync dalihub/TizenFX and Samsung/TizenFX
- [NUI] Remove apis which are using internal APIs (#324)
Some apis are using DALi internal APIs.
Clean up these wrong apis to prevent future errors.
Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I77f773ec84f93f69684c2bdad26d9721f8ed705d
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Sync dalihub/TizenFX and Samsung/TizenFX for NUI-XAML related changes
Change-Id: Ied6a4e33d462712672e65763572c6aa88065a897
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Support multi-cascade property setting for Size2D and Position2D
Change-Id: Ibeb9e9ec639742b78054fe8592167170ea0f00d2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Add Mouse button type to identify clicked button kind
Change-Id: Id336dacccff8192a17cda552ba8ea2ba01121002
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Fix dereferenced error
Value trans, which has null value,
is dereferenced in member access expression trans.Name
Change-Id: I5b7fa2a0e96689ff0cc0821f2e931ed3c4001e9d
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Remove ContentProperty attribute and update sample
Change-Id: I0fbb60bf00c609779b6f5ff4d8aff58a26a8819e
* [NUI] Fix children count of LayoutGroup bug
Change-Id: I73c3b597b161a2dbf4a52d37e6f5a0ab4858c11b
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Make Layout APIs as internal ones (will be changed as public APIs later)
Conflicts:
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapper.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapper.cs
Change-Id: Ia64e9216d10ecc986e0e977f2e0633a03813faec
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
TizenAPI-Bot [Tue, 24 Jul 2018 15:36:29 +0000 (00:36 +0900)]
Release 5.0.0.14415
TizenAPI-Bot [Tue, 24 Jul 2018 15:36:28 +0000 (00:36 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Inhong [Tue, 24 Jul 2018 10:40:42 +0000 (19:40 +0900)]
Add APIs for floating keyboard (#344)
Inhong [Tue, 24 Jul 2018 10:40:18 +0000 (19:40 +0900)]
[Inputmethod][TCSACR-161] Add API to hide IME (#345)
TizenAPI-Bot [Fri, 20 Jul 2018 15:36:26 +0000 (00:36 +0900)]
Release 5.0.0.14413
TizenAPI-Bot [Fri, 20 Jul 2018 15:36:25 +0000 (00:36 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Xianbing Teng [Fri, 20 Jul 2018 10:21:54 +0000 (18:21 +0800)]
Fix controls created by xaml issues (#341)
TizenAPI-Bot [Thu, 19 Jul 2018 15:36:35 +0000 (00:36 +0900)]
Release 5.0.0.14412
TizenAPI-Bot [Thu, 19 Jul 2018 15:36:34 +0000 (00:36 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Thu, 19 Jul 2018 01:47:41 +0000 (10:47 +0900)]
[NUI] Sync dalihub and Samsung TizenFX (#338)
* Added LayoutGroup and LayoutItem classes in NUI.
This was done by using bindings wrapper classes for LayoutItem,
LayoutGroup, LayoutMeasureSpec, LayoutLength, and LayoutMeasuredSize.
Change-Id: I19e28bdff59a62cf1c8e8711f50f9f0e8f1c119a
* Layouting support in NUI
Change-Id: I3d6f688d869faa81c34385db37feceb1d8c1d0c0
* Fixed disposed bug and removed RegisterChildProperties API usage.
Change-Id: I7b71bd1a3a03306897abdf3c263c6bbb65c1bff8
* RootLayout added to Window
Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f
* All Layers have an Absolute layout
Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4
* Set View.Size2D sets layout minimum size if exists.
Change-Id: Ide73c78957d9ee5d4799bfff4aa2232b87ffa536
* [NUI] Minimize public api for xaml
Change-Id: Ib1426b1956a2af307bd6128d6b97067b0d732847
* Renaming of rootlayer in Layer.cs
Change-Id: I583f49caaad819cabaca83b09c9c7dd9c2b9a331
* Fix NUI nested layout issue
Change-Id: I68edd6cf8295e06a52655d84b8ce039a4e1f1008
* [NUI] Back-sync Samsung/TizenFX into dalihub/TizenFX
Change-Id: Ib63e792bc3474c9226506f30889994219e237ec1
* [NUI] Remove tabs and redundant spaces
Change-Id: I1d512d7f478e532f76629b2529995386820fc764
* Sync dalihub/TizenFX and Samsung/TizenFX
- [NUI] Remove apis which are using internal APIs (#324)
Some apis are using DALi internal APIs.
Clean up these wrong apis to prevent future errors.
Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I77f773ec84f93f69684c2bdad26d9721f8ed705d
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Sync dalihub/TizenFX and Samsung/TizenFX for NUI-XAML related changes
Change-Id: Ied6a4e33d462712672e65763572c6aa88065a897
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Support multi-cascade property setting for Size2D and Position2D
Change-Id: Ibeb9e9ec639742b78054fe8592167170ea0f00d2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Add Mouse button type to identify clicked button kind
Change-Id: Id336dacccff8192a17cda552ba8ea2ba01121002
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
TizenAPI-Bot [Wed, 18 Jul 2018 15:36:20 +0000 (00:36 +0900)]
Release 5.0.0.14411
TizenAPI-Bot [Wed, 18 Jul 2018 15:36:19 +0000 (00:36 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Tue, 17 Jul 2018 23:56:24 +0000 (08:56 +0900)]
[TCSACR-160] Add ForgetAPAsync (#332)
TizenAPI-Bot [Tue, 17 Jul 2018 15:36:34 +0000 (00:36 +0900)]
Release 5.0.0.14410
TizenAPI-Bot [Tue, 17 Jul 2018 15:36:31 +0000 (00:36 +0900)]
Merge remote-tracking branch 'github/master' into tizen
pjh9216 [Tue, 17 Jul 2018 07:56:28 +0000 (16:56 +0900)]
[Appfw] Add APIs for RPC (#330)
* [AppFw] Add classes for RPC port
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* [AppFw] Add additional APIs for RPC port
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* [AppFw] Add event handlers
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* [AppFw][RpcPort] Modify description for privileges
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* [AppFw][RpcPort] Add description for return value
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
WonYoung Choi [Tue, 17 Jul 2018 04:09:49 +0000 (13:09 +0900)]
[Build] Improve performance of GenDummy (#284)
TizenAPI-Bot [Mon, 16 Jul 2018 15:42:26 +0000 (00:42 +0900)]
Release 5.0.0.14408
TizenAPI-Bot [Mon, 16 Jul 2018 15:42:25 +0000 (00:42 +0900)]
Merge remote-tracking branch 'github/master' into tizen
gotoextreme [Mon, 16 Jul 2018 06:27:54 +0000 (15:27 +0900)]
Fix handle leak (#333)
* Fix handle leak
Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Update NotificationReplyAction.cs
TizenAPI-Bot [Fri, 13 Jul 2018 15:38:45 +0000 (00:38 +0900)]
Release 5.0.0.14407
TizenAPI-Bot [Fri, 13 Jul 2018 15:38:44 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
nam [Fri, 13 Jul 2018 02:59:59 +0000 (11:59 +0900)]
[MediaPlayer] add API to set zoom with field of view for spherical video (#329)
* [MediaPlayer] add API to set zoom with field of view for spherical video
and modify the wrong descriptions
* fix descriptions
huiyueun [Fri, 13 Jul 2018 02:14:12 +0000 (11:14 +0900)]
[NUI] Fix NUI nested layout issue (#331)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Thu, 12 Jul 2018 15:42:35 +0000 (00:42 +0900)]
Release 5.0.0.14405
TizenAPI-Bot [Thu, 12 Jul 2018 15:42:34 +0000 (00:42 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Wed, 11 Jul 2018 23:42:40 +0000 (08:42 +0900)]
[WiFi][TCSACR-155] Remove ArgumentException descriptions (#323)
* [WiFi][TCSACR-155] Remove RgumentException descriptions
* [WiFi] Fix mistakes
* [WiFi] Fix the location to check InvalidParameterError
TizenAPI-Bot [Tue, 10 Jul 2018 15:38:49 +0000 (00:38 +0900)]
Release 5.0.0.14404
TizenAPI-Bot [Tue, 10 Jul 2018 15:38:48 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Tue, 10 Jul 2018 04:14:27 +0000 (13:14 +0900)]
[Connection][TCSACR-156] Remove ArgumentException (#325)
TizenAPI-Bot [Mon, 9 Jul 2018 15:38:46 +0000 (00:38 +0900)]
Release 5.0.0.14403
TizenAPI-Bot [Mon, 9 Jul 2018 15:38:46 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Mon, 9 Jul 2018 08:55:47 +0000 (17:55 +0900)]
[NUI] Add window size/position setting into NUIApplication constructor (#328)
huiyueun [Mon, 9 Jul 2018 02:58:52 +0000 (11:58 +0900)]
[NUI] Modify Resources to XamlResources (#327)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
nam [Mon, 9 Jul 2018 01:46:17 +0000 (10:46 +0900)]
[MediaPlayer] add API to set/get replaygain (#318)
* [MediaPlayer] add API to set/get replaygain
* modify 'g' in Replaygain to capital 'G'
TizenAPI-Bot [Wed, 4 Jul 2018 15:38:55 +0000 (00:38 +0900)]
Release 5.0.0.14400
TizenAPI-Bot [Wed, 4 Jul 2018 15:38:54 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
neostom432 [Wed, 4 Jul 2018 09:50:31 +0000 (18:50 +0900)]
[NUI] Remove apis which are using internal APIs (#324)
Some apis are using DALi internal APIs.
Clean up these wrong apis to prevent future errors.
Signed-off-by: minho.sun <minho.sun@samsung.com>
AdunFang [Wed, 4 Jul 2018 09:11:49 +0000 (17:11 +0800)]
Add ScriptUI to support XAML file (#320)
chleun-moon [Wed, 4 Jul 2018 06:33:56 +0000 (15:33 +0900)]
[WiFi] Remove ArgumentException (2) (#322)
* [WiFi] Remove ArgumentException
* [WiFi] Remove ArgumentException (2)
chleun-moon [Wed, 4 Jul 2018 05:29:13 +0000 (14:29 +0900)]
[WiFi] Remove ArgumentException (#321)
TizenAPI-Bot [Tue, 3 Jul 2018 15:38:46 +0000 (00:38 +0900)]
Release 5.0.0.14396
TizenAPI-Bot [Tue, 3 Jul 2018 15:38:46 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Seoyeon2Kim [Tue, 3 Jul 2018 08:07:07 +0000 (17:07 +0900)]
[NUI] Add KeyboardRepeatInfo APIs to Window (#310)
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Xianbing Teng [Tue, 3 Jul 2018 08:06:15 +0000 (16:06 +0800)]
[NUI] Add AllowTextPrediction/IsTextPredictionAllowed Api (#312)
prjung [Tue, 3 Jul 2018 06:56:25 +0000 (15:56 +0900)]
[Feedback][Device][Add new vibration feature] (#319)
Signed-off-by: pr.jung <pr.jung@samsung.com>
TizenAPI-Bot [Mon, 2 Jul 2018 15:38:48 +0000 (00:38 +0900)]
Release 5.0.0.14393
TizenAPI-Bot [Mon, 2 Jul 2018 15:38:47 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Mon, 2 Jul 2018 07:42:46 +0000 (16:42 +0900)]
[WiFi] Correct interop native api (#317)
TizenAPI-Bot [Fri, 29 Jun 2018 15:38:52 +0000 (00:38 +0900)]
Release 5.0.0.14392
TizenAPI-Bot [Fri, 29 Jun 2018 15:38:51 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Fri, 29 Jun 2018 06:12:14 +0000 (15:12 +0900)]
[WiFi] Correct interop native api (#316)
TizenAPI-Bot [Thu, 28 Jun 2018 15:38:47 +0000 (00:38 +0900)]
Release 5.0.0.14391
TizenAPI-Bot [Thu, 28 Jun 2018 15:38:46 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Thu, 28 Jun 2018 06:39:40 +0000 (15:39 +0900)]
[WiFi] Cancel tasks for WPS connection in CancelWps() (#315)
* [WiFi] Cancel tasks for WPS connection in CancelWps()
* [WiFi] Remove logs
TizenAPI-Bot [Wed, 27 Jun 2018 15:38:54 +0000 (00:38 +0900)]
Release 5.0.0.14390