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/morphe-patcher.api
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public final class app/morphe/patcher/InstanceOfFilter : app/morphe/patcher/Opco
85
85
}
86
86
87
87
public abstract interface class app/morphe/patcher/InstructionFilter {
88
-
public abstract fun getLocation ()Lapp/morphe/patcher/InstructionLocation;
88
+
public fun getLocation ()Lapp/morphe/patcher/InstructionLocation;
89
89
public abstract fun matches (Lcom/android/tools/smali/dexlib2/iface/Method;Lcom/android/tools/smali/dexlib2/iface/instruction/Instruction;)Z
90
90
}
91
91
@@ -936,12 +936,15 @@ public final class app/morphe/patcher/resource/coder/ArsclibResourceCoder$Packag
936
936
937
937
public abstract interface class app/morphe/patcher/resource/coder/ResourceCoder {
938
938
public abstract fun addFile (Ljava/lang/String;Ljava/io/File;Ljava/lang/String;)Ljava/io/File;
939
+
public static synthetic fun addFile$default (Lapp/morphe/patcher/resource/coder/ResourceCoder;Ljava/lang/String;Ljava/io/File;Ljava/lang/String;ILjava/lang/Object;)Ljava/io/File;
939
940
public abstract fun decodeRaw ()Lapp/morphe/patcher/PackageMetadata;
940
941
public abstract fun decodeResources ()Lapp/morphe/patcher/PackageMetadata;
941
942
public abstract fun deleteFile (Ljava/lang/String;Ljava/lang/String;)V
943
+
public static synthetic fun deleteFile$default (Lapp/morphe/patcher/resource/coder/ResourceCoder;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)V
942
944
public abstract fun encodeResources (Ljava/io/File;)Ljava/io/File;
943
945
public abstract fun getDeletedFiles ()Ljava/util/Set;
944
946
public abstract fun getFile (Ljava/lang/String;Ljava/lang/String;Z)Ljava/io/File;
947
+
public static synthetic fun getFile$default (Lapp/morphe/patcher/resource/coder/ResourceCoder;Ljava/lang/String;Ljava/lang/String;ZILjava/lang/Object;)Ljava/io/File;
945
948
public abstract fun getOtherResourceFiles (Ljava/io/File;Lapp/morphe/patcher/resource/ResourceMode;)Ljava/io/File;
946
949
public abstract fun getPackageMetadata ()Lapp/morphe/patcher/PackageMetadata;
947
950
public abstract fun getUncompressedFiles ()Ljava/util/Set;
0 commit comments