Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jun 12, 2015
1 parent 19d04fb commit 671aea7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Material-Glass/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 22
versionCode 108
versionCode 110
versionName '1.1.0'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="@color/theme_accent" />
<solid android:color="@*common:color/fab" />
</shape>
10 changes: 3 additions & 7 deletions Material-Glass/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@
<item>v1.1.0</item>
<item>App: finally fixed donations, donating once will unlock a secret feature</item>
<item>App: FAB will not appear unless supported (you can always apply via the actual theme chooser)</item>
<item>App: cleaned up manifest and other parts</item>
<item>App: cleaned up manifest, unnecessary colors, and other parts</item>
<item>Settings: added STweaks icon</item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item></item>
<item>Settings: fixed white fab (ie in blacklisting)</item>
<item>Icons: added 34 new</item>
</string-array>

<string-array name="v32">
Expand Down
1 change: 1 addition & 0 deletions Material-Glass/src/main/res/values/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
\n&#8226; Google Services
\n&#8226; Google Games
\n&#8226; ModernHub
\n&#8226; Inbox
</item>
<item>
&#8226; Dialer and Contacts have unpredictable crashes, especially with custom DPI\'s or low DPI
Expand Down

0 comments on commit 671aea7

Please sign in to comment.