Skip to content

Commit

Permalink
Browser: XOSP Style addition
Browse files Browse the repository at this point in the history
- Refresh the entire UI of Browser app following the colors used also for Settings and other Apps components from the ROM

Signed-off-by: Calin <nilac8991@gmail.com>
  • Loading branch information
nilac8991 committed Dec 23, 2016
1 parent de4fa4a commit 9829317
Show file tree
Hide file tree
Showing 33 changed files with 22 additions and 21 deletions.
Binary file modified res/drawable-hdpi/progress.9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/progress.9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-nodpi/bg_browsertabs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/progress.9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified res/layout/geolocation_permissions_prompt.xml 100755 → 100644
Empty file.
Empty file modified res/layout/tab.xml 100755 → 100644
Empty file.
Binary file modified res/mipmap-hdpi/ic_launcher_browser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-mdpi/ic_launcher_browser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-xhdpi/ic_launcher_browser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-xxhdpi/ic_launcher_browser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-xxxhdpi/ic_launcher_browser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/raw/favicon_cmwiki.ico
Binary file not shown.
Binary file removed res/raw/favicon_cyanogenmod.ico
Binary file not shown.
Binary file removed res/raw/favicon_google.ico
Binary file not shown.
Binary file added res/raw/favicon_xosp.ico
Binary file not shown.
Binary file added res/raw/favicon_xosp_downloads.ico
Binary file not shown.
Binary file added res/raw/favicon_xosp_jenkins.ico
Binary file not shown.
Binary file removed res/raw/thumb_cmwiki.png
Binary file not shown.
Binary file removed res/raw/thumb_cyanogenmod.png
Binary file not shown.
Binary file removed res/raw/thumb_google.png
Binary file not shown.
Binary file added res/raw/thumb_xosp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/raw/thumb_xosp_downloads.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/raw/thumb_xosp_jenkins.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions res/values/bookmarks_icons.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="bookmark_preloads">
<item>@raw/favicon_google</item>
<item>@raw/thumb_google</item>
<item>@raw/favicon_cyanogenmod</item>
<item>@raw/thumb_cyanogenmod</item>
<item>@raw/favicon_cmwiki</item>
<item>@raw/thumb_cmwiki</item>
<item>@raw/favicon_xosp</item>
<item>@raw/thumb_xosp</item>
<item>@raw/favicon_xosp_downloads</item>
<item>@raw/thumb_xosp_downloads</item>
<item>@raw/favicon_xosp_jenkins</item>
<item>@raw/thumb_xosp_jenkins</item>
</array>
</resources>
6 changes: 3 additions & 3 deletions res/values/cm_colors.xml
Expand Up @@ -17,10 +17,10 @@
<resources>
<color name="white">#fafafa</color>
<color name="black">#212121</color>
<color name="primary">#4caf50</color>
<color name="primary_dark">#388e3c</color>
<color name="primary">#0083d0</color>
<color name="primary_dark">#006098</color>
<color name="accent">#1b5e20</color>
<color name="floating_action_button_touch_tint">#388e3c</color>
<color name="floating_action_button_touch_tint">#2c3e50</color>
<color name="trasparent">#00000000</color>


Expand Down
10 changes: 5 additions & 5 deletions res/values/colors.xml
Expand Up @@ -26,13 +26,13 @@
<color name="bookmarkWidgetFolderBackground">#A0383847</color>
<color name="bookmarkWidgetFaviconBackground">#23ffffff</color>
<color name="bookmarkListFaviconBackground">#23ffffff</color>
<color name="tabFaviconBackground">#4caf50</color>
<color name="tabFaviconBackground">#0083d0</color>
<color name="tabFocusHighlight">#FF99CC00</color>
<color name="qcMenuBackground">#C0000000</color>
<color name="qc_normal">#4caf50</color>
<color name="qc_selected">#388e3c</color>
<color name="qc_sub">#2e7d32</color>
<color name="qc_tab_nr">#2e7d32</color>
<color name="qc_normal">#0083d0</color>
<color name="qc_selected">#0083d0</color>
<color name="qc_sub">#006098</color>
<color name="qc_tab_nr">#006098</color>
<color name="tabViewTitleBackground">#D0000000</color>
<color name="navtab_bg">#80606060</color>
</resources>
14 changes: 7 additions & 7 deletions res/values/strings.xml
Expand Up @@ -795,16 +795,16 @@

<!-- The default homepage. -->
<string name="homepage_base" translatable="false">
https://www.google.com/webhp?client={CID}&amp;source=android-home</string>
http://xosp.org</string>

<!-- Bookmarks -->
<string-array name="bookmarks" translatable="false">
<item>Google</item>
<item>http://www.google.com</item>
<item>CyanogenMod</item>
<item>http://www.cyanogenmod.org</item>
<item>CyanogenMod Wiki</item>
<item>http://wiki.cyanogenmod.org/w/Main_Page</item>
<item>XOSPSite</item>
<item>http://www.xosp.org</item>
<item>XOSPDownload Center</item>
<item>http://www.downloads.xosp.org</item>
<item>XOSP Jenkins Server</item>
<item>http://jenkins.xosp.org</item>
</string-array>

<!-- The description of the suggestion that lets the user search the web for the query currently
Expand Down
1 change: 1 addition & 0 deletions res/values/styles.xml
Expand Up @@ -28,6 +28,7 @@
<item name="android:colorPrimary">@color/primary</item>
<item name="android:colorPrimaryDark">@color/primary_dark</item>
<item name="android:colorAccent">@color/accent</item>
<item name="android:navigationBarColor">@color/primary_dark</item>
</style>
<style name="PreferencesTheme" parent="@android:Theme.Material.Light.DarkActionBar">
<item name="android:colorPrimary">@color/primary</item>
Expand Down
Empty file modified src/com/android/browser/DownloadHandler.java 100755 → 100644
Empty file.
Empty file modified src/com/android/browser/GeolocationPermissionsPrompt.java 100755 → 100644
Empty file.
Empty file modified src/com/android/browser/UrlInputView.java 100755 → 100644
Empty file.
Empty file modified tools/get_search_engines.py 100755 → 100644
Empty file.
Empty file modified tools/search_engines.template.xml 100755 → 100644
Empty file.

0 comments on commit 9829317

Please sign in to comment.