summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* am 62c60330: Import revised translations. DO NOT MERGEEric Fischer2010-09-2420-2/+42
|\ | | | | | | | | | | | | Merge commit '62c60330637330e342e6721768f920366e42d59d' into gingerbread-plus-aosp * commit '62c60330637330e342e6721768f920366e42d59d': Import revised translations. DO NOT MERGE
| * Import revised translations. DO NOT MERGEEric Fischer2010-09-2420-2/+42
| | | | | | | | Change-Id: I641b4472e0d865c5d8ac8f2bf6409d92c9e09b87
* | am 24727f19: am 8774c667: Remove "Show web suggestions" from browser settingsLeon Scroggins III2010-09-172-13/+0
|\ \ | |/ | | | | | | | | | | Merge commit '24727f19f0c01b6b3106fc0383d262a72f4487df' into gingerbread-plus-aosp * commit '24727f19f0c01b6b3106fc0383d262a72f4487df': Remove "Show web suggestions" from browser settings
| * am 8774c667: Remove "Show web suggestions" from browser settingsLeon Scroggins III2010-09-172-13/+0
| |\ | | | | | | | | | | | | | | | | | | Merge commit '8774c667dd446346dca5f5d3c89092fbc86448d0' into gingerbread * commit '8774c667dd446346dca5f5d3c89092fbc86448d0': Remove "Show web suggestions" from browser settings
| | * Remove "Show web suggestions" from browser settingsLeon Scroggins III2010-09-172-13/+0
| | | | | | | | | | | | | | | Bug:3011374 Change-Id: I44d57431d127e48d25a957915a2fb93dc96b1053
* | | am 4426790c: am 4346564c: Fix Google suggest and search URLs when Google ↵Bjorn Bringert2010-09-151-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | Search is not installed Merge commit '4426790c1a89e07b2a1aaa12ca66b7d7f03d396a' into gingerbread-plus-aosp * commit '4426790c1a89e07b2a1aaa12ca66b7d7f03d396a': Fix Google suggest and search URLs when Google Search is not installed
| * | am 4346564c: Fix Google suggest and search URLs when Google Search is not ↵Bjorn Bringert2010-09-151-3/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | installed Merge commit '4346564c1f6faefff5e0d3fdc7f189ec2e948019' into gingerbread * commit '4346564c1f6faefff5e0d3fdc7f189ec2e948019': Fix Google suggest and search URLs when Google Search is not installed
| | * Fix Google suggest and search URLs when Google Search is not installedBjorn Bringert2010-09-151-3/+3
| | | | | | | | | | | | | | | Bug: 3002110 Change-Id: Id49365bf53623c45bfa6f5d96d1938b801948396
* | | am 867c0465: am 430057da: Fixes for changing the search engine.Leon Scroggins III2010-09-141-14/+15
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '867c0465e9f5bd5da410fd9b721050d9e2c36c9c' into gingerbread-plus-aosp * commit '867c0465e9f5bd5da410fd9b721050d9e2c36c9c': Fixes for changing the search engine.
| * | am 430057da: Fixes for changing the search engine.Leon Scroggins III2010-09-141-14/+15
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '430057dad085f3c3dbc386f127b1f5a10a9851da' into gingerbread * commit '430057dad085f3c3dbc386f127b1f5a10a9851da': Fixes for changing the search engine.
| | * Fixes for changing the search engine.Leon Scroggins III2010-09-141-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a default value for the Select search engine preference. Move the Select search engine preference into advanced settings. When opening the SearchDialog with a SearchEngine other than Google, add a flag to hide the voice search icon. Depends on a change to frameworks/base. Change-Id: I6da2e582789253b3c5ffac9fe1ad3732f99f28ea
* | | resolve merge of 8bf09b62 to gingerbread-plus-aospJean-Baptiste Queru2010-09-1434-0/+1712
|\ \ \ | |/ / | | | | | | Change-Id: If94475b19837abf8f1ee427cf6f6da929cdcf105
| * | am d2670653: Add user-selected search providers to browserBjorn Bringert2010-09-1334-0/+1712
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb' into gingerbread * commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb': Add user-selected search providers to browser
| | * Add user-selected search providers to browserBjorn Bringert2010-09-1334-0/+1712
| | | | | | | | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
* | | am cba8d0ef: Merge "Difficult to bookmark History items on ldpi-screens"Jean-Baptiste Queru2010-08-301-4/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Merge commit 'cba8d0efd388146f6814c83a363f4facdec5be2f' into gingerbread-plus-aosp * commit 'cba8d0efd388146f6814c83a363f4facdec5be2f': Difficult to bookmark History items on ldpi-screens
| * | Difficult to bookmark History items on ldpi-screensMattias Falk2010-08-171-4/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a History item as a bookmark by touching the star is difficult since the touch area of the star is of the size of the star. The problem is more apparent on ldpi-screens since the star is small and it's hard to hit with a finger. The browser loads the url of the History item if the star is missed. Enlarging the touch area of the star to cover the whole right part of the History item solves the problem. The user doesn't has to hit the star only the right part of the History item. Change-Id: I87b8fc555896cf88eac805c96bf31981c2aacbf5
* | DO NOT MERGE Refactor find and select dialogsCary Clark2010-08-2010-37/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked from master, https://android-git.corp.google.com/g/#change,53491 ) (This is a work in progress -- assets in particular are not final) Use common code when showing the select and find dialogs. Both now use similarly constructed contextual action bars and share resources where possible. Both share a common base class so supporting code can communicate with either. Companion changes in frameworks/base and external/webkit Change-Id: I476fc72b3386348bc25bcf0a3d30482dea543efe http://b/262451
* | Import revised translations. DO NOT MERGEEric Fischer2010-08-044-9/+9
| | | | | | | | Change-Id: Icbcc05f50ed8489eb31c6670fceba27a22b562e4
* | Add more choices to about:debug UAString settingBart Sears2010-07-081-0/+4
|/ | | | | | | | | | | | | | | | | | Bug: 2828591 Add two more choices to the about:debug UAString setting: - iPad - Froyo-N1 This will make it easier to test sites that have Tablet UIs specific to the iPad UA and also sites that have HTML5 content specific to Android 2.2 UA. Also update the Desktop UA to the latest Safari 5.0 UA and the iPhone UA to ios4 (Apple uses the same UA on both the iPhone 3gs (running OS4) and the iPhone 4 (running OS4)). Change-Id: I60b402c586966340ac84846189922679dba35464
* Import revised translationsKenny Root2010-06-201-1/+1
| | | | Change-Id: I8ef66d4fb3a5de2d82dcc13832d4d9ccdf19ef91
* Import revised translationsKenny Root2010-06-093-3/+3
| | | | Change-Id: Ic53da3c82a9c2107063fcb1a477c91efc74da613
* Import revised translationsKenny Root2010-05-175-26/+26
| | | | Change-Id: Ie400c25c714f97c9ff7b9d1cc1b26d368743af1a
* Import revised translationsKenny Root2010-04-293-35/+35
| | | | Change-Id: Ia3b502bb0fc75f6904d76b374e6404e068f51d31
* Fix mismatched tag in stringsKenny Root2010-04-281-1/+1
| | | | | Bug: 2633674 Change-Id: Ifb596ec9604cc1860e6d686610dd4876192f4a88
* Import revised translationsKenny Root2010-04-2815-123/+123
| | | | Change-Id: I34a5ad5422d17c6547da85be40006009c238d40e
* Do not translate Latin-1 settingKenny Root2010-04-2722-21/+22
| | | | | | | | | | | The string used for comparison against actual encoding values was being translated into different languages which made it not match any available possible values. This change corrects that and also adds in the case to use "SHIFT_JIS" that the Japanese translators had put in when it was translatable. Change-Id: I276bf4c8b2a150e9c2926633ed972bf3f3423831
* Using ViewStub to defer the inflation of GeolocationPermissionsPrompt until ↵Grace Kloba2010-04-202-4/+5
| | | | | | | we first show it. This should shave 5% of Browser start up time. Fix http://b/issue?id=2604295
* Import revised translationsKenny Root2010-04-1420-61/+101
| | | | Change-Id: If6d037bcc8a78e790389dd9f573086f82966b1bc
* Remove dangling comments from browser strings.xml.Shimeng (Simon) Wang2010-04-121-36/+0
| | | | | bug: 2581328 Change-Id: I650b3434ec65640e78f2fc4b99f2c56a65e0831a
* Use new assets for green box in voice title bar.Leon Scroggins III2010-04-093-1/+1
| | | | | | | | | | | The new assets have a better margin to match the other search field textfields. Also update title_voice.xml to use a pressed state that matches the new assets. In TitleBar.java, do not clear out the vertical padding in voice search mode. Bug 2566133 Change-Id: Icb15d0660d2f06363e66adbdd92537e34b90b64e
* Remove "Do not translate" and restore translationsKenny Root2010-04-0821-23/+40
| | | | | | | | | | Some "Do not translate" comments were inadvertently left when removing unused strings which made the translation tools skip the next string entry. This removes those comments and restores the translations for the missing strings. Bug: 2579112 Change-Id: I731217d4cf6581885c122fefd180133c243fa1f7
* Merge "Lessen the difference in appearance of title bar during load." into froyoLeon Scroggins2010-03-312-4/+5
|\
| * Lessen the difference in appearance of title bar during load.Leon Scroggins2010-03-312-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change to using textfield_search_empty assets, which have margin values that better match the assets used outside of a load. As a result, there is no longer a need to edit the LayoutParams in TitleBar.java. However, do set the padding in TitleBar.java, since it needs to be set for each of the different backgrounds used. Fixes http://b/issue?id=2558919 Change-Id: Idf0d8bea59bcc76c32e1e03bf736a4b64bf31887
* | Import revised translationsKenny Root2010-03-3020-43/+123
|/ | | | Change-Id: Ib2fcd8c44300af2772abd734271ff7bd558d4a8c
* Mark these token strings as untranslatable.Eric Fischer2010-03-231-1/+1
| | | | Change-Id: I7ec6ca85a12cb705bc7c934509f1da547d6c4ed1
* Add the on-demand setting for plugins.Patrick Scott2010-03-232-4/+18
| | | | | | | Requires a change to webkit and the framework. Bug: 2411524 Change-Id: I874e4e2139eedf4bc9332947fe6513b027e660d9
* Merge "Show stop button in a pressed state when pressed."Leon Scroggins2010-03-222-1/+26
|\
| * Show stop button in a pressed state when pressed.Leon Scroggins2010-03-222-1/+26
| | | | | | | | | | | | Fix for http://b/issue?id=2533372 Change-Id: I9a614a95f5537d17c9cb89e96afe6c21fc56d59a
* | Make selection color fill underneath the scroll bar for downloads.Leon Scroggins III2010-03-221-1/+3
|/ | | | | | Fix for http://b/issue?id=2532825 Change-Id: Ida953c8c3db4e0391a72d07906db0c8bd91171b6
* Update the browser title bar background assetGrace Kloba2010-03-193-29/+0
| | | | | Remove the shadow in the faked title bar. Fix http://b/issue?id=2521294
* Clean the obsolete string for retrieving login credentials.Shimeng (Simon) Wang2010-03-1821-82/+40
| | | | Change-Id: Iddf86aaee279e2749ad7933fc6ea32f827559727
* Import revised translationsKenny Root2010-03-1720-121/+141
| | | | Change-Id: I1bafa14f897492f3a481997fd83a77e375d04d84
* Use a margin to make the title bar stay the same size while loading.Leon Scroggins2010-03-161-4/+1
| | | | | | | | | Allows title_bar to use wrap_content, and therefore be able to show multiple lines of text in voice search mode. Fixes http://b/issue?id=2510376 Change-Id: If196f63577b6606be0129ee224842dc858f5931a
* Clean up help text for "Reset to defaults"Bart Sears2010-03-041-2/+2
| | | | http://b/issue?id=2177671
* Import new translationsEric Fischer2010-03-041-22/+11
|
* Attach the stop button to the textbox in the title bar.Leon Scroggins2010-03-042-1/+41
| | | | | | This also required using different assets for the title bar background. Fix for http://b/issue?id=2485473
* Import new translations.Eric Fischer2010-02-2620-1982/+1210
|
* Remove unused resources.Shimeng (Simon) Wang2010-02-2640-1375/+1051
| | | | | | | This is generated by removeunusedresources tool. Compiled and tested on passion/opal. Compiled for voles. Bug: 2456707
* Revert "Remove unused strings."Shimeng (Simon) Wang2010-02-2521-0/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b0318df3b3f13fc61b97c1309e7426b9a586e603. modified: res/values-cs/strings.xml modified: res/values-da/strings.xml modified: res/values-de/strings.xml modified: res/values-el/strings.xml modified: res/values-es-rUS/strings.xml modified: res/values-es/strings.xml modified: res/values-fr/strings.xml modified: res/values-it/strings.xml modified: res/values-ja/strings.xml modified: res/values-ko/strings.xml modified: res/values-nb/strings.xml modified: res/values-nl/strings.xml modified: res/values-pl/strings.xml modified: res/values-pt-rPT/strings.xml modified: res/values-pt/strings.xml modified: res/values-ru/strings.xml modified: res/values-sv/strings.xml modified: res/values-tr/strings.xml modified: res/values-zh-rCN/strings.xml modified: res/values-zh-rTW/strings.xml modified: res/values/strings.xml
* Merge "Remove unused strings."Shimeng (Simon) Wang2010-02-2521-360/+0
|\