Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
neoblackxt committed Aug 20, 2019
1 parent c90dd99 commit 3c819f4
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 296 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 29
buildToolsVersion "29.0.1"
defaultConfig {
applicationId "com.thinkdiffrent.anywebview"
applicationId "com.thinkdifferent.anywebview"
minSdkVersion 23
targetSdkVersion 29
versionCode 1
Expand All @@ -25,9 +25,5 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
compileOnly 'de.robv.android.xposed:api:53'
}

This file was deleted.

7 changes: 2 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.thinkdiffrent.anywebview">
package="com.thinkdifferent.anywebview">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:supportsRtl="true">
<meta-data
android:name="xposedmodule"
android:value="true" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/xposed_init
Original file line number Diff line number Diff line change
@@ -1 +1 @@
com.thinkdiffrent.anywebview.AnyWebView
com.thinkdifferent.anywebview.AnyWebView
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thinkdiffrent.anywebview;
package com.thinkdifferent.anywebview;

import android.content.pm.PackageInfo;

Expand All @@ -9,12 +9,12 @@
import de.robv.android.xposed.XC_MethodHook;
import de.robv.android.xposed.callbacks.XC_LoadPackage;

import static com.thinkdiffrent.anywebview.XposedHelpersWraper.findAndHookConstructor;
import static com.thinkdiffrent.anywebview.XposedHelpersWraper.findAndHookMethod;
import static com.thinkdiffrent.anywebview.XposedHelpersWraper.findClass;
import static com.thinkdiffrent.anywebview.XposedHelpersWraper.findConstructorBestMatch;
import static com.thinkdiffrent.anywebview.XposedHelpersWraper.findFirstFieldByExactType;
import static com.thinkdiffrent.anywebview.XposedHelpersWraper.log;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.findAndHookConstructor;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.findAndHookMethod;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.findClass;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.findConstructorBestMatch;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.findFirstFieldByExactType;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.log;

public class AnyWebView extends BaseXposedHookLoadPackage {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.thinkdiffrent.anywebview;
package com.thinkdifferent.anywebview;

import de.robv.android.xposed.IXposedHookLoadPackage;
import de.robv.android.xposed.IXposedHookZygoteInit;

import static com.thinkdiffrent.anywebview.XposedHelpersWraper.setTAG;
import static com.thinkdifferent.anywebview.XposedHelpersWraper.setTAG;


public abstract class BaseXposedHookLoadPackage implements IXposedHookLoadPackage, IXposedHookZygoteInit {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.thinkdiffrent.anywebview;
package com.thinkdifferent.anywebview;

import android.content.res.Resources;
import android.util.Log;
Expand Down
34 changes: 0 additions & 34 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

170 changes: 0 additions & 170 deletions app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions app/src/main/res/values/colors.xml

This file was deleted.

11 changes: 0 additions & 11 deletions app/src/main/res/values/styles.xml

This file was deleted.

This file was deleted.

0 comments on commit 3c819f4

Please sign in to comment.