[3.1.0-sweeper] fix bug of track obj anim
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.mogo.launcher.patch;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.launcher.patch";
|
||||
/**
|
||||
* @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String APPLICATION_ID = "com.mogo.launcher.patch";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = -1;
|
||||
public static final String VERSION_NAME = "";
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.mogo.launcher.patch.provider.MoGoPatchProviderImpl;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Group$$patch implements IRouteGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> atlas) {
|
||||
atlas.put("/patch/api", RouteMeta.build(RouteType.PROVIDER, MoGoPatchProviderImpl.class, "/patch/api", "patch", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IProviderGroup;
|
||||
import com.mogo.launcher.patch.provider.MoGoPatchProviderImpl;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Providers$$mogocorefunctionpatch implements IProviderGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> providers) {
|
||||
providers.put("com.mogo.eagle.core.function.api.patch.IMoGoPatchProvider", RouteMeta.build(RouteType.PROVIDER, MoGoPatchProviderImpl.class, "/patch/api", "patch", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteRoot;
|
||||
import java.lang.Class;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Root$$mogocorefunctionpatch implements IRouteRoot {
|
||||
@Override
|
||||
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
|
||||
routes.put("patch", ARouter$$Group$$patch.class);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.launcher.patch" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="23"
|
||||
android:targetSdkVersion="27" />
|
||||
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
|
||||
<application>
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="dollar_openBracket_applicationId_closeBracket.fileProvider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true" >
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths" />
|
||||
</provider>
|
||||
|
||||
<meta-data
|
||||
android:name="SUPPORT_PATCH"
|
||||
android:value="1" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":-1,"enabled":true,"outputFile":"mogo-core-function-patch-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.launcher.patch","split":""}}]
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/jniLibs"><file name="armeabi-v7a/libapkpatch.so" path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/jniLibs/armeabi-v7a/libapkpatch.so"/><file name="x86/libapkpatch.so" path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/jniLibs/x86/libapkpatch.so"/><file name="arm64-v8a/libapkpatch.so" path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/jniLibs/arm64-v8a/libapkpatch.so"/><file name="x86_64/libapkpatch.so" path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/jniLibs/x86_64/libapkpatch.so"/></source></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/debug/jniLibs"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/debug/shaders"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/main/assets"/><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/debug/assets"/></dataSet></merger>
|
||||
@@ -0,0 +1 @@
|
||||
#Tue May 30 10:10:41 CST 2023
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/main/res"/><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/rs/debug"/><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/main/res"/><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/rs/debug"/><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/emarrow/Documents/androidProject/MoGoEagleEye/libraries/mogo-adas-data/src/debug/res"/></dataSet><mergedItems/></merger>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.launcher.patch" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="23"
|
||||
android:targetSdkVersion="27" />
|
||||
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
|
||||
<application>
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="${applicationId}.fileProvider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true" >
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths" />
|
||||
</provider>
|
||||
|
||||
<meta-data
|
||||
android:name="SUPPORT_PATCH"
|
||||
android:value="1" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,2 @@
|
||||
R_DEF: Internal format may change without notice
|
||||
local
|
||||
@@ -0,0 +1,43 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
3 package="com.mogo.launcher.patch" >
|
||||
4
|
||||
5 <uses-sdk
|
||||
6 android:minSdkVersion="23"
|
||||
6-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
7 android:targetSdkVersion="27" />
|
||||
7-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
8
|
||||
9 <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
9-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:5:5-83
|
||||
9-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:5:22-80
|
||||
10
|
||||
11 <application>
|
||||
11-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:7:5-18:19
|
||||
12 <provider
|
||||
12-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:8:9-16:20
|
||||
13 android:name="androidx.core.content.FileProvider"
|
||||
13-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:9:13-62
|
||||
14 android:authorities="dollar_openBracket_applicationId_closeBracket.fileProvider"
|
||||
14-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:10:13-64
|
||||
15 android:exported="false"
|
||||
15-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:11:13-37
|
||||
16 android:grantUriPermissions="true" >
|
||||
16-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:12:13-47
|
||||
17 <meta-data
|
||||
17-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:13:13-15:58
|
||||
18 android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
18-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:14:17-67
|
||||
19 android:resource="@xml/provider_paths" />
|
||||
19-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:15:17-55
|
||||
20 </provider>
|
||||
21
|
||||
22 <meta-data
|
||||
22-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:17:9-69
|
||||
23 android:name="SUPPORT_PATCH"
|
||||
23-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:17:20-48
|
||||
24 android:value="1" />
|
||||
24-->/Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:17:49-66
|
||||
25 </application>
|
||||
26
|
||||
27</manifest>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":-1,"enabled":true,"outputFile":"mogo-core-function-patch-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.launcher.patch","split":""}}]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,53 @@
|
||||
-- Merging decision tree log ---
|
||||
manifest
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:2:1-19:12
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:2:1-19:12
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:2:1-19:12
|
||||
package
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:3:5-38
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
xmlns:android
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:2:11-69
|
||||
uses-permission#android.permission.REQUEST_INSTALL_PACKAGES
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:5:5-83
|
||||
android:name
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:5:22-80
|
||||
application
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:7:5-18:19
|
||||
provider#androidx.core.content.FileProvider
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:8:9-16:20
|
||||
android:grantUriPermissions
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:12:13-47
|
||||
android:authorities
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:10:13-64
|
||||
android:exported
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:11:13-37
|
||||
android:name
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:9:13-62
|
||||
meta-data#android.support.FILE_PROVIDER_PATHS
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:13:13-15:58
|
||||
android:resource
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:15:17-55
|
||||
android:name
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:14:17-67
|
||||
meta-data#SUPPORT_PATCH
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:17:9-69
|
||||
android:value
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:17:49-66
|
||||
android:name
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml:17:20-48
|
||||
uses-sdk
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
android:targetSdkVersion
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
android:minSdkVersion
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/emarrow/Documents/androidProject/MoGoEagleEye/core/function-impl/mogo-core-function-patch/src/main/AndroidManifest.xml
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -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) {
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
package error;
|
||||
|
||||
public final class NonExistentClass {
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user