fix bug and circle dependence problem

This commit is contained in:
zhongchao
2021-09-01 17:12:12 +08:00
parent 9b41205800
commit cdcfd2eafa
548 changed files with 94 additions and 23784 deletions

View File

@@ -1,18 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.mogo.module.guide;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.module.guide";
/**
* @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.module.guide";
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 = "2.0.16";
}

View File

@@ -1,18 +0,0 @@
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.module.guide.MogoGuideProvider;
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$$guide implements IRouteGroup {
@Override
public void loadInto(Map<String, RouteMeta> atlas) {
atlas.put("/guide/showFragment", RouteMeta.build(RouteType.PROVIDER, MogoGuideProvider.class, "/guide/showfragment", "guide", null, -1, -2147483648));
}
}

View File

@@ -1,18 +0,0 @@
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.module.guide.MogoGuideProvider;
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$$mogomoduleguide implements IProviderGroup {
@Override
public void loadInto(Map<String, RouteMeta> providers) {
providers.put("com.mogo.service.module.IMogoModuleProvider", RouteMeta.build(RouteType.PROVIDER, MogoGuideProvider.class, "/guide/showFragment", "guide", null, -1, -2147483648));
}
}

View File

@@ -1,17 +0,0 @@
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$$mogomoduleguide implements IRouteRoot {
@Override
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
routes.put("guide", ARouter$$Group$$guide.class);
}
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.guide"
android:versionCode="1"
android:versionName="2.0.16" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -1 +0,0 @@
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"2.0.16","enabled":true,"outputFile":"mogo-module-guide-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.module.guide","split":""}}]

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-base/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-base/src/debug/jniLibs"/></dataSet></merger>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-base/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-base/src/debug/shaders"/></dataSet></merger>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-mogo/src/main/assets"/><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-mogo/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/arrowem/Documents/androidProject/Launcher/foudations/httpdns-mogo/src/debug/assets"/></dataSet></merger>

View File

@@ -1,30 +0,0 @@
#Tue Aug 31 15:00:17 CST 2021
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_item_stage_five_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_item_stage_five_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_right_page.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_right_page.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_item_stage_five.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_item_stage_five.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_fragment.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_fragment.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_item_stage_three.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_item_stage_three.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_item_stage_four_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_item_stage_four_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/drawable/module_guide_blue_corner.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/drawable/module_guide_blue_corner.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_item_stage_two.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_item_stage_two.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_item_stage_four.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_item_stage_four.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_item_stage_three_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_item_stage_three_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_item_stage_three_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_item_stage_three_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_item_stage_five_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_item_stage_five_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_item_stage_three.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_item_stage_three.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_item_stage_two_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_item_stage_two_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_item_stage_one_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_item_stage_one_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_item_stage_two.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_item_stage_two.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_item_stage_four.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_item_stage_four.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_item_stage_one_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_item_stage_one_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_item_stage_one.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_item_stage_one.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_item_stage_four_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_item_stage_four_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-ldpi/module_guide_left_page.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-ldpi-v4/module_guide_left_page.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_right_page.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_right_page.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_item_stage_two_launcher.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_item_stage_two_launcher.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-mdpi/module_guide_left_page.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/module_guide_left_page.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_item_stage_one.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_item_stage_one.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_item_include.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_item_include.xml
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_right_page.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_right_page.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/mipmap-xhdpi/module_guide_left_page.png=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/module_guide_left_page.png
/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/res/layout/module_guide_item_stage_five.xml=/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/build/intermediates/packaged_res/debug/layout/module_guide_item_stage_five.xml

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.guide"
android:versionCode="1"
android:versionName="2.0.16" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -1,13 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.mogo.module.guide"
4 android:versionCode="1"
5 android:versionName="2.0.16" >
6
7 <uses-sdk
8 android:minSdkVersion="19"
8-->/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/AndroidManifest.xml
9 android:targetSdkVersion="19" />
9-->/Users/arrowem/Documents/androidProject/Launcher/modules/mogo-module-guide/src/main/AndroidManifest.xml
10
11</manifest>

View File

@@ -1 +0,0 @@
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"2.0.16","enabled":true,"outputFile":"mogo-module-guide-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.module.guide","split":""}}]

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_15"/>
<gradient android:angle="180" android:startColor="#42B2FD" android:endColor="#1F7BF9"/>
</shape>

View File

@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/moduleGuideViewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.zhpan.indicator.IndicatorView
android:id="@+id/moduleGuideIndicator"
android:layout_width="@dimen/dp_30"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_84"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<include
android:id="@+id/module_guide_include"
layout="@layout/module_guide_item_include" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,42 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/module_guide_page_right"
android:layout_width="@dimen/dp_54"
android:layout_height="@dimen/dp_90"
android:layout_marginRight="@dimen/dp_92"
android:visibility="gone"
android:src="@mipmap/module_guide_right_page"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/module_guide_page_left"
android:layout_width="@dimen/dp_54"
android:layout_height="@dimen/dp_90"
android:layout_marginLeft="@dimen/dp_92"
android:visibility="gone"
android:src="@mipmap/module_guide_left_page"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/module_guide_tv_next_step"
android:layout_width="@dimen/dp_159"
android:layout_height="@dimen/dp_64"
android:layout_marginTop="@dimen/dp_18"
android:layout_marginRight="@dimen/dp_55"
android:background="@drawable/module_guide_blue_corner"
android:gravity="center"
android:text="@string/module_guide_item_next_step"
android:textColor="#FFFFFF"
android:textSize="@dimen/dp_37"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/moduleGuidePageFive"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/module_guide_item_stage_five_launcher">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/moduleGuidePageFour"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/module_guide_item_stage_four_launcher">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/moduleGuidePageOne"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/module_guide_item_stage_one_launcher">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/moduleGuidePageThree"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/module_guide_item_stage_three_launcher">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/moduleGuidePageTwo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/module_guide_item_stage_two_launcher">
</androidx.constraintlayout.widget.ConstraintLayout>

Some files were not shown because too many files have changed in this diff Show More