summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Akash Kumar [Thu, 6 Apr 2023 05:23:46 +0000 (10:53 +0530)]
Update images path
Change-Id: I605010bf67e7f230dd63c731daea3ec3f0d37108
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Seonah Moon [Wed, 5 Apr 2023 08:47:36 +0000 (17:47 +0900)]
Update the wifi menu icon
Change-Id: I57ca4e2f6e61b3758a12ada626dbad523d145bb2
Akash Kumar [Sat, 1 Apr 2023 10:55:53 +0000 (16:25 +0530)]
Implement connect function for 'Add network' page.
This patch:
- Solves the crash issue after clicking connect button on 'Add network' page
- APs can be searched and be connected if found.
Change-Id: Ie6039dcf8bc54b2af338878a63c40ad4dad103bb
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Akash Kumar [Fri, 31 Mar 2023 12:26:43 +0000 (17:56 +0530)]
Update 'Add Network'
This patch:
- Solves the issue of gap between advanced and normal options
- Adds AddNetworkInfoInputPage.cs for updating information
- Corrects the orientation of items on the page
Change-Id: Iddebafd8463b3335d7be27bf1548f9de0f476e50
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Akash Kumar [Wed, 29 Mar 2023 13:00:33 +0000 (18:30 +0530)]
Update "Add network" functionality
This patch:
- Edits the placement of scan and "Add network" buttons.
- Adds show advanced options.
- Adds AddNetworkInfoSource.cs
Change-Id: I930a46a211efde52e2a3aa112d518d39320f1743
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Akash Kumar [Sat, 25 Mar 2023 04:34:43 +0000 (10:04 +0530)]
Add "Add Network" functionality
This patche set adds
- security option pop-up and
- show/hide advanced options on toggling checkbox
Change-Id: I216fea2e9cfd20d3a6edc37cda6703a2d66305ae
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Seonah Moon [Mon, 27 Mar 2023 04:47:32 +0000 (13:47 +0900)]
Apply NUIGadget
- Apply SettingMenuProvider
- Use RoundedPage for Dialog
- Update the resource path
Multilingual will be supported in the next patch.
Change-Id: I491b826e664e73785a769568b18f4525075e039f
Akash Kumar [Fri, 3 Feb 2023 06:04:50 +0000 (11:34 +0530)]
Resolve ipv6 info not correctly shown on InfoPage
Change-Id: I3493197adcf3c823057a5abf81af945d306219bd
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Akash Kumar [Fri, 27 Jan 2023 11:19:02 +0000 (16:49 +0530)]
Resolve InfoPage issues of updated info not getting retained and
not showing correct info on "static ip on".
This patch resolves following issues:
- When some field used to be updated, the updated info was not reatined on next start of app.
- On "static ip on" dns1, dns2, Gateway and SubnetMask info was not shown.
- This patch also handles the crash issue of the app when backbutton is pressed.
Change-Id: I9acc64fc688675a62d62daa579f403edd3da7a50
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Akash Kumar [Tue, 24 Jan 2023 11:29:05 +0000 (16:59 +0530)]
Update InfoPage: disable edit box pop up for un-editable fields
Change-Id: I5c8f79ee4504e10615432ae91b3e15e85b055f07
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
sri [Sat, 21 Jan 2023 10:49:45 +0000 (16:19 +0530)]
Update InfoPage
This patches solves following issues on InfoPage
- Adds edit option on for items when Dynamic IP is selected(Note: need to remove edit option for some items e.g. MAC address etc.)
- Items used to keep selected when clicked on the info page. Now on click items don't remain selected.
Change-Id: I005b1781e346427a577a8218cbcdd57068aaa041
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Akash [Thu, 22 Dec 2022 06:33:24 +0000 (12:03 +0530)]
Update Advanced Setting page.
This patch adds 'Network Notification', 'SortBy' and 'Install Certificate' options on Advanced setting page.
Change-Id: I2cc2b170587ba726a18ef43244331839058af750
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Thu, 22 Dec 2022 05:40:33 +0000 (11:10 +0530)]
Resolve menu items kept selected on click on main page.
Change-Id: I03552f4eef064f6f77e681792ce7889e12fadc87
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Tue, 20 Dec 2022 03:29:50 +0000 (08:59 +0530)]
Resolve crash issue on entering wrong password.
Change-Id: I7941f7488ed23313fa8c7404d5209495c9b151aa
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Fri, 9 Dec 2022 04:01:26 +0000 (09:31 +0530)]
Resolve enable/disable issue of SSID find button and connect button
This patch adds following functionalities:
- HiddenConnectPage: Find button is disabled until getting Network SSID.
- ConnectPage: Connect button is disabled until password entered is of at least length 8.
Change-Id: I56869739b1118602013bed5918189176498620b4
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Thu, 1 Dec 2022 10:30:09 +0000 (16:00 +0530)]
Resolve HiddenConnectPage issue of searching and connectiong an AP.
This patches resolves following issues
- Hidden AP connect not done.
- Scan AP, show loading, if there is no AP, back to previous input field.
- Hidden AP found is not located at the bottom of the scan list.
Change-Id: I2dd09feb0a452f25cffac134632bbb9a18f5c3f8
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Thu, 24 Nov 2022 13:04:10 +0000 (18:34 +0530)]
Resolve HiddenConnect and Connect page issue
This patch resolves following issues
- Placeholder issue on HiddenConnect page.
- APs which does not support WPS show the WPS button.
- Already connected AP shows the connect page.
Change-Id: I8ad8816eb8f1cf2e632ae390ef071233ff95076a
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Fri, 18 Nov 2022 10:34:11 +0000 (16:04 +0530)]
Fix network connection issue on a AP click.
This patch fixes following issues:
- Do not pop the password input page when an AP type is open.
- Check if connect is done when after the password from keyboard input.
Change-Id: Ia04c445c36e1364a49f4b8f7ab61ea292dfdd3c0
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Fri, 11 Nov 2022 12:38:42 +0000 (18:08 +0530)]
Resolve selected/unselected in collection view item.
Change-Id: Id217151600961987651b2296593cbc0191613802
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Thu, 10 Nov 2022 10:43:39 +0000 (16:13 +0530)]
Fix MoreButton options.
- Fixed not showing of MoreButton on Mainpage.
- Added AdvancedPage.cs and WiFiDirectPage.cs files.
Change-Id: I04a050fc4a8978e83bafabe63fdfa87cca2aca9e
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Wed, 9 Nov 2022 14:23:40 +0000 (19:53 +0530)]
Add support for 'POP' command.
This patch will send "POP" command that asks
for SettingView to close WidgetView.
Change-Id: I1891e18372be94d663768c7a4be880c529a44d6a
Signed-off-by: Akash <akash1.kumar@samsung.com>
Akash [Wed, 9 Nov 2022 12:43:34 +0000 (18:13 +0530)]
Add options in MoreButton.
Change-Id: I1a391e9e825eacf4a94d1de30304eb76b853dd23
Signed-off-by: Akash <akash1.kumar@samsung.com>
chaehee-hong [Thu, 20 Oct 2022 05:06:52 +0000 (14:06 +0900)]
Update tpk
Change-Id: Id184448554b2331d518122557738aedbdf05ef35
cheoleun moon [Fri, 14 Oct 2022 09:03:07 +0000 (18:03 +0900)]
Allow to set static IP infomation
Change-Id: I33a7d3fd51dccb76a950860d264464727a530656
seonah moon [Mon, 17 Oct 2022 01:52:07 +0000 (01:52 +0000)]
Merge "Add loading icon for scan" into tizen
Seonah Moon [Fri, 14 Oct 2022 07:27:37 +0000 (16:27 +0900)]
Add loading icon for scan
Change-Id: Ic9a43ab72675363b4724ba332901b6629382eb1f
seonah moon [Fri, 14 Oct 2022 02:24:53 +0000 (02:24 +0000)]
Merge "Correct wrong security type" into tizen
cheoleun moon [Fri, 14 Oct 2022 01:33:46 +0000 (01:33 +0000)]
Merge "Convert po to resx" into tizen
cheoleun moon [Thu, 13 Oct 2022 12:01:01 +0000 (21:01 +0900)]
Convert po to resx
Change-Id: Iaa1c40b2118c1dc6ee81e3d348007cac7c87467c
Seonah Moon [Thu, 13 Oct 2022 11:24:28 +0000 (20:24 +0900)]
Correct wrong security type
Change-Id: I484eac0c8992d41849eaf0aeb24bf32b9cf188a1
cheoleun moon [Thu, 13 Oct 2022 10:48:18 +0000 (10:48 +0000)]
Merge "Remove unused method" into tizen
cheoleun moon [Thu, 13 Oct 2022 10:46:58 +0000 (19:46 +0900)]
Remove unused method
Change-Id: I7248bda308915e4340d081902ba343a9e6509a64
cheoleun moon [Thu, 13 Oct 2022 10:46:06 +0000 (10:46 +0000)]
Merge "Revise Logger" into tizen
cheoleun moon [Thu, 13 Oct 2022 10:44:09 +0000 (19:44 +0900)]
Revise Logger
Change-Id: I10bfaabc511f989ad12fc019f32bd0a3cb15df4c
cheoleun moon [Thu, 13 Oct 2022 10:20:39 +0000 (10:20 +0000)]
Merge "Add basic InfoInputPage" into tizen
cheoleun moon [Thu, 13 Oct 2022 10:13:52 +0000 (19:13 +0900)]
Add basic InfoInputPage
Change-Id: I82fc66f25aae4f3f09276ef918492c6578e1e84e
chaehee-hong [Thu, 13 Oct 2022 10:03:06 +0000 (19:03 +0900)]
Delete unnecessary passwordItem
Change-Id: I5213b163cc5ceda20c7622c05cce43e051552f32
Seonah Moon [Thu, 13 Oct 2022 09:23:56 +0000 (18:23 +0900)]
Update more button
Change-Id: Ieba39c00d09319a2ef2f809fbadb91dcd9817fa5
cheoleun moon [Thu, 13 Oct 2022 08:55:53 +0000 (08:55 +0000)]
Merge "ConnectPage: update wps button" into tizen
chaehee-hong [Thu, 13 Oct 2022 08:47:46 +0000 (17:47 +0900)]
Modify WiFi methods
Change-Id: If34f509de9388e234132409106a51a212bf972a4
Seonah Moon [Thu, 13 Oct 2022 08:31:37 +0000 (17:31 +0900)]
ConnectPage: update wps button
Change-Id: I9c581676d1c8dab9535a74de89cfcbcbca27d2a4
Seonah Moon [Thu, 13 Oct 2022 05:14:41 +0000 (14:14 +0900)]
Update AP and AP info icon
Change-Id: Ibea5c780713afa9e07ae35d7c55958535fea9a2e
chaehee-hong [Thu, 13 Oct 2022 04:15:10 +0000 (13:15 +0900)]
Modify layout of Connect pages
Change-Id: I23a9c507e2f48a5f2451541710e89eb08fd82ac3
cheoleun moon [Thu, 13 Oct 2022 01:39:47 +0000 (10:39 +0900)]
Add GenerateWpsPinNumber
Change-Id: I395ae6170608f258dea243b4f87696ce1e3e04d5
chaehee-hong [Thu, 13 Oct 2022 01:29:28 +0000 (10:29 +0900)]
Modify button layout
Change-Id: I0336aa75d2d18cfd095e6b825cb0b9fcd94f64da
cheoleun moon [Wed, 12 Oct 2022 13:43:26 +0000 (22:43 +0900)]
Show AP's information
Change-Id: I70817df261711a8bdb2f954017e99ee8fa88beb8
chaehee-hong [Wed, 12 Oct 2022 08:54:57 +0000 (17:54 +0900)]
Fix a wrong type
Change-Id: I1cd7c0c3559ebe21c405081304e5f54472752417
chaehee-hong [Wed, 12 Oct 2022 08:33:46 +0000 (17:33 +0900)]
Add hidden connect and WPS connect
Change-Id: I7695505e38460b0508722e6ffb3b865d72c800a4
cheoleun moon [Wed, 12 Oct 2022 06:55:11 +0000 (15:55 +0900)]
Locate the connected AP at the top
Change-Id: Ia679bf92fd129bb20eb1eb05a4802614f5fff3a3
cheoleun moon [Wed, 12 Oct 2022 06:04:25 +0000 (15:04 +0900)]
Listen ConnectionStateChangedEvent
Change-Id: Ic6b2c2315dfbe97acd13fd689d68184eb82049cc
Seonah Moon [Wed, 12 Oct 2022 05:41:33 +0000 (14:41 +0900)]
bug-fix: update wifi ap icon
Change-Id: I9a3c9f9a2aab13c6916a2dac43fec0aa79cf049d
Seonah Moon [Wed, 12 Oct 2022 04:48:03 +0000 (13:48 +0900)]
Add WiFi AP icon based on RSSI and security type
Change-Id: I9642213b7ed1857de4a4d89bda8b6dde97ea1e64
cheoleun moon [Tue, 11 Oct 2022 13:19:12 +0000 (22:19 +0900)]
Add WiFiAP to AP class
Change-Id: I3b327b5c60b37878c52786344c2d3c6a2c24ecf0
chaehee-hong [Tue, 11 Oct 2022 02:22:47 +0000 (11:22 +0900)]
Add functions for network forget and ap state update
Change-Id: I396369c0445370ad6304187170e5df13655e4660
chaehee-hong [Fri, 7 Oct 2022 09:34:51 +0000 (18:34 +0900)]
Add Connect Page
Change-Id: I78aa331869568004a2a172c325d002661784d495
chaehee-hong [Fri, 7 Oct 2022 06:32:09 +0000 (15:32 +0900)]
Support multi language
Change-Id: Icf071d353293679ce18447260a6391fab4ecdd3b
cheoleun moon [Thu, 6 Oct 2022 03:25:24 +0000 (12:25 +0900)]
Define classes for each ContentPage
Change-Id: I4433088182959f983023a19c3e9350b2fb7473ae
chaehee-hong [Wed, 5 Oct 2022 08:53:31 +0000 (17:53 +0900)]
Add security types for AP
Change-Id: Ia2a149beed196bbd0f0d1f73c3bb0698719f715e
chaehee-hong [Wed, 5 Oct 2022 04:33:03 +0000 (13:33 +0900)]
Add a connect method
Change-Id: I7c1e248deb045aaa414531163aa7f7ce57df87ae
chaehee-hong [Tue, 4 Oct 2022 03:01:45 +0000 (12:01 +0900)]
Add WiFi activate/deactivate/scan
Change-Id: I8db907f173f227cc32274a23e306c89773b7af01
chaehee-hong [Thu, 29 Sep 2022 06:21:37 +0000 (15:21 +0900)]
Add a main page
Change-Id: Id7422f7e3bd6d7d12a5957f0d2c86f3293afb576
chaehee-hong [Mon, 26 Sep 2022 08:45:18 +0000 (17:45 +0900)]
Initial commit
Change-Id: I37b6da7653ae9a6a76aed199a6748818deb16060
Tizen Infrastructure [Thu, 22 Sep 2022 05:07:33 +0000 (05:07 +0000)]
Initial empty repository