You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/revanced-patcher.api
+7-11
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public final class app/revanced/patcher/patch/BytecodePatchContext : app/revance
150
150
public final fun getValue (Lapp/revanced/patcher/Fingerprint;Ljava/lang/Void;Lkotlin/reflect/KProperty;)Lapp/revanced/patcher/Match;
151
151
public final fun match (Lapp/revanced/patcher/Fingerprint;Lcom/android/tools/smali/dexlib2/iface/ClassDef;)Lapp/revanced/patcher/Match;
152
152
public final fun match (Lapp/revanced/patcher/Fingerprint;Lcom/android/tools/smali/dexlib2/iface/Method;)Lapp/revanced/patcher/Match;
153
-
public final fun navigate (Lcom/android/tools/smali/dexlib2/iface/Method;)Lapp/revanced/patcher/util/MethodNavigator;
153
+
public final fun navigate (Lcom/android/tools/smali/dexlib2/iface/reference/MethodReference;)Lapp/revanced/patcher/util/MethodNavigator;
154
154
public final fun proxy (Lcom/android/tools/smali/dexlib2/iface/ClassDef;)Lapp/revanced/patcher/util/proxy/ClassProxy;
155
155
}
156
156
@@ -386,18 +386,13 @@ public final class app/revanced/patcher/patch/ResourcePatchBuilder : app/revance
386
386
}
387
387
388
388
public final class app/revanced/patcher/patch/ResourcePatchContext : app/revanced/patcher/patch/PatchContext {
389
+
public final fun delete (Ljava/lang/String;)Z
390
+
public final fun document (Ljava/io/InputStream;)Lapp/revanced/patcher/util/Document;
391
+
public final fun document (Ljava/lang/String;)Lapp/revanced/patcher/util/Document;
389
392
public fun get ()Lapp/revanced/patcher/PatcherResult$PatchedResources;
390
393
public synthetic fun get ()Ljava/lang/Object;
391
394
public final fun get (Ljava/lang/String;Z)Ljava/io/File;
392
395
public static synthetic fun get$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;ZILjava/lang/Object;)Ljava/io/File;
393
-
public final fun getDocument ()Lapp/revanced/patcher/patch/ResourcePatchContext$DocumentOperatable;
394
-
public final fun stageDelete (Lkotlin/jvm/functions/Function1;)Z
395
-
}
396
-
397
-
public final class app/revanced/patcher/patch/ResourcePatchContext$DocumentOperatable {
398
-
public fun <init> (Lapp/revanced/patcher/patch/ResourcePatchContext;)V
399
-
public final fun get (Ljava/io/InputStream;)Lapp/revanced/patcher/util/Document;
400
-
public final fun get (Ljava/lang/String;)Lapp/revanced/patcher/util/Document;
401
396
}
402
397
403
398
public final class app/revanced/patcher/util/Document : java/io/Closeable, org/w3c/dom/Document {
@@ -476,8 +471,9 @@ public final class app/revanced/patcher/util/MethodNavigator {
476
471
public final fun at (ILkotlin/jvm/functions/Function1;)Lapp/revanced/patcher/util/MethodNavigator;
477
472
public final fun at ([I)Lapp/revanced/patcher/util/MethodNavigator;
478
473
public static synthetic fun at$default (Lapp/revanced/patcher/util/MethodNavigator;ILkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lapp/revanced/patcher/util/MethodNavigator;
479
-
public final fun immutable ()Lcom/android/tools/smali/dexlib2/iface/Method;
480
-
public final fun mutable ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
474
+
public final fun getValue (Ljava/lang/Void;Lkotlin/reflect/KProperty;)Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
475
+
public final fun original ()Lcom/android/tools/smali/dexlib2/iface/Method;
476
+
public final fun stop ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
481
477
}
482
478
483
479
public final class app/revanced/patcher/util/ProxyClassList : java/util/List, kotlin/jvm/internal/markers/KMutableList {
0 commit comments