mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +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:
parent
9fa009bf99
commit
52c9a99e01
11 changed files with 61 additions and 51 deletions
|
@ -10,6 +10,7 @@
|
|||
<string name="fas_calendar" translatable="false"></string>
|
||||
<string name="fas_donate" translatable="false"></string>
|
||||
<string name="fas_share" translatable="false"></string>
|
||||
<string name="fas_trash" translatable="false"></string>
|
||||
|
||||
<!-- icons that can be used with type="brands" -->
|
||||
<string name="fab_apple" translatable="false"></string>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue