kennethnym / StarlightLauncher

A search-focused Android launcher
GNU General Public License v3.0
100 stars 7 forks source link

Implement app drawer #60

Closed kennethnym closed 1 year ago

kennethnym commented 1 year ago

This PR adds an app drawer than can be opened by a new "All apps" button to the left of the search box.

New search box:

App drawer:

List can be filtered by letters (code is built with i18n in mind but the logic for categorizing apps for different languages are not yet implemented). In the screenshot, "C" is picked from the grid.

Closes #21