summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanish.r <manish.r@samsung.com>2017-03-06 13:51:51 +0530
committermanish.r <manish.r@samsung.com>2017-03-06 13:51:51 +0530
commit69b8199dc31ce56a9e54eb56900020fc3262239d (patch)
tree317732ffb63b75ba9e2d6b61a1fe8d81b56c36d4
parent6475548f25814a303513b219424356ae53125bf0 (diff)
downloaduix-inputmethod-manager-69b8199dc31ce56a9e54eb56900020fc3262239d.tar.gz
uix-inputmethod-manager-69b8199dc31ce56a9e54eb56900020fc3262239d.tar.bz2
uix-inputmethod-manager-69b8199dc31ce56a9e54eb56900020fc3262239d.zip
Change-Id: Ie6d31c3b74778c64c7fb0a66c8c8be0976c5d919 Signed-off-by: manish.r <manish.r@samsung.com>
-rwxr-xr-xTizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj5
-rwxr-xr-xTizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj13
-rwxr-xr-xTizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs24
3 files changed, 17 insertions, 25 deletions
diff --git a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
index 4c1b9ee..a39fafb 100755
--- a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
+++ b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{23E28FF0-AA5F-457B-AD1C-AD42D5F59254}</ProjectGuid>
+ <ProjectGuid>{090D9725-02F5-4F2C-B41F-3B0D493904E8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tizen.Uix.InputMethodManager</RootNamespace>
diff --git a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
index 0fe37a3..d390e81 100755
--- a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
+++ b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{23E28FF0-AA5F-457B-AD1C-AD42D5F59254}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tizen.Uix.InputMethodManager</RootNamespace>
<AssemblyName>Tizen.Uix.InputMethodManager</AssemblyName>
<FileAlignment>512</FileAlignment>
- <DefaultLanguage>en-US</DefaultLanguage>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
@@ -20,25 +16,26 @@
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<NoStdLib>true</NoStdLib>
- <NoWarn>$(NoWarn);1701</NoWarn>
- <UseVSHostingProcess>false</UseVSHostingProcess>
+ <NoWarn>$(NoWarn);1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
- <DebugType>portable</DebugType>
+ <DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>portable</DebugType>
+ <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
diff --git a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs
index 40cb2e0..05b231c 100755
--- a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs
+++ b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs
@@ -21,21 +21,19 @@ namespace Tizen.Uix.InputMethodManager
{
/// <summary>
/// This class provides the functions for launching input method editor (IME) list and selector settings. A user can manage the installed IMEs in the system.
- /// </summary>
- /// <overview>
/// Input method editor (IME) is an input panel that lets users provide input and the platform receives the text data entered.
/// Manager is a module for managing the installed IMEs.
/// IME developers can use this module to open the installed IME list or selector menu after their IME installation and then guide to select the installed IME.
- /// </overview>
+ /// </summary>
public static class Manager
{
/// <summary>
/// Requests to open the installed IME list menu.
/// This api provides the installed IME list menu for the IME developers who might want to open it to enable their IME.
/// </summary>
- /// <Privilege>
+ /// <privilege>
/// http://tizen.org/privilege/imemanager
- /// </Privilege>
+ /// </privilege>
/// <exception cref="InvalidOperationException">
/// This Exception can occur if:
/// 1) The application does not have the privilege to call this function
@@ -55,9 +53,9 @@ namespace Tizen.Uix.InputMethodManager
/// Requests to open the IME selector menu.
/// This api provides the IME selector menu for the IME or other application developers who might want to change the default IME.
/// </summary>
- /// <Privilege>
+ /// <privilege>
/// http://tizen.org/privilege/imemanager
- /// </Privilege>
+ /// </privilege>
/// <exception cref="InvalidOperationException">
/// This Exception can occur if:
/// 1) The application does not have the privilege to call this function
@@ -77,9 +75,9 @@ namespace Tizen.Uix.InputMethodManager
/// Checks if the specific IME is enabled or disabled in the system keyboard setting.
/// The IME developers can use this property to check if their IME is enabled or not.
/// </summary>
- /// <Privilege>
+ /// <privilege>
/// http://tizen.org/privilege/imemanager
- /// </Privilege>
+ /// </privilege>
/// <param name="appId">The application ID of the IME</param>
/// <returns>The On (enabled) and Off (disabled) state of the IME</returns>
/// <exception cref="ArgumentException">
@@ -106,9 +104,9 @@ namespace Tizen.Uix.InputMethodManager
/// <summary>
/// Checks which IME is the current activated (selected) IME.
/// </summary>
- /// <Privilege>
+ /// <privilege>
/// http://tizen.org/privilege/imemanager
- /// </Privilege>
+ /// </privilege>
/// <returns>
/// Current activated (selected) IME
/// </returns>
@@ -133,9 +131,9 @@ namespace Tizen.Uix.InputMethodManager
/// <summary>
/// Gets the number of IMEs which are enabled (usable).
/// </summary>
- /// <Privilege>
+ /// <privilege>
/// http://tizen.org/privilege/imemanager
- /// </Privilege>
+ /// </privilege>
/// <returns>
/// The number of enabled IMEs
/// </returns>