platform/core/csapi/tizenfx.git
5 years agoFix controls created by xaml issues (#341)
Xianbing Teng [Fri, 20 Jul 2018 10:21:54 +0000 (18:21 +0800)]
Fix controls created by xaml issues (#341)

5 years ago[NUI] Sync dalihub and Samsung TizenFX (#338)
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>
5 years ago[TCSACR-160] Add ForgetAPAsync (#332)
chleun-moon [Tue, 17 Jul 2018 23:56:24 +0000 (08:56 +0900)]
[TCSACR-160] Add ForgetAPAsync (#332)

5 years ago[Appfw] Add APIs for RPC (#330)
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>
5 years ago[Build] Improve performance of GenDummy (#284)
WonYoung Choi [Tue, 17 Jul 2018 04:09:49 +0000 (13:09 +0900)]
[Build] Improve performance of GenDummy (#284)

5 years agoFix handle leak (#333)
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

5 years ago[MediaPlayer] add API to set zoom with field of view for spherical video (#329)
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

5 years ago[NUI] Fix NUI nested layout issue (#331)
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>
5 years ago[WiFi][TCSACR-155] Remove ArgumentException descriptions (#323)
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

5 years ago[Connection][TCSACR-156] Remove ArgumentException (#325)
chleun-moon [Tue, 10 Jul 2018 04:14:27 +0000 (13:14 +0900)]
[Connection][TCSACR-156] Remove ArgumentException (#325)

5 years ago[NUI] Add window size/position setting into NUIApplication constructor (#328)
dongsug-song [Mon, 9 Jul 2018 08:55:47 +0000 (17:55 +0900)]
[NUI] Add window size/position setting into NUIApplication constructor (#328)

5 years ago[NUI] Modify Resources to XamlResources (#327)
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>
5 years ago[MediaPlayer] add API to set/get replaygain (#318)
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'

5 years ago[NUI] Remove apis which are using internal APIs (#324)
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>
5 years agoAdd ScriptUI to support XAML file (#320)
AdunFang [Wed, 4 Jul 2018 09:11:49 +0000 (17:11 +0800)]
Add ScriptUI to support XAML file (#320)

5 years ago[WiFi] Remove ArgumentException (2) (#322)
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)

5 years ago[WiFi] Remove ArgumentException (#321)
chleun-moon [Wed, 4 Jul 2018 05:29:13 +0000 (14:29 +0900)]
[WiFi] Remove ArgumentException (#321)

5 years ago[NUI] Add KeyboardRepeatInfo APIs to Window (#310)
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>
5 years ago[NUI] Add AllowTextPrediction/IsTextPredictionAllowed Api (#312)
Xianbing Teng [Tue, 3 Jul 2018 08:06:15 +0000 (16:06 +0800)]
[NUI] Add AllowTextPrediction/IsTextPredictionAllowed Api (#312)

5 years ago[Feedback][Device][Add new vibration feature] (#319)
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>
5 years ago[WiFi] Correct interop native api (#317)
chleun-moon [Mon, 2 Jul 2018 07:42:46 +0000 (16:42 +0900)]
[WiFi] Correct interop native api (#317)

5 years ago[WiFi] Correct interop native api (#316)
chleun-moon [Fri, 29 Jun 2018 06:12:14 +0000 (15:12 +0900)]
[WiFi] Correct interop native api (#316)

5 years ago[WiFi] Cancel tasks for WPS connection in CancelWps() (#315)
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

5 years ago[NUI] All Layers have an Absolute layout (#313)
dongsug-song [Wed, 27 Jun 2018 02:01:48 +0000 (11:01 +0900)]
[NUI] All Layers have an Absolute layout (#313)

Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4

5 years ago[MediaPlayer] add class to set/get adaptive variants and property for buffering time...
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

5 years ago[NUI] Fix crash error when setting LinearLayout's CellPadding (#311)
dongsug-song [Mon, 25 Jun 2018 05:50:59 +0000 (14:50 +0900)]
[NUI] Fix crash error when setting LinearLayout's CellPadding (#311)

5 years ago[TCSACR-150] Add telephony privilege to use telephony API. (#299)
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.

5 years ago[NUI] Add FlexLayout sample (#309)
dongsug-song [Fri, 22 Jun 2018 06:09:03 +0000 (15:09 +0900)]
[NUI] Add FlexLayout sample (#309)

5 years ago[NUI] RootLayout added to Window (#308)
dongsug-song [Fri, 22 Jun 2018 04:12:46 +0000 (13:12 +0900)]
[NUI] RootLayout added to Window (#308)

Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f

5 years ago[NUI] Layouting sample added (#307)
dongsug-song [Fri, 22 Jun 2018 01:15:57 +0000 (10:15 +0900)]
[NUI] Layouting sample added (#307)

5 years ago[NUI] Add width/height specification property (#306)
dongsug-song [Thu, 21 Jun 2018 10:40:49 +0000 (19:40 +0900)]
[NUI] Add width/height specification property (#306)

5 years ago[NUI] Add Absolute/Flex/Linear layout class (#305)
Xianbing Teng [Thu, 21 Jun 2018 10:27:26 +0000 (18:27 +0800)]
[NUI] Add Absolute/Flex/Linear layout class (#305)

5 years ago[WiFi] TCSACR-149 (#292)
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

5 years ago[NUI] Add GetMouseButton in Touch (#302)
dongsug-song [Wed, 20 Jun 2018 08:05:53 +0000 (17:05 +0900)]
[NUI] Add GetMouseButton in Touch (#302)

5 years ago[NUI] Add ChildAdded, ChildRemoved, PropertySet events (#288)
dongsug-song [Wed, 20 Jun 2018 03:53:48 +0000 (12:53 +0900)]
[NUI] Add ChildAdded, ChildRemoved, PropertySet events (#288)

5 years ago[NUI] Layout: Fixed disposed bug and removed RegisterChildProperties API usage (...
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

5 years agoRevert freeing IntPtr (#295)
chleun-moon [Mon, 18 Jun 2018 08:15:52 +0000 (17:15 +0900)]
Revert freeing IntPtr (#295)

5 years ago[NUI] Add NUI-Layout 2nd patch (#294)
dongsug-song [Fri, 15 Jun 2018 07:47:14 +0000 (16:47 +0900)]
[NUI] Add NUI-Layout 2nd patch (#294)

5 years ago[Inputmethod Manager][TCSACR-147] Add API to launch IME (#273)
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

5 years ago[NUI] Add NUI-Layout (#293)
dongsug-song [Thu, 14 Jun 2018 07:44:23 +0000 (16:44 +0900)]
[NUI] Add NUI-Layout (#293)

5 years ago[WiFi] Free IntPtr (#291)
chleun-moon [Thu, 14 Jun 2018 04:31:28 +0000 (13:31 +0900)]
[WiFi] Free IntPtr (#291)

6 years ago[ElmSharp] Fix EcoreEventCallback delegate (#276)
Jay Cho [Tue, 12 Jun 2018 07:44:11 +0000 (16:44 +0900)]
[ElmSharp] Fix EcoreEventCallback delegate (#276)

6 years ago[Shortcut] Update add, delete func (#287)
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>
6 years ago[NUI] Connect NUI.Window touch event to dali root layer touch event (#285)
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)

6 years agoRevert "[Build] Improve performance of GenDummy (#282)" (#283)
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.

6 years ago[Build] Improve performance of GenDummy (#282)
WonYoung Choi [Thu, 7 Jun 2018 00:35:43 +0000 (09:35 +0900)]
[Build] Improve performance of GenDummy (#282)

6 years agoUpdate ButtonTest1.cs
Jay Cho [Tue, 5 Jun 2018 08:48:39 +0000 (17:48 +0900)]
Update ButtonTest1.cs

6 years agoRevert "[Build] Improve performance of GenDummy (#270)" (#281)
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.

6 years agoFix InputMethod options issue (#278)
Xianbing Teng [Mon, 4 Jun 2018 07:25:17 +0000 (02:25 -0500)]
Fix InputMethod options issue (#278)

6 years ago[Build] Improve performance of GenDummy (#270)
WonYoung Choi [Mon, 4 Jun 2018 02:16:22 +0000 (11:16 +0900)]
[Build] Improve performance of GenDummy (#270)

6 years ago[NUI] Fix SVACE issue, 5th trial (#269)
dongsug-song [Fri, 25 May 2018 08:03:02 +0000 (17:03 +0900)]
[NUI] Fix SVACE issue, 5th trial (#269)

6 years ago[NUI] Fix SVACE issue, 4th trial (#268)
dongsug-song [Fri, 25 May 2018 07:01:47 +0000 (16:01 +0900)]
[NUI] Fix SVACE issue, 4th trial (#268)

6 years ago[NUI] Fix SVACE issue, 3rd trial (#267)
dongsug-song [Fri, 25 May 2018 04:44:33 +0000 (13:44 +0900)]
[NUI] Fix SVACE issue, 3rd trial (#267)

6 years ago[Information] Sync with API4 branch (#266)
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>
6 years ago[Tizen.System.SystemSettings] Add feature telephoney for AutomaticTimeUpdate and...
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>
6 years agoUpdate README.md
WonYoung Choi [Thu, 24 May 2018 04:39:02 +0000 (13:39 +0900)]
Update README.md

6 years agoModify feature for font classes. (#264)
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>
6 years ago[NUI] fix SVACE issues 2nd trial (#263)
dongsug-song [Wed, 23 May 2018 06:58:46 +0000 (15:58 +0900)]
[NUI] fix SVACE issues 2nd trial (#263)

6 years ago[MediaPlayer] add API related to 360 video (#236)
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

6 years ago[Build] Fix build error when generating dummy dll
Wonyoung Choi [Mon, 21 May 2018 05:30:49 +0000 (14:30 +0900)]
[Build] Fix build error when generating dummy dll

6 years ago[Build] Add account-manager for TV profile (#262)
seogii [Mon, 21 May 2018 03:49:47 +0000 (12:49 +0900)]
[Build] Add account-manager for TV profile (#262)

6 years ago[Docs] Present the default privilege level - public (#260)
Piotr Szydełko [Mon, 21 May 2018 00:16:25 +0000 (02:16 +0200)]
[Docs] Present the default privilege level - public (#260)

6 years ago[NUI] Fix TCT fail issue, remove debugging code (#259)
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>
6 years ago[Multimedia.Common/Radio] Remove deprecated internal API of sound-manager (#257)
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>
6 years ago[NUI] SVACE error fix (#258)
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>
6 years ago[NUI] Add EditorBrowsable Attribute (#255)
Xianbing Teng [Fri, 18 May 2018 01:28:10 +0000 (20:28 -0500)]
[NUI] Add EditorBrowsable Attribute (#255)

6 years ago[Docs] Fix document css styles (#256)
WonYoung Choi [Thu, 17 May 2018 06:33:47 +0000 (15:33 +0900)]
[Docs] Fix document css styles (#256)

6 years ago[NUI]Fix build warnings (#254)
Lynettejin90 [Wed, 16 May 2018 06:58:11 +0000 (14:58 +0800)]
[NUI]Fix build warnings (#254)

6 years ago[MediaCodec] Add error type (#253)
hsgwon [Tue, 15 May 2018 08:55:26 +0000 (17:55 +0900)]
[MediaCodec] Add error type (#253)

6 years agoFix TextField GetInputMethodContext issue (#252)
Xianbing Teng [Tue, 15 May 2018 01:31:58 +0000 (20:31 -0500)]
Fix TextField GetInputMethodContext issue (#252)

[NUI] Fix TextField GetInputMethodContext issue

6 years ago[VoiceControlWidget] Disable generating doc files
WonYoung Choi [Mon, 14 May 2018 04:29:03 +0000 (13:29 +0900)]
[VoiceControlWidget] Disable generating doc files

Disable generating doc files to avoid population too many build warnings

6 years ago[NUI] Enable Window's mouse wheel event (#247)
dongsug-song [Mon, 14 May 2018 02:12:17 +0000 (11:12 +0900)]
[NUI] Enable Window's mouse wheel event (#247)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] Add version check & apply imf manager refactoring patch again (#246)
dongsug-song [Mon, 14 May 2018 02:11:52 +0000 (11:11 +0900)]
[NUI] Add version check & apply imf manager refactoring patch again (#246)

* [NUI] Add version check

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Revert "Revert "[NUI] Refractor ImfManager to InputMethodContext (#229)" (#243)"

This reverts commit 2c0ce6cb98d4728752e13cdd02a81d503665bf01.

* [NUI] version 501 changed

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI]Add xaml support for nui and nui xaml test sample (#230)
Xianbing Teng [Mon, 14 May 2018 01:58:58 +0000 (20:58 -0500)]
[NUI]Add xaml support for nui and nui xaml test sample (#230)

6 years ago[Build] Add RIDs of Tizen platform to Tizen.NET nuget (#251)
WonYoung Choi [Mon, 14 May 2018 01:36:42 +0000 (10:36 +0900)]
[Build] Add RIDs of Tizen platform to Tizen.NET nuget (#251)

6 years ago[Build] Add dependency for netstandard2.0
WonYoung Choi [Fri, 11 May 2018 01:58:56 +0000 (10:58 +0900)]
[Build] Add dependency for netstandard2.0

6 years ago[NUI] Change Registry as concurrent collection for protection code (#114)
dongsug-song [Thu, 10 May 2018 07:48:05 +0000 (16:48 +0900)]
[NUI] Change Registry as concurrent collection for protection code (#114)

6 years ago[Build] Add Tizen.NET.API4 dependency for tizen40 TFM (#244)
WonYoung Choi [Thu, 10 May 2018 05:21:06 +0000 (14:21 +0900)]
[Build] Add Tizen.NET.API4 dependency for tizen40 TFM (#244)

6 years ago[ElmSharp] Update namespace summary (#242)
Kangho [Wed, 9 May 2018 10:02:02 +0000 (19:02 +0900)]
[ElmSharp] Update namespace summary (#242)

6 years agoRevert "[NUI] Refractor ImfManager to InputMethodContext (#229)" (#243)
Xianbing Teng [Tue, 8 May 2018 10:34:23 +0000 (05:34 -0500)]
Revert "[NUI] Refractor ImfManager to InputMethodContext (#229)" (#243)

This reverts commit 8d2af23d151ac77a9490e6e1d177283c104123f6.

6 years ago[Camera] refactoring (#239)
hsgwon [Tue, 8 May 2018 07:10:56 +0000 (16:10 +0900)]
[Camera] refactoring (#239)

6 years ago[Camera] Dispose MediaPacket after callback is completed (#237)
hsgwon [Tue, 8 May 2018 06:08:34 +0000 (15:08 +0900)]
[Camera] Dispose MediaPacket after callback is completed (#237)

6 years ago[NUI][TCSACR-130] Add new NUI APIs (#238)
huiyueun [Tue, 8 May 2018 05:58:55 +0000 (14:58 +0900)]
[NUI][TCSACR-130] Add new NUI APIs (#238)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
6 years ago[Privilege] Add privacy feature and deprecate redundant API (#231)
yl33 [Tue, 8 May 2018 03:42:52 +0000 (12:42 +0900)]
[Privilege] Add privacy feature and deprecate redundant API (#231)

* [Privilege] Add privacy feature and deprecate redundant API

* Update Privilege.cs

6 years ago[ElmSharp] Add RenderOperation property in EvasObject (#220)
Seungkeun Lee [Thu, 3 May 2018 08:10:54 +0000 (17:10 +0900)]
[ElmSharp] Add RenderOperation property in EvasObject (#220)

6 years ago[MediaPlayer] add API to set audio-only mode (#207)
nam [Mon, 30 Apr 2018 07:26:25 +0000 (16:26 +0900)]
[MediaPlayer] add API to set audio-only mode (#207)

* [MediaPlayer] add API to set audio-only mode

6 years ago[NUI] Refractor ImfManager to InputMethodContext (#229)
Xianbing Teng [Fri, 27 Apr 2018 07:16:40 +0000 (15:16 +0800)]
[NUI] Refractor ImfManager to InputMethodContext (#229)

Here are some changes:
1.Refractor ImfManager as a normal class
2.Rename ImfManager to InputMethodContext
3.ImfEvent -> EventType
4.ImfEventData -> EventData
5.ImfCallbackData -> CallbackData

6 years ago[Connection][WiFi] Assign zero to Handle only when Interop.Destroy() (#234)
chleun-moon [Fri, 27 Apr 2018 00:54:37 +0000 (09:54 +0900)]
[Connection][WiFi] Assign zero to Handle only when Interop.Destroy() (#234)

* [Connection][WiFi] Assign zero to Handle only when Interop.Destroy() returns Error.None

* [Connection] Do not add events in case of error

6 years ago[Connection][WiFi] Add description for thread safety (#233)
Seonah Moon [Thu, 26 Apr 2018 08:21:22 +0000 (17:21 +0900)]
[Connection][WiFi] Add description for thread safety (#233)

6 years agoUpdate README.md
WonYoung Choi [Thu, 19 Apr 2018 08:04:27 +0000 (17:04 +0900)]
Update README.md

6 years agoUpdate README.md
WonYoung Choi [Thu, 19 Apr 2018 07:07:54 +0000 (16:07 +0900)]
Update README.md

6 years agoUpdate README.md
WonYoung Choi [Thu, 19 Apr 2018 07:06:37 +0000 (16:06 +0900)]
Update README.md

6 years ago[ElmSharp] Add namespace summary (#222)
Kangho [Thu, 19 Apr 2018 07:01:59 +0000 (16:01 +0900)]
[ElmSharp] Add namespace summary (#222)

6 years agoUpdate docfx.json
WonYoung Choi [Thu, 19 Apr 2018 07:00:59 +0000 (16:00 +0900)]
Update docfx.json

6 years agoAdd docfx files
Wonyoung Choi [Wed, 18 Apr 2018 02:06:28 +0000 (11:06 +0900)]
Add docfx files

6 years ago[Multimedia] Modify MediaPlayer for product reuse (#219)
hsgwon [Tue, 17 Apr 2018 05:42:09 +0000 (14:42 +0900)]
[Multimedia] Modify MediaPlayer for product reuse (#219)

6 years agoInit docs folder
WonYoung Choi [Mon, 16 Apr 2018 10:02:20 +0000 (19:02 +0900)]
Init docs folder

6 years ago[MediaCodec] Add exception handling code (#211) (#216)
hsgwon [Tue, 10 Apr 2018 01:39:04 +0000 (10:39 +0900)]
[MediaCodec] Add exception handling code (#211) (#216)

6 years agoUpdate README.md
WonYoung Choi [Tue, 10 Apr 2018 00:53:58 +0000 (09:53 +0900)]
Update README.md

6 years agoUpdate README.md
WonYoung Choi [Tue, 10 Apr 2018 00:43:32 +0000 (09:43 +0900)]
Update README.md