Skip to content

Commit

Permalink
add appfilter for com.nexon.bluearchiveone(Blue Archive KR One Store …
Browse files Browse the repository at this point in the history
…version)&termux:widget, add icon for termux:X11 (#675)

* add appfilter for com.nexon.bluearchiveone

* add icons for termux.x11

* add appfilter for termux:widget

* move Termux X11 vector icon and duplicate the drawable name to 'New' cat

---------

Co-authored-by: flameshikari <mail@hexed.pw>
  • Loading branch information
MareNectaris and flameshikari committed Sep 8, 2023
1 parent 3526bdd commit e91836c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/assets/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5467,6 +5467,7 @@
<item component="ComponentInfo{com.nexdev.blurone/com.nexdev.blurone.MainActivity}" drawable="blurone" />
<item component="ComponentInfo{com.nexdev.blurone/com.nexdev.blurone.SplashAct}" drawable="blurone" />
<item component="ComponentInfo{com.nexon.bluearchive/com.nexon.bluearchive.MxUnityPlayerActivity}" drawable="blue_archive" />
<item component="ComponentInfo{com.nexon.bluearchiveone/com.nexon.bluearchiveone.MxUnityPlayerActivity}" drawable="blue_archive" />
<item component="ComponentInfo{com.nexon.fwar/com.nexon.fwar.Project30GameActivity}" drawable="fantasy_war" />
<item component="ComponentInfo{com.nexon.konosuba/com.nexon.konosuba.MainActivity}" drawable="konosuba" />
<item component="ComponentInfo{com.nexowallet/com.nexowallet.MainActivity}" drawable="nexo" />
Expand Down Expand Up @@ -7829,6 +7830,8 @@
<item component="ComponentInfo{com.termux.tasker/com.termux.tasker.activities.TermuxTaskerActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux.window/com.termux.window.TermuxFloatActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux/com.termux.app.TermuxActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux.widget/com.termux.widget.activities.TermuxWidgetActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux.x11/com.termux.x11.MainActivity}" drawable="termux_x11" />
<item component="ComponentInfo{com.terribletoybox.thimbleweedparkandroid/com.terribletoybox.thimbleweedparkandroid.ThimbleweedPark}" drawable="thimbleweed_park" />
<item component="ComponentInfo{com.tesco.clubcardmobile/com.tesco.clubcardmobile.activity.SplashScreenActivity}" drawable="tesco" />
<item component="ComponentInfo{com.teslacoilsw.launcher.prime/android.app.AppDetailsActivity}" drawable="nova_launcher_prime" />
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<item drawable="addy_io" />
<item drawable="anilist" />
<item drawable="cryptee" />
<item drawable="termux_x11" />
<item drawable="edem_rf" />

<category title="Alts" />
Expand Down Expand Up @@ -7810,6 +7811,7 @@
<item drawable="teo" />
<item drawable="terabox" />
<item drawable="termius" />
<item drawable="termux_x11" />
<item drawable="terra_cloud_wortmann" />
<item drawable="terraria" />
<item drawable="territorial_io" />
Expand Down
Binary file added app/src/main/res/drawable-nodpi/termux_x11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5467,6 +5467,7 @@
<item component="ComponentInfo{com.nexdev.blurone/com.nexdev.blurone.MainActivity}" drawable="blurone" />
<item component="ComponentInfo{com.nexdev.blurone/com.nexdev.blurone.SplashAct}" drawable="blurone" />
<item component="ComponentInfo{com.nexon.bluearchive/com.nexon.bluearchive.MxUnityPlayerActivity}" drawable="blue_archive" />
<item component="ComponentInfo{com.nexon.bluearchiveone/com.nexon.bluearchiveone.MxUnityPlayerActivity}" drawable="blue_archive" />
<item component="ComponentInfo{com.nexon.fwar/com.nexon.fwar.Project30GameActivity}" drawable="fantasy_war" />
<item component="ComponentInfo{com.nexon.konosuba/com.nexon.konosuba.MainActivity}" drawable="konosuba" />
<item component="ComponentInfo{com.nexowallet/com.nexowallet.MainActivity}" drawable="nexo" />
Expand Down Expand Up @@ -7829,6 +7830,8 @@
<item component="ComponentInfo{com.termux.tasker/com.termux.tasker.activities.TermuxTaskerActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux.window/com.termux.window.TermuxFloatActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux/com.termux.app.TermuxActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux.widget/com.termux.widget.activities.TermuxWidgetActivity}" drawable="terminal" />
<item component="ComponentInfo{com.termux.x11/com.termux.x11.MainActivity}" drawable="termux_x11" />
<item component="ComponentInfo{com.terribletoybox.thimbleweedparkandroid/com.terribletoybox.thimbleweedparkandroid.ThimbleweedPark}" drawable="thimbleweed_park" />
<item component="ComponentInfo{com.tesco.clubcardmobile/com.tesco.clubcardmobile.activity.SplashScreenActivity}" drawable="tesco" />
<item component="ComponentInfo{com.teslacoilsw.launcher.prime/android.app.AppDetailsActivity}" drawable="nova_launcher_prime" />
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<item drawable="addy_io" />
<item drawable="anilist" />
<item drawable="cryptee" />
<item drawable="termux_x11" />
<item drawable="edem_rf" />

<category title="Alts" />
Expand Down Expand Up @@ -7810,6 +7811,7 @@
<item drawable="teo" />
<item drawable="terabox" />
<item drawable="termius" />
<item drawable="termux_x11" />
<item drawable="terra_cloud_wortmann" />
<item drawable="terraria" />
<item drawable="territorial_io" />
Expand Down
13 changes: 13 additions & 0 deletions resources/vectors/termux_x11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e91836c

Please sign in to comment.