diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/all_search_engines.xml | 6 | ||||
-rw-r--r-- | res/values/bools.xml | 2 | ||||
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/dimensions.xml | 4 | ||||
-rw-r--r-- | res/values/ids.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 42 | ||||
-rw-r--r-- | res/values/styles.xml | 13 |
7 files changed, 56 insertions, 16 deletions
diff --git a/res/values/all_search_engines.xml b/res/values/all_search_engines.xml index 58992a4..e472915 100644 --- a/res/values/all_search_engines.xml +++ b/res/values/all_search_engines.xml @@ -207,10 +207,10 @@ http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_4#OpenSearch_1.1_p <string-array name="google" translatable="false"> <item>Google</item> <item>google.com</item> - <item>http://www.google.com/favicon.ico</item> - <item>http://www.google.com/search?hl={language}&ie={inputEncoding}&source=android-browser&q={searchTerms}</item> + <item>https://www.google.com/favicon.ico</item> + <item>https://www.google.com/search?ie={inputEncoding}&source=android-browser&q={searchTerms}</item> <item>UTF-8</item> - <item>http://www.google.com/complete/search?hl={language}&client=android&q={searchTerms}</item> + <item>https://www.google.com/complete/search?client=android&q={searchTerms}</item> </string-array> <string-array name="bing_en_NZ" translatable="false"> <item>Bing</item> diff --git a/res/values/bools.xml b/res/values/bools.xml index 2cd26a8..3c20f9a 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -13,6 +13,8 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <bool name="isTablet">false</bool> + <!-- hide the title bar --> + <bool name="hide_title">true</bool> <bool name="hide_nav_buttons">true</bool> <!-- Browser menu toggles --> <bool name="menu_show_navigation">true</bool> diff --git a/res/values/colors.xml b/res/values/colors.xml index 78f4883..ffee48b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -33,7 +33,8 @@ <color name="tabFocusHighlight">#FF99CC00</color> <color name="qcMenuBackground">#C0000000</color> <color name="qc_normal">#E02A96BC</color> - <color name="qc_selected">#F01A5B73</color> + <color name="qc_selected">#E0FF8800</color> + <color name="qc_sub">#F01A5B73</color> <color name="qc_tab_nr">#F033B5E5</color> <color name="tabViewTitleBackground">#D0000000</color> <color name="navtab_bg">#80606060</color> diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml index d6ae6ba..5e3ec8b 100644 --- a/res/values/dimensions.xml +++ b/res/values/dimensions.xml @@ -27,8 +27,8 @@ <dimen name="widgetItemMinHeight">48dip</dimen> <dimen name="favicon_size">16dip</dimen> <dimen name="favicon_padded_size">20dip</dimen> - <dimen name="qc_radius_start">60dip</dimen> - <dimen name="qc_radius_increment">70dip</dimen> + <dimen name="qc_radius_start">65dip</dimen> + <dimen name="qc_radius_increment">80dip</dimen> <dimen name="qc_slop">10dip</dimen> <dimen name="qc_touch_offset">15dip</dimen> <dimen name="qc_tab_title_height">24dip</dimen> diff --git a/res/values/ids.xml b/res/values/ids.xml index f342d4c..211b02f 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -20,4 +20,6 @@ <item type="id" name="child_position" /> <item type="id" name="child_id" /> <item type="id" name="tab_view" /> + <item type="id" name="position" /> + <item type="id" name="load_object" /> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index d1c97f5..6fd0555 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -217,6 +217,8 @@ <string name="share_page">Share page</string> <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] --> <string name="menu_save_snapshot">Save for offline reading</string> + <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] --> + <string name="saving_snapshot">Saving\u2026</string> <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] --> <string name="snapshot_failed">Couldn\'t save for offline reading.</string> <!-- The number of bookmarks in a folder [CHAR LIMT=50] --> @@ -284,6 +286,8 @@ <string name="menu_preferences">Settings</string> <!-- Settings screen, section title --> <string name="pref_content_title">Page content</string> + <!-- Settings label [CHAR LIMIT=40]--> + <string name="pref_allow_apptabs">Allow multiple tabs per app</string> <!-- Settings label --> <string name="pref_content_load_images">Load images</string> <!-- Settings label --> @@ -410,7 +414,7 @@ <string name="autofill_profile_editor_delete_profile">Delete</string> <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] --> - <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Would you like to set up your auto-fill text?</string> + <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</string> <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure it through the Browser Settings menu. [CHAR-LIMIT=NONE] --> <string name="autofill_setup_dialog_negative_toast">You can always set up your auto-fill text from the Browser > Settings > General screen.</string> @@ -666,6 +670,28 @@ <string name="pref_data_preload_summary">Allow browser to preload high confidence search results in the background</string> <!-- Title of dialog for search preloading [CHAR LIMIT=40] --> <string name="pref_data_preload_dialogtitle">Search result preloading</string> + <!-- Title for link prefetching [CHAR LIMIT=40] --> + <string name="pref_link_prefetch_title">Web page preloading</string> + <!-- Link prefetching options [CHAR LIMIT=20] --> + <string-array name="pref_link_prefetch_choices"> + <item>Never</item> + <item>Only on Wi-Fi</item> + <item>Always</item> + </string-array> + <!-- Do not translate --> + <string name="pref_link_prefetch_value_never" translatable="false">NEVER</string> + <string name="pref_link_prefetch_value_wifi_only" translatable="false">WIFI_ONLY</string> + <string name="pref_link_prefetch_value_always" translatable="false">ALWAYS</string> + <string name="pref_link_prefetch_default_value" translatable="false">@string/pref_link_prefetch_value_wifi_only</string> + <string-array name="pref_link_prefetch_values" translatable="false"> + <item><xliff:g>@string/pref_link_prefetch_value_never</xliff:g></item> + <item><xliff:g>@string/pref_link_prefetch_value_wifi_only</xliff:g></item> + <item><xliff:g>@string/pref_link_prefetch_value_always</xliff:g></item> + </string-array> + <!-- Summary for link prefetching [CHAR LIMIT=80] --> + <string name="pref_link_prefetch_summary">Allow browser to preload linked web pages in the background</string> + <!-- Title of dialog for link prefetching [CHAR LIMIT=40] --> + <string name="pref_link_prefetch_dialogtitle">Web page preloading</string> <!-- Title for a dialog displayed when the browser has a data connectivity problem --> <string name="browserFrameNetworkErrorLabel">Connection problem</string> @@ -764,17 +790,10 @@ <!-- Do not translate. Testing only --> <string name="dump_nav" translatable="false">Dump navigation cache</string> - <!-- Do not translate. Testing only --> - <string name="dump_counters" translatable="false">Dump V8 counters</string> - <!-- The default homepage. If it starts with "http://www.google" and the - user signs up the device with a Google sites account, the site's - domain will be appended. --> + <!-- The default homepage. --> <string name="homepage_base" translatable="false"> - http://www.google.com/webhp?client={CID}&source=android-home</string> - <!-- The default url for the instant_base_page. --> - <string name="instant_base" translatable="false"> - http://www.google.com/webhp?client={CID}&source=android-instant&ion=1</string> + https://www.google.com/webhp?client={CID}&source=android-home</string> <!-- Bookmarks --> <string-array name="bookmarks" translatable="false"> @@ -870,6 +889,9 @@ This is centered in the middle of the screen [CHAR LIMIT=NONE] --> <string name="empty_bookmarks_folder">No bookmarks.</string> + <!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] --> + <string name="other_bookmarks">Other Bookmarks</string> + <!-- Access point for RLZ tracking. --> <string name="rlz_access_point">Y1</string> diff --git a/res/values/styles.xml b/res/values/styles.xml index 361702e..17c5eb2 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -80,4 +80,17 @@ <item name="android:textColor">?android:attr/textColorSecondary</item> <item name="android:textStyle">normal</item> </style> + + <style name="AutofillProfileTextView"> + <item name="android:layout_width">wrap_content</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:gravity">center_vertical</item> + <item name="android:layout_margin">2dip</item> + <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> + </style> + <style name="AutofillProfileEditText" parent="@style/AutofillProfileTextView"> + <item name="android:layout_width">match_parent</item> + <item name="android:imeOptions">flagNoExtractUi|actionNext</item> + <item name="android:singleLine">true</item> + </style> </resources> |