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

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>

View file

@ -34,9 +34,8 @@
<string name="settings_select_launcher">Select Launcher</string>
<string name="settings_reset">Reset Settings</string>
<string name="settings_reset_message">You are going to discard all your preferences. Continue?</string>
<string name="settings_launch">Launch Apps</string>
<string name="settings_uninstall">Uninstall Apps</string>
<string name="settings_install">Install Apps</string>
<string name="settings_apps">View all apps</string>
<string name="settings_install">Install apps</string>
<string name="settings_home">Back Home</string>
<string name="settings_toast_store_not_found">PlayStore not found</string>
@ -55,8 +54,7 @@
<!-- Choose Activity -->
<string name="choose_title">Choose App</string>
<string name="choose_title_launch">Launch Apps</string>
<string name="choose_title_remove">Uninstall Apps</string>
<string name="choose_title_view">All Apps</string>
<string name="choose_back_settings">Back to Settings</string>