Skip to content

Commit

Permalink
Welcome Material Green Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Hady committed Jan 21, 2017
1 parent df95633 commit bf2801c
Show file tree
Hide file tree
Showing 30 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
- USB Fast Charging
- Switch auto update
- FsTrim
- CPU Frequentaly Changer - Partially Working

[*] What Still Work in process Features ?
- ART Optimization
- Zipling Optimization
- Catch Cleaner
- Init.d Executer
- CPU Frequentaly Changer
- Ambient Display Switcher
- And Others !!
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ App for system & kernel performance improvment
* USB Fast Charging
* Switch auto update
* FsTrim
* CPU Frequentaly Changer - Partially Working

### - What Still Work in process Features ?
* ART Optimization
* Zipling Optimization
* Catch Cleaner
* Init.d Executer
* CPU Frequentaly Changer
* Ambient Display Switcher
* And Others Comming Soon!!

Expand All @@ -32,15 +32,12 @@ App for system & kernel performance improvment
![3] ![4]
![5] ![6]
![7] ![8]
![9] ![10]

[1]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233839.png
[2]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233844.png
[3]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233850.png
[4]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233915.png
[5]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233920.png
[6]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233927.png
[7]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233944.png
[8]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233946.png
[9]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233954.png
[10]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20161222-233957.png
[1]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012507.png
[2]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012514.png
[3]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012526.png
[4]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012529.png
[5]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012534.png
[6]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012547.png
[7]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012731.png
[8]: https://raw.githubusercontent.com/Ahmed-Hady/UltraKernel/master/ScreenShots/Screenshot_20170122-012734.png
Binary file removed ScreenShots/Screenshot_20161222-233839.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233844.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233850.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233915.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233920.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233927.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233944.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233946.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233954.png
Binary file not shown.
Binary file removed ScreenShots/Screenshot_20161222-233957.png
Binary file not shown.
Binary file added ScreenShots/Screenshot_20170122-012507.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012514.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012526.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012529.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012534.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012547.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012731.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/Screenshot_20170122-012734.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void onMenuCollapsed() {
SharedPreferences pref = PreferenceManager.getDefaultSharedPreferences(getBaseContext());

if(pref.getBoolean("night",Boolean.parseBoolean(null)) == true){
setTheme(R.style.AppTheme_Dark);
//setTheme(R.style.AppTheme_Dark);
}else{
setTheme(R.style.AppTheme);
}
Expand Down
Binary file modified app/src/main/res/drawable/ic_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/side_nav_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:angle="135"
android:centerColor="@color/colorPrimary"
android:endColor="@color/colorPrimaryDark"
android:startColor="#0e70bf"
android:startColor="@color/colorAccent"
android:type="linear" />
</shape>
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#125688</color>
<color name="colorPrimaryDark">#125688</color>
<!-- Base Colors -->

<color name="colorPrimary">#1f8063</color>
<color name="colorPrimaryDark">#17503f</color>
<color name="colorAccent">#1e5c4a</color>

<color name="textColorPrimary">#FFFFFF</color>

<color name="windowBackground">#FFFFFF</color>

<color name="navigationBarColor">#000000</color>
<color name="colorAccent">#324e61</color>

<color name="borderColor">#e7e7e7</color>

<color name="white">#ffff</color>
<color name="accent_dark">#ff2929</color>
<color name="accent">#ff5252</color>

<color name="accent_dark">#30563b</color>
<color name="accent">#4a8059</color>

<color name="secondary_text">#727272</color>
<color name="white_overlay">#F3F3F3</color>
<color name="lightPurple">#753bb7</color>
Expand Down
11 changes: 3 additions & 8 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light">
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>

<style name="AppTheme.Dark" parent="Theme.AppCompat">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimaryNight</item>
<item name="colorPrimaryDark">@color/colorPrimaryDarkNight</item>
<item name="colorAccent">@color/colorAccentNight</item>
<item name="android:windowBackground">@color/windowBackground</item>
<item name="android:windowAnimationStyle">@android:style/Animation</item>
</style>

<style name="AppTheme.NoActionBar">
Expand Down

0 comments on commit bf2801c

Please sign in to comment.