mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 10:15:18 +08:00
Merge **.ui.App** to **.ui.errors.App**
This commit is contained in:
@@ -29,14 +29,14 @@
|
|||||||
android:resource="@array/module_scope" />
|
android:resource="@array/module_scope" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.AppErrorsDetailActivity"
|
android:name=".ui.activity.errors.AppErrorsDetailActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:screenOrientation="behind"
|
android:screenOrientation="behind"
|
||||||
android:taskAffinity=":detail" />
|
android:taskAffinity=":detail" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.AppErrorsRecordActivity"
|
android:name=".ui.activity.errors.AppErrorsRecordActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/errors_record"
|
android:label="@string/errors_record"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
|
@@ -43,7 +43,7 @@ import com.fankes.apperrorstracking.R
|
|||||||
import com.fankes.apperrorstracking.bean.AppErrorsInfoBean
|
import com.fankes.apperrorstracking.bean.AppErrorsInfoBean
|
||||||
import com.fankes.apperrorstracking.const.Const
|
import com.fankes.apperrorstracking.const.Const
|
||||||
import com.fankes.apperrorstracking.locale.LocaleString
|
import com.fankes.apperrorstracking.locale.LocaleString
|
||||||
import com.fankes.apperrorstracking.ui.activity.AppErrorsDetailActivity
|
import com.fankes.apperrorstracking.ui.activity.errors.AppErrorsDetailActivity
|
||||||
import com.fankes.apperrorstracking.utils.drawable.drawabletoolbox.DrawableBuilder
|
import com.fankes.apperrorstracking.utils.drawable.drawabletoolbox.DrawableBuilder
|
||||||
import com.fankes.apperrorstracking.utils.factory.*
|
import com.fankes.apperrorstracking.utils.factory.*
|
||||||
import com.highcapable.yukihookapi.hook.bean.VariousClass
|
import com.highcapable.yukihookapi.hook.bean.VariousClass
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
package com.fankes.apperrorstracking.service
|
package com.fankes.apperrorstracking.service
|
||||||
|
|
||||||
import android.service.quicksettings.TileService
|
import android.service.quicksettings.TileService
|
||||||
import com.fankes.apperrorstracking.ui.activity.AppErrorsRecordActivity
|
import com.fankes.apperrorstracking.ui.activity.errors.AppErrorsRecordActivity
|
||||||
import com.fankes.apperrorstracking.utils.factory.navigate
|
import com.fankes.apperrorstracking.utils.factory.navigate
|
||||||
|
|
||||||
class QuickStartTileService : TileService() {
|
class QuickStartTileService : TileService() {
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
@file:Suppress("DEPRECATION", "OVERRIDE_DEPRECATION")
|
@file:Suppress("DEPRECATION", "OVERRIDE_DEPRECATION")
|
||||||
|
|
||||||
package com.fankes.apperrorstracking.ui.activity
|
package com.fankes.apperrorstracking.ui.activity.errors
|
||||||
|
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import android.content.Context
|
import android.content.Context
|
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
@file:Suppress("DEPRECATION", "OVERRIDE_DEPRECATION")
|
@file:Suppress("DEPRECATION", "OVERRIDE_DEPRECATION")
|
||||||
|
|
||||||
package com.fankes.apperrorstracking.ui.activity
|
package com.fankes.apperrorstracking.ui.activity.errors
|
||||||
|
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import android.content.Intent
|
import android.content.Intent
|
@@ -6,7 +6,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/colorThemeBackground"
|
android:background="@color/colorThemeBackground"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
tools:context=".ui.activity.AppErrorsDetailActivity"
|
tools:context=".ui.activity.errors.AppErrorsDetailActivity"
|
||||||
tools:ignore="ContentDescription,UseCompoundDrawables,SmallSp">
|
tools:ignore="ContentDescription,UseCompoundDrawables,SmallSp">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/colorThemeBackground"
|
android:background="@color/colorThemeBackground"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
tools:context=".ui.activity.AppErrorsRecordActivity"
|
tools:context=".ui.activity.errors.AppErrorsRecordActivity"
|
||||||
tools:ignore="ContentDescription,UseCompoundDrawables">
|
tools:ignore="ContentDescription,UseCompoundDrawables">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Reference in New Issue
Block a user