Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
cfb0a3ba
Commit
cfb0a3ba
authored
Jan 31, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yet another restructuring
parent
6c4d082f
Show whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
64 additions
and
56 deletions
+64
-56
g.java
app/src/full/java/a/g.java
+1
-1
h.java
app/src/full/java/a/h.java
+1
-1
j.java
app/src/full/java/a/j.java
+1
-1
l.java
app/src/full/java/a/l.java
+1
-1
w.java
app/src/full/java/a/w.java
+1
-1
AboutActivity.java
app/src/full/java/com/topjohnwu/magisk/AboutActivity.java
+2
-2
ClassMap.java
app/src/full/java/com/topjohnwu/magisk/ClassMap.java
+4
-4
SplashActivity.java
app/src/full/java/com/topjohnwu/magisk/SplashActivity.java
+2
-2
ModulesAdapter.java
...ll/java/com/topjohnwu/magisk/adapters/ModulesAdapter.java
+1
-1
PolicyAdapter.java
...ull/java/com/topjohnwu/magisk/adapters/PolicyAdapter.java
+3
-3
ReposAdapter.java
...full/java/com/topjohnwu/magisk/adapters/ReposAdapter.java
+3
-3
SuLogAdapter.java
...full/java/com/topjohnwu/magisk/adapters/SuLogAdapter.java
+1
-1
DelegateWorker.java
.../java/com/topjohnwu/magisk/components/DelegateWorker.java
+1
-1
DownloadModuleService.java
...om/topjohnwu/magisk/components/DownloadModuleService.java
+2
-2
GeneralReceiver.java
...java/com/topjohnwu/magisk/components/GeneralReceiver.java
+3
-3
UpdateCheckService.java
...a/com/topjohnwu/magisk/components/UpdateCheckService.java
+2
-2
CustomAlertDialog.java
.../java/com/topjohnwu/magisk/dialogs/CustomAlertDialog.java
+1
-1
EnvFixDialog.java
.../full/java/com/topjohnwu/magisk/dialogs/EnvFixDialog.java
+1
-1
InstallMethodDialog.java
...ava/com/topjohnwu/magisk/dialogs/InstallMethodDialog.java
+4
-1
MagiskInstallDialog.java
...ava/com/topjohnwu/magisk/dialogs/MagiskInstallDialog.java
+3
-1
ManagerInstallDialog.java
...va/com/topjohnwu/magisk/dialogs/ManagerInstallDialog.java
+2
-1
UninstallDialog.java
...ll/java/com/topjohnwu/magisk/dialogs/UninstallDialog.java
+2
-1
MagiskFragment.java
...l/java/com/topjohnwu/magisk/fragments/MagiskFragment.java
+6
-6
MagiskLogFragment.java
...ava/com/topjohnwu/magisk/fragments/MagiskLogFragment.java
+1
-1
AboutCardRow.java
.../java/com/topjohnwu/magisk/uicomponents/AboutCardRow.java
+1
-1
ExpandableViewHolder.java
...m/topjohnwu/magisk/uicomponents/ExpandableViewHolder.java
+1
-1
MarkDownWindow.java
...ava/com/topjohnwu/magisk/uicomponents/MarkDownWindow.java
+1
-1
Notifications.java
...java/com/topjohnwu/magisk/uicomponents/Notifications.java
+2
-2
ProgressNotification.java
...m/topjohnwu/magisk/uicomponents/ProgressNotification.java
+1
-1
SafetyNet.java
...ull/java/com/topjohnwu/magisk/uicomponents/SafetyNet.java
+2
-1
Shortcuts.java
...ull/java/com/topjohnwu/magisk/uicomponents/Shortcuts.java
+1
-1
SnackbarMaker.java
...java/com/topjohnwu/magisk/uicomponents/SnackbarMaker.java
+1
-1
UpdateCardHolder.java
...a/com/topjohnwu/magisk/uicomponents/UpdateCardHolder.java
+1
-1
AppUtils.java
app/src/full/java/com/topjohnwu/magisk/utils/AppUtils.java
+1
-1
DownloadApp.java
...src/full/java/com/topjohnwu/magisk/utils/DownloadApp.java
+1
-1
FingerprintHelper.java
...ll/java/com/topjohnwu/magisk/utils/FingerprintHelper.java
+1
-1
PatchAPK.java
app/src/full/java/com/topjohnwu/magisk/utils/PatchAPK.java
+1
-1
No files found.
app/src/full/java/a/g.java
View file @
cfb0a3ba
...
...
@@ -2,7 +2,7 @@ package a;
import
android.content.Context
;
import
com.topjohnwu.magisk.
service
s.UpdateCheckService
;
import
com.topjohnwu.magisk.
component
s.UpdateCheckService
;
import
androidx.annotation.NonNull
;
import
androidx.work.WorkerParameters
;
...
...
app/src/full/java/a/h.java
View file @
cfb0a3ba
package
a
;
import
com.topjohnwu.magisk.
receiver
s.GeneralReceiver
;
import
com.topjohnwu.magisk.
component
s.GeneralReceiver
;
public
class
h
extends
GeneralReceiver
{
/* stub */
...
...
app/src/full/java/a/j.java
View file @
cfb0a3ba
package
a
;
import
com.topjohnwu.magisk.
service
s.DownloadModuleService
;
import
com.topjohnwu.magisk.
component
s.DownloadModuleService
;
public
class
j
extends
DownloadModuleService
{
/* stub */
...
...
app/src/full/java/a/l.java
View file @
cfb0a3ba
...
...
@@ -3,7 +3,7 @@ package a;
import
android.content.Context
;
import
android.util.AttributeSet
;
import
com.topjohnwu.magisk.components.AboutCardRow
;
import
com.topjohnwu.magisk.
ui
components.AboutCardRow
;
public
class
l
extends
AboutCardRow
{
/* stub */
...
...
app/src/full/java/a/w.java
View file @
cfb0a3ba
...
...
@@ -2,7 +2,7 @@ package a;
import
android.content.Context
;
import
com.topjohnwu.magisk.
service
s.DelegateWorker
;
import
com.topjohnwu.magisk.
component
s.DelegateWorker
;
import
java.lang.reflect.ParameterizedType
;
...
...
app/src/full/java/com/topjohnwu/magisk/AboutActivity.java
View file @
cfb0a3ba
...
...
@@ -5,9 +5,9 @@ import android.os.Bundle;
import
android.text.TextUtils
;
import
android.view.View
;
import
com.topjohnwu.magisk.components.AboutCardRow
;
import
com.topjohnwu.magisk.components.BaseActivity
;
import
com.topjohnwu.magisk.components.MarkDownWindow
;
import
com.topjohnwu.magisk.uicomponents.AboutCardRow
;
import
com.topjohnwu.magisk.uicomponents.MarkDownWindow
;
import
com.topjohnwu.magisk.utils.AppUtils
;
import
java.util.Locale
;
...
...
app/src/full/java/com/topjohnwu/magisk/ClassMap.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
;
import
com.topjohnwu.magisk.components.
AboutCardRow
;
import
com.topjohnwu.magisk.
receiver
s.GeneralReceiver
;
import
com.topjohnwu.magisk.
services.DownloadModule
Service
;
import
com.topjohnwu.magisk.
services.UpdateCheckService
;
import
com.topjohnwu.magisk.components.
DownloadModuleService
;
import
com.topjohnwu.magisk.
component
s.GeneralReceiver
;
import
com.topjohnwu.magisk.
components.UpdateCheck
Service
;
import
com.topjohnwu.magisk.
uicomponents.AboutCardRow
;
import
java.util.HashMap
;
import
java.util.Map
;
...
...
app/src/full/java/com/topjohnwu/magisk/SplashActivity.java
View file @
cfb0a3ba
...
...
@@ -6,10 +6,10 @@ import android.os.Bundle;
import
android.text.TextUtils
;
import
com.topjohnwu.magisk.components.BaseActivity
;
import
com.topjohnwu.magisk.components.Notifications
;
import
com.topjohnwu.magisk.components.Shortcuts
;
import
com.topjohnwu.magisk.tasks.CheckUpdates
;
import
com.topjohnwu.magisk.tasks.UpdateRepos
;
import
com.topjohnwu.magisk.uicomponents.Notifications
;
import
com.topjohnwu.magisk.uicomponents.Shortcuts
;
import
com.topjohnwu.magisk.utils.AppUtils
;
import
com.topjohnwu.magisk.utils.LocaleManager
;
import
com.topjohnwu.magisk.utils.Utils
;
...
...
app/src/full/java/com/topjohnwu/magisk/adapters/ModulesAdapter.java
View file @
cfb0a3ba
...
...
@@ -11,8 +11,8 @@ import android.widget.TextView;
import
com.google.android.material.snackbar.Snackbar
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.SnackbarMaker
;
import
com.topjohnwu.magisk.container.Module
;
import
com.topjohnwu.magisk.uicomponents.SnackbarMaker
;
import
com.topjohnwu.superuser.Shell
;
import
java.util.List
;
...
...
app/src/full/java/com/topjohnwu/magisk/adapters/PolicyAdapter.java
View file @
cfb0a3ba
...
...
@@ -12,11 +12,11 @@ import android.widget.TextView;
import
com.google.android.material.snackbar.Snackbar
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.CustomAlertDialog
;
import
com.topjohnwu.magisk.components.ExpandableViewHolder
;
import
com.topjohnwu.magisk.components.SnackbarMaker
;
import
com.topjohnwu.magisk.container.Policy
;
import
com.topjohnwu.magisk.database.MagiskDB
;
import
com.topjohnwu.magisk.dialogs.CustomAlertDialog
;
import
com.topjohnwu.magisk.uicomponents.ExpandableViewHolder
;
import
com.topjohnwu.magisk.uicomponents.SnackbarMaker
;
import
com.topjohnwu.magisk.utils.FingerprintHelper
;
import
java.util.List
;
...
...
app/src/full/java/com/topjohnwu/magisk/adapters/ReposAdapter.java
View file @
cfb0a3ba
...
...
@@ -15,12 +15,12 @@ import android.widget.TextView;
import
com.topjohnwu.magisk.ClassMap
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.BaseActivity
;
import
com.topjohnwu.magisk.components.CustomAlertDialog
;
import
com.topjohnwu.magisk.components.MarkDownWindow
;
import
com.topjohnwu.magisk.components.DownloadModuleService
;
import
com.topjohnwu.magisk.container.Module
;
import
com.topjohnwu.magisk.container.Repo
;
import
com.topjohnwu.magisk.database.RepoDatabaseHelper
;
import
com.topjohnwu.magisk.services.DownloadModuleService
;
import
com.topjohnwu.magisk.dialogs.CustomAlertDialog
;
import
com.topjohnwu.magisk.uicomponents.MarkDownWindow
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
app/src/full/java/com/topjohnwu/magisk/adapters/SuLogAdapter.java
View file @
cfb0a3ba
...
...
@@ -10,9 +10,9 @@ import android.widget.ImageView;
import
android.widget.TextView
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.ExpandableViewHolder
;
import
com.topjohnwu.magisk.container.SuLogEntry
;
import
com.topjohnwu.magisk.database.MagiskDB
;
import
com.topjohnwu.magisk.uicomponents.ExpandableViewHolder
;
import
java.util.Collections
;
import
java.util.HashSet
;
...
...
app/src/full/java/com/topjohnwu/magisk/
service
s/DelegateWorker.java
→
app/src/full/java/com/topjohnwu/magisk/
component
s/DelegateWorker.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
service
s
;
package
com
.
topjohnwu
.
magisk
.
component
s
;
import
android.content.Context
;
import
android.net.Network
;
...
...
app/src/full/java/com/topjohnwu/magisk/
service
s/DownloadModuleService.java
→
app/src/full/java/com/topjohnwu/magisk/
component
s/DownloadModuleService.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
service
s
;
package
com
.
topjohnwu
.
magisk
.
component
s
;
import
android.app.Service
;
import
android.content.Intent
;
...
...
@@ -10,8 +10,8 @@ import com.topjohnwu.magisk.ClassMap;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.FlashActivity
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.ProgressNotification
;
import
com.topjohnwu.magisk.container.Repo
;
import
com.topjohnwu.magisk.uicomponents.ProgressNotification
;
import
com.topjohnwu.magisk.utils.Utils
;
import
com.topjohnwu.net.Networking
;
import
com.topjohnwu.superuser.Shell
;
...
...
app/src/full/java/com/topjohnwu/magisk/
receiver
s/GeneralReceiver.java
→
app/src/full/java/com/topjohnwu/magisk/
component
s/GeneralReceiver.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
receiver
s
;
package
com
.
topjohnwu
.
magisk
.
component
s
;
import
android.content.BroadcastReceiver
;
import
android.content.Context
;
...
...
@@ -10,8 +10,8 @@ import com.topjohnwu.magisk.ClassMap;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.SuRequestActivity
;
import
com.topjohnwu.magisk.components.Notifications
;
import
com.topjohnwu.magisk.components.Shortcuts
;
import
com.topjohnwu.magisk.
ui
components.Notifications
;
import
com.topjohnwu.magisk.
ui
components.Shortcuts
;
import
com.topjohnwu.magisk.utils.DownloadApp
;
import
com.topjohnwu.magisk.utils.SuConnector
;
import
com.topjohnwu.superuser.Shell
;
...
...
app/src/full/java/com/topjohnwu/magisk/
service
s/UpdateCheckService.java
→
app/src/full/java/com/topjohnwu/magisk/
component
s/UpdateCheckService.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
service
s
;
package
com
.
topjohnwu
.
magisk
.
component
s
;
import
com.topjohnwu.magisk.BuildConfig
;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.components.Notifications
;
import
com.topjohnwu.magisk.tasks.CheckUpdates
;
import
com.topjohnwu.magisk.uicomponents.Notifications
;
import
com.topjohnwu.superuser.Shell
;
import
androidx.annotation.NonNull
;
...
...
app/src/full/java/com/topjohnwu/magisk/
component
s/CustomAlertDialog.java
→
app/src/full/java/com/topjohnwu/magisk/
dialog
s/CustomAlertDialog.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
component
s
;
package
com
.
topjohnwu
.
magisk
.
dialog
s
;
import
android.app.Activity
;
import
android.content.DialogInterface
;
...
...
app/src/full/java/com/topjohnwu/magisk/
component
s/EnvFixDialog.java
→
app/src/full/java/com/topjohnwu/magisk/
dialog
s/EnvFixDialog.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
component
s
;
package
com
.
topjohnwu
.
magisk
.
dialog
s
;
import
android.app.Activity
;
import
android.app.ProgressDialog
;
...
...
app/src/full/java/com/topjohnwu/magisk/
component
s/InstallMethodDialog.java
→
app/src/full/java/com/topjohnwu/magisk/
dialog
s/InstallMethodDialog.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
component
s
;
package
com
.
topjohnwu
.
magisk
.
dialog
s
;
import
android.app.Activity
;
import
android.content.Intent
;
...
...
@@ -10,6 +10,9 @@ import com.topjohnwu.magisk.Config;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.FlashActivity
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.BaseActivity
;
import
com.topjohnwu.magisk.uicomponents.ProgressNotification
;
import
com.topjohnwu.magisk.uicomponents.SnackbarMaker
;
import
com.topjohnwu.magisk.utils.Utils
;
import
com.topjohnwu.net.Networking
;
...
...
app/src/full/java/com/topjohnwu/magisk/
component
s/MagiskInstallDialog.java
→
app/src/full/java/com/topjohnwu/magisk/
dialog
s/MagiskInstallDialog.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
component
s
;
package
com
.
topjohnwu
.
magisk
.
dialog
s
;
import
android.net.Uri
;
import
android.text.TextUtils
;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.BaseActivity
;
import
com.topjohnwu.magisk.uicomponents.MarkDownWindow
;
import
com.topjohnwu.magisk.utils.AppUtils
;
import
com.topjohnwu.magisk.utils.Utils
;
import
com.topjohnwu.superuser.Shell
;
...
...
app/src/full/java/com/topjohnwu/magisk/
component
s/ManagerInstallDialog.java
→
app/src/full/java/com/topjohnwu/magisk/
dialog
s/ManagerInstallDialog.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
component
s
;
package
com
.
topjohnwu
.
magisk
.
dialog
s
;
import
android.app.Activity
;
import
android.text.TextUtils
;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.uicomponents.MarkDownWindow
;
import
com.topjohnwu.magisk.utils.DownloadApp
;
import
com.topjohnwu.magisk.utils.Utils
;
...
...
app/src/full/java/com/topjohnwu/magisk/
component
s/UninstallDialog.java
→
app/src/full/java/com/topjohnwu/magisk/
dialog
s/UninstallDialog.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
component
s
;
package
com
.
topjohnwu
.
magisk
.
dialog
s
;
import
android.app.Activity
;
import
android.app.ProgressDialog
;
...
...
@@ -12,6 +12,7 @@ import com.topjohnwu.magisk.Config;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.FlashActivity
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.uicomponents.ProgressNotification
;
import
com.topjohnwu.magisk.utils.Utils
;
import
com.topjohnwu.net.Networking
;
import
com.topjohnwu.superuser.Shell
;
...
...
app/src/full/java/com/topjohnwu/magisk/fragments/MagiskFragment.java
View file @
cfb0a3ba
...
...
@@ -15,13 +15,13 @@ import com.topjohnwu.magisk.MainActivity;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.BaseActivity
;
import
com.topjohnwu.magisk.components.BaseFragment
;
import
com.topjohnwu.magisk.components.EnvFixDialog
;
import
com.topjohnwu.magisk.components.MagiskInstallDialog
;
import
com.topjohnwu.magisk.components.ManagerInstallDialog
;
import
com.topjohnwu.magisk.components.SafetyNet
;
import
com.topjohnwu.magisk.components.UninstallDialog
;
import
com.topjohnwu.magisk.components.UpdateCardHolder
;
import
com.topjohnwu.magisk.dialogs.EnvFixDialog
;
import
com.topjohnwu.magisk.dialogs.MagiskInstallDialog
;
import
com.topjohnwu.magisk.dialogs.ManagerInstallDialog
;
import
com.topjohnwu.magisk.dialogs.UninstallDialog
;
import
com.topjohnwu.magisk.tasks.CheckUpdates
;
import
com.topjohnwu.magisk.uicomponents.SafetyNet
;
import
com.topjohnwu.magisk.uicomponents.UpdateCardHolder
;
import
com.topjohnwu.magisk.utils.Topic
;
import
com.topjohnwu.net.Networking
;
import
com.topjohnwu.superuser.Shell
;
...
...
app/src/full/java/com/topjohnwu/magisk/fragments/MagiskLogFragment.java
View file @
cfb0a3ba
...
...
@@ -14,7 +14,7 @@ import com.topjohnwu.magisk.Const;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.adapters.StringListAdapter
;
import
com.topjohnwu.magisk.components.BaseFragment
;
import
com.topjohnwu.magisk.components.SnackbarMaker
;
import
com.topjohnwu.magisk.
ui
components.SnackbarMaker
;
import
com.topjohnwu.magisk.utils.Utils
;
import
com.topjohnwu.superuser.Shell
;
import
com.topjohnwu.superuser.internal.NOPList
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/AboutCardRow.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/AboutCardRow.java
View file @
cfb0a3ba
...
...
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.content.Context
;
import
android.content.res.TypedArray
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/ExpandableViewHolder.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/ExpandableViewHolder.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.animation.ValueAnimator
;
import
android.view.View
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/MarkDownWindow.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/MarkDownWindow.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.app.Activity
;
import
android.graphics.Bitmap
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/Notifications.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/Notifications.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.app.NotificationChannel
;
import
android.app.NotificationManager
;
...
...
@@ -13,7 +13,7 @@ import com.topjohnwu.magisk.Config;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.SplashActivity
;
import
com.topjohnwu.magisk.
receiver
s.GeneralReceiver
;
import
com.topjohnwu.magisk.
component
s.GeneralReceiver
;
import
com.topjohnwu.magisk.utils.Utils
;
import
androidx.core.app.NotificationCompat
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/ProgressNotification.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/ProgressNotification.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.app.Notification
;
import
android.widget.Toast
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/SafetyNet.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/SafetyNet.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.app.Activity
;
import
android.content.Context
;
...
...
@@ -13,6 +13,7 @@ import android.widget.TextView;
import
com.topjohnwu.magisk.App
;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.dialogs.CustomAlertDialog
;
import
com.topjohnwu.magisk.utils.ISafetyNetHelper
;
import
com.topjohnwu.net.Networking
;
import
com.topjohnwu.superuser.Shell
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/Shortcuts.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/Shortcuts.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.content.Context
;
import
android.content.Intent
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/SnackbarMaker.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/SnackbarMaker.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.app.Activity
;
import
android.net.Uri
;
...
...
app/src/full/java/com/topjohnwu/magisk/components/UpdateCardHolder.java
→
app/src/full/java/com/topjohnwu/magisk/
ui
components/UpdateCardHolder.java
View file @
cfb0a3ba
package
com
.
topjohnwu
.
magisk
.
components
;
package
com
.
topjohnwu
.
magisk
.
ui
components
;
import
android.view.LayoutInflater
;
import
android.view.View
;
...
...
app/src/full/java/com/topjohnwu/magisk/utils/AppUtils.java
View file @
cfb0a3ba
...
...
@@ -9,7 +9,7 @@ import com.topjohnwu.magisk.ClassMap;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.
service
s.UpdateCheckService
;
import
com.topjohnwu.magisk.
component
s.UpdateCheckService
;
import
java.util.concurrent.TimeUnit
;
...
...
app/src/full/java/com/topjohnwu/magisk/utils/DownloadApp.java
View file @
cfb0a3ba
...
...
@@ -6,7 +6,7 @@ import com.topjohnwu.magisk.App;
import
com.topjohnwu.magisk.BuildConfig
;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.ProgressNotification
;
import
com.topjohnwu.magisk.
ui
components.ProgressNotification
;
import
com.topjohnwu.net.Networking
;
import
com.topjohnwu.net.ResponseListener
;
import
com.topjohnwu.superuser.ShellUtils
;
...
...
app/src/full/java/com/topjohnwu/magisk/utils/FingerprintHelper.java
View file @
cfb0a3ba
...
...
@@ -20,7 +20,7 @@ import com.topjohnwu.magisk.App;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.
component
s.CustomAlertDialog
;
import
com.topjohnwu.magisk.
dialog
s.CustomAlertDialog
;
import
java.security.KeyStore
;
...
...
app/src/full/java/com/topjohnwu/magisk/utils/PatchAPK.java
View file @
cfb0a3ba
...
...
@@ -8,7 +8,7 @@ import com.topjohnwu.magisk.BuildConfig;
import
com.topjohnwu.magisk.Config
;
import
com.topjohnwu.magisk.Const
;
import
com.topjohnwu.magisk.R
;
import
com.topjohnwu.magisk.components.Notifications
;
import
com.topjohnwu.magisk.
ui
components.Notifications
;
import
com.topjohnwu.signing.JarMap
;
import
com.topjohnwu.signing.SignAPK
;
import
com.topjohnwu.superuser.ShellUtils
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment