clean-up
authorSkarafaz <skarafaz@gmail.com>
Sun, 27 Jul 2014 10:30:41 +0000 (12:30 +0200)
committerSkarafaz <skarafaz@gmail.com>
Sun, 27 Jul 2014 10:30:41 +0000 (12:30 +0200)
app/proguard-rules.pro [deleted file]
app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java [deleted file]
app/src/main/AndroidManifest.xml
app/src/main/res/values/styles.xml [deleted file]

diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
deleted file mode 100644 (file)
index eb07fae..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in C:\Program Files (x86)\Android\android-studio\sdk/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the proguardFiles
-# directive in build.gradle.
-#
-# For more details, see
-#   http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-#   public *;
-#}
diff --git a/app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java b/app/src/androidTest/java/it/skarafaz/xposed/kitkat/nwmonblocker/ApplicationTest.java
deleted file mode 100644 (file)
index 9c7eee1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package it.skarafaz.xposed.kitkat.nwmonblocker;
-
-import android.app.Application;
-import android.test.ApplicationTestCase;
-
-/**
- * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
- */
-public class ApplicationTest extends ApplicationTestCase<Application> {
-    public ApplicationTest() {
-        super(Application.class);
-    }
-}
\ No newline at end of file
index 71d7152bb485c2769107d67f2a26d21754a2eaee..6abb8d5ca8d2fddf6520cb465d238e9ab54ab92b 100644 (file)
@@ -3,8 +3,7 @@
 
     <application android:allowBackup="true"
         android:label="@string/app_name"
-        android:icon="@drawable/ic_launcher"
-        android:theme="@style/AppTheme">
+        android:icon="@drawable/ic_launcher">
         <meta-data android:name="xposedmodule" android:value="true"/>
         <meta-data android:name="xposeddescription" android:value="Get rid of &quot;Network may be monitored&quot; alert due to private CA certificates."/>
         <meta-data android:name="xposedminversion" android:value="54"/>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
deleted file mode 100644 (file)
index f30c8bd..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
-    <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"/>
-</resources>