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
TizenAPI-Bot [Wed, 27 Jun 2018 15:38:53 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Wed, 27 Jun 2018 02:01:48 +0000 (11:01 +0900)]
[NUI] All Layers have an Absolute layout (#313)
Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4
TizenAPI-Bot [Tue, 26 Jun 2018 15:38:48 +0000 (00:38 +0900)]
Release 5.0.0.14389
TizenAPI-Bot [Tue, 26 Jun 2018 15:38:48 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
nam [Tue, 26 Jun 2018 07:56:37 +0000 (16:56 +0900)]
[MediaPlayer] add class to set/get adaptive variants and property for buffering time (#304)
* [MediaPlayer] add class to set/get adaptive variants and property for buffering time
1.add APIs for setting buffering time
2.add AdaptiveVariants class and APIs to set values
* fix the name of values following dotnet rules
* fix the wrong descriptions
* modify Ms to Milisecond for readability
* fix descriptions
TizenAPI-Bot [Mon, 25 Jun 2018 15:38:40 +0000 (00:38 +0900)]
Release 5.0.0.14388
TizenAPI-Bot [Mon, 25 Jun 2018 15:38:39 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Mon, 25 Jun 2018 05:50:59 +0000 (14:50 +0900)]
[NUI] Fix crash error when setting LinearLayout's CellPadding (#311)
TizenAPI-Bot [Fri, 22 Jun 2018 15:38:50 +0000 (00:38 +0900)]
Release 5.0.0.14387
TizenAPI-Bot [Fri, 22 Jun 2018 15:38:49 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
trimbaken [Fri, 22 Jun 2018 06:34:34 +0000 (12:04 +0530)]
[TCSACR-150] Add telephony privilege to use telephony API. (#299)
In public attach-panel API attach_panel_add_content_category(), under CAMERA content,
Camera app should not be launched if video call is active. To check the status of the video call,
Telephony API (telephony_call_get_type) is called, and telephony privilege is necessary to use telephony API.
dongsug-song [Fri, 22 Jun 2018 06:09:03 +0000 (15:09 +0900)]
[NUI] Add FlexLayout sample (#309)
dongsug-song [Fri, 22 Jun 2018 04:12:46 +0000 (13:12 +0900)]
[NUI] RootLayout added to Window (#308)
Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f
dongsug-song [Fri, 22 Jun 2018 01:15:57 +0000 (10:15 +0900)]
[NUI] Layouting sample added (#307)
TizenAPI-Bot [Thu, 21 Jun 2018 15:38:46 +0000 (00:38 +0900)]
Release 5.0.0.14383
TizenAPI-Bot [Thu, 21 Jun 2018 15:38:45 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Thu, 21 Jun 2018 10:40:49 +0000 (19:40 +0900)]
[NUI] Add width/height specification property (#306)
Xianbing Teng [Thu, 21 Jun 2018 10:27:26 +0000 (18:27 +0800)]
[NUI] Add Absolute/Flex/Linear layout class (#305)
chleun-moon [Thu, 21 Jun 2018 04:34:30 +0000 (13:34 +0900)]
[WiFi] TCSACR-149 (#292)
* [WiFi] New APIs
[method]
public static void CancelWps()
static public IEnumerable<WiFiAP> GetFoundBssidAPs()
static public Task BssidScanAsync()
public IEnumerable<string> GetBssids()
[property]
public byte[] RawSsid
public string CountryCode
* Rename GetFoundBssidAPs to GetFoundBssids
TizenAPI-Bot [Wed, 20 Jun 2018 15:38:45 +0000 (00:38 +0900)]
Release 5.0.0.14380
TizenAPI-Bot [Wed, 20 Jun 2018 15:38:45 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Wed, 20 Jun 2018 08:05:53 +0000 (17:05 +0900)]
[NUI] Add GetMouseButton in Touch (#302)
dongsug-song [Wed, 20 Jun 2018 03:53:48 +0000 (12:53 +0900)]
[NUI] Add ChildAdded, ChildRemoved, PropertySet events (#288)
TizenAPI-Bot [Tue, 19 Jun 2018 15:38:44 +0000 (00:38 +0900)]
Release 5.0.0.14378
TizenAPI-Bot [Tue, 19 Jun 2018 15:38:43 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Tue, 19 Jun 2018 08:44:06 +0000 (17:44 +0900)]
[NUI] Layout: Fixed disposed bug and removed RegisterChildProperties API usage (#298)
* [NUI] Fixed disposed bug and removed RegisterChildProperties API usage
* [NUI] dali_1.3.28, nui internal version 502 update
TizenAPI-Bot [Mon, 18 Jun 2018 15:38:51 +0000 (00:38 +0900)]
Release 5.0.0.14377
TizenAPI-Bot [Mon, 18 Jun 2018 15:38:50 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
chleun-moon [Mon, 18 Jun 2018 08:15:52 +0000 (17:15 +0900)]
Revert freeing IntPtr (#295)
TizenAPI-Bot [Fri, 15 Jun 2018 15:38:45 +0000 (00:38 +0900)]
Release 5.0.0.14376
TizenAPI-Bot [Fri, 15 Jun 2018 15:38:45 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 15 Jun 2018 07:47:14 +0000 (16:47 +0900)]
[NUI] Add NUI-Layout 2nd patch (#294)
Inhong [Fri, 15 Jun 2018 06:17:02 +0000 (15:17 +0900)]
[Inputmethod Manager][TCSACR-147] Add API to launch IME (#273)
* Add API to launch IME
* Update InputMethodManager.cs
TizenAPI-Bot [Thu, 14 Jun 2018 15:38:47 +0000 (00:38 +0900)]
Release 5.0.0.14374
TizenAPI-Bot [Thu, 14 Jun 2018 15:38:47 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Thu, 14 Jun 2018 07:44:23 +0000 (16:44 +0900)]
[NUI] Add NUI-Layout (#293)
chleun-moon [Thu, 14 Jun 2018 04:31:28 +0000 (13:31 +0900)]
[WiFi] Free IntPtr (#291)
TizenAPI-Bot [Tue, 12 Jun 2018 15:38:45 +0000 (00:38 +0900)]
Release 5.0.0.14372
TizenAPI-Bot [Tue, 12 Jun 2018 15:38:44 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Jay Cho [Tue, 12 Jun 2018 07:44:11 +0000 (16:44 +0900)]
[ElmSharp] Fix EcoreEventCallback delegate (#276)
TizenAPI-Bot [Mon, 11 Jun 2018 15:38:47 +0000 (00:38 +0900)]
Release 5.0.0.14371
TizenAPI-Bot [Mon, 11 Jun 2018 15:38:46 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
mk5004lee [Mon, 11 Jun 2018 09:06:29 +0000 (09:06 +0000)]
[Shortcut] Update add, delete func (#287)
- use sync api
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
TizenAPI-Bot [Thu, 7 Jun 2018 15:38:53 +0000 (00:38 +0900)]
Release 5.0.0.14370
TizenAPI-Bot [Thu, 7 Jun 2018 15:38:52 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Thu, 7 Jun 2018 07:33:06 +0000 (16:33 +0900)]
[NUI] Connect NUI.Window touch event to dali root layer touch event (#285)
TizenAPI-Bot [Thu, 7 Jun 2018 00:49:27 +0000 (09:49 +0900)]
Release 5.0.0.14369
TizenAPI-Bot [Thu, 7 Jun 2018 00:49:26 +0000 (09:49 +0900)]
Merge remote-tracking branch 'github/master' into tizen
WonYoung Choi [Thu, 7 Jun 2018 00:41:52 +0000 (09:41 +0900)]
Revert "[Build] Improve performance of GenDummy (#282)" (#283)
This reverts commit
683bf728e0fc02885898cae4f531947b3519119d.
WonYoung Choi [Thu, 7 Jun 2018 00:35:43 +0000 (09:35 +0900)]
[Build] Improve performance of GenDummy (#282)
TizenAPI-Bot [Tue, 5 Jun 2018 08:54:59 +0000 (17:54 +0900)]
Release 5.0.0.14367
TizenAPI-Bot [Tue, 5 Jun 2018 08:54:58 +0000 (17:54 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Jay Cho [Tue, 5 Jun 2018 08:48:39 +0000 (17:48 +0900)]
Update ButtonTest1.cs
TizenAPI-Bot [Tue, 5 Jun 2018 02:15:43 +0000 (11:15 +0900)]
Release 5.0.0.14366
TizenAPI-Bot [Tue, 5 Jun 2018 02:15:42 +0000 (11:15 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Jay Cho [Tue, 5 Jun 2018 02:01:56 +0000 (11:01 +0900)]
Revert "[Build] Improve performance of GenDummy (#270)" (#281)
This reverts commit
3347e33fafe8feaeee2fc17cf872f6f3adcf2736.
Xianbing Teng [Mon, 4 Jun 2018 07:25:17 +0000 (02:25 -0500)]
Fix InputMethod options issue (#278)
WonYoung Choi [Mon, 4 Jun 2018 02:16:22 +0000 (11:16 +0900)]
[Build] Improve performance of GenDummy (#270)
TizenAPI-Bot [Fri, 25 May 2018 08:09:28 +0000 (17:09 +0900)]
Release 5.0.0.14363
TizenAPI-Bot [Fri, 25 May 2018 08:09:28 +0000 (17:09 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 25 May 2018 08:03:02 +0000 (17:03 +0900)]
[NUI] Fix SVACE issue, 5th trial (#269)
TizenAPI-Bot [Fri, 25 May 2018 07:12:37 +0000 (16:12 +0900)]
Release 5.0.0.14362
TizenAPI-Bot [Fri, 25 May 2018 07:12:36 +0000 (16:12 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 25 May 2018 07:01:47 +0000 (16:01 +0900)]
[NUI] Fix SVACE issue, 4th trial (#268)
TizenAPI-Bot [Fri, 25 May 2018 05:25:01 +0000 (14:25 +0900)]
Release 5.0.0.14361
TizenAPI-Bot [Fri, 25 May 2018 05:25:00 +0000 (14:25 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 25 May 2018 04:44:33 +0000 (13:44 +0900)]
[NUI] Fix SVACE issue, 3rd trial (#267)
kichankwon [Fri, 25 May 2018 01:26:04 +0000 (10:26 +0900)]
[Information] Sync with API4 branch (#266)
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
TizenAPI-Bot [Thu, 24 May 2018 15:38:49 +0000 (00:38 +0900)]
Release 5.0.0.14359
TizenAPI-Bot [Thu, 24 May 2018 15:38:48 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
JinWang An [Thu, 24 May 2018 10:12:42 +0000 (19:12 +0900)]
[Tizen.System.SystemSettings] Add feature telephoney for AutomaticTimeUpdate and its EventArgs. (#265)
* Modify feature for font classes.
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
* [Tizen.System.SystemSettings] Add feature telephoney for AutomaticTimeUpdate and its EventArgs.
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
WonYoung Choi [Thu, 24 May 2018 04:39:02 +0000 (13:39 +0900)]
Update README.md
JinWang An [Thu, 24 May 2018 04:34:13 +0000 (13:34 +0900)]
Modify feature for font classes. (#264)
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
TizenAPI-Bot [Wed, 23 May 2018 15:38:46 +0000 (00:38 +0900)]
Release 5.0.0.14356
TizenAPI-Bot [Wed, 23 May 2018 15:38:46 +0000 (00:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Wed, 23 May 2018 06:58:46 +0000 (15:58 +0900)]
[NUI] fix SVACE issues 2nd trial (#263)
nam [Wed, 23 May 2018 05:16:31 +0000 (14:16 +0900)]
[MediaPlayer] add API related to 360 video (#236)
* [MediaPlayer] add API to set audio-only mode
* Update Player.Properties.cs
* Update Player.Properties.cs
* Update Interop.Player.cs
* [MediaPlayer] add API related to 360 video
* update patch
* 1. truncate the decimal number for direction of view
2. add features for 360 playback
* values will be rounded off instead of being truncated
* fixed the document issues
TizenAPI-Bot [Mon, 21 May 2018 05:38:45 +0000 (14:38 +0900)]
Release 5.0.0.14354
TizenAPI-Bot [Mon, 21 May 2018 05:38:44 +0000 (14:38 +0900)]
Merge remote-tracking branch 'github/master' into tizen
Wonyoung Choi [Mon, 21 May 2018 05:30:49 +0000 (14:30 +0900)]
[Build] Fix build error when generating dummy dll
TizenAPI-Bot [Mon, 21 May 2018 04:03:12 +0000 (13:03 +0900)]
Release 5.0.0.14353
TizenAPI-Bot [Mon, 21 May 2018 04:03:11 +0000 (13:03 +0900)]
Merge remote-tracking branch 'github/master' into tizen
seogii [Mon, 21 May 2018 03:49:47 +0000 (12:49 +0900)]
[Build] Add account-manager for TV profile (#262)
Piotr Szydełko [Mon, 21 May 2018 00:16:25 +0000 (02:16 +0200)]
[Docs] Present the default privilege level - public (#260)
TizenAPI-Bot [Fri, 18 May 2018 15:45:36 +0000 (00:45 +0900)]
Release 5.0.0.14351
TizenAPI-Bot [Fri, 18 May 2018 15:45:35 +0000 (00:45 +0900)]
Merge remote-tracking branch 'github/master' into tizen
dongsug-song [Fri, 18 May 2018 10:11:28 +0000 (19:11 +0900)]
[NUI] Fix TCT fail issue, remove debugging code (#259)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Sangchul Lee [Fri, 18 May 2018 07:34:16 +0000 (16:34 +0900)]
[Multimedia.Common/Radio] Remove deprecated internal API of sound-manager (#257)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
dongsug-song [Fri, 18 May 2018 04:22:27 +0000 (13:22 +0900)]
[NUI] SVACE error fix (#258)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Xianbing Teng [Fri, 18 May 2018 01:28:10 +0000 (20:28 -0500)]
[NUI] Add EditorBrowsable Attribute (#255)