summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchaehee-hong <chaehee.hong@samsung.com>2022-09-26 17:45:18 +0900
committerchaehee-hong <chaehee.hong@samsung.com>2022-09-26 18:06:08 +0900
commit7bb7046c20c3cb2e3c1573d1cfd1ef4675776b10 (patch)
tree4f491a8bde70b1281e74e84142cc2c162c59991c
parentb0dc3bb85758bb2c5ea7ae882817c3211d15015e (diff)
downloadsetting-wifi-tizen_7.0.tar.gz
setting-wifi-tizen_7.0.tar.bz2
setting-wifi-tizen_7.0.zip
Change-Id: I37b6da7653ae9a6a76aed199a6748818deb16060
-rwxr-xr-xLICENSE204
-rwxr-xr-xSettingWiFi/SettingView/SettingView.cs53
-rwxr-xr-xSettingWiFi/SettingView/SettingView.csproj30
-rwxr-xr-xSettingWiFi/SettingView/SettingViewBorder.cs278
-rwxr-xr-xSettingWiFi/SettingView/res/images/tizen.pngbin0 -> 57662 bytes
-rwxr-xr-xSettingWiFi/SettingView/res/theme/theme.xaml9
-rwxr-xr-xSettingWiFi/SettingView/shared/res/SettingView.pngbin0 -> 57662 bytes
-rwxr-xr-xSettingWiFi/SettingView/tizen-manifest.xml14
-rwxr-xr-xSettingWiFi/SettingWiFi.sln31
-rwxr-xr-xSettingWiFi/SettingWiFi/SettingWiFi.cs34
-rwxr-xr-xSettingWiFi/SettingWiFi/SettingWiFi.csproj30
-rwxr-xr-xSettingWiFi/SettingWiFi/WidgetSettingWiFi.cs89
-rwxr-xr-xSettingWiFi/SettingWiFi/res/images/tizen.pngbin0 -> 57662 bytes
-rwxr-xr-xSettingWiFi/SettingWiFi/res/theme/theme.xaml9
-rwxr-xr-xSettingWiFi/SettingWiFi/shared/res/SettingWiFi.pngbin0 -> 57662 bytes
-rwxr-xr-xSettingWiFi/SettingWiFi/tizen-manifest.xml12
-rwxr-xr-xpackaging/org.tizen.cssetting-wifi-1.0.0.tpkbin0 -> 57734 bytes
-rw-r--r--packaging/org.tizen.setting-wifi.spec41
18 files changed, 834 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100755
index 0000000..545b618
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,204 @@
+Copyright (c) 2022 Samsung Electronics Co., Ltd. All rights reserved.
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
diff --git a/SettingWiFi/SettingView/SettingView.cs b/SettingWiFi/SettingView/SettingView.cs
new file mode 100755
index 0000000..51f7a03
--- /dev/null
+++ b/SettingWiFi/SettingView/SettingView.cs
@@ -0,0 +1,53 @@
+using System;
+using Tizen.NUI;
+using Tizen.NUI.BaseComponents;
+using Tizen.Applications;
+
+namespace SettingView
+{
+ public class Program : NUIApplication
+ {
+ WidgetView mWidgetView;
+
+ public Program(string styleSheet, Size2D windowSize, Position2D windowPosition, IBorderInterface borderInterface)
+ : base(styleSheet, windowSize, windowPosition, borderInterface)
+ {
+
+ }
+
+ protected override void OnCreate()
+ {
+ base.OnCreate();
+ Window window = Window.Instance;
+ window.BackgroundColor = Color.Blue;
+ window.KeyEvent += OnKeyEvent;
+
+ Bundle bundle = new Bundle();
+ bundle.AddItem("COUNT", "1");
+ String encodedBundle = bundle.Encode();
+
+ Tizen.Log.Error("SettingWidget", "REQUEST \n");
+
+ mWidgetView = WidgetViewManager.Instance.AddWidget("wifi@org.tizen.cssetting-wifi", encodedBundle, window.Size.Width, window.Size.Height, 0.0f);
+ mWidgetView.Position = new Position(0, 0);
+ window.GetDefaultLayer().Add(mWidgetView);
+ }
+
+ public void OnKeyEvent(object sender, Window.KeyEventArgs e)
+ {
+ if (e.Key.State == Key.StateType.Down && (e.Key.KeyPressedName == "XF86Back" || e.Key.KeyPressedName == "Escape"))
+ {
+ Exit();
+ }
+ }
+
+ static void Main(string[] args)
+ {
+ var appCustomBorder = new SettingViewBorder();
+ var app = new Program("", new Size2D(800, 400), new Position2D(300, 100), appCustomBorder);
+
+ app.Run(args);
+ }
+
+ }
+}
diff --git a/SettingWiFi/SettingView/SettingView.csproj b/SettingWiFi/SettingView/SettingView.csproj
new file mode 100755
index 0000000..99143b4
--- /dev/null
+++ b/SettingWiFi/SettingView/SettingView.csproj
@@ -0,0 +1,30 @@
+<Project Sdk="Tizen.NET.Sdk/1.1.8">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>tizen10.0</TargetFramework>
+ <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>
+ </PropertyGroup>
+
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugType>portable</DebugType>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>None</DebugType>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <EmbeddedResource Include="*.xaml" >
+ <Generator>MSBuild:Compile</Generator>
+ </EmbeddedResource>
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Tizen.NET" Version="10.0.0.17319" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <XamlOptimization>1</XamlOptimization>
+ </PropertyGroup>
+
+</Project>
diff --git a/SettingWiFi/SettingView/SettingViewBorder.cs b/SettingWiFi/SettingView/SettingViewBorder.cs
new file mode 100755
index 0000000..3cc1405
--- /dev/null
+++ b/SettingWiFi/SettingView/SettingViewBorder.cs
@@ -0,0 +1,278 @@
+using System;
+
+using Tizen.NUI;
+using Tizen.NUI.BaseComponents;
+using Tizen.NUI.Components;
+
+using System.Collections.Generic;
+using System.Text;
+
+namespace SettingView
+{
+ class SettingViewBorder : Tizen.NUI.DefaultBorder
+ {
+ private static readonly string ResourcePath = Tizen.Applications.Application.Current.DirectoryInfo.Resource;
+
+ private static readonly string MinimalizeIcon = ResourcePath + "/images/minimalize.png";
+ private static readonly string MaximalizeIcon = ResourcePath + "/images/maximalize.png";
+ private static readonly string RestoreIcon = ResourcePath + "/images/smallwindow.png";
+ private static readonly string CloseIcon = ResourcePath + "/images/close.png";
+ private static readonly string LeftCornerIcon = ResourcePath + "/images/leftCorner.png";
+ private static readonly string RightCornerIcon = ResourcePath + "/images/rightCorner.png";
+
+ private int width = 500;
+ private bool hide = false;
+ private View borderView;
+ private TextLabel title;
+
+ private ImageView minimalizeIcon;
+ private ImageView maximalizeIcon;
+ private ImageView closeIcon;
+ private ImageView leftCornerIcon;
+ private ImageView rightCornerIcon;
+
+ private Rectangle preWinPositonSize;
+
+ public SettingViewBorder() : base()
+ {
+ //BorderHeight = 50;
+ BorderLineThickness = 0;
+ //ResizePolicy = Window.BorderResizePolicyType.Fixed;
+ }
+
+
+
+ public override bool CreateTopBorderView(View topView)
+ {
+ if (topView == null)
+ {
+ return false;
+ }
+ topView.Layout = new LinearLayout()
+ {
+ LinearOrientation = LinearLayout.Orientation.Horizontal,
+ VerticalAlignment = VerticalAlignment.Center,
+ CellPadding = new Size2D(20, 20),
+ };
+
+
+
+ var margin = new View
+ {
+ Size2D = new Size2D(10, 32),
+ HeightResizePolicy = ResizePolicyType.FillToParent
+ };
+ topView.Add(margin);
+
+ PropertyMap titleStyle = new PropertyMap();
+ titleStyle.Add("weight", new PropertyValue(600));
+
+
+ title = new TextLabel()
+ {
+ Text = "Setting",
+ FontStyle = titleStyle,
+ };
+
+ topView.Add(title);
+
+ return true;
+ }
+
+ public override bool CreateBottomBorderView(View bottomView)
+ {
+ if (bottomView == null)
+ {
+ return false;
+ }
+ bottomView.Layout = new RelativeLayout();
+
+ minimalizeIcon = new ImageView()
+ {
+ ResourceUrl = MinimalizeIcon,
+ AccessibilityHighlightable = true,
+ };
+
+ maximalizeIcon = new ImageView()
+ {
+ ResourceUrl = MaximalizeIcon,
+ AccessibilityHighlightable = true,
+ };
+
+ closeIcon = new ImageView()
+ {
+ ResourceUrl = CloseIcon,
+ AccessibilityHighlightable = true,
+ };
+
+ leftCornerIcon = new ImageView()
+ {
+ ResourceUrl = LeftCornerIcon,
+ AccessibilityHighlightable = true,
+ };
+
+ rightCornerIcon = new ImageView()
+ {
+ ResourceUrl = RightCornerIcon,
+ AccessibilityHighlightable = true,
+ };
+
+ RelativeLayout.SetRightTarget(minimalizeIcon, maximalizeIcon);
+ RelativeLayout.SetRightRelativeOffset(minimalizeIcon, 0.0f);
+ RelativeLayout.SetHorizontalAlignment(minimalizeIcon, RelativeLayout.Alignment.End);
+ RelativeLayout.SetRightTarget(maximalizeIcon, closeIcon);
+ RelativeLayout.SetRightRelativeOffset(maximalizeIcon, 0.0f);
+ RelativeLayout.SetHorizontalAlignment(maximalizeIcon, RelativeLayout.Alignment.End);
+ RelativeLayout.SetRightTarget(closeIcon, rightCornerIcon);
+ RelativeLayout.SetRightRelativeOffset(closeIcon, 0.0f);
+ RelativeLayout.SetHorizontalAlignment(closeIcon, RelativeLayout.Alignment.End);
+ RelativeLayout.SetRightRelativeOffset(rightCornerIcon, 1.0f);
+ RelativeLayout.SetHorizontalAlignment(rightCornerIcon, RelativeLayout.Alignment.End);
+ bottomView.Add(leftCornerIcon);
+ bottomView.Add(minimalizeIcon);
+ bottomView.Add(maximalizeIcon);
+ bottomView.Add(closeIcon);
+ bottomView.Add(rightCornerIcon);
+
+
+ minimalizeIcon.TouchEvent += OnMinimizeIconTouched;
+ maximalizeIcon.TouchEvent += OnMaximizeIconTouched;
+ closeIcon.TouchEvent += OnCloseIconTouched;
+ leftCornerIcon.TouchEvent += OnLeftBottomCornerIconTouched;
+ rightCornerIcon.TouchEvent += OnRightBottomCornerIconTouched;
+
+ minimalizeIcon.AccessibilityActivated += (s, e) =>
+ {
+ MinimizeBorderWindow();
+ };
+ maximalizeIcon.AccessibilityActivated += (s, e) =>
+ {
+ MaximizeBorderWindow();
+ };
+ closeIcon.AccessibilityActivated += (s, e) =>
+ {
+ CloseBorderWindow();
+ };
+
+ minimalizeIcon.AccessibilityNameRequested += (s, e) =>
+ {
+ e.Name = "Minimize";
+ };
+ maximalizeIcon.AccessibilityNameRequested += (s, e) =>
+ {
+ e.Name = "Maximize";
+ };
+ closeIcon.AccessibilityNameRequested += (s, e) =>
+ {
+ e.Name = "Close";
+ };
+ leftCornerIcon.AccessibilityNameRequested += (s, e) =>
+ {
+ e.Name = "Resize";
+ };
+ rightCornerIcon.AccessibilityNameRequested += (s, e) =>
+ {
+ e.Name = "Resize";
+ };
+
+ minimalizeIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name);
+ maximalizeIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name);
+ closeIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name);
+ leftCornerIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name);
+ rightCornerIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name);
+
+ return true;
+ }
+
+ public override void CreateBorderView(View borderView)
+ {
+ this.borderView = borderView;
+ borderView.CornerRadius = new Vector4(0.03f, 0.03f, 0.03f, 0.03f);
+ borderView.CornerRadiusPolicy = VisualTransformPolicyType.Relative;
+ borderView.BackgroundColor = new Color(1, 1, 1, 0.3f);
+ }
+
+ public override void OnCreated(View borderView)
+ {
+ base.OnCreated(borderView);
+ UpdateIcons();
+ }
+
+ public override bool OnCloseIconTouched(object sender, View.TouchEventArgs e)
+ {
+
+ Tizen.Log.Debug("CustomBorder", $"Item Name : {ResourcePath}");
+
+ base.OnCloseIconTouched(sender, e);
+
+
+ Tizen.Applications.Application.Current.Exit();
+ return true;
+ }
+
+
+
+ public override bool OnMinimizeIconTouched(object sender, View.TouchEventArgs e)
+ {
+ if (e.Touch.GetState(0) == PointStateType.Up)
+ {
+ if (BorderWindow.IsMaximized() == true)
+ {
+ BorderWindow.Maximize(false);
+ }
+ preWinPositonSize = BorderWindow.WindowPositionSize;
+ BorderWindow.WindowPositionSize = new Rectangle(preWinPositonSize.X, preWinPositonSize.Y, 500, 0);
+ }
+ return true;
+ }
+
+ public override void OnRequestResize()
+ {
+ if (borderView != null)
+ {
+ borderView.BackgroundColor = new Color(0, 1, 0, 0.3f); // 보더의 배경을 변경할 수 있습니다.
+ }
+ }
+
+ public override void OnResized(int width, int height)
+ {
+ if (borderView != null)
+ {
+ if (this.width > width && hide == false)
+ {
+ title.Hide();
+ hide = true;
+ }
+ else if (this.width < width && hide == true)
+ {
+ title.Show();
+ hide = false;
+ }
+ borderView.BackgroundColor = new Color(1, 1, 1, 0.3f); // 리사이즈가 끝나면 보더의 색깔은 원래대로 돌려놓습니다.
+ base.OnResized(width, height);
+ UpdateIcons();
+ }
+ }
+
+ private void UpdateIcons()
+ {
+ if (BorderWindow != null && borderView != null)
+ {
+ if (BorderWindow.IsMaximized() == true)
+ {
+ if (maximalizeIcon != null)
+ {
+ maximalizeIcon.ResourceUrl = RestoreIcon;
+ }
+ }
+ else
+ {
+ if (maximalizeIcon != null)
+ {
+ maximalizeIcon.ResourceUrl = MaximalizeIcon;
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/SettingWiFi/SettingView/res/images/tizen.png b/SettingWiFi/SettingView/res/images/tizen.png
new file mode 100755
index 0000000..9765b1b
--- /dev/null
+++ b/SettingWiFi/SettingView/res/images/tizen.png
Binary files differ
diff --git a/SettingWiFi/SettingView/res/theme/theme.xaml b/SettingWiFi/SettingView/res/theme/theme.xaml
new file mode 100755
index 0000000..10978f5
--- /dev/null
+++ b/SettingWiFi/SettingView/res/theme/theme.xaml
@@ -0,0 +1,9 @@
+<Theme
+ xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ xmlns:c="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
+ Id="sampleTheme" >
+
+ <!-- Put styles with x:Key here -->
+
+</Theme> \ No newline at end of file
diff --git a/SettingWiFi/SettingView/shared/res/SettingView.png b/SettingWiFi/SettingView/shared/res/SettingView.png
new file mode 100755
index 0000000..9765b1b
--- /dev/null
+++ b/SettingWiFi/SettingView/shared/res/SettingView.png
Binary files differ
diff --git a/SettingWiFi/SettingView/tizen-manifest.xml b/SettingWiFi/SettingView/tizen-manifest.xml
new file mode 100755
index 0000000..68b3ec1
--- /dev/null
+++ b/SettingWiFi/SettingView/tizen-manifest.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="6.5" package="org.tizen.example.SettingView" version="1.0.0">
+ <profile name="common" />
+ <ui-application appid="org.tizen.example.SettingView" exec="SettingView.dll" type="dotnet" multiple="false" taskmanage="true" nodisplay="false" launch_mode="single" api-version="9">
+ <label>SettingView</label>
+ <icon>SettingView.png</icon>
+ <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ <privilege>http://tizen.org/privilege/datasharing</privilege>
+ <privilege>http://tizen.org/privilege/widget.viewer</privilege>
+ </privileges>
+</manifest>
diff --git a/SettingWiFi/SettingWiFi.sln b/SettingWiFi/SettingWiFi.sln
new file mode 100755
index 0000000..3230bdb
--- /dev/null
+++ b/SettingWiFi/SettingWiFi.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31911.196
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingWiFi", "SettingWiFi\SettingWiFi.csproj", "{0A169EAA-AC50-4B9A-A9E7-959F7045154F}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingView", "SettingView\SettingView.csproj", "{C611ED7B-2E3C-43DF-A8DD-C0A09B553108}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {0A169EAA-AC50-4B9A-A9E7-959F7045154F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0A169EAA-AC50-4B9A-A9E7-959F7045154F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0A169EAA-AC50-4B9A-A9E7-959F7045154F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0A169EAA-AC50-4B9A-A9E7-959F7045154F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C611ED7B-2E3C-43DF-A8DD-C0A09B553108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C611ED7B-2E3C-43DF-A8DD-C0A09B553108}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C611ED7B-2E3C-43DF-A8DD-C0A09B553108}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C611ED7B-2E3C-43DF-A8DD-C0A09B553108}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {E61A346E-0FCF-4492-ACCC-49B66606A7FD}
+ EndGlobalSection
+EndGlobal
diff --git a/SettingWiFi/SettingWiFi/SettingWiFi.cs b/SettingWiFi/SettingWiFi/SettingWiFi.cs
new file mode 100755
index 0000000..5bf4785
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/SettingWiFi.cs
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using Tizen.NUI;
+
+namespace SettingWiFi
+{
+ public class Program : NUIWidgetApplication
+ {
+ public Program(Dictionary<System.Type, string> widgetSet) : base(widgetSet)
+ {
+ }
+
+ protected override void OnCreate()
+ {
+ base.OnCreate();
+ }
+
+ public void OnKeyEvent(object sender, Window.KeyEventArgs e)
+ {
+ if (e.Key.State == Key.StateType.Down && (e.Key.KeyPressedName == "XF86Back" || e.Key.KeyPressedName == "Escape"))
+ {
+ Exit();
+ }
+ }
+
+ static void Main(string[] args)
+ {
+ Dictionary<System.Type, string> widgetSet = new Dictionary<Type, string>();
+ widgetSet.Add(typeof(WidgetSettingWiFi), "wifi@org.tizen.cssetting-wifi");
+ var app = new Program(widgetSet);
+ app.Run(args);
+ }
+ }
+}
diff --git a/SettingWiFi/SettingWiFi/SettingWiFi.csproj b/SettingWiFi/SettingWiFi/SettingWiFi.csproj
new file mode 100755
index 0000000..ae8481e
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/SettingWiFi.csproj
@@ -0,0 +1,30 @@
+<Project Sdk="Tizen.NET.Sdk/1.1.8">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>tizen10.0</TargetFramework>
+ <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>
+ </PropertyGroup>
+
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugType>portable</DebugType>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>None</DebugType>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <EmbeddedResource Include="*.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ </EmbeddedResource>
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Tizen.NET" Version="10.0.0.17319" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <XamlOptimization>1</XamlOptimization>
+ </PropertyGroup>
+
+</Project>
diff --git a/SettingWiFi/SettingWiFi/WidgetSettingWiFi.cs b/SettingWiFi/SettingWiFi/WidgetSettingWiFi.cs
new file mode 100755
index 0000000..e06975b
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/WidgetSettingWiFi.cs
@@ -0,0 +1,89 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using Tizen.Applications;
+using Tizen.NUI;
+using Tizen.NUI.BaseComponents;
+using Tizen.NUI.Components;
+using Tizen.Network.WiFi;
+using Tizen;
+
+namespace SettingWiFi
+{
+ internal class WidgetSettingWiFi : Widget
+ {
+ internal static readonly string LogTag = "SettingWiFi";
+ protected View mRootView;
+
+ public WidgetSettingWiFi() : base()
+ {
+ }
+
+ DefaultLinearItem CreateItem(string text, string subText = null, bool icon = false, bool extra = false)
+ {
+ var item = new DefaultLinearItem()
+ {
+ WidthSpecification = LayoutParamPolicies.MatchParent,
+ Text = text,
+ };
+
+
+ if (subText != null) item.SubText = subText;
+ if (icon) item.Icon = new CheckBox();
+ //if (extra) item.Extra = new RadioButton();
+ var onoffSwitch = new Switch();
+ if (extra) item.Extra = onoffSwitch;
+ onoffSwitch.SelectedChanged += (object obj, SelectedChangedEventArgs ev) =>
+ {
+ Log.Info(LogTag, "onoffSwitch clicked. isSelected: " + ev.IsSelected);
+ };
+
+ item.IsSelectable = true;
+ return item;
+ }
+
+
+ void CreateItems(View parent, string text, string subText = null, bool icon = false, bool extra = false)
+ {
+ var newItem = CreateItem(text, subText, icon, extra);
+ newItem.Clicked += (object obj, ClickedEventArgs ev) =>
+ {
+ Log.Info(LogTag, "newItem clicked");
+ };
+ parent.Add(newItem);
+ }
+
+
+ protected override void OnCreate(string contentInfo, Window window)
+ {
+ Bundle bundle = Bundle.Decode(contentInfo);
+
+ mRootView = new View();
+ mRootView.BackgroundColor = Color.White;
+ mRootView.Size2D = window.Size;
+ mRootView.PivotPoint = PivotPoint.Center;
+ window.GetDefaultLayer().Add(mRootView);
+
+ // Example root content view.
+ // you can decorate, add children on this view.
+ View rootContent = new ScrollableBase()
+ {
+ WidthSpecification = LayoutParamPolicies.MatchParent,
+ HeightSpecification = LayoutParamPolicies.MatchParent,
+ ScrollingDirection = ScrollableBase.Direction.Vertical,
+ HideScrollbar = false,
+ Layout = new LinearLayout()
+ {
+ LinearOrientation = LinearLayout.Orientation.Vertical,
+ HorizontalAlignment = HorizontalAlignment.Center,
+ VerticalAlignment = VerticalAlignment.Center,
+ CellPadding = new Size2D(10, 20),
+ },
+ };
+
+ CreateItems(rootContent, "Wifi", null, false, true);
+
+ window.GetDefaultLayer().Add(rootContent);
+ }
+ }
+}
diff --git a/SettingWiFi/SettingWiFi/res/images/tizen.png b/SettingWiFi/SettingWiFi/res/images/tizen.png
new file mode 100755
index 0000000..9765b1b
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/res/images/tizen.png
Binary files differ
diff --git a/SettingWiFi/SettingWiFi/res/theme/theme.xaml b/SettingWiFi/SettingWiFi/res/theme/theme.xaml
new file mode 100755
index 0000000..10978f5
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/res/theme/theme.xaml
@@ -0,0 +1,9 @@
+<Theme
+ xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ xmlns:c="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
+ Id="sampleTheme" >
+
+ <!-- Put styles with x:Key here -->
+
+</Theme> \ No newline at end of file
diff --git a/SettingWiFi/SettingWiFi/shared/res/SettingWiFi.png b/SettingWiFi/SettingWiFi/shared/res/SettingWiFi.png
new file mode 100755
index 0000000..9765b1b
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/shared/res/SettingWiFi.png
Binary files differ
diff --git a/SettingWiFi/SettingWiFi/tizen-manifest.xml b/SettingWiFi/SettingWiFi/tizen-manifest.xml
new file mode 100755
index 0000000..c1b1256
--- /dev/null
+++ b/SettingWiFi/SettingWiFi/tizen-manifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="6.5" package="org.tizen.cssetting-wifi" version="1.0.0">
+ <profile name="common" />
+ <widget-application appid="org.tizen.cssetting-wifi" exec="SettingWiFi.dll" type="dotnet" multiple="false" taskmanage="false" nodisplay="true" launch_mode="single" api-version="9">
+ <label>SettingWiFi</label>
+ <icon>SettingWiFi.png</icon>
+ <widget-class classid="wifi" update-preiod="0">
+ <support-size preview="SettingWiFi.png">4x4</support-size>
+ </widget-class>
+ <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
+ </widget-application>
+</manifest>
diff --git a/packaging/org.tizen.cssetting-wifi-1.0.0.tpk b/packaging/org.tizen.cssetting-wifi-1.0.0.tpk
new file mode 100755
index 0000000..83470a8
--- /dev/null
+++ b/packaging/org.tizen.cssetting-wifi-1.0.0.tpk
Binary files differ
diff --git a/packaging/org.tizen.setting-wifi.spec b/packaging/org.tizen.setting-wifi.spec
new file mode 100644
index 0000000..95f9b70
--- /dev/null
+++ b/packaging/org.tizen.setting-wifi.spec
@@ -0,0 +1,41 @@
+Name: org.tizen.setting-wifi
+summary: NUI wifi setting application
+Version: 1.0.0
+Release: 1
+Provides: org.tizen.setting-wifi = %{version}-%{release}
+Group: Applications/Security
+License: Apache-2.0
+Source0: %{name}-%{version}.tar.gz
+
+Requires(post): /usr/bin/pkgcmd
+Requires(post): /usr/sbin/cyad
+
+%description
+NUI application for managing wifi functionalities
+
+%define tpk_pkgid org.tizen.cssetting-wifi
+%define preload_tpk_path /usr/apps/.preload-tpk
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install packaging/%{tpk_pkgid}-%{version}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+# Uncomment following lines to test tpk installation
+#pkgcmd -it tpk -p %{preload_tpk_path}/%{tpk_pkgid}-%{version}.tpk
+
+cyad -s -k MANIFESTS_GLOBAL -c User::Pkg::%{tpk_pkgid} -u 5001 -p http://tizen.org/privilege/notexist -t ALLOW
+
+# Uncomment following lines to test preload tpk installation on image creation
+#pkg_initdb --ro
+#install_preload_pkg
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*