1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-08 03:24:25 +02:00

Merge app menus into one View all apps menu

+ Apps can be launched
+ Apps can be removed
+ In the `Choose App` for action menu, the delete option is hidden
+ The recycler is a little faster as I asynchronously cache it in 
`onCreate`
This commit is contained in:
Finn M Glas 2020-05-27 12:24:37 +02:00
parent 9fa009bf99
commit 52c9a99e01
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
11 changed files with 61 additions and 51 deletions
app/src/main/res/values

View file

@ -10,6 +10,7 @@
<string name="fas_calendar" translatable="false">&#xf133;</string>
<string name="fas_donate" translatable="false">&#xf4b9;</string>
<string name="fas_share" translatable="false">&#xf064;</string>
<string name="fas_trash" translatable="false">&#xf1f8;</string>
<!-- icons that can be used with type="brands" -->
<string name="fab_apple" translatable="false">&#xf179;</string>