Skip to content

Commit

Permalink
Merge pull request #2232 from Arcticons-Team/appfilter-updates
Browse files Browse the repository at this point in the history
appfilter updates from requests
  • Loading branch information
Donnnno authored Aug 3, 2024
2 parents 037146c + e2131a8 commit 05a65b0
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Configuration onInit() {

String pkg = request.getPackageName();
if (pkg == null) return true;
if (pkg.startsWith("org.chromium.webapk") || pkg.startsWith("com.sec.android.app.sbrowser.webapk")) {
if (pkg.startsWith("org.chromium.webapk") || pkg.startsWith("com.sec.android.app.sbrowser.webapk") || pkg.endsWith("com.google.android.archive.ReactivateActivity") ) {
request.setAvailableForRequest(false);
request.setInfoText("This icon is a web shortcut and not associated with an Android app. Unfortunately it cannot be requested at this time.\n\nIn many launchers, you can long-press the app icon in the drawer and pick an existing icon from the icon pack.");
}
Expand Down
176 changes: 173 additions & 3 deletions newicons/appfilter.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions newicons/dna_launcher.svg
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 newicons/lucid_launcher.svg
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 newicons/pear_launcher.svg
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 newicons/pear_launcher_pro.svg
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 newicons/widget.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 05a65b0

Please sign in to comment.