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>
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>
Kiseok Chang [Thu, 25 May 2017 11:25:26 +0000 (11:25 +0000)]
Merge "Fix to align wireless button text with wired text when no ap" into tizen
Abhishek Sansanwal [Thu, 25 May 2017 10:01:48 +0000 (15:31 +0530)]
Fix to align wireless button text with wired text when no ap
Description: In the case that a button of type STYLE_STATUS_BUTTON
returns NULL string as status, the style of the button is reset to
STYLE_NORMAL_BUTTON. This changes the wireless button in network
tab to a NORMAL style button and aligns it with the wired button
in of network menu.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ie7ed01eb0dc0d5ea4591bb58e151952962d03c0f
Michal Skorupinski [Tue, 23 May 2017 11:09:21 +0000 (13:09 +0200)]
[GUI] Fix in te disabled mode of the buttons used in clock view.
Change-Id: Ieb432dc920e87220fe73cd088c7801893d4e0928
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 22 May 2017 16:17:08 +0000 (18:17 +0200)]
[UI] Fix in the datetime widget scaling.
Change-Id: I39007d980663a65d3749e3918a94b91d996cf5c6
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 22 May 2017 15:34:09 +0000 (17:34 +0200)]
[GUI] Clock view updated according to guideline.
Change-Id: I9d35cb10adf75a7a5f91289c87e56d0231ce8a6d
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 22 May 2017 09:48:14 +0000 (11:48 +0200)]
[GUI] Checkbox style updated.
Change-Id: I95e30f3c1c16e7e747e14ecfe5c2abb031fede89
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Fri, 19 May 2017 11:26:54 +0000 (13:26 +0200)]
[GUI] Clock view updated.
Change-Id: I200349966e22e4737beab99ed20edf14d67ca58a
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Pawel Aksiutowicz [Fri, 19 May 2017 14:43:41 +0000 (16:43 +0200)]
[UI] Keys handling in popups supplemented.
Change-Id: I78c4fde282c9ab8325addc1332c336e75ea1d921
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>
Radek Kintop [Fri, 19 May 2017 09:54:35 +0000 (11:54 +0200)]
Fix: date_time button style
Change-Id: Ia649a2ff12654d3947a7334f55c9cc4f8ac42498
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Pawel Aksiutowicz [Thu, 18 May 2017 14:38:54 +0000 (16:38 +0200)]
[GUI] Adjust Picture Settings Buttons to guide and cleaning of their code.
Change-Id: I6a755191bee17abefb8d65fc96c35171a193614b
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>
Pawel Aksiutowicz [Mon, 15 May 2017 15:19:17 +0000 (17:19 +0200)]
[GUI] Clock mode selection popup view and its style is like in Language/Voice selection popup (and old popup style was removed).
Change-Id: I4930ead5d6fcbef1f90d7d4984c86fdc9cf6e4ea
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>
Kiseok Chang [Mon, 22 May 2017 06:39:23 +0000 (06:39 +0000)]
Merge "Fix for Focus issue in Manual case - Partial." into tizen
Radek Kintop [Tue, 16 May 2017 09:52:20 +0000 (11:52 +0200)]
Translations in menu buttons, popups and sliders
Change-Id: I2594246ddd0c15802af20c6862ae400f90438663
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Mon, 22 May 2017 06:20:52 +0000 (06:20 +0000)]
Merge "[GUI] 'Cancel' and 'done' button's style used in clock view updated." into tizen
Kiseok Chang [Mon, 22 May 2017 06:20:10 +0000 (06:20 +0000)]
Merge "[FIX][UI] Datetime displayed wrong value when it was displayed for the second time." into tizen
Kiseok Chang [Mon, 22 May 2017 06:19:34 +0000 (06:19 +0000)]
Merge "[UI] Fix in the datetime popup's reaction to keyboard events." into tizen
Kiseok Chang [Mon, 22 May 2017 06:18:06 +0000 (06:18 +0000)]
Merge "[UI] Focus state updated for the date/time buttons." into tizen
Kiseok Chang [Mon, 22 May 2017 06:17:16 +0000 (06:17 +0000)]
Merge "Menu button click event styled" into tizen
Kiseok Chang [Mon, 22 May 2017 06:16:46 +0000 (06:16 +0000)]
Merge "Resources v0.61 added" into tizen
Abhishek Sansanwal [Fri, 19 May 2017 06:48:29 +0000 (12:18 +0530)]
Fixed svace issue WGID-212859
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Id71df135463fe516cd8cdf67b6939ebad3ed2982
Priya Kohli [Wed, 17 May 2017 11:57:15 +0000 (17:27 +0530)]
Fix for Focus issue in Manual case - Partial.
In Manual case focus not working for IP Settings/Done button to DNS Setting.
Indentation fix and commented code removel.
Change-Id: I09be84442aaa4dcf51e72bf95d77085e866c957c
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Michal Skorupinski [Thu, 18 May 2017 10:15:45 +0000 (12:15 +0200)]
[GUI] 'Cancel' and 'done' button's style used in clock view updated.
Change-Id: Ie336b2a5e055842500847895e10518c608ffec90
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 15 May 2017 16:43:57 +0000 (18:43 +0200)]
[FIX][UI] Datetime displayed wrong value when it was displayed for the second time.
Change-Id: I9ae161353fa4684a26d8fc3aec8238df21b7ed19
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 15 May 2017 16:13:04 +0000 (18:13 +0200)]
[UI] Fix in the datetime popup's reaction to keyboard events.
The time value was set regardless of the 'back' or 'ok' button being pressed.
Change-Id: Idf04854d7ab71d34dcd4bbf489b2a83ea3c5288c
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 15 May 2017 14:40:18 +0000 (16:40 +0200)]
[UI] Focus state updated for the date/time buttons.
Change-Id: I0a0e53d515f1031779275475a762d1829547af13
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Radek Kintop [Fri, 12 May 2017 15:05:24 +0000 (17:05 +0200)]
Menu button click event styled
Change-Id: I8b8d1ebbd5e2d5160dae689d14adc96631c86cd6
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Fri, 12 May 2017 09:02:45 +0000 (11:02 +0200)]
Resources v0.61 added
Change-Id: I10d50dad91d9e2b6ac2b6d054b394961501c248f
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Abhishek Sansanwal [Fri, 12 May 2017 11:59:32 +0000 (17:29 +0530)]
Added Fixes to keyboard input on passcode popup
Description: Fixed issue where keyboard closed on more than 8
characters long input. Also enabled cancel and done button on
keyboard to connect or close the wifi passcode popup.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Idca560a697b513b1e9b696117027e6b223310572
Kiseok Chang [Thu, 11 May 2017 11:45:54 +0000 (11:45 +0000)]
Merge "Changes to hide Wi-Fi List Popup when Passcode popup appears." into tizen
Priya Kohli [Thu, 11 May 2017 11:11:52 +0000 (16:41 +0530)]
Changes to hide Wi-Fi List Popup when Passcode popup appears.
Change-Id: Ib33ec990d442fa2f16a9fdd414c814f70edb33a2
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Pawel Aksiutowicz [Wed, 10 May 2017 12:08:36 +0000 (14:08 +0200)]
[Fix] Removed showing wireless settings after running settings app.
Change-Id: I8b2676816b873cac7bfbabcdb456a7a4ae15078f
Signed-off-by: Pawel Aksiutowicz <p.aksiutowic@partner.samsung.com>
Kiseok Chang [Thu, 11 May 2017 08:55:03 +0000 (08:55 +0000)]
Merge "Changes in text style, made them in capital letters" into tizen
Kiseok Chang [Thu, 11 May 2017 08:54:34 +0000 (08:54 +0000)]
Merge "Changes in Wi-Fi List Popup width & height" into tizen
Radek Kintop [Wed, 10 May 2017 14:14:22 +0000 (16:14 +0200)]
Demo - slider obstructing text removed (due to faulty system style)
Change-Id: If3785fe4a4f313dfec71842d082826ca66a99660
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Wed, 10 May 2017 11:04:36 +0000 (13:04 +0200)]
DEMO Main window transparency
Change-Id: I8dd423167013b7a3398c09545d5ccbbbac8411a4
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Wed, 10 May 2017 10:35:00 +0000 (12:35 +0200)]
DEMO Picture params are preserved after application end
Change-Id: I3eec59e0ae602f69990dfbc7f75d90bd40662608
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Kiseok Chang [Thu, 11 May 2017 08:40:19 +0000 (08:40 +0000)]
Merge "[UI] Back button functionality added to the clock popup." into tizen
Michal Skorupinski [Wed, 10 May 2017 10:01:01 +0000 (12:01 +0200)]
[UI] Back button functionality added to the clock popup.
Change-Id: I8445dcdda968d5c940491ea040ac140c975fca99
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Kiseok Chang [Thu, 11 May 2017 08:21:32 +0000 (08:21 +0000)]
Merge "[UI] Time/Date setup popup updated." into tizen
Kiseok Chang [Thu, 11 May 2017 08:20:38 +0000 (08:20 +0000)]
Merge "Menu buttons style adjusted and custom datetime buttom style added" into tizen
Abhishek Sansanwal [Thu, 11 May 2017 04:51:05 +0000 (10:21 +0530)]
Added fix to deactivate WIFI when switching from wireless to wired
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I691c7b049f481ed7b3908b39491771de43827b3c
Priya Kohli [Thu, 11 May 2017 06:34:11 +0000 (12:04 +0530)]
Changes in text style, made them in capital letters
Change-Id: Ide64df6358203c7b442a61e72f8f9e3aa9f20a81
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Thu, 11 May 2017 06:06:31 +0000 (11:36 +0530)]
Changes in Wi-Fi List Popup width & height
as per [Tizen_4.0][TV]Settings_GUI_Guideline_1920x1080_v0.6.pdf
Change-Id: Ib4bbfc97b2606f06b784309243315c87f8a9999c
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Priya Kohli [Wed, 10 May 2017 13:21:11 +0000 (18:51 +0530)]
Changes for focus in New Network UI
Indentation fixes.
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Change-Id: Ieb857f1c8d4bff7f4c57e7f5b2eda453c4eeb222
Priya Kohli [Wed, 10 May 2017 12:50:43 +0000 (18:20 +0530)]
Changes for Wi-FI Scan List Pop Size
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Change-Id: Ic448acccbbebb33e5ae3c0cd625e692e93a2ef85
Michal Skorupinski [Wed, 10 May 2017 09:54:55 +0000 (11:54 +0200)]
[UI] Time/Date setup popup updated.
Change-Id: I062afc61835723bca1a3c179d705ed397e56afc7
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Radek Kintop [Wed, 10 May 2017 10:03:50 +0000 (12:03 +0200)]
Menu buttons style adjusted and custom datetime buttom style added
Change-Id: I17fe5b6930443eadc0b5c4c975127fe4b0f53286
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Abhishek Sansanwal [Wed, 10 May 2017 09:02:05 +0000 (14:32 +0530)]
Removed sorted insert in Eina_List
Description: Removed sorted insert in Eina_List because
callback by wifi_manager_foreach_found_ap is called
called in sorted order by the CAPI itself.
So there is no need to sort.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ie693b1c670528c0c2bb2a627436d5d645655664b
Kiseok Chang [Wed, 10 May 2017 08:44:05 +0000 (08:44 +0000)]
Merge "Clock view popup size fix" into tizen
Kiseok Chang [Wed, 10 May 2017 08:40:01 +0000 (08:40 +0000)]
Merge "Incorrect menu button shadow - fix" into tizen
Radek Kintop [Wed, 10 May 2017 07:14:25 +0000 (09:14 +0200)]
Clock view popup size fix
Change-Id: I84a3b4724e78e44bd6d489ce9646cb86551d61a9
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Wed, 10 May 2017 06:38:53 +0000 (08:38 +0200)]
Incorrect menu button shadow - fix
Change-Id: I7ed4dd1cf03c93581e3b9248e1f7c3ac31465a7b
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Abhishek Sansanwal [Wed, 10 May 2017 06:17:13 +0000 (11:47 +0530)]
Added fix to allow return to menu from scan list using return button
Description: On return button press when the wifi ap list
is displayed, the user is returned to the network submenu.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I5dbdd9bd471930d50aef07ba63570a6a24cb893c
Kiseok Chang [Wed, 10 May 2017 05:29:34 +0000 (05:29 +0000)]
Merge "Changes related to Buttons size and placement." into tizen
Priya Kohli [Wed, 10 May 2017 04:46:50 +0000 (10:16 +0530)]
Changes related to Buttons size and placement.
Changes related to Pop size,for image, text placement.
Indentation fix.
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Change-Id: I69139b73091593610f26c607e90b4299d89bc186
Kiseok Chang [Wed, 10 May 2017 02:38:31 +0000 (11:38 +0900)]
SVACE: memory leak fixed in Clock Mode
- previous change wasn't enough to fix svace warning
(https://review.tizen.org/gerrit/125960)
Change-Id: Ic24ed1e1ef6bbd53977a8c18e6f4ece9aae48fe4
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Wed, 10 May 2017 01:48:08 +0000 (10:48 +0900)]
Fix a error related resource name
- there happen a error when adding Resource 0.6
Change-Id: I603d4810547a8fd4d0ca781e315b32d832d5e160
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Wed, 10 May 2017 01:38:29 +0000 (01:38 +0000)]
Merge "Menu button style update - Value text size and color fixed - Shadow added" into tizen
Kiseok Chang [Wed, 10 May 2017 01:35:28 +0000 (01:35 +0000)]
Merge "Popup style fixed" into tizen
Kiseok Chang [Wed, 10 May 2017 01:34:40 +0000 (01:34 +0000)]
Merge "Custom popup styles no longer shadowing default system styles" into tizen
Kiseok Chang [Wed, 10 May 2017 01:33:23 +0000 (01:33 +0000)]
Merge "[UI] 'date' and 'time' button text styles fixed." into tizen
Kiseok Chang [Wed, 10 May 2017 01:32:14 +0000 (01:32 +0000)]
Merge "[UI] The 12/24 checkbox issue fixed." into tizen
Kiseok Chang [Wed, 10 May 2017 01:31:00 +0000 (01:31 +0000)]
Merge "[UI] Ability to change the displayed time." into tizen
Kiseok Chang [Wed, 10 May 2017 01:29:51 +0000 (01:29 +0000)]
Merge "[UI] Replacing datetime widgets with buttons." into tizen
Radek Kintop [Thu, 4 May 2017 16:48:48 +0000 (18:48 +0200)]
Generic slider code and 2button popup layout updated,
to comply with new tv theme
Change-Id: I13b6a167c83f787b90c1992c5ac70f65ce60ccfa
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Tue, 2 May 2017 15:42:01 +0000 (17:42 +0200)]
Menu button style updated and ap bg set
Change-Id: I762f05765bebd594d3f5f26f572e0623045671b2
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Radek Kintop [Tue, 2 May 2017 11:37:51 +0000 (13:37 +0200)]
Resources 0.6 added
Change-Id: I39c1a394feed1839ed526eb0b1fc402a4fa7f0b8
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Kiseok Chang [Wed, 10 May 2017 01:22:14 +0000 (01:22 +0000)]
Merge "Reset, Language and Voice Control popup views fixes" into tizen
Radek Kintop [Tue, 9 May 2017 14:28:36 +0000 (16:28 +0200)]
Menu button style update
- Value text size and color fixed
- Shadow added
Change-Id: Ic8fec3362d4e211671a02d0a36d1c6ec04e86078
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Abhishek Sansanwal [Tue, 9 May 2017 06:35:25 +0000 (12:05 +0530)]
Added fix to display the connected AP name in network submenu
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ia255e34f3d41a273e23113b8f8023a062c3a81ce
Michal Skorupinski [Mon, 8 May 2017 13:44:34 +0000 (15:44 +0200)]
[UI] 'date' and 'time' button text styles fixed.
Change-Id: Idb4f0d59bbcfd68941bc781e9246ce0222b23a55
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Mon, 8 May 2017 11:23:05 +0000 (13:23 +0200)]
[UI] The 12/24 checkbox issue fixed.
Change-Id: I3e040e78c2ece004c8168b59f8cb582cf79c26c3
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Radek Kintop [Mon, 8 May 2017 11:17:06 +0000 (13:17 +0200)]
Custom popup styles no longer shadowing default system styles
Change-Id: Ib4f346c61037fa2dd5717b2d19889f63d060994a
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
Michal Skorupinski [Fri, 28 Apr 2017 17:37:06 +0000 (19:37 +0200)]
[UI] Ability to change the displayed time.
TODO:
* The displayed time is set to system time when the 12/24 checkbox is changed.
* Style used by the buttons in the clock view.
Change-Id: I3f7060099e224ac83378ef07f73a70be94aeace3
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Michal Skorupinski [Fri, 28 Apr 2017 14:58:51 +0000 (16:58 +0200)]
[UI] Replacing datetime widgets with buttons.
TODO:
* Popup that allows to manualy setup the displayed time.
Change-Id: I95287916e42075e8ec7e274348e6d8addb82608c
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Abhishek Sansanwal [Sat, 6 May 2017 13:01:48 +0000 (18:31 +0530)]
Changes to popup in UI
Change-Id: I3a476374c243399a58fcd0c058f8a76de6805f95
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Abhishek Sansanwal [Fri, 5 May 2017 09:45:14 +0000 (15:15 +0530)]
Added fixes for NETWORK UI
Description: Fixed issues with retry button.
Fixed loading icon on connected ap and many
other small fixes.
Change-Id: Ib98b78b6a0c80d54d1b23ab05fe3d3310d904a39
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>