- Rename MainActivity to HomeActivity
- Move functions.kt one level up
- Rename package `extern` to `libraries`
- Fix layouts and layout elements (nomenclature:
`activity_fragment_element`)
- Move SectionsPagerAdapter code into the related activity kotlin file
Split up the `SettingsActivity` into the smaller Fragments, Rename many
ids... overall cleaner code.
It is 03:56 am and I did not sleep yet... I won't today ^^
* 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 ^^