mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +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
|
@ -26,8 +26,7 @@
|
|||
<string name="settings_select_launcher">Launcher wählen</string>
|
||||
<string name="settings_reset">Zurücksetzen</string>
|
||||
<string name="settings_reset_message">All deine Einstellungen gehen verloren. Weitermachen?</string>
|
||||
<string name="settings_launch">Apps öffnen</string>
|
||||
<string name="settings_uninstall">Apps entfernen</string>
|
||||
<string name="settings_apps">Alle Anwendungen</string>
|
||||
<string name="settings_install">Apps installieren</string>
|
||||
<string name="settings_home">Zurück</string>
|
||||
|
||||
|
@ -46,8 +45,7 @@
|
|||
|
||||
<!-- Choose Activity -->
|
||||
<string name="choose_title">App wählen</string>
|
||||
<string name="choose_title_launch">Apps öffnen</string>
|
||||
<string name="choose_title_remove">Apps entfernen</string>
|
||||
<string name="choose_title_view">Alle Apps</string>
|
||||
|
||||
<string name="choose_back_settings">Zurück</string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue