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
0f432615
Commit
0f432615
authored
Oct 17, 2019
by
Viktor De Pasquale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added titles
parent
e0e27774
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
LogFragment.kt
...ain/java/com/topjohnwu/magisk/redesign/log/LogFragment.kt
+6
-0
ModuleFragment.kt
...va/com/topjohnwu/magisk/redesign/module/ModuleFragment.kt
+6
-0
SuperuserFragment.kt
.../topjohnwu/magisk/redesign/superuser/SuperuserFragment.kt
+6
-0
No files found.
app/src/main/java/com/topjohnwu/magisk/redesign/log/LogFragment.kt
View file @
0f432615
...
@@ -10,4 +10,10 @@ class LogFragment : CompatFragment<LogViewModel, FragmentLogMd2Binding>() {
...
@@ -10,4 +10,10 @@ class LogFragment : CompatFragment<LogViewModel, FragmentLogMd2Binding>() {
override
val
layoutRes
=
R
.
layout
.
fragment_log_md2
override
val
layoutRes
=
R
.
layout
.
fragment_log_md2
override
val
viewModel
by
viewModel
<
LogViewModel
>()
override
val
viewModel
by
viewModel
<
LogViewModel
>()
override
fun
onStart
()
{
super
.
onStart
()
activity
.
title
=
resources
.
getString
(
R
.
string
.
section_log
)
}
}
}
\ No newline at end of file
app/src/main/java/com/topjohnwu/magisk/redesign/module/ModuleFragment.kt
View file @
0f432615
...
@@ -10,4 +10,10 @@ class ModuleFragment : CompatFragment<ModuleViewModel, FragmentModuleMd2Binding>
...
@@ -10,4 +10,10 @@ class ModuleFragment : CompatFragment<ModuleViewModel, FragmentModuleMd2Binding>
override
val
layoutRes
=
R
.
layout
.
fragment_module_md2
override
val
layoutRes
=
R
.
layout
.
fragment_module_md2
override
val
viewModel
by
viewModel
<
ModuleViewModel
>()
override
val
viewModel
by
viewModel
<
ModuleViewModel
>()
override
fun
onStart
()
{
super
.
onStart
()
activity
.
title
=
resources
.
getString
(
R
.
string
.
section_modules
)
}
}
}
\ No newline at end of file
app/src/main/java/com/topjohnwu/magisk/redesign/superuser/SuperuserFragment.kt
View file @
0f432615
...
@@ -10,4 +10,10 @@ class SuperuserFragment : CompatFragment<SuperuserViewModel, FragmentSuperuserMd
...
@@ -10,4 +10,10 @@ class SuperuserFragment : CompatFragment<SuperuserViewModel, FragmentSuperuserMd
override
val
layoutRes
=
R
.
layout
.
fragment_superuser_md2
override
val
layoutRes
=
R
.
layout
.
fragment_superuser_md2
override
val
viewModel
by
viewModel
<
SuperuserViewModel
>()
override
val
viewModel
by
viewModel
<
SuperuserViewModel
>()
override
fun
onStart
()
{
super
.
onStart
()
activity
.
title
=
resources
.
getString
(
R
.
string
.
section_superuser
)
}
}
}
\ No newline at end of file
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