summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update French translationsPaul Kocialkowski2015-12-291-0/+2
| | | | | | | | | | Change-Id: I7d0603c6a295e91e89ff27e244abbd8eae691864 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Show search suggestions only when enabled in preferencesPaul Kocialkowski2015-12-295-1/+22
|/ | | | | Change-Id: I6d6cd753f1bdffa6aecd078db62b1bbc08e95aa7 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Automatic translation importMichael Bestas2015-12-2516-0/+432
| | | | Change-Id: I59d79d6e90872e4786d41fce457d4c0b9b48400c
* Update leanback banner to new browser icondhacker292015-11-211-0/+0
| | | | Change-Id: Ie51af9a7e006e893918ba95eb26bdae1583ba4f9
* Browser: update UIjrizzoli2015-11-07221-640/+560
| | | | | | | | | | | | | | | | | | | * Res - Rename (#themersgottahate) - Vectors - Card-Tabs - CleanUp * Interface - Longpress fab to open incognito tab - New icon - Better urlbar - Fix tab animations - Remap PieControl * Features - Immersive mode (replace jb fullscreen) Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Browser: add DuckDuckGo search engine to ES localeKra1o52015-11-071-0/+1
| | | | Change-Id: I50832fccbfabc7486a18eba31f37e1487c2f4710
* Browser: add duckduckgo search engine to DE localeMrcl14502015-11-071-0/+1
| | | | | Change-Id: I7c6e80f1f680198fabcd540f6793bae83e5dec76 Signed-off-by: Mrcl1450 <marcelo-fil@outlook.com>
* Automatic translation importMichael Bestas2015-11-071-1/+1
| | | | Change-Id: Ia7eb761ba7a8c55ebc62877e0c97c2a234c535dd
* Automatic translation importMichael Bestas2015-11-071-1/+1
| | | | Change-Id: Ic53e1f81d9d2f87584d89d1fb7d62b439db6fce1
* Revert "Fix the smart search pattern."Jorge Ruesga2015-11-071-1/+1
| | | | | | | | | | | | This reverts commit 3338525823c59867e173c2c65cfed81b6db5c166. This commit breaks many protocol handlers, basically any that use an email or login (like mailto). JIRA: CML-116 Change-Id: Ifb19612bb470e7dbb45128c81fd7cd136c417d2b (cherry picked from commit 3db546f1788b06d2e86502a0956cde5cbbc5b11b)
* Make Browser useable in Leanback LauncherBrian Jolly2015-11-073-1/+12
| | | | Change-Id: I0838b89f5186b125ded732520c853f75d85e182c
* [BugFix][Browser]Can't download music from music.baidu.comchenghe.zhang2015-11-071-1/+3
| | | | | | | | | | | | | [Solution Description] Can not download music from music.baidu.com The Referer is Empty [Other Info] modified: src/com/android/browser/DownloadHandler.java Change-Id: If696c2ace282ec01f95476a9907fd6c7303bfb9c (cherry picked from commit 2db66392f651d0b306e9921a9b005c6ed1361428)
* Enable immersive full-screen video playbackdcalandria2015-11-071-3/+20
| | | | Change-Id: I8ef22334c438b6b753e8e336af65f471446f80b4
* browser: allow to load browser internal assetsJorge Ruesga2015-11-073-10/+59
| | | | | | | | | | | The new webview classes avoid to load urls from local file schemes. Just replace the load of internal browser assets (most_visited) from loadUrl to loadData. Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Change-Id: Iee633a1a3599a7e752e15452fa04e15baac2e256 Cherry-Picked: http://review.cyanogenmod.org/#/c/62126/3
* Browser: fix fixing default bookmarks urlsKonsta2015-11-071-3/+3
| | | | | | | | Fix it for real this time. This reverts commit aa65d3264497ab7e145ca5b2663712a761efcd01. Change-Id: I6328dc4b025cf8597ab17b577690ac0ea30542ef
* Browser: fix default bookmarks urlslinuxx2015-11-071-3/+3
| | | | | Change-Id: Ib7bb968d03c13f60a01c744e18a70e99bc72bcd1 Signed-off-by: linuxx <joey@cyanogenmoditalia.it>
* Delete broken xxhdpi progress drawable.Danny Baumann2015-11-071-0/+0
| | | | | | | | It's too narrow, making the progress bar invisible. The xhdpi drawable works sufficiently well, so there's no immediate need to re-do the 9-patch in xxhdpi. Change-Id: I23f1ef5d3cb1956b42bf94d635783aa1d07e91b0
* Browser: fix crash updating recycled faviconPawit Pornkitprasan2015-11-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Occurs on the (slow) galaxysmtd. java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:300) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355) at java.util.concurrent.FutureTask.setException(FutureTask.java:222) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:841) Caused by: java.lang.IllegalStateException: Can't compress a recycled bitmap at android.graphics.Bitmap.checkRecycled(Bitmap.java:345) at android.graphics.Bitmap.compress(Bitmap.java:985) at com.android.browser.Bookmarks$1.doInBackground(Bookmarks.java:206) at com.android.browser.Bookmarks$1.doInBackground(Bookmarks.java:202) at android.os.AsyncTask$2.call(AsyncTask.java:288) at java.util.concurrent.FutureTask.run(FutureTask.java:237) ... 4 more Change-Id: I867696996c786024aabb869583583198ac3bc13a
* Browser: Fix Progress bar when quick Controls EnabledDan2015-11-071-0/+3
| | | | | | | The quick controls progress bar was broken by my browser autohide patch. This patch fixes it to properly show again. Change-Id: I1062c4eac26bbc87ca6ec9de775e0b1b58d0542b
* browser: properly handle get center tabJorge Ruesga2015-11-071-7/+1
| | | | | | | Change-Id: Ibec6a7b80e399b99fe2e6df64a7c4b1cc6c38728 JIRA: CYAN-3235 Issue: https://jira.cyanogenmod.org/browse/CYAN-3235 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* BrowserSettings: update desktop UA string to match Chrome 37Steven Luo2015-11-071-2/+2
| | | | Change-Id: Id2a8a832c2a637f7c5284d5006b6f3475bfba560
* Show a startup page in incognito modeChirayu Desai2015-11-071-0/+13
| | | | Change-Id: Ib1d4be6890c81b73a46f026b6fcbb2f1e8de567d
* Implement client-side incognito modeRicardo Cerqueira2015-11-073-3/+51
| | | | | | | | | | | | | | | Since WebView deprecated privateBrowsing in API 17 (and killed it for good in API 19), we were left without incognito in the Browser app. Follow the docs' recommendations and implement it with "manual" control of privacy-related engine options * Internally track incognito state for tabs * Disable all forms of storage and cache on private webviews * Disable all cookie activity while an incognito tab is active * Stop trying to use the deprecated "privateBrowsing" argument when creating webViews, always set to false Change-Id: I23f2e34ee125635bba8981f0711ba4986a9beaab
* Browser: Fix browser force closeadhiti2015-11-072-2/+8
| | | | | | | | | | | | | | | | | Issue: Cursor was accessed by handler thread when it was closed. During Orientation change, BrowserBookmarksPage#onDestroyView is called which clears all the loaders [and cursors]. Simultaneously ThreadedCursorAdapter#loadRowObject is getting called which then calls BrowserBookmarksAdapter#getRowObject where closed cursor is accessed and force close happens. Fix: Synchronized cursors wrt main thread and handler thread. Checked mCursorAdapter for invalid conditions CRs-Fixed: 576176 Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
* Add back browser history page.Danny Baumann2015-11-071-0/+2
| | | | | | Not sure why it was removed, but it seems to work just fine. Change-Id: I6d76928182a53ca57d080394823d35d66e0ba987
* Browser: fix weird behavior in the settingsBing-Hua Wang2015-11-071-1/+2
| | | | | | The summary of the text encoding preference should always be displayed. Change-Id: I5620cc147bdda078b9350f82b68b3d86774bc09c
* Browser: added rtl supportLiran Chen2015-11-071-1/+2
| | | | Change-Id: Ia341fae6b2ef87a8a240d8fe704f905f7cd1536c
* Fix build warnings.Danny Baumann2015-11-0733-33/+33
| | | | Change-Id: I20117cf287ca25387c8664de2096c00ef63ec1e5
* Add fullscreen toggle to menuNebojsa Cvetkovic2015-11-078-14/+32
| | | | Change-Id: I7acecfc32dde250685f96354b45a91b93667114e
* Adding exception handler for voice recognition activityAbhimanyu Garg2015-11-071-5/+9
| | | | | | CRs-Fixed: 395193 Change-Id: Icedba4ef192d56dfcc9918b2f8afe96b2c662fb9
* Support video transition animationDenise Cheng2015-11-071-6/+20
| | | | Change-Id: Idd03f5bb57d6f78ec8b8e407eba01904f392f554
* Browser: Add a more user friendly name for user agentMichael Bestas2015-11-073-2/+5
| | | | Change-Id: Id4e4545d31b5afb0c402c7f3e6f41cc111d0bfc0
* Browser: Update search enginesMarco Brohet2015-11-072-4/+5
| | | | | | | - Correct URL of Rambler - Add DuckDuckGo Change-Id: I243a0e1cb14ec820b34bf6a35032fcc639588fbf
* Browser: Increased tab limitArham Jamal2015-11-071-1/+1
| | | | | | | Increased tab limit from 16 to 64. Change-Id: Icdf39ea8b568f50f63759f5dbacda8a70d41956b Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
* Browser : Open in incognito tabDanesh M2015-11-073-2/+48
| | | | | | | | | | Long click on a link now allows you to choose between opening in incognito/regular tab. Credits: Danesh M Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: Iba8e7446e69ae66e0bd957910e6309fdb0e0b947
* Browser: New navbar buttonsArham Jamal2015-11-075-6/+117
| | | | | | | | | Added 2 new buttons to navigation bar: - New Incognito Tab - Goto home screen Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: I4c4b611ccc7fc3de4fa4bc7c855e4481de440a87
* Browser: UI updateslinuxx2015-11-0795-97/+255
| | | | | | | | -Vectors -New favourites (google, cyanogenmod, cyanogenmod wiki) Change-Id: I2c91f78192139e281618010722e678c0babcf46d Signed-off-by: linuxx <joey@cyanogenmoditalia.it>
* Cleanup code styleMichael Bestas2015-11-0714-661/+665
| | | | | | * Fix breakage from 'Materialize' commit Change-Id: I81d06e069f3eb18581a7072aaf7e22b1a3d804a2
* Automatic translation importMichael Bestas2015-11-071-1/+1
| | | | Change-Id: Id7ecd0596e98a357cd692c5df79d0fbde2cce3f0
* Automatic translation importMichael Bestas2015-11-074-0/+1620
| | | | Change-Id: Ifaf86ac74c60b1ce1dab248ae4c658b5df242475
* Expose hardcoded colorsKonsta2015-11-077-9/+9
| | | | | | This will allow browser to be themeable. Change-Id: I46d7da6f017cf17bc1265011228bf711dcfd0cd2
* User agent as advanced settingDaniel Volk2015-11-074-14/+18
| | | | | | | | By default is a debug only setting. based on JB commit by D4rKn3sSyS Change-Id: Ic2d695d68eab6716b12e25c4a999582e7ff7b6a4
* Add DuckDuckGo browser search to English US localeYisroel Wilks2015-11-071-0/+30
| | | | Change-Id: I6aa805ebe033592ceb8b01cb2e6e750bfa7a685d
* Browser : Update duckduckgoDanesh Mondegarian2015-11-071-3/+3
| | | | | | Update duckduck go references Change-Id: I58376cd77f45c10ba8bfb0373fdf5d530af2f98c
* Add DuckDuckGo search engine for en-gb locale (both regional and region ↵pulser2015-11-072-0/+10
| | | | | | agnostic version) Change-Id: Ia837b2085e3fc16b608ee68f558460443a065384
* Browser: add duckduckgo search enginge to RU localeRoman Birg2015-11-071-0/+1
| | | | | | | Requested in JIRA CYAN-3875 Change-Id: Ia3fcf0f491958111660ada41b9bbeae73f8ac27c Signed-off-by: Roman Birg <romanbirg@gmail.com>
* Browser: Added DuckDuckGo as search providerZyg0te2015-11-071-1/+8
| | | | | | DuckDuckGo provider added to all_search_engines.xml. Change-Id: I683739fae942aae40323cd4dffcd09f1b0d62041
* Browser: Fix layoutsMichael Bestas2015-11-073-25/+43
| | | | | | | | * Fix crash on screen rotation * Correct indentation * QC tab to primary color Change-Id: I4ee608bd5d2ad33439c723298ed97eed235a3e01
* Browser: Materializelinuxx2015-11-07377-729/+965
| | | | | | | | -Material Ui theme (green) -New icon -xxhdpi drawables Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
* Reimplement titlebar autohiding to be compatible with chromium webview.Dan2015-11-071-7/+15
| | | | | | Patch Set 4: Fix code formatting Change-Id: I4de873f7c089d4f7dede944d05f48d03000f3d99