Fix/fast appmenu (#20)

* Preload list of Apps when starting the App

In OnCreate, the variable `appsList` is used globally

* Improve ChooseActivity layout

Match it to the style of settings

* Reload appList continuously

Every 30 Seconds or when a app gets removed

* Create a `Install Apps` button

On click the PlayStore will be opened.

* Add missing translations

* Move global variables to `Functions.kt`

Anyone thinking global vars should not be used? I don't care haha... 
unless ... feel free to fork this repository and provide a better way of 
doing this ^^
This commit is contained in:
Finn M Glas 2020-05-22 12:50:13 +02:00 committed by GitHub
parent 61fd660195
commit f6c20098b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 123 additions and 71 deletions

View file

@ -11,8 +11,9 @@
<!-- Settings -->
<string name="settings_title">Réglages</string>
<string name="settings_sub_title1">Applications</string>
<string name="settings_sub_title2">Actions</string>
<string name="settings_feedback">Donner une rétroaction</string>
<string name="settings_show_tutorial">Regardez le tutoriel</string>
<string name="settings_choose_up">Balayez haut</string>
<string name="settings_choose_down">Balayez bas</string>
@ -27,8 +28,11 @@
<string name="settings_reset_message">Vous allez supprimer toutes vos préférences. Continuer?</string>
<string name="settings_launch">Lancer apps</string>
<string name="settings_uninstall">Désinstaller apps</string>
<string name="settings_install">Installer apps</string>
<string name="settings_home">Retourner</string>
<string name="settings_toast_store_not_found">Pas trouvé le PlayStore</string>
<string name="settings_footer_by">Par</string>
<string name="settings_footer_web">https://www.finnmglas.com/fr/</string>
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher</string>