platform/core/csapi/tizenfx.git
5 years agoRelease 5.0.0.14531 accepted/tizen/unified/20180920.063904 submit/tizen/20180919.154025
TizenAPI-Bot [Wed, 19 Sep 2018 15:40:19 +0000 (00:40 +0900)]
Release 5.0.0.14531

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Wed, 19 Sep 2018 15:40:19 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[MediaController] Add new APIs for event, capabilities and search. (#468)
hsgwon [Wed, 19 Sep 2018 08:18:25 +0000 (17:18 +0900)]
[MediaController] Add new APIs for event, capabilities and search. (#468)

* [MediaController] Add new APIs for event, capabilities and search.

5 years agoRelease 5.0.0.14530 submit/tizen/20180918.154042
TizenAPI-Bot [Tue, 18 Sep 2018 15:40:35 +0000 (00:40 +0900)]
Release 5.0.0.14530

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Tue, 18 Sep 2018 15:40:34 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[Tools] Add exception handling when file patch is None
Jay Cho [Tue, 18 Sep 2018 09:52:24 +0000 (18:52 +0900)]
[Tools] Add exception handling when file patch is None

5 years ago[Tools] Update code checker (#476)
Jay Cho [Tue, 18 Sep 2018 08:38:11 +0000 (17:38 +0900)]
[Tools] Update code checker (#476)

* [Tools] Update code checker

* Update PRManager.py

5 years ago[Tools] Update warning message on CodeChecker (#475)
Jay Cho [Tue, 18 Sep 2018 06:42:59 +0000 (15:42 +0900)]
[Tools] Update warning message on CodeChecker (#475)

5 years agoUpdate main.py
Jay Cho [Tue, 18 Sep 2018 06:22:23 +0000 (15:22 +0900)]
Update main.py

5 years agoUpdate PRManager.py
Jay Cho [Tue, 18 Sep 2018 06:20:27 +0000 (15:20 +0900)]
Update PRManager.py

5 years ago[Tools] Add Code Checker (#472)
Jay Cho [Tue, 18 Sep 2018 05:19:38 +0000 (14:19 +0900)]
[Tools] Add Code Checker (#472)

* Add Code Checker

* Add existing comment check

* Move code checker files to scripts folder

5 years ago[ElmSharp] Fix document errata (#473)
WonYoung Choi [Tue, 18 Sep 2018 04:41:14 +0000 (13:41 +0900)]
[ElmSharp] Fix document errata (#473)

5 years ago[Build] Add GlobalSuppresions file for TizenFX global scope (#474)
WonYoung Choi [Tue, 18 Sep 2018 04:40:10 +0000 (13:40 +0900)]
[Build] Add GlobalSuppresions file for TizenFX global scope (#474)

5 years agoRelease 5.0.0.14522 accepted/tizen/unified/20180919.061625 submit/tizen/20180917.154024
TizenAPI-Bot [Mon, 17 Sep 2018 15:40:18 +0000 (00:40 +0900)]
Release 5.0.0.14522

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Mon, 17 Sep 2018 15:40:17 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[NUI] Add LinearLayout Alignment and Weight (#469)
Seoyeon2Kim [Mon, 17 Sep 2018 04:26:52 +0000 (13:26 +0900)]
[NUI] Add LinearLayout Alignment and Weight (#469)

* [NUI] Add LinearLayout Alignment and Weight

Change-Id: I0ed3010fd27f8f4cb26126efc5547a301c69cf38
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update LinearLayout.cs

According to Codacy-bot review, changed to 'static' class.

5 years ago[NUI] sync dalihub + nui version 504 (#470)
huiyueun [Mon, 17 Sep 2018 04:26:24 +0000 (13:26 +0900)]
[NUI] sync dalihub + nui version 504 (#470)

* 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

* [NUI] Change Parameter type of KeyboardRepeatInfo APIs

- Changed the parameters type of KeyboardRepeatInfo APIs
  : 'double' type -> 'float' type

Change-Id: I3940e44a1a2c116988e8c947ae81d118ac266000
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Fix getting ClippingMode error

Change-Id: I2379ec6adda1442e819d2adbaa9751e5dd154996

* [NUI] Fix animation flickering issue.

Change-Id: Idd3e28ac861a6fa33ad316e4bcae6a7b2199c0de
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI] Remove redundant logs

Change-Id: Ic7ec157fe8117b613d0d008f68e74cf7c4bccf64

* [NUI] Fix KeyValue issue

Change-Id: I1970a61633fba277379a43035cf84ec2871d1cdd

* [NUI]public BindableObject.GetValue and BindableObject.SetValue to enable other modules(EX.Tizen.TV.NUI) to implement data binding.

Change-Id: Ibb048e668e765a96f1e8553951e4073b181e9a84
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI]Add protect codes in API View::Add

1. Add protect codes, so that if the child is null, this API won't don anything.

Change-Id: Icfd7e2cbb08b99ed962660edb88e8797bad2b654

* [NUI] public gesture detector.

Change-Id: Ife9902fe77b43f2c422a1a2ebeaf474d13e67589
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* GridLayout added

Change-Id: I67916a0e2a8efde6fd8d28daac79bca39d679d10

* Add PropertyValue.Get function for RelativeVector2, RelativeVector3, and RelativeVector4 type.

Change-Id: I181c51a6eea0a94721b28a48d8187673a3f0b88b
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* Explict assigning of Layouts to children

Allows legacy GridContainer to display it's children.
CustomLayouts children get a LayoutItem and displayed.

Change-Id: Ic3f900ae01800de77695b85a57661f886ee060b7

* [NUI] Add DestroyContext call before disposing TextField/TextEditor

In order to speed up IME hide, temporarily add DestroyContext call.

Change-Id: Id93c99f4d45061d4e406d36ced7a0ec09c8f2c34

* [NUI] VisualMap revising

Here are some changes:
Add VisualFittingMode property
Add Atlasing property
Add Shadow,Underline,Outline,Background property
Add RenderIfTransparent property

Change-Id: I8d85f9d1a438cb6fbb636f79c7438e9134e1df8f

* [NUI] Add visual test example

Change-Id: I25f41d969f7b98a494a4fa1716b0335c09ab5026

* [NUI] Add friend assembly for Tizen.TV.NUI.Component

Change-Id: I2fdc02205c03aa98260035fb81998d68514c030e

* View.cs assignement error and logging fix

Change-Id: Ic43213bb7e565f03f83d27df153d095b0e9f7143

* [NUI] Add support for changing the Rendering behavior

Change-Id: Ibbe3627659132fd40105482761795f62a92d1856

* Size2D set updates measure spec for all Views

Previously Size2D set only updated the WIDTH/HEIGHT MEASURESPEC
for Views that already had a Layout set.
But if the Size2D was set before the View added to it's parent
then the set size would not update the measure specs.

Change-Id: I28e731e5e6c6318231b5ba25108bf2daa9cd3411

* [NUI] Avoid raising InputMethodContext reference count

Change-Id: I25e89f41daa41008c81ae1b46fbb82c75a98a011

* [NUI] Add getter property for VisualFittingMode

Change-Id: I1ee389dd4a84f153e4a5d063fe3331a9525757eb

* SetLayoutRequired, IsLayoutRequired View API added

Change-Id: I6b4351901ad841c04f92b22be62c43f7f20b9263

* [NUI] NUI Version 504

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Remove unused local variable

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Revert "[NUI] Avoid raising InputMethodContext reference count"

This reverts commit 515f4909922f29443d8e12f171fa84b51278b94d.

5 years agoRelease 5.0.0.14520 accepted/tizen/unified/20180917.041318 submit/tizen/20180914.154008
TizenAPI-Bot [Fri, 14 Sep 2018 15:40:01 +0000 (00:40 +0900)]
Release 5.0.0.14520

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Fri, 14 Sep 2018 15:40:00 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[MediaController] Add new APIs for sending command and its callback (#396)
hsgwon [Fri, 14 Sep 2018 05:41:57 +0000 (14:41 +0900)]
[MediaController] Add new APIs for sending command and its callback (#396)

[MediaController] Add new APIs for sending command and its callback

5 years ago[Multimedia] Code cleaning of AudioIO. (#450)
hsgwon [Fri, 14 Sep 2018 04:35:23 +0000 (13:35 +0900)]
[Multimedia] Code cleaning of AudioIO. (#450)

* [Multimedia] Code cleaning of AudioIO.

5 years ago[Camera] Add new preview format - RGB (#465)
hsgwon [Fri, 14 Sep 2018 03:11:04 +0000 (12:11 +0900)]
[Camera] Add new preview format - RGB (#465)

5 years agoRelease 5.0.0.14517 accepted/tizen/unified/20180914.073223 submit/tizen/20180913.154018
TizenAPI-Bot [Thu, 13 Sep 2018 15:40:12 +0000 (00:40 +0900)]
Release 5.0.0.14517

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Thu, 13 Sep 2018 15:40:11 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years agoReview of SystemSettings (#435)
Sabeena Sankanur [Thu, 13 Sep 2018 05:12:51 +0000 (10:42 +0530)]
Review of SystemSettings (#435)

5 years ago[Tizen.Applications] Fix typo (#444)
Jay Cho [Thu, 13 Sep 2018 05:11:13 +0000 (14:11 +0900)]
[Tizen.Applications] Fix typo (#444)

* [Tizen.Applications] Fix typo

5 years agoRelease 5.0.0.14515 accepted/tizen/unified/20180913.064002 submit/tizen/20180912.154015
TizenAPI-Bot [Wed, 12 Sep 2018 15:40:09 +0000 (00:40 +0900)]
Release 5.0.0.14515

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Wed, 12 Sep 2018 15:40:09 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[ElmSharp] Add efl_util input generator APIs in ElmSharp (#461)
arosis78 [Wed, 12 Sep 2018 10:05:18 +0000 (19:05 +0900)]
[ElmSharp] Add efl_util input generator APIs in ElmSharp (#461)

* [ElmSharp] Add efl_util input_generator APIs in ElmSharp

* Update InputGenerator.cs

5 years agoRelease 5.0.0.14514 accepted/tizen/unified/20180912.061746 submit/tizen/20180912.022359
TizenAPI-Bot [Wed, 12 Sep 2018 02:23:53 +0000 (11:23 +0900)]
Release 5.0.0.14514

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Wed, 12 Sep 2018 02:23:52 +0000 (11:23 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[Tizen.Security.TEEC] Check for TEE feature when creating context (#290)
Igor Kotrasiński [Wed, 12 Sep 2018 02:15:52 +0000 (04:15 +0200)]
[Tizen.Security.TEEC] Check for TEE feature when creating context (#290)

Signed-off-by: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
5 years agoEnglish review: InputMethodManager (#417)
Surbhi Gupta [Wed, 12 Sep 2018 02:15:12 +0000 (07:45 +0530)]
English review: InputMethodManager (#417)

* English review: InputMethodManager

* Update InputMethodManager.cs

Reviewed the file again based on comments received in other files.

5 years agoEnglish review: InputMethodEditor (#416)
Surbhi Gupta [Wed, 12 Sep 2018 02:14:57 +0000 (07:44 +0530)]
English review: InputMethodEditor (#416)

* English review: InputMethodEditor

* Update InputMethodEditor.cs

Reviewed the file again based on comments received in other files.

5 years ago[OpenTK] Update OpenTK.Tizen to 3.0.2
Wonyoung Choi [Wed, 12 Sep 2018 01:36:54 +0000 (10:36 +0900)]
[OpenTK] Update OpenTK.Tizen to 3.0.2

5 years agoRevert "[NUI] Avoid raising InputMethodContext reference count (#459)" (#463)
dongsug-song [Wed, 12 Sep 2018 01:33:42 +0000 (10:33 +0900)]
Revert "[NUI] Avoid raising InputMethodContext reference count (#459)" (#463)

This reverts commit 12a3196fd3f43186573416bf818acaea2254a44c.

5 years agoRelease 5.0.0.14509 accepted/tizen/unified/20180912.061712 submit/tizen/20180911.154029
TizenAPI-Bot [Tue, 11 Sep 2018 15:40:23 +0000 (00:40 +0900)]
Release 5.0.0.14509

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Tue, 11 Sep 2018 15:40:23 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[MediaPlayer] add new API to set/get the video roi area (#453)
nam [Tue, 11 Sep 2018 07:05:58 +0000 (16:05 +0900)]
[MediaPlayer] add new API to set/get the video roi area (#453)

* [MediaPlayer] add new API to set/get the video roi area

5 years agoRelease 5.0.0.14508 accepted/tizen/unified/20180911.055428 submit/tizen/20180910.154014
TizenAPI-Bot [Mon, 10 Sep 2018 15:40:08 +0000 (00:40 +0900)]
Release 5.0.0.14508

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Mon, 10 Sep 2018 15:40:06 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[NUI] Add getter property for VisualFittingMode (#460)
dongsug-song [Mon, 10 Sep 2018 04:13:06 +0000 (13:13 +0900)]
[NUI] Add getter property for VisualFittingMode (#460)

Change-Id: I1ee389dd4a84f153e4a5d063fe3331a9525757eb

5 years ago[NUI] Make Size and NaturalSize as public API (#423)
dongsug-song [Mon, 10 Sep 2018 04:07:57 +0000 (13:07 +0900)]
[NUI] Make Size and NaturalSize as public API (#423)

5 years agoRelease 5.0.0.14506 accepted/tizen/unified/20180910.172041 submit/tizen/20180907.154017
TizenAPI-Bot [Fri, 7 Sep 2018 15:40:11 +0000 (00:40 +0900)]
Release 5.0.0.14506

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Fri, 7 Sep 2018 15:40:10 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[NUI] Avoid raising InputMethodContext reference count (#459)
dongsug-song [Fri, 7 Sep 2018 01:56:21 +0000 (10:56 +0900)]
[NUI] Avoid raising InputMethodContext reference count (#459)

Change-Id: I25e89f41daa41008c81ae1b46fbb82c75a98a011

5 years agoRelease 5.0.0.14505 accepted/tizen/unified/20180907.043138 submit/tizen/20180906.154016
TizenAPI-Bot [Thu, 6 Sep 2018 15:40:09 +0000 (00:40 +0900)]
Release 5.0.0.14505

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Thu, 6 Sep 2018 15:40:09 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[Tizen.Applications.MessagePort] Change how to remove registration callback (#455)
kilig [Thu, 6 Sep 2018 01:28:08 +0000 (10:28 +0900)]
[Tizen.Applications.MessagePort] Change how to remove registration callback (#455)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
5 years agoRelease 5.0.0.14504 accepted/tizen/unified/20180906.054617 submit/tizen/20180905.154017
TizenAPI-Bot [Wed, 5 Sep 2018 15:40:11 +0000 (00:40 +0900)]
Release 5.0.0.14504

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Wed, 5 Sep 2018 15:40:11 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[NUI] Add a note to Margin property (#456)
Seoyeon2Kim [Wed, 5 Sep 2018 09:00:51 +0000 (18:00 +0900)]
[NUI] Add a note to Margin property (#456)

* [NUI] Add a note to Margin property

- NUI Margin property is supported by NUI Layout system

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update View.cs

- Changed notes to <remarks> </remarks>

* Update View.cs

5 years ago[Build] Add BuildWithAnalyzer property (#454)
WonYoung Choi [Wed, 5 Sep 2018 04:46:54 +0000 (13:46 +0900)]
[Build] Add BuildWithAnalyzer property (#454)

Add a property to enable NETCore.Analyzer.
Usages:
  ./build.sh build [module] /p:BuildWithAnalyzer=True
  ./build.sh full /p:BuildWithAnalyzer=True

5 years agoRelease 5.0.0.14502 accepted/tizen/unified/20180904.180658 submit/tizen/20180904.100817
TizenAPI-Bot [Tue, 4 Sep 2018 10:08:10 +0000 (19:08 +0900)]
Release 5.0.0.14502

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Tue, 4 Sep 2018 10:08:09 +0000 (19:08 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[NLP] hot fix to avoid dummy build error
WonYoung Choi [Tue, 4 Sep 2018 10:00:41 +0000 (19:00 +0900)]
[NLP] hot fix to avoid dummy build error

5 years ago[Tizen.Applications.Common] Modified TizenSynchronizationContext Impl (#448)
hjhun [Tue, 4 Sep 2018 08:24:04 +0000 (17:24 +0900)]
[Tizen.Applications.Common] Modified TizenSynchronizationContext Impl (#448)

- Uses static class

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years ago[NUI] Fix SVACE issue (#449)
dongsug-song [Tue, 4 Sep 2018 07:58:24 +0000 (16:58 +0900)]
[NUI] Fix SVACE issue (#449)

5 years ago[NLP] Introduce nlp project (#366)
zg2nets [Tue, 4 Sep 2018 07:53:49 +0000 (15:53 +0800)]
[NLP] Introduce nlp project (#366)

* add nlp project

* Fix naming rules as PascalCase and fix errors in .csproj file

* Modify Nlp project about the code and TizenFx rule

* Modify Nlp project for  ACR review suggestion

* Modify Nlp project about the code and TizenFx rule

* Modify Nlp project about the code and TizenFx rule

* Modify Nlp project as suggestion of 20180817AM

* Modify Nlp project as suggestion of 20180817PM14:49

* Modify Nlp project as suggestion of 20180817PM16:25

* Modify Nlp project about return value and typo issue

* Modify Nlp project about void return

* Modify Nlp project with new async solution

* Modify Nlp project as async suggestion

* Modify Nlp project with more support

* Modify Nlp project about common steps

* Modify Nlp project about dispose etc.

* Modify Nlp project about Close api

* Modify Nlp project about error.

* Modify Nlp project about logic error

* Modify Nlp project about misc issue

* Modify Nlp project about SA1201

* Modify Nlp project about else logic

5 years ago[AudioManager] Deprecate device state enums (#411)
hsgwon [Tue, 4 Sep 2018 05:42:18 +0000 (14:42 +0900)]
[AudioManager] Deprecate device state enums (#411)

5 years ago[AudioIO] Add new sample type and change maximum sample rate (#412)
hsgwon [Tue, 4 Sep 2018 05:42:03 +0000 (14:42 +0900)]
[AudioIO] Add new sample type and change maximum sample rate (#412)

5 years agoEnglish Review: NUI public files (#434)
Surbhi Gupta [Tue, 4 Sep 2018 00:39:31 +0000 (06:09 +0530)]
English Review: NUI public files (#434)

5 years agoEnglish Review: NUI_BaseComponents (#422)
Surbhi Gupta [Tue, 4 Sep 2018 00:37:52 +0000 (06:07 +0530)]
English Review: NUI_BaseComponents (#422)

5 years agoRelease 5.0.0.14494 accepted/tizen/unified/20180904.062852 submit/tizen/20180903.154000
TizenAPI-Bot [Mon, 3 Sep 2018 15:39:53 +0000 (00:39 +0900)]
Release 5.0.0.14494

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Mon, 3 Sep 2018 15:39:52 +0000 (00:39 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[Tizen.Applications.Common] Revert TizenSynchronizationContext.cs (#443)
pjh9216 [Mon, 3 Sep 2018 09:48:38 +0000 (18:48 +0900)]
[Tizen.Applications.Common] Revert TizenSynchronizationContext.cs (#443)

Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
5 years agoFix a bug when getting application metadata info (#436)
jeremy-jang [Mon, 3 Sep 2018 09:06:26 +0000 (18:06 +0900)]
Fix a bug when getting application metadata info (#436)

Some applications may have multiple value for one key.
We use dictionary for application metadata, this can cause an exception.
This fix prevents above exception, but this will cause different
behavior with native API.

Change-Id: If2ea80b1655b356ab6d8f49c6afe77d0108774b0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
5 years agoFix ABIChecker to cover the corner case (#442)
Jay Cho [Mon, 3 Sep 2018 08:40:38 +0000 (17:40 +0900)]
Fix ABIChecker to cover the corner case (#442)

5 years agoEnglish Review UsbInterface.cs (#420)
Sabeena Sankanur [Mon, 3 Sep 2018 05:13:27 +0000 (10:43 +0530)]
English Review UsbInterface.cs (#420)

5 years agoEnglish review (#427)
Divya G K [Mon, 3 Sep 2018 03:54:36 +0000 (09:24 +0530)]
English review (#427)

5 years agoEnglish review (#428)
Divya G K [Mon, 3 Sep 2018 03:53:56 +0000 (09:23 +0530)]
English review (#428)

5 years agoEnglish review (#432)
Divya G K [Mon, 3 Sep 2018 03:53:18 +0000 (09:23 +0530)]
English review (#432)

5 years agoReview of power.cs (#433)
Sabeena Sankanur [Mon, 3 Sep 2018 03:53:05 +0000 (09:23 +0530)]
Review of power.cs (#433)

5 years agoRelease 5.0.0.14486 submit/tizen/20180831.154022
TizenAPI-Bot [Fri, 31 Aug 2018 15:40:15 +0000 (00:40 +0900)]
Release 5.0.0.14486

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Fri, 31 Aug 2018 15:40:14 +0000 (00:40 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[ABIChecker] Add feature to check internal api changes (#424)
Jay Cho [Fri, 31 Aug 2018 07:24:40 +0000 (16:24 +0900)]
[ABIChecker] Add feature to check internal api changes (#424)

* [ABIChecker] Add feature to check internal api changes

* Add new fature that checks changed module

* Remove repeated code

* Rename the file

    - Remame the file name from ABITester.cs to ABIChecker.cs
    - Fix typo

* Remove unused files and code blocks

* Apply Review comments

    - Fix property name
    - Remove unnessassary try-catch statement

5 years ago[NUI] Sync dalihub and Samsung TizenFX (#439)
huiyueun [Fri, 31 Aug 2018 05:22:58 +0000 (14:22 +0900)]
[NUI] Sync dalihub and Samsung TizenFX (#439)

* 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

* [NUI] Change Parameter type of KeyboardRepeatInfo APIs

- Changed the parameters type of KeyboardRepeatInfo APIs
  : 'double' type -> 'float' type

Change-Id: I3940e44a1a2c116988e8c947ae81d118ac266000
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Fix getting ClippingMode error

Change-Id: I2379ec6adda1442e819d2adbaa9751e5dd154996

* [NUI] Fix animation flickering issue.

Change-Id: Idd3e28ac861a6fa33ad316e4bcae6a7b2199c0de
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI] Remove redundant logs

Change-Id: Ic7ec157fe8117b613d0d008f68e74cf7c4bccf64

* [NUI] Fix KeyValue issue

Change-Id: I1970a61633fba277379a43035cf84ec2871d1cdd

* [NUI]public BindableObject.GetValue and BindableObject.SetValue to enable other modules(EX.Tizen.TV.NUI) to implement data binding.

Change-Id: Ibb048e668e765a96f1e8553951e4073b181e9a84
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI]Add protect codes in API View::Add

1. Add protect codes, so that if the child is null, this API won't don anything.

Change-Id: Icfd7e2cbb08b99ed962660edb88e8797bad2b654

* [NUI] public gesture detector.

Change-Id: Ife9902fe77b43f2c422a1a2ebeaf474d13e67589
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* GridLayout added

Change-Id: I67916a0e2a8efde6fd8d28daac79bca39d679d10

* Add PropertyValue.Get function for RelativeVector2, RelativeVector3, and RelativeVector4 type.

Change-Id: I181c51a6eea0a94721b28a48d8187673a3f0b88b
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* Explict assigning of Layouts to children

Allows legacy GridContainer to display it's children.
CustomLayouts children get a LayoutItem and displayed.

Change-Id: Ic3f900ae01800de77695b85a57661f886ee060b7

* [NUI] Add DestroyContext call before disposing TextField/TextEditor

In order to speed up IME hide, temporarily add DestroyContext call.

Change-Id: Id93c99f4d45061d4e406d36ced7a0ec09c8f2c34

* [NUI] VisualMap revising

Here are some changes:
Add VisualFittingMode property
Add Atlasing property
Add Shadow,Underline,Outline,Background property
Add RenderIfTransparent property

Change-Id: I8d85f9d1a438cb6fbb636f79c7438e9134e1df8f

* [NUI] Add visual test example

Change-Id: I25f41d969f7b98a494a4fa1716b0335c09ab5026

* [NUI] Add friend assembly for Tizen.TV.NUI.Component

Change-Id: I2fdc02205c03aa98260035fb81998d68514c030e

* View.cs assignement error and logging fix

Change-Id: Ic43213bb7e565f03f83d27df153d095b0e9f7143

* [NUI] Add support for changing the Rendering behavior

Change-Id: Ibbe3627659132fd40105482761795f62a92d1856

* Size2D set updates measure spec for all Views

Previously Size2D set only updated the WIDTH/HEIGHT MEASURESPEC
for Views that already had a Layout set.
But if the Size2D was set before the View added to it's parent
then the set size would not update the measure specs.

Change-Id: I28e731e5e6c6318231b5ba25108bf2daa9cd3411

5 years agoEnglish review for RPCPort (#421)
Reni Mathew [Fri, 31 Aug 2018 04:53:31 +0000 (10:23 +0530)]
English review for RPCPort (#421)

* English review for RPCPort

* Updated the file as per the suggestion.

* To maintain consistency followed the style used in Native APIs.

5 years agoEnglish review for RPCPort (#421)
Reni Mathew [Fri, 31 Aug 2018 04:51:56 +0000 (10:21 +0530)]
English review for RPCPort (#421)

* English review for RPCPort

* Updated the file as per the suggestion.

* To maintain consistency followed the style used in Native APIs.

5 years ago[AudioManager] English review (#431)
Divya G K [Fri, 31 Aug 2018 02:06:17 +0000 (07:36 +0530)]
[AudioManager] English review (#431)

Have made changes in lines: 230-235.

5 years agoReview of Storage (#426)
Sabeena Sankanur [Fri, 31 Aug 2018 01:05:23 +0000 (06:35 +0530)]
Review of Storage (#426)

* Review of Storage

* Update Storage.cs

5 years ago[NUI] Fix raise top issue (#430)
huiyueun [Fri, 31 Aug 2018 00:50:41 +0000 (09:50 +0900)]
[NUI] Fix raise top issue (#430)

* [NUI] Fix RaiseToTop error

This reverts commit a8135d6c0668dab355d20b7a112c3d92ae9d201d.

* [NUI] Fix CSFS crash issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
5 years agoAdd description of shared/data policy (#437)
semun-lee [Fri, 31 Aug 2018 00:15:30 +0000 (09:15 +0900)]
Add description of shared/data policy (#437)

Change-Id: I103570f02ec843bb2d78f3828aeef3f1c97e79fc
Signed-off-by: Semun Lee <semun.lee@samsung.com>
5 years agoEnglish review for ApplicationInfoFilter.cs (#415)
Reni Mathew [Fri, 31 Aug 2018 00:07:30 +0000 (05:37 +0530)]
English review for ApplicationInfoFilter.cs (#415)

5 years agoRelease 5.0.0.14477 accepted/tizen/unified/20180831.165133 submit/tizen/20180830.154003
TizenAPI-Bot [Thu, 30 Aug 2018 15:39:58 +0000 (00:39 +0900)]
Release 5.0.0.14477

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Thu, 30 Aug 2018 15:39:57 +0000 (00:39 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[AudioManager] Fix to use sound_manager_is_device_running_by_id() for… (#425)
Sangchul Lee [Thu, 30 Aug 2018 07:40:24 +0000 (16:40 +0900)]
[AudioManager] Fix to use sound_manager_is_device_running_by_id() for… (#425)

[AudioManager] Fix to use sound_manager_is_device_running_by_id() for Interop.AudioDevice.IsDeviceRunning

Since device state is mutable variable, it needs to get the value from server on the fly.

Signed-off-by: Sangchul Lee <sangchul1011@gmail.com>
5 years ago[Tizen.Applications] Add finalizer in TizenSyncronizationContext (#429)
pjh9216 [Thu, 30 Aug 2018 06:32:17 +0000 (15:32 +0900)]
[Tizen.Applications] Add finalizer in TizenSyncronizationContext (#429)

* [Tizen.Applications] Add finalizer in TizenSyncronizationContext

- To clean up native sources, the finalizer was added

Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* [Tizen.Applications.Common] Fix typo

Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* Consider multiple sources

Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
5 years agoRelease 5.0.0.14475 accepted/tizen/unified/20180830.060836 submit/tizen/20180829.053457
TizenAPI-Bot [Wed, 29 Aug 2018 05:34:50 +0000 (14:34 +0900)]
Release 5.0.0.14475

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Wed, 29 Aug 2018 05:34:49 +0000 (14:34 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[Build] fix script error in build.sh
Wonyoung Choi [Wed, 29 Aug 2018 03:52:50 +0000 (12:52 +0900)]
[Build] fix script error in build.sh

5 years agoRelease 5.0.0.14474 submit/tizen/20180829.001310
TizenAPI-Bot [Wed, 29 Aug 2018 00:13:04 +0000 (09:13 +0900)]
Release 5.0.0.14474

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Wed, 29 Aug 2018 00:13:04 +0000 (09:13 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[OpenTK] Rollup OpenTK.Tizen 3.0.1
Wonyoung Choi [Wed, 29 Aug 2018 00:03:07 +0000 (09:03 +0900)]
[OpenTK] Rollup OpenTK.Tizen 3.0.1

5 years agoRelease 5.0.0.14473 accepted/tizen/unified/20180829.142837 submit/tizen/20180828.154000
TizenAPI-Bot [Tue, 28 Aug 2018 15:39:53 +0000 (00:39 +0900)]
Release 5.0.0.14473

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Tue, 28 Aug 2018 15:39:52 +0000 (00:39 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years agoRevert "[NUI] Fix RaiseToTop error (#413)" (#419)
dongsug-song [Tue, 28 Aug 2018 10:01:03 +0000 (19:01 +0900)]
Revert "[NUI] Fix RaiseToTop error (#413)" (#419)

This reverts commit 43fdd04f3cc866bbb3209ce263ffb8f285aaf622.

5 years agoRelease 5.0.0.14472 submit/tizen/20180828.091927
TizenAPI-Bot [Tue, 28 Aug 2018 09:19:20 +0000 (18:19 +0900)]
Release 5.0.0.14472

5 years agoMerge remote-tracking branch 'github/master' into tizen
TizenAPI-Bot [Tue, 28 Aug 2018 09:19:19 +0000 (18:19 +0900)]
Merge remote-tracking branch 'github/master' into tizen

5 years ago[Build] rollup externals/opentk (#418)
WonYoung Choi [Tue, 28 Aug 2018 09:11:28 +0000 (18:11 +0900)]
[Build] rollup externals/opentk (#418)