dkanada / frost

Icon Pack for Android Devices
GNU General Public License v3.0
164 stars 77 forks source link

Add feature to search for icons by app name #426

Open sasukeiscool opened 3 years ago

Donnnno commented 3 years ago

The Arcricons icon pack has a search feature build on this code, it should be easy to implement: https://github.com/Donnnno/Arcticons/blob/main/app/src/main/java/com/donnnno/arcticons/activities/IconActivity.java

carlbrusse commented 3 years ago

Alternatively, can we at least get a report of icon name/searchable text when tapping icon in the app itself? I can see a zootero icon there but can't find it in kiss launcher.

Donnnno commented 3 years ago

Took 5 minutes of my time and implemented this feature in my pr: #481