profile/common/apps/web/browser.git
8 years agoOpen the new window -> Back key. WebView is not visible 05/90105/6
m.kawonczyk [Wed, 28 Sep 2016 09:56:12 +0000 (11:56 +0200)]
Open the new window -> Back key. WebView is not visible

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2170
[Problem]      WebView isnt visible when you open new window and
               press back key.
[Solution]     Call SwitchViewToWebPage when tab was closed.
[Verify]       Open google.com, wait untill website is fully loaded.
               Longpress on any link, click open in new tab. Press
               back button. Google should be visible.

Change-Id: Ifd511a7523ba3c424c210ccfd6843c0089f6daab

8 years agoBookmarks -> Share is not working 66/90466/1
m.kawonczyk [Fri, 30 Sep 2016 07:35:57 +0000 (09:35 +0200)]
Bookmarks -> Share is not working

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2078
[Problem]  Share in Bookmarks Manager is not working.
[Solution] Added Share functionality.
[Verify]   Try Sharing bookmark.

Change-Id: Ia7a289ba3f5b66eef03b923c63536774d5e4d3ad

8 years agoAdd User Agent selection 41/90141/4
Kamil Nowac [Wed, 28 Sep 2016 08:18:12 +0000 (10:18 +0200)]
Add User Agent selection

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2203
[Problem]  User Agent selection needed for testing
[Solution] Added view
[Verify]   Settings->Developer mode->Select user agent
           User agent string should change

Change-Id: Ia2bf5b43525e0a7588bd489515117cb92b9ff3f9

8 years agoQuick Access button 92/89692/7
Maciej Skrzypkowski [Wed, 28 Sep 2016 14:27:25 +0000 (16:27 +0200)]
Quick Access button

[Issue]    N/A
[Problem]  Wrong style of QA button
[Solution] Add new button style
[Verify]   Open quick access, add few sites, check if it's
           equal to guidelines.

Change-Id: I6540884a26fda80b27c52447cf78316c033892f9
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoFix potential memory leaks and little refactoring 83/89683/6
Kamil Nowac [Tue, 27 Sep 2016 06:04:28 +0000 (08:04 +0200)]
Fix potential memory leaks and little refactoring

[Issue]    N/A
[Problem]  Potential memory leaks
[Solution] Use smart pointers and free objects allocated
           with operator new
[Verify]   Build browser. Browser should work normally.

Change-Id: Iaca59983481ce993abe7ccf7639c08d56f63d573

8 years agoRefactoring and optimization 21/89121/2
Kamil Nowac [Mon, 19 Sep 2016 13:46:40 +0000 (15:46 +0200)]
Refactoring and optimization

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2109
[Problem]  Too slow loading time
[Solution] Refactoring
[Verify]   Open dlogutil. Open browser.
           Time between the first browser log and
           app_resume log should be shorter than
           without this change.

Change-Id: I57439f0959efbfc06910b6f3a7abe33b90b3633e

8 years agoPWA useless function and logic modify to browser code. 38/89538/1
Lim DoHyung [Mon, 26 Sep 2016 04:03:45 +0000 (13:03 +0900)]
PWA useless function and logic modify to browser code.

Change-Id: I8e164705a1825e51bf26a9a03be2f7db9b98bcac
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoRestore focus to ewk_view on load,finished 51/89451/1
m.kawonczyk [Fri, 23 Sep 2016 12:59:17 +0000 (14:59 +0200)]
Restore focus to ewk_view on load,finished

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2190
[Problem]      WebView is not getting focus by default after
               application start.
[Solution]     Call ewk_view_focus_set on load,finish callback
[Verify]       Open google.com, wait untill website is fully loaded.
               Cursor should be visible in google entry.

Change-Id: I04c6b79125c0b46b42c64621402436a4f438131a

8 years agoIfdef remaining PWA code. 91/89191/3
Dariusz Frankiewicz [Thu, 22 Sep 2016 11:44:53 +0000 (13:44 +0200)]
Ifdef remaining PWA code.

Change-Id: I4fbd3889f729d3eaa4dca982beec3fa2f7370904

8 years agoSecret mode - colors of toolbar buttons 89/88689/4
Maciej Skrzypkowski [Wed, 21 Sep 2016 10:15:25 +0000 (12:15 +0200)]
Secret mode - colors of toolbar buttons

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1897
[Problem]  There was no bright color of icons for secret mode
[Solution] Added ToolbarButton which has proper
           states for secret and normal mode
[Verify]   Switch between secret and normal mode,
           check if icons on main page change.

Change-Id: Ie84d85c882e4d3ec7683b19d5482b2ba141027a7
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoAutofill profile does not update on creation and on reset 43/89143/2
Kamil Nowac [Wed, 21 Sep 2016 13:25:08 +0000 (15:25 +0200)]
Autofill profile does not update on creation and on reset

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2046
[Problem]  As in the title
[Solution] Added signal
[Verify]   Create profile ->
           Profile name should be updated
           Reset autofill data ->
           Profile name should be updated and
           all fields of form should be cleared

Change-Id: I31786adf0a0c444c2d6459485959e8c66123cf91

8 years agoQuickAccess edit mode implementation 41/89141/2
Dariusz Frankiewicz [Tue, 20 Sep 2016 12:28:31 +0000 (14:28 +0200)]
QuickAccess edit mode implementation

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2102
           http://suprem.sec.samsung.net/jira/browse/TWF-2117
[Problem]  Editing quick access wasn't implemented.
[Solution] Implement edit mode and fix problem with X button.
[Verify]   Open quick access edit from more menu and try to
           delete some items.

Change-Id: I61990ecd076c19ad8f013fb02d9422b6a092dac4

8 years agoFix MoreMenu options for QuickAccess and MostVisited 22/89122/1
Kamil Nowac [Tue, 13 Sep 2016 08:56:06 +0000 (10:56 +0200)]
Fix MoreMenu options for QuickAccess and MostVisited

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2105
[Problem]  Bad options in context menu
[Solution] Removed bad options, added new ones
[Verify]   Open QuickAccess/MostVisited and press more menu
           Options should match guidelines

Change-Id: I94cdaeeb3b26b147ddf700f8dd6a2a40d7962aa3

8 years ago1st PWA shortcut create logic added. 03/88503/8
Lim DoHyung [Mon, 19 Sep 2016 10:48:19 +0000 (19:48 +0900)]
1st PWA shortcut create logic added.

Change-Id: I05bc23183397dc1adb04616811b9d9a387100d28
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoMerge branch 'tizen' into newux_tizen 04/88704/2
Maciej Skrzypkowski [Tue, 20 Sep 2016 08:50:31 +0000 (10:50 +0200)]
Merge branch 'tizen' into newux_tizen

Change-Id: I660eddacbf8bdaa7a1d442f8e951bf4cbacca721

8 years agoAdd favicon to tabs 09/88209/2
Kamil Nowac [Wed, 14 Sep 2016 13:37:09 +0000 (15:37 +0200)]
Add favicon to tabs

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1870
[Problem]  No favicons in tabs
[Solution] Added saving tabs to database
[Verify]   Open few tabs with opened pages
           tabs should have favicons in upper right corner

Change-Id: I67a8ae334cc7c823f5ac66376fefd619e9a83524

8 years agoRemove the Manager website data 80/88580/2
HyeKyoung Hwang [Tue, 20 Sep 2016 01:14:09 +0000 (10:14 +0900)]
Remove the Manager website data

[ Problem] http://suprem.sec.samsung.net/jira/browse/TWF-2106
[ Solution] Don't supprt the Manager website data so remove it
[ Verify] Check it in the Setting menu

Change-Id: Ie38fe2ad1c318d492b01caae93bbaf546cbb30df
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoContext menu issue 99/88099/7
HyeKyoung Hwang [Tue, 13 Sep 2016 09:18:56 +0000 (18:18 +0900)]
Context menu issue

[ Issue ] http://suprem.sec.samsung.net/jira/browse/TWF-2110
[ Problem ] There is different the UX Guide

Change-Id: I905e6fe5334710370904965b409604df9ad0bd46
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoRemove the settings->Privacy ->suggestion list 49/88449/3
HyeKyoung Hwang [Mon, 19 Sep 2016 07:22:56 +0000 (16:22 +0900)]
Remove the settings->Privacy ->suggestion list

[ Problem ] http://suprem.sec.samsung.net/jira/browse/TWF-2106
           Settings Suggestion list is not working
[Soultion] It don't support it so remove it

Change-Id: I7934a8f8847246f0ca49c6909e76633946f78dd5
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoTabs -> remove Sync open page from menu option 81/88381/2
m.kawonczyk [Fri, 16 Sep 2016 14:14:44 +0000 (16:14 +0200)]
Tabs -> remove Sync open page from menu option

[Issue]    N/A
[Problem]  Sync open page option was visible after menu key
[Solution] Remove it.
[Verify]   Open TabUI, press menu. Sync open page should not be
           visible.

Change-Id: If6cd46e2a3eaf95c14b408c3b359754bade4e974

8 years ago[Cherry-pick] Improve performance 95/88495/2
m.kawonczyk [Mon, 1 Aug 2016 08:25:16 +0000 (10:25 +0200)]
[Cherry-pick] Improve performance

[Issue]        N/A
[Problem]      Performance slowed down by 100ms.
[Solution]     Moved initialization of the download control to the
               lazy loading function.
[Verify]       Open browser and dlogutil. Check it time is improved
               and if download is working as intended.

Change-Id: Id3c898f7e2e489e26f0acae4e1f59def8f2fb64b

8 years agoAdd toast popup on bookmark removal 22/88222/3
Kamil Nowac [Thu, 15 Sep 2016 06:24:54 +0000 (08:24 +0200)]
Add toast popup on bookmark removal

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1839
[Problem]  No toast popup informing about bookmark deletion
[Solution] Added popup
[Verify]   Add bookmark and remove it
           Poopup should be shown

Change-Id: I4d41b8b50a93d99254c4e46ba0ad74460e095595

8 years agoFix swapped autofill forms fields for new ui 56/88256/3
Kamil Nowac [Thu, 15 Sep 2016 13:06:53 +0000 (15:06 +0200)]
Fix swapped autofill forms fields for new ui

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2112
[Problem]  Swapped fields
[Solution] Replaced functions
[Verify]   As in the issue

Change-Id: I56ac5506eca020a189093a84bb62be25eb154125

8 years agoSecret mode initial popup 31/88231/3
Maciej Skrzypkowski [Thu, 15 Sep 2016 09:04:57 +0000 (11:04 +0200)]
Secret mode initial popup

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1897
[Problem]      There was no popup when first time secret mode wihout
               password chosen
[Solution]     Added popup
[Verify]       delete /home/owner/apps_rw/org.tizen.browser/data/.browser.settings.db
               open browser, set secret mode without password, popup should be shown

Change-Id: Icb6d10c87fd42815b680dbd8e02f445b1b9551d3
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoFurther improvements in autofill forms 20/88020/7
Kamil Nowac [Mon, 12 Sep 2016 13:11:42 +0000 (15:11 +0200)]
Further improvements in autofill forms

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2046
[Problem]  Profile name was not updated
[Solution] Changed the way of getting the id, and
           added variable for actual name
[Verify]   Add autofill profile and save it
           It should be visible in the list
           and should be editable

Change-Id: I651e88e6292dc93e969a8690a75a59d225ffa1f0

8 years agoHide history in secret mode 02/88202/4
Maciej Skrzypkowski [Thu, 15 Sep 2016 06:53:05 +0000 (08:53 +0200)]
Hide history in secret mode

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2107
[Problem]      In Bookmarks view toolbar wasn't hide for secret mode.
[Solution]     Added hiding of toolbar
[Verify]       Open bookmarks in secret and normal mode, check if toolbar
               is properly hidden

Change-Id: I1ae6bef53733bcfc468b65fb31777c2d4b43fb67
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoSecret Mode password verification 96/87496/14
Maciej Skrzypkowski [Wed, 14 Sep 2016 10:28:25 +0000 (12:28 +0200)]
Secret Mode password verification

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1897
[Problem]  There was no option to enter secret mode with password.
[Solution] Added password confirmation and modify options.
[Verify]   Browser->Tabs->Enable Secret->Set passowrd
           exit secret mode and enter again with password
           In Tabs open Secret mode security option from context menu,
           try changing and turning off password, try turning password
           again on, check Enable secret option without password

Change-Id: If05fd27b59460e78f8340ae3427ecb5a5d19b82b

8 years agoThe Dummy Button removal 57/87557/8
m.kawonczyk [Thu, 8 Sep 2016 13:05:59 +0000 (15:05 +0200)]
The Dummy Button removal

[Issue]        N/A
[Problem]      WebView team managed to extract Evas_Object from
               ewk_view smart object. This object can be focused
               and unfocused, so The Dummy Button - proxy widget is
               not needed anymore
[Solution]     Delete The Dummy Button, add support for extracted
               Evas_Object.
[Verify]       Open any website, check if focus is working as
               intended.

Change-Id: Ie2ea78ce536aebb64d802401ae767d672544a70c

8 years agoFix save content on sd card removal 69/88069/4
Kamil Nowac [Tue, 13 Sep 2016 07:33:56 +0000 (09:33 +0200)]
Fix save content on sd card removal

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2108
[Problem]  Popup does not close
[Solution] Close popup on sdcard removal signal
           Disable option on genlist population
[Verify]   Open save content popup -> remove sd card
           Popup should close

Change-Id: I83280a4ff5b85ef1a10ff874d039d21befe4cb68

8 years agoHide UI when in fullscreen mode 43/87543/7
Kamil Nowac [Thu, 8 Sep 2016 12:06:37 +0000 (14:06 +0200)]
Hide UI when in fullscreen mode

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2076
[Problem]  UI visible in fullscreen mode
[Solution] Hide UI
[Verify]   Open any movie on youtube in fullscreen mode
           UI should hide.

Change-Id: Ie0598ca9e45dacc1c0ca5cf3e5dc3e0846a6657b

8 years agoAdd http prefix to quickaccess url and remove it from title. 23/88023/3
Dariusz Frankiewicz [Mon, 12 Sep 2016 13:59:46 +0000 (15:59 +0200)]
Add http prefix to quickaccess url and remove it from title.

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2098
[Problem]  Manually added url without http prefix cannot be loaded.
[Solution] Add http prefix to url in quickaccess. Also removed this
           prefix from label on quickaccess items.
[Verify]   Add some page witout http and try to load it.

Change-Id: I9d1e50799d296a0c24e9d99240ca75d5a5d3a3e5

8 years agoFix current page selection in Settings Homepage 22/87722/6
Kamil Nowac [Fri, 9 Sep 2016 07:56:46 +0000 (09:56 +0200)]
Fix current page selection in Settings Homepage

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2079
[Problem]  As in the task
[Solution] Added comparison between current page and selected
[Verify]   Settings -> Homepage -> Select the Current page ->
           -> Back key -> Homepage
           Current page should be selected

Change-Id: I8dd37678bd9c529ca0b13f330e7571f2422c4605

8 years agoFix opening of the new page 62/87762/3
Kamil Nowac [Fri, 9 Sep 2016 09:26:51 +0000 (11:26 +0200)]
Fix opening of the new page

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2077
[Problem]  Always goes to quick access
[Solution] open page based on selected homepage
[Verify]   Select options from Settings Homepage ->
           Open new tab.
           Should open view according to the previous
           selection

Change-Id: I607f82749d02216d961cf60ba74f6106438109e7

8 years agoFix the tranlsation issue (po file) 71/87971/1
HyeKyoung Hwang [Mon, 12 Sep 2016 10:44:33 +0000 (19:44 +0900)]
Fix the tranlsation issue (po file)

[ Issue ] http://suprem.sec.samsung.net/jira/browse/TWF-209
[ Problem ] There is missing .po file, so it dislay by "IDS_"

Change-Id: I4b74865f8cdc2b8f97dfcdaac8afaed2d3d1a5e1
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoProgressive web app launching mechanism 45/86945/9
Dariusz Frankiewicz [Mon, 5 Sep 2016 14:08:26 +0000 (16:08 +0200)]
Progressive web app launching mechanism

[Issue]    N/A
[Problem]  Not implemented PWA launching
[Solution] Implement launching browser when browser_shortcut:// url prefix
           is passed by app_control. Implement PWA parameters parsing and
           launching browser with fullscreen webpage and with locked rotation.
[Verify]   Browser should launch by PWA shortct icon.

Change-Id: Ib4a95128ffd82cfa10358ad08dd9e102173a8867

8 years agoelm_access_info_set() is not public API. 66/87766/3
HyeKyoung Hwang [Fri, 9 Sep 2016 09:53:43 +0000 (18:53 +0900)]
elm_access_info_set() is not public API.
So change to public API by  elm_atspi_accessible_name_set

Change-Id: I79de78a6f8ff659bb079092982d2f7ad66c3b378
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoImplement adding and editing quick access items. 85/87585/2
Dariusz Frankiewicz [Thu, 8 Sep 2016 16:19:42 +0000 (18:19 +0200)]
Implement adding and editing quick access items.

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1800
[Problem]  There is no posiibility to add and edit quick access items.
[Solution] Implement missing functionallity.
[Verify]   Try to add some quica acces items and remove them.

Change-Id: I8b1dc6a7a9125e2f1ff8190f1d7153101829edac

8 years agoAdd images needed for QuickAccess 16/87716/2
m.kawonczyk [Fri, 9 Sep 2016 07:33:20 +0000 (09:33 +0200)]
Add images needed for QuickAccess

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1800
[Problem]  There is no images needed by QuickAccess
[Solution] Add those images to images_mob folder
[Verify]   Open QuickAccess, check if everything works as
           intended.

Change-Id: I2db49051f0948c2501f7eeb94b2eedfe055b054e

8 years agoCorrect translation machanism in Settings 50/87350/3
Kamil Nowac [Wed, 7 Sep 2016 12:07:35 +0000 (14:07 +0200)]
Correct translation machanism in Settings

[Issue]    N/A
[Problem]  Bad mechanism
[Solution] Corrected mechanism
[Verify]   Open settings. Homepage should be
           translated.

Change-Id: I455cf3d54b1b04559cf7fb99efc87f516b7c25c2

8 years agoAutofill create fix 41/87341/4
Kamil Nowac [Wed, 7 Sep 2016 11:13:17 +0000 (13:13 +0200)]
Autofill create fix

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-2046
[Problem]  Not visible view
[Solution] Changed edj location and some other
           small changes
[Verify]   Go to the Autofill forms create list
           It should be visible

Change-Id: Ie74430bef4a29d316c58becf20ddc4b541d02fe7

8 years agoHide bottom bar on IME open event 18/86718/6
Kamil Nowac [Tue, 6 Sep 2016 13:29:33 +0000 (15:29 +0200)]
Hide bottom bar on IME open event

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1799
[Problem]  Bottom bar is always shown
[Solution] Added hide event
[Verify]   Open IME -> bottom bar should be invisible
           Close IME ->  bottom bar should be visible

Change-Id: Id39347c0d0ba24920c758fcd2b9482956a93d9df

8 years agoTab Manager -> Close all is not working 74/87074/3
m.kawonczyk [Tue, 6 Sep 2016 08:05:48 +0000 (10:05 +0200)]
Tab Manager -> Close all is not working

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-2045
[Problem]      Gengrid items where not deleted.
[Solution]     Delete gengrid items, update gengrid.
[Verify]       Open tabs, press close all.

Change-Id: Ia3ddbff7c70bcb224d68e15b19921dce8c3fbe99

8 years ago[Porting_2.4_UI_to_3.0] TabUI - secret mode items style 38/86938/3
m.kawonczyk [Mon, 5 Sep 2016 13:42:27 +0000 (15:42 +0200)]
[Porting_2.4_UI_to_3.0] TabUI - secret mode items style

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1897
[Problem]      Tab items didn't change colors when secret mode was
               enabled.
[Solution]     Add realized callback, added new descriptions in edc.
[Verify]       Open tab manager in secret mode, add tabs. Check if
               everything works as intended.

Change-Id: If29c50ee9d0036e6bcb7ea637ffc3a0473f6cced

8 years agoAdd naviframe-like style to Settings 16/86416/5
Kamil Nowac [Wed, 31 Aug 2016 11:17:04 +0000 (13:17 +0200)]
Add naviframe-like style to Settings

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1811
[Problem]  Old style
[Solution] Added naviframe-like style
[Verify]   Style should match guidelines

Change-Id: I62ae9859c1171e3e9eaca740b4e5d3a08e117a43

8 years agoSecret mode improvements 23/86323/5
Maciej Skrzypkowski [Fri, 2 Sep 2016 14:35:16 +0000 (16:35 +0200)]
Secret mode improvements

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1897
[Problem]  No "3.2.1 Secret mode initial view", no "3.2.4 Create
           password view", no support for passwords in database.
[Solution] Added secret mode initial view, create password view
           and database support.
[Verify]   Enable Secret mode, check if every view is working
           correctly and if database remembers what option was
           chosen.

Change-Id: I828a26891fad42d7205863dd9f5590d68c630085

8 years agoImplement the APP_CONTROL_OPERATION_SEARCH 20/86220/5
HyeKyoung Hwang [Wed, 31 Aug 2016 06:33:25 +0000 (15:33 +0900)]
Implement the APP_CONTROL_OPERATION_SEARCH

[ Issue ] http://suprem.sec.samsung.net/jira/browse/TSAM-6853
[ Problme ] There is no implement the APP_CONTROL_OPERATION_SEARCH
[ Solution ] Implement the APP_CONTROL_OPERATION_SEARCH

Change-Id: I11aa276769f72d1f7935a742e067b2ab90684401
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoInitial secret mode implementation 09/85909/8
Maciej Skrzypkowski [Wed, 31 Aug 2016 13:11:02 +0000 (15:11 +0200)]
Initial secret mode implementation

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1897
[Problem]  No secret mode
[Solution] Added secret mode switch in TabUI, added two list of
           tabs in WebEngineService, changed colors in WebPageUI
[Verify]   Open few tabs, switch to secret mode in tab manager, open
           few tabs in secret mode, switch again to normal mode,
           check if previous tabs list appear.

Change-Id: I82a143428275416ca381b9b868245e25a181dc07
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoAdd history removal 95/85695/5
Kamil Nowac [Fri, 26 Aug 2016 13:06:49 +0000 (15:06 +0200)]
Add history removal

[Issue]    N/A
[Problem]  No history removal
[Solution] Feature added
[Verify]   Open history-> History should load.
           Open remove mode with context menu
           Select elements and remove them ->
           After browser restart should be no
           removed elements.

Change-Id: I42985c8d64b0014230a84030c179762516fbbae5

8 years agoImplement the Mobile View / Desktop View 58/85758/5
HyeKyoung Hwang [Mon, 29 Aug 2016 04:35:25 +0000 (13:35 +0900)]
Implement the Mobile View / Desktop View

[ Issue ] http://suprem.sec.samsung.net/jira/browse/TWF-1993
[ Problem ] There is no implmenet
[ Solution ] Implement the Mobile View / Desktop view

Change-Id: I7ce4999d30e76a4c3267b44a25078e1467990869
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoImplement the Share menu 25/85225/4
HyeKyoung Hwang [Wed, 24 Aug 2016 08:08:14 +0000 (17:08 +0900)]
Implement the Share menu

[ Issue ] http://suprem.sec.samsung.net/jira/browse/TWF-1978
[ Problem ] The share menu is not working
[ Solution ] Implement the share menu

Change-Id: Ie3df8d04fa2fd1d6e542548f631e9a7ff885f627
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoAdd the text selection menu in the Link Text 81/84481/2
HyeKyoung Hwang [Fri, 19 Aug 2016 02:54:50 +0000 (11:54 +0900)]
Add the text selection menu in the Link Text

[ Issue ] http://suprem.sec.samsung.net/jira/browse/MPR-738
[ Problem ] There is no text selection menu
[ Soultion ] Add the text selection menu

Change-Id: I1a44cba3b9830419f10465b018af269de2f75d8b
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoLanding page new UI improvement. 87/85687/4
Dariusz Frankiewicz [Wed, 24 Aug 2016 07:47:08 +0000 (09:47 +0200)]
Landing page new UI improvement.

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1800
[Problem]  Quick access and most visited elements didn't have
           any spacing between them.
[Solution] Implement some visual changes to those views.
[Verify]   Launch browser and check if elements have spacing.

Change-Id: Ia902e049e9fa5d68e4e95a2c27ba7f87f171d26d

8 years agoLanding Page code cleaning 17/85217/3
Dariusz Frankiewicz [Tue, 23 Aug 2016 14:48:02 +0000 (16:48 +0200)]
Landing Page code cleaning

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1800
[Problem]  There was some unused code.
[Solution] Refactored and removed some unused code.
[Verify]   Launch browser, behavior should stay unchanged.

Change-Id: Ia8c41b74b11ed88a3c1a9c3321fe500402aab6e6

8 years agoInitial History Manager implementation 28/85028/4
Kamil Nowac [Wed, 17 Aug 2016 06:19:57 +0000 (08:19 +0200)]
Initial History Manager implementation

[Issue]    N/A
[Problem]  No History Manager implementation
[Solution] Added initial implementation
[Verify]   Open few pages. Go to History manager.
           History should be visible and should enter
           a page after click on the history item.

Change-Id: I354e25f084ae4a64ff0327802e0caeb9dbf15a0f

8 years agoSave content location 55/83555/6
Kamil Nowac [Thu, 11 Aug 2016 13:21:17 +0000 (15:21 +0200)]
Save content location

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1811
[Problem]  Cannot select content's save location
[Solution] Added functionality
[Verify]   1. Settings->Advanced->insert sd card
           save content should not be dimmed
           2. remove sd card
           save content should be dimmed
           3. select device option from save content popup
           and try to download content
           Download provider should start. If device is selected
           content should be saved on the device memory. If the
           sd card is selected download provider should start but
           currently it cannot save data. Needs check if it is
           browser or download provider issue.

Change-Id: I562046cd1a882916cfadce236f11b1669a965f8b

8 years agoAdd C++14 support 54/84054/4
Kamil Nowac [Tue, 16 Aug 2016 09:41:10 +0000 (11:41 +0200)]
Add C++14 support

[Issue]    N/A
[Problem]  No C++14 support
[Solution] Added compiler flag
[Verify]   Build repo

Change-Id: I81f3af264a317e7da25beac985a390e16ba7de19

8 years agoSecure icon highlight, URL protocol hide 97/82997/5
Maciej Skrzypkowski [Thu, 11 Aug 2016 08:52:06 +0000 (10:52 +0200)]
Secure icon highlight, URL protocol hide

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1840
[Problem]  There was no highlight of uri entry button, uri protocol
           was shown
[Solution] added blue highlight and parsing uri to cut protocol
[Verify]   Check buttons highliht, click on uri entry, check
           is protocol is shown only in edit mode

Change-Id: I3acf2298d26099e03b570c03ebb220fc6a25a3df

8 years agoAdding NaviframeWrapper to BookmarkManager 27/83527/2
m.kawonczyk [Thu, 11 Aug 2016 11:06:09 +0000 (13:06 +0200)]
Adding NaviframeWrapper to BookmarkManager

[Issue]        [N/A]
[Problem]      NaviframeWrapper was not used in BookmarkManagerUI.
[Solution]     Add NaviframeWrapper support
[Verify]       Open Bookmarks, check if everything works as before.

Change-Id: I4c59f9d171049ea8a9c70a010f52dc71a510a10d

8 years ago[Porting_2.4_UI_to_3.0] BookmarkManager - genlist item styles 96/83496/5
m.kawonczyk [Thu, 11 Aug 2016 08:29:40 +0000 (10:29 +0200)]
[Porting_2.4_UI_to_3.0] BookmarkManager - genlist item styles

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1798
[Problem]      Favicon is too close to the text. There was no
               support for private bookmark items style.
[Solution]     Change content_get function, added realized callback.
[Verify]       Open bookmark manager. To check private icon you
               need to change code as private bookmarks are not
               supported yet.

Change-Id: I9a7e53da7bf4710dfef22bad505125b0a9d51468

8 years ago[Porting_2.4_UI_to_3.0] Tab Manager - delete tab with horizontal swipe 88/82988/5
m.kawonczyk [Mon, 8 Aug 2016 12:00:56 +0000 (14:00 +0200)]
[Porting_2.4_UI_to_3.0] Tab Manager - delete tab with horizontal swipe

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1869
[Problem]      Tab was not deleted when it was swiped.
[Solution]     Add gesture layer to genlist item.
[Verify]       Open tab manager. Try removing item with horizontal
               swipe.

Change-Id: I282b32f16e45e8c455fe57ec1b7d04e5f037b456

8 years agoImprove Settings HomePage selection 33/83133/10
Kamil Nowac [Tue, 9 Aug 2016 07:38:23 +0000 (09:38 +0200)]
Improve Settings HomePage selection

[Issue]    N/A
[Problem]  HomePage selection does nto work
[Solution] Connected signals, added functionality
[Verify]   Open Settings HomePage selection ->
           Choose any option -> Go back to landing page ->
           click home page button
           Click should direct to the option selected
           in settings.

Change-Id: I2a7f53f63c53e5d7d1590725fa1057464cfb3e23

8 years ago[Porting_2.4_UI_to_3.0] Tab Manager - Add left and right padding 82/83182/2
m.kawonczyk [Tue, 9 Aug 2016 09:45:27 +0000 (11:45 +0200)]
[Porting_2.4_UI_to_3.0] Tab Manager - Add left and right padding

    [Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1877
    [Problem]      Bottom buttons didn't have proper margins.
    [Solution]     Create layout with margins and add them to BottomBar
                   in NaviframeWrapper.
    [Verify]       Open tab manager. Check if bottom buttons have proper
                   margins.

Change-Id: Ia4050730e762959ab3e97353de09569feed5b30a

8 years agoChange the ar.po file 44/83344/1
HyeKyoung Hwang [Wed, 10 Aug 2016 07:54:51 +0000 (16:54 +0900)]
Change the ar.po file

Change-Id: I44e7a37d57dbc774cb31fc4b8287559538af801b
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoPWA homescreen data transmit to added. 46/83146/5
Lim DoHyung [Tue, 9 Aug 2016 09:18:29 +0000 (18:18 +0900)]
PWA homescreen data transmit to added.

Change-Id: Ie2dc16407245b7a0f1ccca6f74945a8bf4865b36
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoChange the STMS po file 74/83274/1
HyeKyoung Hwang [Wed, 10 Aug 2016 02:14:18 +0000 (11:14 +0900)]
Change the STMS  po file

Change-Id: Iad72d1898d269bfae2efd0b36632b31eb9ff04ae
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoChange the mirroring build server 66/83266/1
HyeKyoung Hwang [Wed, 10 Aug 2016 01:26:27 +0000 (10:26 +0900)]
Change the mirroring build server

Change-Id: If5befeb3525de9941a5ed924abd76605ec73c0c1
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoSearch Engine implementation 71/82971/3
Kamil Nowac [Mon, 8 Aug 2016 10:16:20 +0000 (12:16 +0200)]
Search Engine implementation

[Issue]    N/A
[Problem]  No possibility to choose search engine
[Solution] Connected implementation with settings
[Verify]   Open settings -> choose search engine ->
           type anything in url bar
           browser should run selected search engine

Change-Id: Ia306444be274158dfa97abc42a8de7e93b2800b9

8 years agoFurther improvements in Settings 64/82764/7
Kamil Nowac [Thu, 4 Aug 2016 13:20:03 +0000 (15:20 +0200)]
Further improvements in Settings

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1811
[Problem]  No translations, no saving of storage location,
           no saving of default search engine
[Solution] Added features
[Verify]   Go to settings. Strings should be translated,
           storage location and default search engine
           should be saved in database and remembered
           after restart (but only visual functionality
           has been implemented)

Change-Id: I0f1be9b05634c15419da75d330be5525c1991fbc

8 years ago[Porting_2.4_UI_to_3.0] Tab Manager UI 58/82758/7
m.kawonczyk [Fri, 5 Aug 2016 12:57:36 +0000 (14:57 +0200)]
[Porting_2.4_UI_to_3.0] Tab Manager UI

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1871
[Problem]      Old UI.
[Solution]     Create new UI.
[Verify]       Open tab manager. Try adding, removing and rotating.

Change-Id: I793a348efcf6744643870f33ae7ae1c44d6ac4e5

8 years ago[Porting_2.4_UI_to_3.0] Single Select Folder 55/82155/9
m.kawonczyk [Mon, 1 Aug 2016 10:26:37 +0000 (12:26 +0200)]
[Porting_2.4_UI_to_3.0] Single Select Folder

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1847
[Problem]      Old UI.
[Solution]     Create new UI.
[Verify]       Open browser, Add Bookmark, Click on Folder. Choose
               folder and press DONE. Go to Bookmark Manager and
               edit bookmark changing folder.

Change-Id: I999ba3aad5d0b951ba947386324570b742730e09

8 years agoFix radio buttons usage in Settings 10/82510/7
Kamil Nowac [Wed, 3 Aug 2016 12:51:21 +0000 (14:51 +0200)]
Fix radio buttons usage in Settings

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1811
[Problem]  Radio buttons didn't work
[Solution] Corrected usage
[Verify]   Open Settings -> Home page
           Radio button should work
           Remarks! no functionalities yet

Change-Id: I881822d61a294d09fafa7576fa47685b8177cd2e

8 years agoURI right icon circle blue highlight 67/82767/3
Maciej Skrzypkowski [Mon, 8 Aug 2016 07:29:03 +0000 (09:29 +0200)]
URI right icon circle blue highlight

[Issue]     http://suprem.sec.samsung.net/jira/browse/TWF-1797
[Problem]   There was wrong highlight for right icon.
[Solution]  Added custom button with proper highlight
[Verify]    Open web page, check refresh/stop button. Tap on URI entry
            check if cancel button works.

Change-Id: I402fb11234bfde5ad9abf2a845623694bf811c84
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoCreate test function & data for WPA 51/82451/11
min7.choi [Wed, 3 Aug 2016 10:41:57 +0000 (19:41 +0900)]
Create test function & data for WPA

Change-Id: Ifb1322b3358a021df49ffad85d6445f73b66d91e
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoAdd RadioPopup and connect Settings signals 46/82246/2
Kamil Nowac [Tue, 2 Aug 2016 07:28:22 +0000 (09:28 +0200)]
Add RadioPopup and connect Settings signals

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1811
[Problem]  Not connected signals and no popup
[Solution] Both addded
[Verify]   Build check if checkboxes work and RadioPopup shows
           after Default Search Engine shows

Change-Id: I55c84849bcb9d4b42b51e1a379af1a498c7591d8

8 years agoPWA enum value added and log delete. 32/82432/1
Lim DoHyung [Wed, 3 Aug 2016 09:10:35 +0000 (18:10 +0900)]
PWA enum value added and log delete.

Change-Id: I752c328f1d837ad8e160b29a3b11a76ad4d0f82a
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoWPA test code added that log input. 48/82348/1
Lim DoHyung [Wed, 3 Aug 2016 04:43:41 +0000 (13:43 +0900)]
WPA test code added that log input.

Change-Id: I961beb5afcf1b85271652c20986ad92a0b328467
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoBottom bar buttons, landscape mode 92/82092/2
Maciej Skrzypkowski [Fri, 29 Jul 2016 12:29:46 +0000 (14:29 +0200)]
Bottom bar buttons, landscape mode

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1797
[Problem]  navigation button weren't properly positioned in landscape mode
[Solution] added program for landscape view
[Verify]   Run browser, check buttons positions in landscape mode

Change-Id: I49da3ab802228d8d411c0e5210e3323caf29ef6a
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoRemove of More Menu 48/81848/3
Maciej Skrzypkowski [Thu, 28 Jul 2016 15:33:38 +0000 (17:33 +0200)]
Remove of More Menu

[Issue]    N/A
[Problem]  There is no more menu in new UI
[Solution] Removed
[Verify]   Build and run

Change-Id: I2b2a84a9369d35d297d200eb8add05bd7df057fb
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoMobileEntryUnfocused was called twice 47/81847/4
m.kawonczyk [Thu, 28 Jul 2016 15:14:24 +0000 (17:14 +0200)]
MobileEntryUnfocused was called twice

[Issue]        N/A
[Problem]      Mobile entry unfocused method was called twice.
[Solution]     Delete unneeded call.
[Verify]       Open browser and dlogutil. Entry entry and leave it.

Change-Id: Icd03636c0a0d635a45f2b881214361515cab32fd

8 years ago[Porting_2.4_UI_to_3.0] History button in BookmarkManager. Refactoring 06/81806/3
m.kawonczyk [Thu, 28 Jul 2016 11:41:30 +0000 (13:41 +0200)]
[Porting_2.4_UI_to_3.0] History button in BookmarkManager. Refactoring

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1797
[Problem]      Old UI. Dead code
[Solution]     Create new UI. Delete dead code.
[Verify]       Open browser, go to Bookmark Manager and try
               opening History.

Change-Id: I0db464074b20214fee298f5172a31a364bfdc160

8 years agoMerge branch 'tizen' 1.6.4 into newux_tizen 26/81926/1
Maciej Skrzypkowski [Fri, 29 Jul 2016 08:26:59 +0000 (10:26 +0200)]
Merge branch 'tizen' 1.6.4 into newux_tizen

Conflicts:
manifest.xml.in.mb

Change-Id: Ib7b510440893179917d87484d4b64e1da19f5f23

8 years ago[Porting_2.4_UI_to_3.0] Bookmark Flow UI 43/81443/6
m.kawonczyk [Tue, 26 Jul 2016 08:28:17 +0000 (10:28 +0200)]
[Porting_2.4_UI_to_3.0] Bookmark Flow UI

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1827
[Problem]      Old UI
[Solution]     Create new UI
[Verify]       Open browser and try adding/removing/editing
               bookmarks.

Change-Id: I9c5ac5550603425439457237a7e74d13449a4cb6

8 years agoURI bar icons improvement 48/81648/5
Maciej Skrzypkowski [Thu, 28 Jul 2016 14:12:40 +0000 (16:12 +0200)]
URI bar icons improvement

[Issue]    N/A
[Problem]  Wrong icons were displayed on URI entry.
[Solution] Improved showing reload, stop loading, secure,
           unsecure icons.
[Verify]   Browse secure and unsecure pages check if icons are
           properly displayed.

Change-Id: Ib24f6343180f6829e49393bcca3d62ae5f8bf759
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agoInitial new SettingsUI Implementation 95/80995/12
Kamil Nowac [Fri, 22 Jul 2016 12:50:30 +0000 (14:50 +0200)]
Initial new SettingsUI Implementation

[Issue]    http://suprem.sec.samsung.net/jira/browse/TWF-1811
[Problem]  Old UI
[Solution] New UI
[Verify]   Build. Open few views in settings.

Change-Id: I02875d7640c520a2fc76c22a0bfad0d418eea7b2

8 years agoadd to homescreen button, move to Shortcut calling. 02/81602/2
Lim DoHyung [Wed, 27 Jul 2016 08:24:43 +0000 (17:24 +0900)]
add to homescreen button, move to Shortcut calling.

Change-Id: Iacf6dff62491670e6a1b690d748a4f93074d3822
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoFix build Error 59/81559/2
HyeKyoung Hwang [Wed, 27 Jul 2016 05:13:14 +0000 (14:13 +0900)]
Fix build Error

Change-Id: I755415df86406441c201fcc5b48d51122ba0698a
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoAdd the add to homescreen popup 92/81592/1
min7.choi [Wed, 27 Jul 2016 07:52:46 +0000 (16:52 +0900)]
Add the add to homescreen popup

Change-Id: Ie10294cd4fde68620f6736875ebf58dd61aeb2e7
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years ago[Porting_2.4_UI_to_3.0] Bookmark Manager 56/79656/11
m.kawonczyk [Tue, 19 Jul 2016 09:44:36 +0000 (11:44 +0200)]
[Porting_2.4_UI_to_3.0] Bookmark Manager

[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1797
[Problem]      There are no context menu shown on menu pressed.
[Solution]     Create and show context menu.
[Verify]       Open browser and check every if correct context
               menu is visible (check guidelines).

Change-Id: I820065c344c41e5e3917c5b2fcb5f0c917bfb34e

8 years agoNew look of WebPageUI 39/81039/8
Maciej Skrzypkowski [Tue, 26 Jul 2016 14:46:47 +0000 (16:46 +0200)]
New look of WebPageUI

Change-Id: Iab5a6508793f86cea113a479ac3fce0648cf7d84
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
8 years agotest code input for WPA. add to previlege and shortcut API data. 96/81396/2
Lim DoHyung [Tue, 26 Jul 2016 04:27:34 +0000 (13:27 +0900)]
test code input for WPA. add to previlege and shortcut API data.

# commit format
[Issue]  WPA test dummy code added.
[Verify] Launch the browser and when you WPA value control, as possible for create shortcut icon.

Change-Id: I525b79f48f6b3c355968582effd35364bb265b01
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
8 years agoRelease 1.6.4 42/81242/2 accepted/tizen_mobile accepted/tizen/common/20160725.153819 accepted/tizen/mobile/20160725.064945 submit/tizen_common/20160725.041726 submit/tizen_common/20160921.142650 submit/tizen_mobile/20160725.041719
HyeKyoung Hwang [Mon, 25 Jul 2016 04:08:59 +0000 (13:08 +0900)]
Release 1.6.4

Change-Id: I0f8b3dd16f610239123675e42005b9cb110e02c2
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoWhen the Savelink download, 2 times download 41/81241/2
HyeKyoung Hwang [Mon, 25 Jul 2016 03:53:43 +0000 (12:53 +0900)]
When the Savelink download, 2 times download

[ Problem] launch_download_app is called  twice in the _download_request_cb
[Solution] Remove the unnecessary _download_request_cb()
[Verify] Check the Savelink

Change-Id: Ib794bb7e326d5a39890fbe134c93043e4490db7c
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Porting_2.4_UI_to_3.0] Landing page new UI initial implementation. 60/81160/3
Dariusz Frankiewicz [Mon, 23 May 2016 07:19:03 +0000 (09:19 +0200)]
[Porting_2.4_UI_to_3.0] Landing page new UI initial implementation.

Change-Id: Ia0fd72b4baa96fdc4e4b33e910c335622777ef08

8 years agoFix crash while downloading items after navigating back. 96/80696/3 accepted/tizen/common/20160722.135357 accepted/tizen/mobile/20160724.043135 submit/tizen_common/20160722.092049 submit/tizen_mobile/20160722.092040
Dariusz Frankiewicz [Tue, 19 Jul 2016 12:24:47 +0000 (14:24 +0200)]
Fix crash while downloading items after navigating back.

[Issue]    n/a
[Problem]  While we're navigating back and close webview then crash
           happens when we try to download some items.
[Cause]    Webview context was null after close tab because of bad this
           assignment.
[Solution] Move implementation of download request from webview to
           webengine service.
[Verify]   Open image from context menu in new tab, close this tab by back
           key and next try to download this image from origin page.

Change-Id: I0498a1ecfd0ff47f0fb3ebc23da18d54aba223fe

8 years agoRlease 1.6.3 41/81141/1 submit/tizen_common/20160722.085324 submit/tizen_mobile/20160722.085316
HyeKyoung Hwang [Fri, 22 Jul 2016 08:49:25 +0000 (17:49 +0900)]
Rlease 1.6.3

Change-Id: Ifa4880fb2d7effefb465553a495ae9b067f7798b
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoCan not open image with internet in SD Card 28/81128/2
HyeKyoung Hwang [Fri, 22 Jul 2016 07:51:42 +0000 (16:51 +0900)]
Can not open image with internet in SD Card

[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-6639
[Problem]Browser don't have the privilege for SD Card
[Soulution] Add the privilege http://tizen.org/privilege/externalstorage
[Verify ] Check the open the image in the SD Card

Change-Id: I5c3c1bca9e70948dda79ab365bd0f38e01221247
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years ago[Porting_2.4_UI_to_3.0] Context Menu 55/79655/4
m.kawonczyk [Fri, 20 May 2016 15:25:10 +0000 (17:25 +0200)]
[Porting_2.4_UI_to_3.0] Context Menu

[Issue]        N/A
[Problem]      There are no context menu shown on menu pressed.
[Solution]     Create and show context menu.
[Verify]       Open browser and check every if correct context
               menu is visible (check guidelines)

Change-Id: I0d2fe89ee16b9f6fdfebadf2fc2bd47e2916dc32

8 years agoMerge branch 'tizen' release 1.6.1 into newux_tizen 86/80486/1
Maciej Skrzypkowski [Mon, 18 Jul 2016 08:33:48 +0000 (10:33 +0200)]
Merge branch 'tizen' release 1.6.1 into newux_tizen

Change-Id: I1f1dadf0fdcc0107f56a0dbaa5a901d2f97f4d77

8 years agoRelease 1.6.2 85/80385/1 accepted/tizen/common/20160718.160534 accepted/tizen/mobile/20160718.105324 submit/tizen_common/20160718.015816 submit/tizen_mobile/20160718.015805
HyeKyoung Hwang [Mon, 18 Jul 2016 01:19:36 +0000 (10:19 +0900)]
Release 1.6.2

Change-Id: Id0aab55ba8966f072402146e0e5919b171569267
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
8 years agoFix regresion made by SVACE 83651 51/79651/3
m.kawonczyk [Tue, 12 Jul 2016 07:42:00 +0000 (09:42 +0200)]
Fix regresion made by SVACE 83651

[Issue]    N/A
[Problem]  Tab did not update screenshot after load,finished.
[Solution] Call function omited after SVACE.
[Verify]   Open website, go to tabs to see temporary screenshot.
           Go back to website, wait until it finished loading and
           go to tabs. Screenshot should be updated.

Change-Id: If1c778183cc66946bcefe0c4f651b178cb8b281c