summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Browser: Materializelinuxx2015-11-07361-120/+345
| | | | | | | | -Material Ui theme (green) -New icon -xxhdpi drawables Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
* Adapt AOSP browser to use the revised createIntent() APITao Bai2014-09-101-0/+21
| | | | | BUG:17253647,16624450 Change-Id: I0b58d945564923c4ed0fc9377a3f6267d8080c2f
* Import translations. DO NOT MERGEBaligh Uddin2014-07-2350-50/+50
| | | | | Change-Id: I0f9bae88443f23b94a9fbda043a32c33c27f142b Auto-generated-cl: translation import
* Changes correspoding to Permission API changeTao Bai2014-07-221-1/+1
| | | | | BUG: 15432556 Change-Id: I23fccf2e3e04b8f4ebab566a456c2373269257c2
* Remove deprecated locales - DO NOT MERGEBaligh Uddin2014-07-192-1042/+0
| | | | Change-Id: I91d1e9e41fb255c09a5b6ee80d4e7d5c4ed71eab
* Import translations. DO NOT MERGEBaligh Uddin2014-07-051-0/+423
| | | | | Change-Id: Id9b0fdc1a057b05437d9dfc987dbbda441929434 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-06-291-0/+423
| | | | | Change-Id: I00e7cb6ac70ce59baf07893e5d823dc535111c7a Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-05-2050-0/+700
| | | | | Change-Id: I878dd9585731edc6959edb47643b111d25045ade Auto-generated-cl: translation import
* Fix permission related issuesTao Bai2014-05-151-3/+5
| | | | | | | - Hide the 'remember' TextView. - Correctly display permission combination. Change-Id: I7242413519d827eada96a692c8a7db3e89eccae4
* Merge "Use general permission API."Tao Bai2014-05-143-0/+97
|\
| * Use general permission API.Tao Bai2014-05-143-0/+97
| | | | | | | | | | | | | | | | | | | | | | Geolocation related code is untouched. PermissionsPrompt is almost same as GeolocationPermissionPrompt, except - Remember checkbox is hidden as we don't has this feature in framework now. - The resource name is appended according the request. - Remove toast. BUG: 13699047 Change-Id: I1f3f1908bf9c7131ecf2d060fc79d3e5c8842f94
* | am 0e867eb9: am fe408351: am ac497b63: Merge "Fix Incognito mode crash in ↵John Reck2014-05-131-4/+0
|\ \ | | | | | | | | | | | | | | | | | | AOSP browser" * commit '0e867eb98c456248bd2a1e121c6d8e096ec69c35': Fix Incognito mode crash in AOSP browser
| * \ Merge "Fix Incognito mode crash in AOSP browser"John Reck2014-05-131-4/+0
| |\ \
| | * | Fix Incognito mode crash in AOSP browserbxu10x2014-05-131-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The menu of incognito is not supported in KK release, delete it. Change-Id: I461b3133ec49fa067e6730ac8d15feaa9e57a92b Signed-off-by: bxu10x <binx.xu@intel.com>
* | | | am ee431a57: am 342f6941: am 8ddaaa8c: Merge "Change the existing suggestion ↵John Reck2014-05-121-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | url for Naver to the new one." * commit 'ee431a57b1f47bc5f0a50beae9c7f4096d5700d7': Change the existing suggestion url for Naver to the new one.
| * | Change the existing suggestion url for Naver to the new one.Sungmann Cho2014-05-081-1/+1
| |/ | | | | | | | | | | | | | | | | The existing suggestion url for Naver was obsoleted recently. This CL introduces the new suggestion url for Naver. Please refer to http://sstatic.naver.net/search/opensearch-description.xml. Change-Id: I484fa48c870b6c9a4c1640907d0b8ed786c84486 Signed-off-by: Sungmann Cho <sungmann.cho@navercorp.com>
* | am c4a9ace6: am 17f5c2ec: Merge "Use a gradient drawable for the tab window ↵John Reck2014-04-092-0/+21
|\ \ | |/ | | | | | | | | | | background" * commit 'c4a9ace641a89d071c5cace7935f2a3e133b851f': Use a gradient drawable for the tab window background
| * Merge "Use a gradient drawable for the tab window background"John Reck2014-04-092-0/+21
| |\
| | * Use a gradient drawable for the tab window backgroundVeeti Paananen2013-08-242-0/+21
| | | | | | | | | | | | | | | | | | Fixes banding and scaling issues caused by the image drawable. Change-Id: Ib3ff903c0d9d97a04b9a4f92de42ba69d6e47a0a
| | * Import translations. DO NOT MERGEBaligh Uddin2013-03-291-2/+2
| | | | | | | | | | | | | | | Change-Id: I14bdced59e2bb9ef90ad4c7a50f87ef4df6282f5 Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEBaligh Uddin2013-03-201-1/+1
| | | | | | | | | | | | | | | Change-Id: Id1be4386b4616719670911e3420c6c4dff93e51f Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEBaligh Uddin2013-03-1849-40/+90
| | | | | | | | | | | | | | | Change-Id: Ic3fa19fa37a8d46743f7be5fb6a93b3a603bd400 Auto-generated-cl: translation import
* | | Remove deprecated localesBaligh Uddin2013-12-093-1206/+0
| | | | | | | | | | | | | | | Bug:11340849 Change-Id: Id8f80537c07ad67bbd599c50a9a06cf0b512784a
* | | am f9e1705d: De-classicify Android Browser part 2Jonathan Dixon2013-08-292-8/+0
|\ \ \ | |/ / | | | | | | | | | * commit 'f9e1705d4012706664a2bdf63a50b8a784b833dd': De-classicify Android Browser part 2
| * | De-classicify Android Browser part 2Jonathan Dixon2013-08-252-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10427705 Allows Browser to compile even when WebViewClassic is no longer in frameworks/base. The deleted functionality was already disabled at runtime when using non-classic webview. Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
* | | Import translations. DO NOT MERGEBaligh Uddin2013-08-262-0/+804
| | | | | | | | | | | | | | | Change-Id: I2614065043900ab561b6755b6182d34b6b1fe6ab Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEBaligh Uddin2013-08-192-0/+804
|/ / | | | | | | | | Change-Id: I2413f0ccd190e2a2cf13dd57c6d8a692b2a9d21d Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-08-012-3/+3
| | | | | | | | | | Change-Id: Ic9e3ec3773e2880c2e2935f42ebebe8b22934f28 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-07-031-2/+2
| | | | | | | | | | Change-Id: Idb0ad8676a02875c24a24d32dfb3cae16258e05b Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-06-241-2/+2
| | | | | | | | | | Change-Id: If7b23014ce736702184f31d27539a4055324d0d3 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-06-141-2/+2
| | | | | | | | | | Change-Id: I922b72d74db7f9582c2304794967744b606d4e87 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-06-051-4/+4
| | | | | | | | | | Change-Id: Ie74c9e70db771b07196fa91580f4afc55583e5d5 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-06-031-2/+2
| | | | | | | | | | Change-Id: I2c24d42c7708f4b7a4b5af0878d0e7af4edb83ad Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-05-291-1/+1
| | | | | | | | | | Change-Id: I78963663b23249ce93b33ec158666b5144a26d13 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-05-173-5/+5
| | | | | | | | | | Change-Id: Ib4272b8558bb094d3171b836613c6af5fc2d8df9 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-05-132-3/+3
| | | | | | | | | | Change-Id: I5593e502ee6d962483d51eb63f84e13f098dfe5f Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-05-031-1/+1
| | | | | | | | | | Change-Id: I0a75ed3daa0cd025b4249958ffc838e80f2ca14d Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-05-011-1/+1
| | | | | | | | | | Change-Id: I346d0c57f94d86ff4e1157465c4f7bd5c6a5c874 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-291-3/+3
| | | | | | | | | | Change-Id: I5ba20566fd9dad86941488d1afba646f065ae5a1 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-261-5/+5
| | | | | | | | | | Change-Id: Id096b672219d521970f76cd8e53b7cacf3dd4641 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-243-3/+3
| | | | | | | | | | Change-Id: I9e6d71421284e46f0dc6e076ce12c148c953210e Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-225-9/+9
| | | | | | | | | | Change-Id: I9d7605595996660d6eb3f877e66c881b2eed7df6 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-171-1/+1
| | | | | | | | | | Change-Id: I43fd7d4a05082985b697688df4a4d79a16628a0a Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-04-121-1/+1
| | | | | | | | | | Change-Id: I4f9ba8a521b8dc700a85afb7be157a2beaeb7630 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-03-291-2/+2
| | | | | | | | | | Change-Id: I3fef4138bdca80e67a7dfd1fd671c63781a88939 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-03-201-1/+1
| | | | | | | | | | Change-Id: I6450ed61fe075f18d31143d5087f676eeebb6d93 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-03-1849-39/+89
| | | | | | | | | | Change-Id: Iaf18ed5469fe5bf3a1548ea93928aa08bbcd5e98 Auto-generated-cl: translation import
* | am 53a20e49: am c7e71159: Merge "Missing translation for Save Bookmark in ↵John Reck2013-03-121-0/+2
|\ \ | |/ | | | | | | | | | | Browser" * commit '53a20e497906d24b679e858563e7064e57a888b8': Missing translation for Save Bookmark in Browser
| * am c7e71159: Merge "Missing translation for Save Bookmark in Browser"John Reck2013-03-121-0/+2
| |\ | | | | | | | | | | | | * commit 'c7e711599ced508057cf96f4a120a8ed8f8636a3': Missing translation for Save Bookmark in Browser
| | * Missing translation for Save Bookmark in BrowserMichal Szynkaruk2013-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there are multiple Browsers installed, the dialog "Complete action using" is displayed after clicking on a star in Bookmarks screen. The activity AddBookmarkPage has a hard-coded label name in English, which is displayed in the dialog even in other languages. This change makes it possible for developers to change the label name by adding corresponding language resources. Change-Id: Ibad4aa86ffc3467f2b67083827a9b256fdc4321a