[3.1.0-sweeper] fix bug of track obj anim

This commit is contained in:
zhongchao
2023-05-30 16:34:50 +08:00
parent 8fadee7d07
commit e4eef21a61
61 changed files with 12461 additions and 6 deletions

View File

@@ -0,0 +1,33 @@
package com.mogo.launcher.patch;
import java.lang.System;
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000,\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\b\n\u0002\u0010\t\n\u0000\b\u00c0\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002J\u001e\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\b2\u0006\u0010\t\u001a\u00020\n2\u0006\u0010\u000b\u001a\u00020\nJ\u0016\u0010\f\u001a\u00020\u00062\u0006\u0010\r\u001a\u00020\n2\u0006\u0010\u000e\u001a\u00020\u0004J\u001e\u0010\u000f\u001a\u00020\u00062\u0006\u0010\u0010\u001a\u00020\b2\u0006\u0010\u0011\u001a\u00020\u00042\u0006\u0010\u0012\u001a\u00020\u0013R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0014"}, d2 = {"Lcom/mogo/launcher/patch/PatchManager;", "", "()V", "TAG", "", "applyPatch", "", "ctx", "Landroid/content/Context;", "patch", "Ljava/io/File;", "newApk", "checkMd5ForMergedApk", "mergedApk", "expectNewApkMd5", "isPatchAccept", "context", "expectSourceMd5", "patchSize", "", "mogo-core-function-patch_debug"})
public final class PatchManager {
@org.jetbrains.annotations.NotNull()
public static final com.mogo.launcher.patch.PatchManager INSTANCE = null;
private static final java.lang.String TAG = "PatchManager";
private PatchManager() {
super();
}
public final boolean isPatchAccept(@org.jetbrains.annotations.NotNull()
android.content.Context context, @org.jetbrains.annotations.NotNull()
java.lang.String expectSourceMd5, long patchSize) {
return false;
}
public final boolean applyPatch(@org.jetbrains.annotations.NotNull()
android.content.Context ctx, @org.jetbrains.annotations.NotNull()
java.io.File patch, @org.jetbrains.annotations.NotNull()
java.io.File newApk) {
return false;
}
public final boolean checkMd5ForMergedApk(@org.jetbrains.annotations.NotNull()
java.io.File mergedApk, @org.jetbrains.annotations.NotNull()
java.lang.String expectNewApkMd5) {
return false;
}
}

View File

@@ -0,0 +1,40 @@
package com.mogo.launcher.patch.provider;
import java.lang.System;
@com.alibaba.android.arouter.facade.annotation.Route(path = "/patch/api")
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u00004\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0003\n\u0002\u0010\t\n\u0000\b\u0007\u0018\u00002\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0002J \u0010\u0003\u001a\u00020\u00042\u0006\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\b2\u0006\u0010\t\u001a\u00020\bH\u0016J \u0010\n\u001a\u00020\u00042\u0006\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u000b\u001a\u00020\b2\u0006\u0010\f\u001a\u00020\rH\u0016J\u0012\u0010\u000e\u001a\u00020\u000f2\b\u0010\u0005\u001a\u0004\u0018\u00010\u0006H\u0016J \u0010\u0010\u001a\u00020\u00042\u0006\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0011\u001a\u00020\r2\u0006\u0010\u0012\u001a\u00020\u0013H\u0016\u00a8\u0006\u0014"}, d2 = {"Lcom/mogo/launcher/patch/provider/MoGoPatchProviderImpl;", "Lcom/mogo/eagle/core/function/api/patch/IMoGoPatchProvider;", "()V", "applyPatch", "", "context", "Landroid/content/Context;", "patch", "Ljava/io/File;", "newApk", "checkMd5ForMergedApk", "mergedApk", "expectNewApkMd5", "", "init", "", "isPatchAccept", "expectOldApkMd5", "patchSize", "", "mogo-core-function-patch_debug"})
public final class MoGoPatchProviderImpl implements com.mogo.eagle.core.function.api.patch.IMoGoPatchProvider {
public MoGoPatchProviderImpl() {
super();
}
@java.lang.Override()
public boolean isPatchAccept(@org.jetbrains.annotations.NotNull()
android.content.Context context, @org.jetbrains.annotations.NotNull()
java.lang.String expectOldApkMd5, long patchSize) {
return false;
}
@java.lang.Override()
public boolean applyPatch(@org.jetbrains.annotations.NotNull()
android.content.Context context, @org.jetbrains.annotations.NotNull()
java.io.File patch, @org.jetbrains.annotations.NotNull()
java.io.File newApk) {
return false;
}
@java.lang.Override()
public boolean checkMd5ForMergedApk(@org.jetbrains.annotations.NotNull()
android.content.Context context, @org.jetbrains.annotations.NotNull()
java.io.File mergedApk, @org.jetbrains.annotations.NotNull()
java.lang.String expectNewApkMd5) {
return false;
}
@java.lang.Override()
public void init(@org.jetbrains.annotations.Nullable()
android.content.Context context) {
}
}

View File

@@ -0,0 +1,4 @@
package error;
public final class NonExistentClass {
}