diff --git a/modules/mogo-module-event-panel/build/generated/source/buildConfig/debug/com/zhidao/mogo/module/event/panel/BuildConfig.java b/modules/mogo-module-event-panel/build/generated/source/buildConfig/debug/com/zhidao/mogo/module/event/panel/BuildConfig.java deleted file mode 100644 index 870f444763..0000000000 --- a/modules/mogo-module-event-panel/build/generated/source/buildConfig/debug/com/zhidao/mogo/module/event/panel/BuildConfig.java +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.zhidao.mogo.module.event.panel; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String LIBRARY_PACKAGE_NAME = "com.zhidao.mogo.module.event.panel"; - /** - * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME - */ - @Deprecated - public static final String APPLICATION_ID = "com.zhidao.mogo.module.event.panel"; - 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 = "1.0.0-SNAPSHOT"; -} diff --git a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Group$$event.java b/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Group$$event.java deleted file mode 100644 index 275a239971..0000000000 --- a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Group$$event.java +++ /dev/null @@ -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.zhidao.mogo.module.event.panel.EventPanelModuleProvider; -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$$event implements IRouteGroup { - @Override - public void loadInto(Map atlas) { - atlas.put("/event/panel", RouteMeta.build(RouteType.PROVIDER, EventPanelModuleProvider.class, "/event/panel", "event", null, -1, -2147483648)); - } -} diff --git a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogomoduleeventpanel.java b/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogomoduleeventpanel.java deleted file mode 100644 index c3cc57f669..0000000000 --- a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogomoduleeventpanel.java +++ /dev/null @@ -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.zhidao.mogo.module.event.panel.EventPanelModuleProvider; -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$$mogomoduleeventpanel implements IProviderGroup { - @Override - public void loadInto(Map providers) { - providers.put("com.mogo.service.eventpanel.IEventPanelProvider", RouteMeta.build(RouteType.PROVIDER, EventPanelModuleProvider.class, "/event/panel", "event", null, -1, -2147483648)); - } -} diff --git a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Root$$mogomoduleeventpanel.java b/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Root$$mogomoduleeventpanel.java deleted file mode 100644 index 1c44e7188a..0000000000 --- a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/alibaba/android/arouter/routes/ARouter$$Root$$mogomoduleeventpanel.java +++ /dev/null @@ -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$$mogomoduleeventpanel implements IRouteRoot { - @Override - public void loadInto(Map> routes) { - routes.put("event", ARouter$$Group$$event.class); - } -} diff --git a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl.java b/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl.java deleted file mode 100644 index bb37b65c7e..0000000000 --- a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl.java +++ /dev/null @@ -1,276 +0,0 @@ -package com.zhidao.mogo.module.event.panel.dao; - -import android.database.Cursor; -import androidx.room.EntityDeletionOrUpdateAdapter; -import androidx.room.EntityInsertionAdapter; -import androidx.room.RoomDatabase; -import androidx.room.RoomSQLiteQuery; -import androidx.room.SharedSQLiteStatement; -import androidx.sqlite.db.SupportSQLiteStatement; -import com.zhidao.mogo.module.event.panel.bean.TripRecord; -import java.lang.Override; -import java.lang.String; -import java.lang.SuppressWarnings; -import java.util.ArrayList; -import java.util.List; - -@SuppressWarnings("unchecked") -public final class TripRecordDao_Impl implements TripRecordDao { - private final RoomDatabase __db; - - private final EntityInsertionAdapter __insertionAdapterOfTripRecord; - - private final EntityDeletionOrUpdateAdapter __deletionAdapterOfTripRecord; - - private final EntityDeletionOrUpdateAdapter __updateAdapterOfTripRecord; - - private final SharedSQLiteStatement __preparedStmtOfDeleteOvertimeTripRecord; - - public TripRecordDao_Impl(RoomDatabase __db) { - this.__db = __db; - this.__insertionAdapterOfTripRecord = new EntityInsertionAdapter(__db) { - @Override - public String createQuery() { - return "INSERT OR REPLACE INTO `TripRecord`(`id`,`eventId`,`eventType`,`usefulStatus`,`entity`,`recordTime`) VALUES (?,?,?,?,?,?)"; - } - - @Override - public void bind(SupportSQLiteStatement stmt, TripRecord value) { - stmt.bindLong(1, value.getId()); - if (value.getEventId() == null) { - stmt.bindNull(2); - } else { - stmt.bindString(2, value.getEventId()); - } - stmt.bindLong(3, value.getEventType()); - if (value.getUsefulStatus() == null) { - stmt.bindNull(4); - } else { - stmt.bindString(4, value.getUsefulStatus()); - } - if (value.getEntity() == null) { - stmt.bindNull(5); - } else { - stmt.bindString(5, value.getEntity()); - } - stmt.bindLong(6, value.getRecordTime()); - } - }; - this.__deletionAdapterOfTripRecord = new EntityDeletionOrUpdateAdapter(__db) { - @Override - public String createQuery() { - return "DELETE FROM `TripRecord` WHERE `id` = ?"; - } - - @Override - public void bind(SupportSQLiteStatement stmt, TripRecord value) { - stmt.bindLong(1, value.getId()); - } - }; - this.__updateAdapterOfTripRecord = new EntityDeletionOrUpdateAdapter(__db) { - @Override - public String createQuery() { - return "UPDATE OR ABORT `TripRecord` SET `id` = ?,`eventId` = ?,`eventType` = ?,`usefulStatus` = ?,`entity` = ?,`recordTime` = ? WHERE `id` = ?"; - } - - @Override - public void bind(SupportSQLiteStatement stmt, TripRecord value) { - stmt.bindLong(1, value.getId()); - if (value.getEventId() == null) { - stmt.bindNull(2); - } else { - stmt.bindString(2, value.getEventId()); - } - stmt.bindLong(3, value.getEventType()); - if (value.getUsefulStatus() == null) { - stmt.bindNull(4); - } else { - stmt.bindString(4, value.getUsefulStatus()); - } - if (value.getEntity() == null) { - stmt.bindNull(5); - } else { - stmt.bindString(5, value.getEntity()); - } - stmt.bindLong(6, value.getRecordTime()); - stmt.bindLong(7, value.getId()); - } - }; - this.__preparedStmtOfDeleteOvertimeTripRecord = new SharedSQLiteStatement(__db) { - @Override - public String createQuery() { - final String _query = "DELETE FROM TripRecord WHERE recordTime < ?"; - return _query; - } - }; - } - - @Override - public void insert(TripRecord... tripRecord) { - __db.beginTransaction(); - try { - __insertionAdapterOfTripRecord.insert(tripRecord); - __db.setTransactionSuccessful(); - } finally { - __db.endTransaction(); - } - } - - @Override - public void delete(TripRecord... tripRecord) { - __db.beginTransaction(); - try { - __deletionAdapterOfTripRecord.handleMultiple(tripRecord); - __db.setTransactionSuccessful(); - } finally { - __db.endTransaction(); - } - } - - @Override - public void update(TripRecord... tripRecord) { - __db.beginTransaction(); - try { - __updateAdapterOfTripRecord.handleMultiple(tripRecord); - __db.setTransactionSuccessful(); - } finally { - __db.endTransaction(); - } - } - - @Override - public void deleteOvertimeTripRecord(long limitTime) { - final SupportSQLiteStatement _stmt = __preparedStmtOfDeleteOvertimeTripRecord.acquire(); - __db.beginTransaction(); - try { - int _argIndex = 1; - _stmt.bindLong(_argIndex, limitTime); - _stmt.executeUpdateDelete(); - __db.setTransactionSuccessful(); - } finally { - __db.endTransaction(); - __preparedStmtOfDeleteOvertimeTripRecord.release(_stmt); - } - } - - @Override - public List queryAllTripRecord(long limitTime) { - final String _sql = "SELECT * FROM TripRecord WHERE recordTime > ? ORDER BY recordTime DESC"; - final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); - int _argIndex = 1; - _statement.bindLong(_argIndex, limitTime); - final Cursor _cursor = __db.query(_statement); - try { - final int _cursorIndexOfId = _cursor.getColumnIndexOrThrow("id"); - final int _cursorIndexOfEventId = _cursor.getColumnIndexOrThrow("eventId"); - final int _cursorIndexOfEventType = _cursor.getColumnIndexOrThrow("eventType"); - final int _cursorIndexOfUsefulStatus = _cursor.getColumnIndexOrThrow("usefulStatus"); - final int _cursorIndexOfEntity = _cursor.getColumnIndexOrThrow("entity"); - final int _cursorIndexOfRecordTime = _cursor.getColumnIndexOrThrow("recordTime"); - final List _result = new ArrayList(_cursor.getCount()); - while(_cursor.moveToNext()) { - final TripRecord _item; - final int _tmpId; - _tmpId = _cursor.getInt(_cursorIndexOfId); - final String _tmpEventId; - _tmpEventId = _cursor.getString(_cursorIndexOfEventId); - final int _tmpEventType; - _tmpEventType = _cursor.getInt(_cursorIndexOfEventType); - final String _tmpUsefulStatus; - _tmpUsefulStatus = _cursor.getString(_cursorIndexOfUsefulStatus); - final String _tmpEntity; - _tmpEntity = _cursor.getString(_cursorIndexOfEntity); - final long _tmpRecordTime; - _tmpRecordTime = _cursor.getLong(_cursorIndexOfRecordTime); - _item = new TripRecord(_tmpId,_tmpEventId,_tmpEventType,_tmpUsefulStatus,_tmpEntity,_tmpRecordTime); - _result.add(_item); - } - return _result; - } finally { - _cursor.close(); - _statement.release(); - } - } - - @Override - public TripRecord queryTripRecordByEventId(String eventId) { - final String _sql = "SELECT * FROM TripRecord WHERE eventId = ?"; - final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); - int _argIndex = 1; - if (eventId == null) { - _statement.bindNull(_argIndex); - } else { - _statement.bindString(_argIndex, eventId); - } - final Cursor _cursor = __db.query(_statement); - try { - final int _cursorIndexOfId = _cursor.getColumnIndexOrThrow("id"); - final int _cursorIndexOfEventId = _cursor.getColumnIndexOrThrow("eventId"); - final int _cursorIndexOfEventType = _cursor.getColumnIndexOrThrow("eventType"); - final int _cursorIndexOfUsefulStatus = _cursor.getColumnIndexOrThrow("usefulStatus"); - final int _cursorIndexOfEntity = _cursor.getColumnIndexOrThrow("entity"); - final int _cursorIndexOfRecordTime = _cursor.getColumnIndexOrThrow("recordTime"); - final TripRecord _result; - if(_cursor.moveToFirst()) { - final int _tmpId; - _tmpId = _cursor.getInt(_cursorIndexOfId); - final String _tmpEventId; - _tmpEventId = _cursor.getString(_cursorIndexOfEventId); - final int _tmpEventType; - _tmpEventType = _cursor.getInt(_cursorIndexOfEventType); - final String _tmpUsefulStatus; - _tmpUsefulStatus = _cursor.getString(_cursorIndexOfUsefulStatus); - final String _tmpEntity; - _tmpEntity = _cursor.getString(_cursorIndexOfEntity); - final long _tmpRecordTime; - _tmpRecordTime = _cursor.getLong(_cursorIndexOfRecordTime); - _result = new TripRecord(_tmpId,_tmpEventId,_tmpEventType,_tmpUsefulStatus,_tmpEntity,_tmpRecordTime); - } else { - _result = null; - } - return _result; - } finally { - _cursor.close(); - _statement.release(); - } - } - - @Override - public TripRecord queryTripRecordById(int id) { - final String _sql = "SELECT * FROM TripRecord WHERE id = ?"; - final RoomSQLiteQuery _statement = RoomSQLiteQuery.acquire(_sql, 1); - int _argIndex = 1; - _statement.bindLong(_argIndex, id); - final Cursor _cursor = __db.query(_statement); - try { - final int _cursorIndexOfId = _cursor.getColumnIndexOrThrow("id"); - final int _cursorIndexOfEventId = _cursor.getColumnIndexOrThrow("eventId"); - final int _cursorIndexOfEventType = _cursor.getColumnIndexOrThrow("eventType"); - final int _cursorIndexOfUsefulStatus = _cursor.getColumnIndexOrThrow("usefulStatus"); - final int _cursorIndexOfEntity = _cursor.getColumnIndexOrThrow("entity"); - final int _cursorIndexOfRecordTime = _cursor.getColumnIndexOrThrow("recordTime"); - final TripRecord _result; - if(_cursor.moveToFirst()) { - final int _tmpId; - _tmpId = _cursor.getInt(_cursorIndexOfId); - final String _tmpEventId; - _tmpEventId = _cursor.getString(_cursorIndexOfEventId); - final int _tmpEventType; - _tmpEventType = _cursor.getInt(_cursorIndexOfEventType); - final String _tmpUsefulStatus; - _tmpUsefulStatus = _cursor.getString(_cursorIndexOfUsefulStatus); - final String _tmpEntity; - _tmpEntity = _cursor.getString(_cursorIndexOfEntity); - final long _tmpRecordTime; - _tmpRecordTime = _cursor.getLong(_cursorIndexOfRecordTime); - _result = new TripRecord(_tmpId,_tmpEventId,_tmpEventType,_tmpUsefulStatus,_tmpEntity,_tmpRecordTime); - } else { - _result = null; - } - return _result; - } finally { - _cursor.close(); - _statement.release(); - } - } -} diff --git a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl.java b/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl.java deleted file mode 100644 index ba1dca8584..0000000000 --- a/modules/mogo-module-event-panel/build/generated/source/kapt/debug/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl.java +++ /dev/null @@ -1,124 +0,0 @@ -package com.zhidao.mogo.module.event.panel.dao; - -import androidx.room.DatabaseConfiguration; -import androidx.room.InvalidationTracker; -import androidx.room.RoomOpenHelper; -import androidx.room.RoomOpenHelper.Delegate; -import androidx.room.util.TableInfo; -import androidx.room.util.TableInfo.Column; -import androidx.room.util.TableInfo.ForeignKey; -import androidx.room.util.TableInfo.Index; -import androidx.sqlite.db.SupportSQLiteDatabase; -import androidx.sqlite.db.SupportSQLiteOpenHelper; -import androidx.sqlite.db.SupportSQLiteOpenHelper.Callback; -import androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration; -import java.lang.IllegalStateException; -import java.lang.Override; -import java.lang.String; -import java.lang.SuppressWarnings; -import java.util.HashMap; -import java.util.HashSet; - -@SuppressWarnings("unchecked") -public final class TripRecordDatabase_Impl extends TripRecordDatabase { - private volatile TripRecordDao _tripRecordDao; - - @Override - protected SupportSQLiteOpenHelper createOpenHelper(DatabaseConfiguration configuration) { - final SupportSQLiteOpenHelper.Callback _openCallback = new RoomOpenHelper(configuration, new RoomOpenHelper.Delegate(1) { - @Override - public void createAllTables(SupportSQLiteDatabase _db) { - _db.execSQL("CREATE TABLE IF NOT EXISTS `TripRecord` (`id` INTEGER NOT NULL, `eventId` TEXT NOT NULL, `eventType` INTEGER NOT NULL, `usefulStatus` TEXT NOT NULL, `entity` TEXT NOT NULL, `recordTime` INTEGER NOT NULL, PRIMARY KEY(`id`))"); - _db.execSQL("CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)"); - _db.execSQL("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"defc464f299b42840c16887282585427\")"); - } - - @Override - public void dropAllTables(SupportSQLiteDatabase _db) { - _db.execSQL("DROP TABLE IF EXISTS `TripRecord`"); - } - - @Override - protected void onCreate(SupportSQLiteDatabase _db) { - if (mCallbacks != null) { - for (int _i = 0, _size = mCallbacks.size(); _i < _size; _i++) { - mCallbacks.get(_i).onCreate(_db); - } - } - } - - @Override - public void onOpen(SupportSQLiteDatabase _db) { - mDatabase = _db; - internalInitInvalidationTracker(_db); - if (mCallbacks != null) { - for (int _i = 0, _size = mCallbacks.size(); _i < _size; _i++) { - mCallbacks.get(_i).onOpen(_db); - } - } - } - - @Override - protected void validateMigration(SupportSQLiteDatabase _db) { - final HashMap _columnsTripRecord = new HashMap(6); - _columnsTripRecord.put("id", new TableInfo.Column("id", "INTEGER", true, 1)); - _columnsTripRecord.put("eventId", new TableInfo.Column("eventId", "TEXT", true, 0)); - _columnsTripRecord.put("eventType", new TableInfo.Column("eventType", "INTEGER", true, 0)); - _columnsTripRecord.put("usefulStatus", new TableInfo.Column("usefulStatus", "TEXT", true, 0)); - _columnsTripRecord.put("entity", new TableInfo.Column("entity", "TEXT", true, 0)); - _columnsTripRecord.put("recordTime", new TableInfo.Column("recordTime", "INTEGER", true, 0)); - final HashSet _foreignKeysTripRecord = new HashSet(0); - final HashSet _indicesTripRecord = new HashSet(0); - final TableInfo _infoTripRecord = new TableInfo("TripRecord", _columnsTripRecord, _foreignKeysTripRecord, _indicesTripRecord); - final TableInfo _existingTripRecord = TableInfo.read(_db, "TripRecord"); - if (! _infoTripRecord.equals(_existingTripRecord)) { - throw new IllegalStateException("Migration didn't properly handle TripRecord(com.zhidao.mogo.module.event.panel.bean.TripRecord).\n" - + " Expected:\n" + _infoTripRecord + "\n" - + " Found:\n" + _existingTripRecord); - } - } - }, "defc464f299b42840c16887282585427", "9fe5f51cfb8d02b5a7d3723e1f4fb290"); - final SupportSQLiteOpenHelper.Configuration _sqliteConfig = SupportSQLiteOpenHelper.Configuration.builder(configuration.context) - .name(configuration.name) - .callback(_openCallback) - .build(); - final SupportSQLiteOpenHelper _helper = configuration.sqliteOpenHelperFactory.create(_sqliteConfig); - return _helper; - } - - @Override - protected InvalidationTracker createInvalidationTracker() { - return new InvalidationTracker(this, "TripRecord"); - } - - @Override - public void clearAllTables() { - super.assertNotMainThread(); - final SupportSQLiteDatabase _db = super.getOpenHelper().getWritableDatabase(); - try { - super.beginTransaction(); - _db.execSQL("DELETE FROM `TripRecord`"); - super.setTransactionSuccessful(); - } finally { - super.endTransaction(); - _db.query("PRAGMA wal_checkpoint(FULL)").close(); - if (!_db.inTransaction()) { - _db.execSQL("VACUUM"); - } - } - } - - @Override - public TripRecordDao getTripRecordDao() { - if (_tripRecordDao != null) { - return _tripRecordDao; - } else { - synchronized(this) { - if(_tripRecordDao == null) { - _tripRecordDao = new TripRecordDao_Impl(this); - } - return _tripRecordDao; - } - } - } -} diff --git a/modules/mogo-module-event-panel/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/modules/mogo-module-event-panel/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml deleted file mode 100644 index 8fe4e06d79..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - / - - \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/modules/mogo-module-event-panel/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json deleted file mode 100644 index 150ef84844..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0-SNAPSHOT","enabled":true,"outputFile":"mogo-module-event-panel-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.zhidao.mogo.module.event.panel","split":""}}] \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/modules/mogo-module-event-panel/build/intermediates/annotation_processor_list/debug/annotationProcessors.json deleted file mode 100644 index 9e26dfeeb6..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/compile_library_classes/debug/classes.jar b/modules/mogo-module-event-panel/build/intermediates/compile_library_classes/debug/classes.jar deleted file mode 100644 index e2df672e2f..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/compile_library_classes/debug/classes.jar and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/modules/mogo-module-event-panel/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar deleted file mode 100644 index 761cf14e8c..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/modules/mogo-module-event-panel/build/intermediates/incremental/debug-mergeNativeLibs/merge-state deleted file mode 100644 index 712f18e403..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/incremental/debug-mergeNativeLibs/merge-state and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/modules/mogo-module-event-panel/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml deleted file mode 100644 index 38d8f5e50b..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/incremental/mergeDebugShaders/merger.xml b/modules/mogo-module-event-panel/build/intermediates/incremental/mergeDebugShaders/merger.xml deleted file mode 100644 index c1bbe1cad3..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/incremental/mergeDebugShaders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugAssets/merger.xml b/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugAssets/merger.xml deleted file mode 100644 index b3fc54a650..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugAssets/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugResources/compile-file-map.properties deleted file mode 100644 index 706db4e2bc..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Fri Jul 17 17:47:43 CST 2020 -/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/src/main/res/layout/module_event_panel_fragment_surrounding_event.xml=/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_surrounding_event.xml -/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/src/main/res/layout/module_event_panel_fragment_my_share.xml=/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_my_share.xml -/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/src/main/res/layout/module_event_panel_fragment_trip_record.xml=/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_trip_record.xml -/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/src/main/res/layout/module_event_panel_fragment_event_panel.xml=/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_event_panel.xml diff --git a/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugResources/merger.xml b/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugResources/merger.xml deleted file mode 100644 index 9446acade8..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/incremental/packageDebugResources/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$event.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$event.class deleted file mode 100644 index 645b039450..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$event.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogomoduleeventpanel.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogomoduleeventpanel.class deleted file mode 100644 index b79e46bc31..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogomoduleeventpanel.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogomoduleeventpanel.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogomoduleeventpanel.class deleted file mode 100644 index baaf0a1773..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogomoduleeventpanel.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/BuildConfig.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/BuildConfig.class deleted file mode 100644 index b8782e83ce..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/BuildConfig.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$1.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$1.class deleted file mode 100644 index 396b388baf..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$1.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$2.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$2.class deleted file mode 100644 index 7272b0502b..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$2.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$3.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$3.class deleted file mode 100644 index 76c7b60d22..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$3.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$4.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$4.class deleted file mode 100644 index 301dc68b48..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl$4.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl.class deleted file mode 100644 index 9d1b1aa0e4..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDao_Impl.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl$1.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl$1.class deleted file mode 100644 index facd9b1bd6..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl$1.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl.class b/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl.class deleted file mode 100644 index e65c5286fe..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/javac/debug/classes/com/zhidao/mogo/module/event/panel/dao/TripRecordDatabase_Impl.class and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/library_java_res/debug/res.jar b/modules/mogo-module-event-panel/build/intermediates/library_java_res/debug/res.jar deleted file mode 100644 index 5911de925d..0000000000 Binary files a/modules/mogo-module-event-panel/build/intermediates/library_java_res/debug/res.jar and /dev/null differ diff --git a/modules/mogo-module-event-panel/build/intermediates/library_manifest/debug/AndroidManifest.xml b/modules/mogo-module-event-panel/build/intermediates/library_manifest/debug/AndroidManifest.xml deleted file mode 100644 index 8fe4e06d79..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/library_manifest/debug/AndroidManifest.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - / - - \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/modules/mogo-module-event-panel/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt deleted file mode 100644 index 1f092ce36c..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt +++ /dev/null @@ -1,15 +0,0 @@ -R_DEF: Internal format may change without notice -local -id btnDelete -id btnGenerate -id btnInsert -id btnQuery -id btnShowOrHidePanels -id btnUpdate -id clPanelContainer -id tvTitle -id vpEventPanel -layout module_event_panel_fragment_event_panel -layout module_event_panel_fragment_my_share -layout module_event_panel_fragment_surrounding_event -layout module_event_panel_fragment_trip_record diff --git a/modules/mogo-module-event-panel/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/modules/mogo-module-event-panel/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt deleted file mode 100644 index 0517d35354..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +++ /dev/null @@ -1,14 +0,0 @@ -1 -2 -6 -7 /Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/src/main/AndroidManifest.xml -9 android:targetSdkVersion="22" /> -9-->/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/modules/mogo-module-event-panel/src/main/AndroidManifest.xml -10 / -11 -12 diff --git a/modules/mogo-module-event-panel/build/intermediates/merged_manifests/debug/output.json b/modules/mogo-module-event-panel/build/intermediates/merged_manifests/debug/output.json deleted file mode 100644 index 2b655ae98a..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/merged_manifests/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0-SNAPSHOT","enabled":true,"outputFile":"mogo-module-event-panel-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.zhidao.mogo.module.event.panel","split":""}}] \ No newline at end of file diff --git a/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_event_panel.xml b/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_event_panel.xml deleted file mode 100644 index 67437cda97..0000000000 --- a/modules/mogo-module-event-panel/build/intermediates/packaged_res/debug/layout/module_event_panel_fragment_event_panel.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -