Kamil Nowac [Fri, 14 Oct 2016 10:34:12 +0000 (12:34 +0200)]
Fix menu tree in settings
[Issue] N/A
[Problem] Some thinks does not match menu tree tests
[Solution] Added translations, modified Autofill forms
[Verify] Menu tree in settings should match tests
Change-Id: Ifd8d7cbf20d8de75a9afd10144fc69ad4d61daae
m.kawonczyk [Wed, 12 Oct 2016 12:11:00 +0000 (14:11 +0200)]
Indicator and Notification bar not visible.
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2245
[Problem] Indicator with background wasn't visible.
[Solution] Created custom conformant that enables visible bg
in scrollable indicator mode. Added background.
[Verify] Open browser, try showing indicator (scroll down
on top of the browser). Indicator should become
visible. Scroll down again. Notification bar should
become visible.
Change-Id: Idde83c578c32b84c7ec11341058f5456c82049aa
HyeKyoung Hwang [Thu, 13 Oct 2016 09:26:19 +0000 (18:26 +0900)]
Text selection back key issue
[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-8681
[Problem] When the Back key twice select, ewk_view_text_selection_clear(m_ewkView); is return True even if the text selection was removed as to first back key
[Solution] The text selection is clear by webview
Change-Id: Id027fcb5790e530641c556889ef2639789a30bee
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
Maciej Skrzypkowski [Wed, 12 Oct 2016 14:05:39 +0000 (16:05 +0200)]
Switch WebPageUI to QuickAccess if there is no tabs
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2275
[Problem] After closing all tabs and pressing back key
empty web page was shown.
[Solution] Switch to QuickAccess and update tabs number
on tab close.
[Verify] Open few tabs, clase them, press back key
QuickAccess should be opened, tabs number should
be proper.
Change-Id: I54e45a79a010140d5abb46130771aea526425b91
HyeKyoung Hwang [Wed, 12 Oct 2016 02:27:44 +0000 (11:27 +0900)]
Change the chromium-efl ewk_header
Change-Id: Ie65399c25cf25cb8e665ed43d738c221ff9b73cd
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
m.kawonczyk [Tue, 11 Oct 2016 10:02:32 +0000 (12:02 +0200)]
Flushing memory after changing views
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2192
[Problem] Memory in cache was not flushed after being used.
[Solution] Flush cache when view is changed.
[Verify] Browser should work as normal. Memory usage should
lower.
Change-Id: I82434b765f4539b01ed070c64d8b748e7a999c0a
Maciej Skrzypkowski [Wed, 12 Oct 2016 07:49:51 +0000 (09:49 +0200)]
Removed improper usage of shared_ptr
[Issue] N/A
[Problem] Shared_ptr to this.
[Solution] Changed to raw pointer.
[Verify] Open an close few tabs.
Change-Id: Idb0a056c51322bb6569303cd18c1d6856353defd
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
Maciej Skrzypkowski [Wed, 12 Oct 2016 07:25:17 +0000 (09:25 +0200)]
fixup! Prevent memory leaks in settings and view manager
Change-Id: I1b45f15e922f464641f80a9641858fc13efdd309
Kamil Nowac [Fri, 7 Oct 2016 08:22:54 +0000 (10:22 +0200)]
Performance optimisation
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2109
[Problem] Slow launching time
[Solution] Service initialization moved afer resume callback
[Verify] Open browser. Time between first log and
resume event should be much lower than before.
Change-Id: Iab6e69844de0199bb85b810cebfe8c7d9403d99a
Maciej Skrzypkowski [Tue, 11 Oct 2016 08:57:24 +0000 (10:57 +0200)]
Prevent from connecting multiple identical signals in WebEngine
[Issue] N/A
[Problem] There was multiple connection of the same signals
which caused calling many times callbacks like
loadFinished.
[Solution] Removed connecting signals again in SimpleUI,
added check in WebEngine. Additional refactoring
in SimpleUI to simplify opening URLs and
closing views.
[Verify] Open web page, check if loadFinish, loadStop, reload,
loadStarted singals are called once during page load.
Open diffrent views and close them, browser should
work fine.
Change-Id: I744616432a8c225a5fe96f98de687a6322e9b34f
Kamil Nowac [Mon, 10 Oct 2016 06:53:11 +0000 (08:53 +0200)]
Find on page does not hide on fullscreen
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2257
[Problem] As in the title
[Solution] Added signal
[Verify] - Open youtube.com. open find on page. go to fullscreen
in portrait mode. rotate while in fullscreen to
landscape mode.
find on page should not be visible.
- turn off fullscreen mode
find on page should be visible
Change-Id: Ic6a3295ac11811fc6f2e45e5a4b30c2c51e6eb4d
Maciej Skrzypkowski [Fri, 7 Oct 2016 13:39:34 +0000 (15:39 +0200)]
Prevent small swipe gestures in TabUI
[Issue] N/A
[Problem] Sometimes clicks on tabs in TabUI were detected
as swipe gestures and tabs were deleted.
[Solution] Added additonal swipe thresholds.
[Verify] Add few tabs, check if they are deleted while
clicking and scrolling up/down, check if
swipe left/right deletes them.
Change-Id: Ib5f4d8ee868097c631ca7543b878fa0dc0e3378f
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
m.kawonczyk [Thu, 6 Oct 2016 13:44:26 +0000 (15:44 +0200)]
Prevent memory leaks in NaviframeWrapper. Remove unneded TabUI filling.
[Issue] N/A
[Problem] Evas objects where not properly deleted. TabUI was filled
twice.
[Solution] Delete evas objects.
[Verify] Browser should work as usual
Change-Id: I6a306cbdf8f4a94cab6c8b40a1ad97ded924af87
Kamil Nowac [Wed, 5 Oct 2016 08:10:49 +0000 (10:10 +0200)]
Prevent memory leaks in settings and view manager
[Issue] N/A
[Problem] Not deleted objects and no smart pointers
[Solution] Delete objects and add smart pointers
[Verify] Browser should work as usual
Change-Id: Ic432bdbd971fbac366d4fe6ae6a6442965597d52
Maciej Skrzypkowski [Wed, 5 Oct 2016 13:51:31 +0000 (15:51 +0200)]
SimpleUI::rotationType memory leak corrected
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2192
[Problem] Undeleted alocated memory
[Solution] Changed to simple variable
[Verify] Run and rotate device
Change-Id: I703960cc863b8704c72896c899df7dcb65a2ec4e
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
HyeKyoung Hwang [Fri, 7 Oct 2016 01:36:38 +0000 (10:36 +0900)]
screen not staying alive while video is playing in fullscreen after 15 secs
[ Problem ]http://suprem.sec.samsung.net/jira/browse/TSAM-6875
[ Soultion]There is no <privilege>http://tizen.org/privilege/display</privilege> So add the privilege
[ Verify ] Check the youtube.com
Change-Id: I53311aa5e57cf97f56532e69a7b5c24d586b3abd
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
m.kawonczyk [Wed, 5 Oct 2016 10:07:25 +0000 (12:07 +0200)]
Remove unused files and edc
[Issue] N/A
[Problem] Those classes are unused.
[Solution] Removed.
[Verify] Build and run.
Change-Id: Ia3d7f100698b07337b1b8fa7299d6e86d88a3cee
Maciej Skrzypkowski [Tue, 4 Oct 2016 14:06:30 +0000 (16:06 +0200)]
Remove unused classes
[Issue] N/A
[Problem] Those classes are unused.
[Solution] Removed.
[Verify] Build and run.
Change-Id: I9f347a5e3d42294cbf75079eccd26a3b285dc61d
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
Kamil Nowac [Fri, 30 Sep 2016 12:49:21 +0000 (14:49 +0200)]
Refactor popups to use the default API
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2231
[Problem] We do not use default styles
[Solution] Refactoring in popups
[Verify] Test popups described in the Issue
Popups should use default styles
Change-Id: If973eb4cfdc59cd2deda71ff8fcd5f8851a936c9
Maciej Skrzypkowski [Tue, 4 Oct 2016 08:52:40 +0000 (10:52 +0200)]
Revert deleting webview title callback
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2242
[Problem] Title was not changed
[Solution] Reverted mistakenly deleted callback in WebView
[Verify] Open few tabs, check their titles in tab manager.
Check if proper title is set while adding bookmark.
Change-Id: Idecf175f502c8fa47610a044cb847bff1a3b90f8
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
Dariusz Frankiewicz [Mon, 3 Oct 2016 13:45:03 +0000 (15:45 +0200)]
Disable "Add to Quick Access" option when page already exist on QA list.
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2088
[Problem] More menu option "Add to Quick Access" is always available,
even if page exist already in Quick Access.
[Solution] Show option only when page is not in Quick Access list.
[Verify] Open more menu on some page which is already in Quick Access
and check if option "Add to Quick Access" is hidden.
Change-Id: I71c617a4d3786ed8c7c28d69a0bff66a96e8f269
Dariusz Frankiewicz [Wed, 28 Sep 2016 14:20:12 +0000 (16:20 +0200)]
Most visited delete mode implementation
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2115
[Problem] Most visited delete mode is not implemented.
[Solution] Implement delete mode.
[Verify] Open most visited delet mode and check if it works correctly.
Change-Id: I9a423e7805c7e912ac65373e14f4af7493fb2172
m.kawonczyk [Mon, 3 Oct 2016 08:32:43 +0000 (10:32 +0200)]
The dummy button
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2222
[Problem] The dummy button is needed by webview for focus
managment.
[Solution] Add #ifdefed the dummy button feature.
[Verify] Open any webpage, dlogutil browser. Check if the
dummy button is properly focused/unfocused and if
webview focus is ok.
Change-Id: Ibc434ae269f8233c84ae0bcb1115ca2c76657cbb
Maciej Skrzypkowski [Mon, 3 Oct 2016 12:29:55 +0000 (14:29 +0200)]
Removed wrong used shared_ptrs
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2227
[Problem] Shared pointers maintained memory which was not owned
by them.
[Solution] Removed wrong usage.
[Verify] Add few bookmarks, check if browser crashes. Previously
it crashed in second try.
Change-Id: I86b14fac31d2af9ccc99e2bea209df9a1c63f4f4
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
Maciej Skrzypkowski [Mon, 3 Oct 2016 08:57:59 +0000 (10:57 +0200)]
Dimmed backward and forward buttons
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2215
[Problem] Buttons were not dimmed when there was no backward or
forward page
[Solution] Added new buttons color, added coloring buttons
based on viewed screen
[Verify] Open webpage, check buttons, go to another page
backward button should become active. Switch to
other tab, switch to secret mode, check if
buttons activate and deactivate properly.
Change-Id: I482ffb3786a7ca2aebaaaa47192190d680c643c1
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
m.kawonczyk [Fri, 30 Sep 2016 09:25:42 +0000 (11:25 +0200)]
White patch is displayed while rotating device
[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-2216
[Problem] White patch is displayed while rotating device
[Solution] Manually invoke rotation when browsing websites when
browser receives "rotate,prepared" callback from
webview.
[Verify] Open any website, rotate device. Rotation should be
smooth. Then use other views and check if rotations
works as intended.
Change-Id: I66ae5684ae70f51dc1e40da556930abb39e24ad4
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
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
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
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>
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
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
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>
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
Dariusz Frankiewicz [Thu, 22 Sep 2016 11:44:53 +0000 (13:44 +0200)]
Ifdef remaining PWA code.
Change-Id: I4fbd3889f729d3eaa4dca982beec3fa2f7370904
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>
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
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
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
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>
Maciej Skrzypkowski [Tue, 20 Sep 2016 08:50:31 +0000 (10:50 +0200)]
Merge branch 'tizen' into newux_tizen
Change-Id: I660eddacbf8bdaa7a1d442f8e951bf4cbacca721
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
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>
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>
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>
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
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
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
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
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>
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
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>
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
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
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
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
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
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
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
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>
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
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>
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
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
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
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
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
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
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
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
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
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>
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>
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
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>
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>
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>
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
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
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
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
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
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
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
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
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
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
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
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>
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>
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>
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>
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
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
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
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
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
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>
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>
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