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
24e2c3a5
Commit
24e2c3a5
authored
Nov 01, 2019
by
Viktor De Pasquale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused icons
parent
064523ef
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
49 deletions
+3
-49
HomeItems.kt
...a/com/topjohnwu/magisk/model/entity/recycler/HomeItems.kt
+2
-7
ic_app_dev.xml
app/src/main/res/drawable/ic_app_dev.xml
+0
-10
ic_mainline_dev.xml
app/src/main/res/drawable/ic_mainline_dev.xml
+0
-10
ic_project.xml
app/src/main/res/drawable/ic_project.xml
+0
-10
item_developer.xml
app/src/main/res/layout/item_developer.xml
+1
-12
No files found.
app/src/main/java/com/topjohnwu/magisk/model/entity/recycler/HomeItems.kt
View file @
24e2c3a5
...
...
@@ -79,7 +79,6 @@ sealed class HomeItem : ComparableRvItem<HomeItem>() {
sealed
class
DeveloperItem
:
ComparableRvItem
<
DeveloperItem
>()
{
abstract
val
items
:
List
<
HomeItem
>
abstract
val
icon
:
Int
abstract
val
name
:
Int
override
val
layoutRes
=
R
.
layout
.
item_developer
...
...
@@ -89,31 +88,27 @@ sealed class DeveloperItem : ComparableRvItem<DeveloperItem>() {
override
fun
equals
(
other
:
Any
?):
Boolean
{
if
(
other
!
is
DeveloperItem
)
return
false
return
icon
==
other
.
icon
&&
name
==
other
.
name
&&
items
==
other
.
items
return
name
==
other
.
name
&&
items
==
other
.
items
}
override
fun
hashCode
()
=
icon
.
hashCode
()
+
name
.
hashCode
()
+
items
.
hashCode
()
+
layoutRes
.
hashCode
()
override
fun
hashCode
()
=
name
.
hashCode
()
+
items
.
hashCode
()
+
layoutRes
.
hashCode
()
//region Children
object
Mainline
:
DeveloperItem
()
{
override
val
items
=
listOf
(
HomeItem
.
PayPal
.
Mainline
,
HomeItem
.
Patreon
,
HomeItem
.
Twitter
.
Mainline
)
override
val
icon
=
R
.
drawable
.
ic_mainline_dev
override
val
name
=
R
.
string
.
home_links_mainline
}
object
App
:
DeveloperItem
()
{
override
val
items
=
listOf
(
HomeItem
.
PayPal
.
App
,
HomeItem
.
Twitter
.
App
)
override
val
icon
=
R
.
drawable
.
ic_app_dev
override
val
name
=
R
.
string
.
home_links_app
}
object
Project
:
DeveloperItem
()
{
override
val
items
=
listOf
(
HomeItem
.
Github
,
HomeItem
.
Xda
)
override
val
icon
=
R
.
drawable
.
ic_project
override
val
name
=
R
.
string
.
home_links_project
}
//endregion
...
...
app/src/main/res/drawable/ic_app_dev.xml
deleted
100644 → 0
View file @
064523ef
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24"
android:viewportHeight=
"24"
>
<path
android:fillColor=
"?colorOnSurface"
android:pathData=
"M5,15L4.4,14.5C2.4,12.6 1,11.4 1,9.9C1,8.7 2,7.7 3.2,7.7C3.9,7.7 4.6,8 5,8.5C5.4,8 6.1,7.7 6.8,7.7C8,7.7 9,8.6 9,9.9C9,11.4 7.6,12.6 5.6,14.5L5,15M15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4M15,10.1A2.1,2.1 0 0,1 12.9,8A2.1,2.1 0 0,1 15,5.9C16.16,5.9 17.1,6.84 17.1,8C17.1,9.16 16.16,10.1 15,10.1M15,13C12.33,13 7,14.33 7,17V20H23V17C23,14.33 17.67,13 15,13M21.1,18.1H8.9V17C8.9,16.36 12,14.9 15,14.9C17.97,14.9 21.1,16.36 21.1,17V18.1Z"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_mainline_dev.xml
deleted
100644 → 0
View file @
064523ef
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24"
android:viewportHeight=
"24"
>
<path
android:fillColor=
"?colorOnSurface"
android:pathData=
"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,3.18L19,6.3V11.22C19,12.92 18.5,14.65 17.65,16.17C16,14.94 13.26,14.5 12,14.5C10.74,14.5 8,14.94 6.35,16.17C5.5,14.65 5,12.92 5,11.22V6.3L12,3.18M12,6A3.5,3.5 0 0,0 8.5,9.5A3.5,3.5 0 0,0 12,13A3.5,3.5 0 0,0 15.5,9.5A3.5,3.5 0 0,0 12,6M12,8A1.5,1.5 0 0,1 13.5,9.5A1.5,1.5 0 0,1 12,11A1.5,1.5 0 0,1 10.5,9.5A1.5,1.5 0 0,1 12,8M12,16.5C13.57,16.5 15.64,17.11 16.53,17.84C15.29,19.38 13.7,20.55 12,21C10.3,20.55 8.71,19.38 7.47,17.84C8.37,17.11 10.43,16.5 12,16.5Z"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_project.xml
deleted
100644 → 0
View file @
064523ef
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24"
android:viewportHeight=
"24"
>
<path
android:fillColor=
"?colorOnSurface"
android:pathData=
"M12,5A3.5,3.5 0 0,0 8.5,8.5A3.5,3.5 0 0,0 12,12A3.5,3.5 0 0,0 15.5,8.5A3.5,3.5 0 0,0 12,5M12,7A1.5,1.5 0 0,1 13.5,8.5A1.5,1.5 0 0,1 12,10A1.5,1.5 0 0,1 10.5,8.5A1.5,1.5 0 0,1 12,7M5.5,8A2.5,2.5 0 0,0 3,10.5C3,11.44 3.53,12.25 4.29,12.68C4.65,12.88 5.06,13 5.5,13C5.94,13 6.35,12.88 6.71,12.68C7.08,12.47 7.39,12.17 7.62,11.81C6.89,10.86 6.5,9.7 6.5,8.5C6.5,8.41 6.5,8.31 6.5,8.22C6.2,8.08 5.86,8 5.5,8M18.5,8C18.14,8 17.8,8.08 17.5,8.22C17.5,8.31 17.5,8.41 17.5,8.5C17.5,9.7 17.11,10.86 16.38,11.81C16.5,12 16.63,12.15 16.78,12.3C16.94,12.45 17.1,12.58 17.29,12.68C17.65,12.88 18.06,13 18.5,13C18.94,13 19.35,12.88 19.71,12.68C20.47,12.25 21,11.44 21,10.5A2.5,2.5 0 0,0 18.5,8M12,14C9.66,14 5,15.17 5,17.5V19H19V17.5C19,15.17 14.34,14 12,14M4.71,14.55C2.78,14.78 0,15.76 0,17.5V19H3V17.07C3,16.06 3.69,15.22 4.71,14.55M19.29,14.55C20.31,15.22 21,16.06 21,17.07V19H24V17.5C24,15.76 21.22,14.78 19.29,14.55M12,16C13.53,16 15.24,16.5 16.23,17H7.77C8.76,16.5 10.47,16 12,16Z"
/>
</vector>
\ No newline at end of file
app/src/main/res/layout/item_developer.xml
View file @
24e2c3a5
...
...
@@ -20,17 +20,6 @@
android:layout_height=
"wrap_content"
tools:layout_gravity=
"center|start"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/developer_icon"
style=
"?styleIconNormal"
android:padding=
"@dimen/l_50"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:srcCompat=
"@{item.icon}"
app:layout_constraintTop_toTopOf=
"parent"
tools:srcCompat=
"@drawable/ic_mainline_dev"
/>
<com.google.android.material.card.MaterialCardView
style=
"?styleCardNormal"
android:layout_width=
"wrap_content"
...
...
@@ -39,7 +28,7 @@
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0"
app:layout_constraintStart_to
EndOf=
"@+id/developer_icon
"
app:layout_constraintStart_to
StartOf=
"parent
"
app:layout_constraintTop_toTopOf=
"parent"
>
<LinearLayout
...
...
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