Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jun 23, 2015
1 parent d3dc93b commit cde415a
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 33 deletions.
14 changes: 8 additions & 6 deletions Material-Glass/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 22
versionCode 111
versionName '1.1.1'
targetSdkVersion 'MNC'
versionCode 200
versionName '2.0.0'
}

applicationVariants.all { variant ->
Expand Down Expand Up @@ -60,19 +60,21 @@ android {
lintOptions {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'org.sufficientlysecure:donations:2.3'
compile 'com.pitchedapps:icon-request-tool:1.1@aar'

compile 'com.android.support:appcompat-v7:22.2,0@aar'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:support-v4:22.2.0@aar'
compile 'com.android.support:cardview-v7:22.2.0@aar'
compile 'com.android.support:palette-v7:22.2.0@aar'
compile 'com.android.support:recyclerview-v7:22.2.0@aar'

compile 'com.afollestad:material-dialogs:0.7.6.0'
compile('com.mikepenz:materialdrawer:3.0.7@aar') {
transitive = true
Expand Down
39 changes: 20 additions & 19 deletions Material-Glass/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
android:name="org.cyanogenmod.theme"
android:required="true" />

<uses-sdk
<!--<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="21" />
android:targetSdkVersion="21" />-->

<meta-data
android:name="org.cyanogenmod.theme.name"
Expand All @@ -42,23 +42,6 @@
android:icon="@drawable/ic_launcher"
android:label="@string/theme_name"
android:theme="@style/AppTheme">
<!--layers-->

<service android:name=".Overlay"
android:exported="true">
<intent-filter>
<action android:name="com.layers.plugins.PICK_OVERLAYS" />
<category android:name="Overlay" />
</intent-filter>

</service>

<meta-data android:name="Layers_Name" android:value="Material Glass"/>
<meta-data android:name="Layers_Developer" android:value="Pitched Apps"/>
<meta-data android:name="Layers_Colors" android:value=""/>
<meta-data android:name="Layers_Description" android:value="test"/>
<meta-data android:name="Layers_OverlayNames" android:value="@string/layers_apps"/>
<meta-data android:name="Layers_WhatsNew" android:value="Everything"/>
<!-- MainActivity -->
<activity
android:name=".HomeActivity"
Expand Down Expand Up @@ -126,6 +109,24 @@
android:label="@string/muzei_settings"
android:theme="@style/AppTheme"
android:windowSoftInputMode="stateHidden" />

<!--layers-->

<service android:name=".Overlay"
android:exported="true">
<intent-filter>
<action android:name="com.layers.plugins.PICK_OVERLAYS" />
<category android:name="Overlay" />
</intent-filter>

</service>

<meta-data android:name="Layers_Name" android:value="@string/app_name"/>
<meta-data android:name="Layers_Developer" android:value="Pitched Apps"/>
<meta-data android:name="Layers_Colors" android:value="General"/>
<meta-data android:name="Layers_Description" android:value="@string/welcome_title"/>
<meta-data android:name="Layers_OverlayNames" android:value="@string/layers_apps"/>
<meta-data android:name="Layers_WhatsNew" android:value="@string/layers_new"/>
</application>

</manifest>
4 changes: 2 additions & 2 deletions Material-Glass/src/main/assets/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<scale factor="0.65" />
<!-- 40% eraser weight, 144x144 in 192x192, glow at 30, doubled -->
<!-- Material Glass -->
<item component="ComponentInfo{com.pitchedapps.material.glass.free/com.pitchedapps.material.glass.HomeActivity}" drawable="material_glass"/>
<item component="ComponentInfo{com.pitchedapps.material.glass.free/com.pitchedapps.material.glass.HomeActivity}" drawable="aaaaa"/>
<!-- Material Glass XDA -->
<item component="ComponentInfo{com.pitchedapps.material.glass.xda/com.pitchedapps.material.glass.HomeActivity}" drawable="material_glass"/>
<item component="ComponentInfo{com.pitchedapps.material.glass.xda/com.pitchedapps.material.glass.HomeActivity}" drawable="aaaaa"/>


<item component="ComponentInfo{org.adaway/org.adaway.ui.BaseActivity}" drawable="adaway" />
Expand Down
4 changes: 2 additions & 2 deletions Material-Glass/src/main/assets/icons/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<scale factor="0.65" />
<!-- 40% eraser weight, 144x144 in 192x192, glow at 30, doubled -->
<!-- Material Glass -->
<item component="ComponentInfo{com.pitchedapps.material.glass.free/com.pitchedapps.material.glass.HomeActivity}" drawable="material_glass"/>
<!--<item component="ComponentInfo{com.pitchedapps.material.glass.free/com.pitchedapps.material.glass.HomeActivity}" drawable="material_glass"/>-->
<!-- Material Glass XDA -->
<item component="ComponentInfo{com.pitchedapps.material.glass.xda/com.pitchedapps.material.glass.HomeActivity}" drawable="material_glass"/>
<!--<item component="ComponentInfo{com.pitchedapps.material.glass.xda/com.pitchedapps.material.glass.HomeActivity}" drawable="material_glass"/>-->


<item component="ComponentInfo{org.adaway/org.adaway.ui.BaseActivity}" drawable="adaway" />
Expand Down
Binary file not shown.
Binary file modified Material-Glass/src/main/res/drawable-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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 2 additions & 4 deletions Material-Glass/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@
</string-array>

<string-array name="v34">
<item>v1.1.1</item>
<item>v2.0.0</item>
<item>Play Store: updated for v5.6.8</item>
<item>App: removed dependency for balysv ripples</item>
<item></item>
<item></item>
<item></item>
<item>LAYERS SUPPORT - get the new layers manager and check it out!</item>
</string-array>

<string-array name="v33">
Expand Down

0 comments on commit cde415a

Please sign in to comment.