Skip to content

Commit

Permalink
remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
aghontpi committed Jan 22, 2022
1 parent cdc5132 commit a0d6de9
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 49 deletions.
Binary file removed app/src/main/icon_launcher-playstore.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/java/bluepie/ad_silence/AdSilenceActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class AdSilenceActivity : Activity() {
)
}
this.setTitle(getString(R.string.app_name))
.setIcon(R.mipmap.icon_launcher_round)
.setIcon(R.mipmap.ic_launcher_round)
this.setCustomTitle(linearLayout)
this.show()
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/bluepie/ad_silence/AppNotification.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private fun AppNotificationHelper.createNotification(status: String): Notificati
}
}
return NotificationCompat.Builder(context, NOTIFICATION_CHANNEL_ID)
.setSmallIcon(R.drawable.icon_launcher_foreground)
.setSmallIcon(R.drawable.ic_launcher_foreground)
.setContentTitle(context.getString(R.string.app_name))
.setContentText(status)
.setPriority(NotificationCompat.PRIORITY_LOW)
Expand Down
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/icon_launcher_background.xml

This file was deleted.

22 changes: 0 additions & 22 deletions app/src/main/res/drawable/icon_launcher_foreground.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/icon_launcher.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/icon_launcher_round.xml

This file was deleted.

Binary file removed app/src/main/res/mipmap-hdpi/icon_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/icon_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/icon_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/icon_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/icon_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/icon_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/icon_launcher.png
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<string name="permission_granted">ALREADY GRANTED</string>
<string name="app_status">Enable (mute ads)</string>
<string name="app_status_permission_not_granted">Enable (Grant Permission first)</string>
<string name="app_status_accuradio_not_installed">Enable (Accuradio not installed)</string>
<string name="about">about</string>
<string name="select_apps">select apps</string>
<string name="accuradio">Accuradio</string>
Expand All @@ -35,7 +34,6 @@
<string name="github">github</string>
<string name="report_issue">report issue</string>
<string name="github_link">https://github.com/aghontpi/Ad-silence</string>
<string name="not_implemented">(not implemented)</string>
<string name="not_installed">(not installed)</string>
<string name="github_issues_link">https://github.com/aghontpi/ad-silence/issues/new</string>
<string name="spotify_ad_string">Advertisement</string>
Expand Down

0 comments on commit a0d6de9

Please sign in to comment.