Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/src/main/assets/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12098,7 +12098,6 @@
<item component="ComponentInfo{com.tomwandroid.rockerlocker/com.tomwandroid.rockerlocker.MainActivity}" drawable="rocker_locker" />
<item component="ComponentInfo{com.ton_keeper/com.ton_keeper.MainActivity}" drawable="tonkeeper" />
<item component="ComponentInfo{com.ton_keeper/com.tonapps.tonkeeper.DefaultLauncherIcon}" drawable="tonkeeper" />
<item component="ComponentInfo{com.toncho.nuclearthrone/com.toncho.nuclearthrone.RunnerActivity}" drawable="nuclear_throne_robot" />
<item component="ComponentInfo{com.tonik.mobile/com.tonik.mobile.MainActivity}" drawable="tonik" />
<item component="ComponentInfo{com.tools.pdf.reader.pdfscanner.pdfconverter/com.win.pdf.reader.ui.activity.SplashActivity}" drawable="pdf_reader" />
<item component="ComponentInfo{com.tophat.android.app/com.tophat.android.app.login.splash.SplashScreenActivity}" drawable="top_hat" />
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12098,7 +12098,6 @@
<item component="ComponentInfo{com.tomwandroid.rockerlocker/com.tomwandroid.rockerlocker.MainActivity}" drawable="rocker_locker" />
<item component="ComponentInfo{com.ton_keeper/com.ton_keeper.MainActivity}" drawable="tonkeeper" />
<item component="ComponentInfo{com.ton_keeper/com.tonapps.tonkeeper.DefaultLauncherIcon}" drawable="tonkeeper" />
<item component="ComponentInfo{com.toncho.nuclearthrone/com.toncho.nuclearthrone.RunnerActivity}" drawable="nuclear_throne_robot" />
<item component="ComponentInfo{com.tonik.mobile/com.tonik.mobile.MainActivity}" drawable="tonik" />
<item component="ComponentInfo{com.tools.pdf.reader.pdfscanner.pdfconverter/com.win.pdf.reader.ui.activity.SplashActivity}" drawable="pdf_reader" />
<item component="ComponentInfo{com.tophat.android.app/com.tophat.android.app.login.splash.SplashScreenActivity}" drawable="top_hat" />
Expand Down
13 changes: 13 additions & 0 deletions contribs/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ roblox: com.roblox.client.samsunggalaxy/com.roblox.client.startup.ActivitySplash

youtube_music_morphe: app.morphe.android.apps.youtube.music/app.morphe.android.apps.youtube.music.morphe_original_1

umi: app.immersely.immersely/app.immersely.immersely.MainActivity

naver_store: com.navercorp.navershopping/com.naver.nspa.app.MainActivity

android_ir_blaster: dev.dimension.flare/dev.dimension.flare.MainActivity

line_works: com.gworks.oneapp.works/com.navercloud.base.entry.EntryActivity

nuclear_throne: com.toncho.nuclearthrone/com.toncho.nuclearthrone.RunnerActivity

macrodroid:
action: rebrand

banamex:
- com.citibanamex.banamexmobile/com.citibanamex.banamexmobile.splashscreen.presentation.view.SplashActivity
- com.citibanamex.banamexmobile/com.citibanamex.banamexmobile.views.init.SplashActivity
Expand Down
Binary file added contribs/icons/android_ir_blaster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions contribs/icons/android_ir_blaster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contribs/icons/line_works.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions contribs/icons/line_works.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contribs/icons/macrodroid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions contribs/icons/macrodroid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contribs/icons/mir_pay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions contribs/icons/mir_pay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contribs/icons/nuclear_throne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions contribs/icons/nuclear_throne.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion resources/scripts/create_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def create_parser():
parser.add_argument('-r', '--release-type',
dest='release_type',
help='type of release',
choices=['prod', 'beta', 'foss'],
choices=['promote', 'beta', 'foss'],
default='beta')
parser.add_argument('-p', '--print',
dest='print',
Expand Down