mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-12 21:41:51 +02:00
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:
parent
61fd660195
commit
f6c20098b5
10 changed files with 123 additions and 71 deletions
|
@ -178,6 +178,14 @@
|
|||
android:text="@string/settings_launch"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
<Button
|
||||
style="@style/Widget.AppCompat.Button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="chooseInstallApp"
|
||||
android:text="@string/settings_install"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
<Button
|
||||
style="@style/Widget.AppCompat.Button"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue