Kiseok Chang [Fri, 21 Jul 2017 01:50:37 +0000 (10:50 +0900)]
Fix PVS warnings
Change-Id: I08cdece05f267858fdfaf8c5fa728242e0e38b74
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Wed, 19 Jul 2017 07:43:36 +0000 (07:43 +0000)]
Merge "Added ESC key to close wifi passcode popup" into tizen
Abhishek Sansanwal [Fri, 14 Jul 2017 03:57:57 +0000 (09:27 +0530)]
Added ESC key to close wifi passcode popup
Description: On getting Escape key, the password popup
is closed.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I14e0682cacbce3af5f47ac61519dc0b105625063
Abhishek Sansanwal [Thu, 13 Jul 2017 14:03:35 +0000 (19:33 +0530)]
Changes to wifi scan list popup
Description: Change the wifi scan list popup style
to remove margins and set the height and width to
the proper values.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Id6f83db96006db7fc548d766aad25b5000577707
taesub kim [Thu, 13 Jul 2017 08:03:42 +0000 (08:03 +0000)]
Merge "Changes in Width of New Network Popup." into tizen
taesub kim [Thu, 13 Jul 2017 08:03:28 +0000 (08:03 +0000)]
Merge "Changes in Width/Height of Network Status Popups." into tizen
taesub kim [Thu, 13 Jul 2017 08:03:09 +0000 (08:03 +0000)]
Merge "Setting cur type as Wired for Wired Menu." into tizen
taesub kim [Thu, 13 Jul 2017 08:02:55 +0000 (08:02 +0000)]
Merge "Added wireless failed popup for reason other than wrong password" into tizen
Priya Kohli [Thu, 13 Jul 2017 06:33:32 +0000 (12:03 +0530)]
Changes in Width of New Network Popup.
Change-Id: Idb0f7836db91313b258ae1aa1a5f4aeaf76c05e3
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Thu, 13 Jul 2017 06:00:03 +0000 (11:30 +0530)]
Changes in Width/Height of Network Status Popups.
Change-Id: If5f5d58952dd3192f931bd239cb9687ede43ba17
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Abhishek Sansanwal [Wed, 12 Jul 2017 11:52:33 +0000 (17:22 +0530)]
Fixed scan list items appearing late issue
Description: Instead of deleting the evas object every time
we only hide it and show it when the scan is performed again.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I1627541c490c93d8582c1061a2f44377ad403473
Abhishek Sansanwal [Mon, 10 Jul 2017 10:04:17 +0000 (15:34 +0530)]
Added wireless failed popup for reason other than wrong password
Description: In some instance the failed popup should not
have the retry button because the connection failure is due
to reason other than wrong password such as timeout or if
AP is longer present in scan list.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I7cf9dae76022c52608528273a9dcae49dc9cdd3c
Priya Kohli [Wed, 12 Jul 2017 06:18:28 +0000 (11:48 +0530)]
Setting cur type as Wired for Wired Menu.
Change-Id: I5745a42860e3aecf72b7759089bf80cd4682c1e1
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Kiseok Chang [Tue, 11 Jul 2017 02:57:09 +0000 (02:57 +0000)]
Merge "Fixed wrong password retry crash issue" into tizen
Kiseok Chang [Tue, 11 Jul 2017 02:56:32 +0000 (02:56 +0000)]
Merge "Allow use of enter key to connect to Wi-Fi AP in passcode entry popup" into tizen
Kiseok Chang [Tue, 11 Jul 2017 02:55:52 +0000 (02:55 +0000)]
Merge "Connecting popup issue when previous profile closed" into tizen
Kiseok Chang [Tue, 11 Jul 2017 02:55:08 +0000 (02:55 +0000)]
Merge "Changes to wireless scanning progress popup" into tizen
Abhishek Sansanwal [Mon, 10 Jul 2017 09:08:47 +0000 (14:38 +0530)]
Fixed wrong password retry crash issue
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I1cf3faf4081c2deff528ee420298eb9e851d426f
Abhishek Sansanwal [Fri, 7 Jul 2017 10:19:41 +0000 (15:49 +0530)]
Allow use of enter key to connect to Wi-Fi AP in passcode entry popup
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I5186d0132db270088ad9c304988803d014af2f99
Abhishek Sansanwal [Fri, 7 Jul 2017 09:56:53 +0000 (15:26 +0530)]
Connecting popup issue when previous profile closed
Description: Get fresh ethernet profile before checking
wired network status. It causes issue when trying to get
profile state using old profile which has been closed.
Due to this connecting popup appeared continuously.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I7a4b6a936f6d013c31f858f464b7b176e5359194
Abhishek Sansanwal [Fri, 7 Jul 2017 07:28:05 +0000 (12:58 +0530)]
Changes to wireless scanning progress popup
Description: Adjusted the height, width and style of the wireless
scanning progress popup to the correct values, to match the UI
guide. Removed use of viewmgr to draw the scanning popup.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ic5d3d8d8177bb6bd0ebde9d0e659377f0c4e7a93
Abhishek Sansanwal [Thu, 6 Jul 2017 10:41:47 +0000 (16:11 +0530)]
Call destroy function for wireless popups
Description: Instead of hiding popups individually
the destroy function is called which takes cares of
hiding wireless popups
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Id5e09de34086174ebe399942e3683e55715eb9a8
taesub kim [Tue, 4 Jul 2017 23:35:29 +0000 (23:35 +0000)]
Merge "Removing New Network Popup UI after updating input values." into tizen
taesub kim [Tue, 4 Jul 2017 23:35:20 +0000 (23:35 +0000)]
Merge "Fix for Gateway entry box not displaying completely." into tizen
taesub kim [Tue, 4 Jul 2017 23:35:02 +0000 (23:35 +0000)]
Merge "Fix for UI Focus on Selecting Keyboard for enteries." into tizen
taesub kim [Tue, 4 Jul 2017 23:34:47 +0000 (23:34 +0000)]
Merge "Fixed Wired to Wireless switch issue" into tizen
taesub kim [Tue, 4 Jul 2017 23:34:29 +0000 (23:34 +0000)]
Merge "Removed unnecessary code" into tizen
taesub kim [Tue, 4 Jul 2017 23:34:07 +0000 (23:34 +0000)]
Merge "Connecting and failed popup should be hidden before connected popup" into tizen
Priya Kohli [Mon, 3 Jul 2017 09:40:38 +0000 (15:10 +0530)]
Removing New Network Popup UI after updating input values.
Change-Id: I964d81f92adc3abdf92f7dcfc4d98216f46397b1
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Mon, 3 Jul 2017 06:40:55 +0000 (12:10 +0530)]
Fix for Gateway entry box not displaying completely.
Added Done/Cancel button to content layout instead of Popup.
Change-Id: I512b2029fdfae3626d0c1cf018c94f9e18e36d5d
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Abhishek Sansanwal [Mon, 3 Jul 2017 09:56:02 +0000 (15:26 +0530)]
Fixed Wired to Wireless switch issue
Description: When connection is switched back to wireless after
setting wired new network config menu, the wireless list was not
being shown because the current menu type was not set to wireles
type.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I5ed7b0d8507a684d73710a37bf7e7e79f2310f3d
Priya Kohli [Mon, 3 Jul 2017 06:29:42 +0000 (11:59 +0530)]
Fix for UI Focus on Selecting Keyboard for enteries.
Change-Id: I24daa178f8099797f09ec96b4941d22506006edf
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Fri, 30 Jun 2017 05:52:49 +0000 (11:22 +0530)]
Reducing the gap between IP & DNS contents to 20 pts.
Change-Id: I0a2200e947440cd57bd7048d9e5b00f45fb67da8
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Fri, 30 Jun 2017 05:47:12 +0000 (11:17 +0530)]
Changed Text Size and Color for Popup Contents.
Change-Id: If0e1ac1995765fc32f2e73bd6f1eb146a86d037a
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Fri, 30 Jun 2017 05:37:48 +0000 (11:07 +0530)]
Removing New Network Popup on pressing Cancel/Done key.
Change-Id: Ic36c92035ea86c5e7e4d87f7f65e639e0a0a2bfe
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Kiseok Chang [Fri, 30 Jun 2017 05:27:45 +0000 (05:27 +0000)]
Merge "Changes in New Network UI to display contents in Popup in proper format." into tizen
Kiseok Chang [Fri, 30 Jun 2017 05:26:54 +0000 (05:26 +0000)]
Merge "Added Done & Cancel button in New Network Popup UI." into tizen
Kiseok Chang [Fri, 30 Jun 2017 05:26:30 +0000 (05:26 +0000)]
Merge "Added changes for IP/DNS drop down list item selection area." into tizen
Kiseok Chang [Fri, 30 Jun 2017 05:26:05 +0000 (05:26 +0000)]
Merge "Adding New Network UI contents to Popup." into tizen
Abhishek Sansanwal [Fri, 30 Jun 2017 05:18:20 +0000 (10:48 +0530)]
Connecting and failed popup should be hidden before connected popup
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I8a52e30b95975c7699342b39e8b96ff866d27285
Abhishek Sansanwal [Fri, 30 Jun 2017 05:15:34 +0000 (10:45 +0530)]
Removed unnecessary code
Description: No need to get the list data and update list
again. This is already being done when the wireless list
view is created.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I6eedb3f8f0801674b147dedfa94997e9bb051e2f
Abhishek Sansanwal [Fri, 30 Jun 2017 03:27:33 +0000 (08:57 +0530)]
Added guide text to passcode entry
Description: Added "Enter the password" and "Wrong password"
guide text to the passcode popup.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ie1958378b12d81efdb8a2ab6d248b2c64e901d2a
Priya Kohli [Wed, 28 Jun 2017 08:46:04 +0000 (14:16 +0530)]
Changes in New Network UI to display contents in Popup in proper format.
Change-Id: I25ad14963aa5c52cd9ec2626a1e8c187650caa81
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Wed, 28 Jun 2017 08:55:30 +0000 (14:25 +0530)]
Added Done & Cancel button in New Network Popup UI.
Change-Id: Ie29f5e092e26e8db739e3e7cec0272e911ee91c3
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Wed, 28 Jun 2017 04:58:40 +0000 (10:28 +0530)]
Added changes for IP/DNS drop down list item selection area.
Change-Id: Ifbbba20836321d9d92087744641e3a6d01114cc8
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Wed, 28 Jun 2017 08:35:40 +0000 (14:05 +0530)]
Adding New Network UI contents to Popup.
Change-Id: I99e97f2eba99168cdf7aa59b1bb6e886e7aed1a2
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Abhishek Sansanwal [Tue, 27 Jun 2017 11:49:58 +0000 (17:19 +0530)]
Changed retry popup button style to match UI spec and fixed height,width
Description: Changed yes and no buttons on retry popup to match
the UI specification of height and width and also fixed padding
according to the guide.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I85d897217fcb8efdc7d0aba1d41ed1c3f32ac31b
Kiseok Chang [Tue, 27 Jun 2017 10:09:16 +0000 (10:09 +0000)]
Merge "Changed icons used by the wifi scan list to match the UI guide" into tizen
Kiseok Chang [Tue, 27 Jun 2017 10:08:16 +0000 (10:08 +0000)]
Merge "Fix for UBSan build" into tizen
Kiseok Chang [Tue, 27 Jun 2017 10:07:38 +0000 (10:07 +0000)]
Merge "Added localtime script in .spec file" into tizen
Kiseok Chang [Tue, 27 Jun 2017 10:07:01 +0000 (10:07 +0000)]
Merge "Changes in New Network UI as per latest specs" into tizen
Kiseok Chang [Tue, 27 Jun 2017 10:06:28 +0000 (10:06 +0000)]
Merge "Rmoved text "You can make new network."" into tizen
Priya Kohli [Tue, 27 Jun 2017 10:00:18 +0000 (15:30 +0530)]
Changes in New Network UI as per latest specs
Change-Id: I94f161af78fa13928f727f58500e8033ae1ce88d
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Abhishek Sansanwal [Tue, 27 Jun 2017 07:32:09 +0000 (13:02 +0530)]
Changed icons used by the wifi scan list to match the UI guide
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I55d4685435bf51f812fa3a10785b8e9f95728c20
Abhishek Sansanwal [Sat, 24 Jun 2017 09:43:51 +0000 (15:13 +0530)]
Changes to passcode popup according to UI guide
Description: Added transparency to passcode popup and adjusted
the padding height and widths according to the UI guide.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ibdc95ecd0b3f31d56790727d8373e2e44afe4202
Abhishek Sansanwal [Sat, 24 Jun 2017 05:09:13 +0000 (10:39 +0530)]
Register IP changed callback to update IP values in DHCP mode
Description: Register IP changed callback and update
IP address values when the callback is received in DHCP
mode.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I9662a40045bcd6080a150a82b8ab450a8f6da60b
Priya Kohli [Sat, 24 Jun 2017 03:48:42 +0000 (09:18 +0530)]
Rmoved text "You can make new network."
Change-Id: I922581a5a878f5772493fee1ead1eed88bca8369
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
jinwang.an [Fri, 23 Jun 2017 08:13:39 +0000 (17:13 +0900)]
Added localtime script in .spec file
Change-Id: Ib8b8c81191e000e838af303cd1fe91959e601ecf
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Denis Khalikov [Thu, 22 Jun 2017 10:21:26 +0000 (13:21 +0300)]
Fix for UBSan build
To prevent this kind of error:
/org.tizen.settings-0.2/src/common/utils.c:355:2: error:
'first_btn' may be used uninitialized in this function [-Werror=maybe-uninitialized]
elm_object_focus_next_object_set(btn, first_btn, ELM_FOCUS_DOWN);
Change-Id: If3ab4486ddc64474c3d8bf39f29ea25e99cbdaf4
Signed-off-by: Denis Khalikov <d.khalikov@partner.samsung.com>
taesub kim [Thu, 22 Jun 2017 07:30:04 +0000 (07:30 +0000)]
Merge "Adding changes to display auto configuration values." into tizen
taesub kim [Thu, 22 Jun 2017 07:29:38 +0000 (07:29 +0000)]
Merge "Added change to revert to prevous configuration" into tizen
taesub kim [Thu, 22 Jun 2017 07:29:18 +0000 (07:29 +0000)]
Merge "Fix for Ethernet Detached Popup on removing/connecting ethernet cable." into tizen
taesub kim [Thu, 22 Jun 2017 07:29:09 +0000 (07:29 +0000)]
Merge "Fix for crash if we select "Enter Manually" in IP Setting, press Cancel." into tizen
taesub kim [Thu, 22 Jun 2017 07:28:40 +0000 (07:28 +0000)]
Merge "Forget previous AP on successful connection to new AP" into tizen
taesub kim [Thu, 22 Jun 2017 07:27:49 +0000 (07:27 +0000)]
Merge "Remove wireless list view and make a new list after every update event" into tizen
taesub kim [Thu, 22 Jun 2017 07:26:56 +0000 (07:26 +0000)]
Merge "Hide failed or connected popup when showing connecting popup" into tizen
taesub kim [Thu, 22 Jun 2017 07:26:35 +0000 (07:26 +0000)]
Merge "Display wired network status only when in wired menu." into tizen
taesub kim [Thu, 22 Jun 2017 07:25:36 +0000 (07:25 +0000)]
Merge "Hide scan list when connecting to open network" into tizen
Priya Kohli [Wed, 21 Jun 2017 09:13:48 +0000 (14:43 +0530)]
Added change to revert to prevous configuration
values on pressing Cancel button in New Network Pop-up.
Change-Id: I55f485928227f376b368030641c47b0033797cb6
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Wed, 21 Jun 2017 07:26:18 +0000 (12:56 +0530)]
Fix for Ethernet Detached Popup on removing/connecting ethernet cable.
Change-Id: I7b4de217723d7c591283bf3c7f97d47e4df79081
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Wed, 21 Jun 2017 05:29:26 +0000 (10:59 +0530)]
Fix for crash if we select "Enter Manually" in IP Setting, press Cancel.
Goto Wired Tab Select New Network Button.
Change-Id: I55efb78ee4c73c936680e45f776fed582504aec2
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Abhishek Sansanwal [Wed, 21 Jun 2017 07:05:48 +0000 (12:35 +0530)]
Forget previous AP on successful connection to new AP
Description: Forget and destroy the previously connected AP
when connection is succesfully established to new AP.
Also removed disconnect call on previously connected AP before
attempting to connecting to new AP, because this is
already handled by wifi-manager.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I61bc0035cb6d097cb9f833df8b441d19db7837fe
Abhishek Sansanwal [Wed, 21 Jun 2017 05:35:10 +0000 (11:05 +0530)]
Remove wireless list view and make a new list after every update event
Description: Remove wireless list and make a fresh list after every
EVENT_DATA_UPDATE_DONE is received.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I513d806ef04659ef7b479df4ce3a10eea78d1cfa
Abhishek Sansanwal [Wed, 21 Jun 2017 05:19:04 +0000 (10:49 +0530)]
Hide failed or connected popup when showing connecting popup
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I9ebff196de0e1b3f27c12f2f7e68b79686b141ef
Abhishek Sansanwal [Wed, 21 Jun 2017 05:12:07 +0000 (10:42 +0530)]
Display wired network status only when in wired menu.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I6eddded168311510088dddb5fe08bfdff81d6d74
Abhishek Sansanwal [Wed, 21 Jun 2017 05:01:20 +0000 (10:31 +0530)]
Hide scan list when connecting to open network
Description: Hide the scan list when showing
connecting/connected/failed popup for AP's for
which passphrase is not required. This behaviour
is already present when connecting to AP's which
require a passphrase.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I7ff81198448dc7b4d0930f1e9068f9fe10d090e2
Abhishek Sansanwal [Tue, 20 Jun 2017 05:56:21 +0000 (11:26 +0530)]
Fixed retry popup issue when wifi adapter not connected
Description: Retry popup was not visible when wifi adapter was
not connected to odroid.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I65b82b5f8c1384c34fc963c538b552fa4f53a078
Priya Kohli [Mon, 19 Jun 2017 05:35:39 +0000 (11:05 +0530)]
Adding changes to display auto configuration values.
When Auto IP and Auto DNS is selected.
Change-Id: Iac466d2fa3aabebc40ae6810a6677a399bbc96b1
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Thu, 15 Jun 2017 11:19:45 +0000 (16:49 +0530)]
Added changes to preserve State and
IP Configuration values for Wired Network.
Change-Id: I74f7db1b5b69ddbfc31bb7b281985678233ccf8d
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Tue, 13 Jun 2017 09:55:34 +0000 (15:25 +0530)]
Added New Popup when ethernet cable is not connected.
Change-Id: I54e2d2806610338a2292a45719de778084b37a79
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Kiseok Chang [Tue, 13 Jun 2017 01:32:00 +0000 (01:32 +0000)]
Merge "In case of Auto Configuration displaying DHCP IP Configuration values." into tizen
Priya Kohli [Fri, 9 Jun 2017 03:52:43 +0000 (09:22 +0530)]
In case of Auto Configuration displaying DHCP IP Configuration values.
In case wire is disconnected then displaying "000.000.000.000"
Change-Id: Iee83630d7936af817bbf3c5539bd28532691a8c7
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Kiseok Chang [Mon, 12 Jun 2017 04:27:04 +0000 (04:27 +0000)]
Merge "Align wireless button text with wired text when no ap connected" into tizen
Abhishek Sansanwal [Tue, 6 Jun 2017 07:01:42 +0000 (12:31 +0530)]
Added function to get address from connection CAPI
Description: Added function to get ip, dns, gateway and
subnet mask from connection CAPI.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I36777a9ad27328a1bdcb1c9ca82b20ae84f9d502
Abhishek Sansanwal [Tue, 6 Jun 2017 04:23:56 +0000 (09:53 +0530)]
Align wireless button text with wired text when no ap connected
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I022b79de1b48e3f192eb425fb3053014a8ffc7af
Kiseok Chang [Fri, 2 Jun 2017 04:40:55 +0000 (04:40 +0000)]
Merge "Update list when background scan callback is received" into tizen
Kiseok Chang [Fri, 2 Jun 2017 04:40:11 +0000 (04:40 +0000)]
Merge "Fix build with ASan" into tizen
Kiseok Chang [Fri, 2 Jun 2017 04:30:47 +0000 (04:30 +0000)]
Merge "[UI] Complement remote control handling" into tizen
Abhishek Sansanwal [Wed, 31 May 2017 04:29:46 +0000 (09:59 +0530)]
Update list when background scan callback is received
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ib048b67f0da4bb19d4ce37c8387b08b118909ea4
Gonzha Dmitriy Evgenevich [Tue, 30 May 2017 18:03:59 +0000 (21:03 +0300)]
Fix build with ASan
Global variables moved to layout_network.c, header changed to
declaration with extern to fix build with --fno-common
Change-Id: I96316945e416465eb249f93226740879f0e5e5e8
Pawel Aksiutowicz [Tue, 30 May 2017 12:27:48 +0000 (14:27 +0200)]
[UI] Complement remote control handling
Change-Id: Ie05ebe0d581455ad79da1cf7cdf253afe1e28912
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>
Pawel Aksiutowicz [Mon, 29 May 2017 13:29:26 +0000 (15:29 +0200)]
[GUI] Clock, Language and Voice Popup from guide
Change-Id: Id15c6cf1f559b55ba7e48da0644c0cc964b2b2e6
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>
Kiseok Chang [Mon, 29 May 2017 11:53:27 +0000 (11:53 +0000)]
Merge "Network menu button texts fix" into tizen
Kiseok Chang [Mon, 29 May 2017 11:52:41 +0000 (11:52 +0000)]
Merge "Revert "Fix to align wireless button text with wired text when no ap"" into tizen
Kiseok Chang [Mon, 29 May 2017 11:52:01 +0000 (11:52 +0000)]
Merge "Changed wifi passcode popup according to the UI guide" into tizen
Abhishek Sansanwal [Mon, 29 May 2017 05:28:09 +0000 (10:58 +0530)]
Changed wifi passcode popup according to the UI guide
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ib72eb3f2c1d82a02653e862dc0b1adf97f4182dc
Radek Kintop [Fri, 26 May 2017 10:58:34 +0000 (12:58 +0200)]
Network menu button texts fix
When no value is present on Menu button,
main text is aligned vertically to
the middle of the button.
Change-Id: I73ecb92c81e4971a32dca42800f069be25e3fa2c
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Priya Kohli [Fri, 26 May 2017 10:31:02 +0000 (16:01 +0530)]
If IP value entered is greater than 255 than the value will be converted
to 255 and focus will move to next octet.
Change-Id: Iddbab5b2882489ade9083dad611053a680b98b14
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Radek Kintop [Fri, 26 May 2017 10:08:23 +0000 (12:08 +0200)]
Revert "Fix to align wireless button text with wired text when no ap"
That commit:
- spoils the menu buttons (click action)
- tangles menumanager with widgets "style" concept and makes the code dependent on it
Change-Id: I7a484ec156b334a86550ec1a6e2626b13c5e9293
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Pawel Aksiutowicz [Thu, 25 May 2017 13:45:01 +0000 (15:45 +0200)]
[Fix] Focus works properly in Reset Popup now
Change-Id: I45219245706d9472ba9a76eca35a46c6c5b7644b
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>