Commit graph

6 commits

Author SHA1 Message Date
Finn M Glas
057dd5e0a4
Another color fix 2020-06-18 19:45:01 +02:00
Finn M Glas
baeaac54b6
Only use the central preferences
Only one SharedPreferences object exists (`launcherPreferences`)

Also: remove unused imports
2020-06-18 10:48:54 +02:00
Finn M Glas
68cf994c41
Add animations
- right to left swipe
- left to right swipe
- top down swipe
2020-06-18 10:17:04 +02:00
Finn M Glas
0c3a267d62
Create the UIObject interface
It is implemented by every visible object and serves as an abstraction, 
simplification.

Also: there only is one central sharedPreferences object (in 
`Functions.kt`). That makes the code way more readable.
2020-06-18 09:25:38 +02:00
Finn M Glas
c141623029
Disable system default animations 2020-06-17 20:54:56 +02:00
Finn M Glas
7669c44b4d
Rename packages and move files
- 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
2020-06-17 20:42:45 +02:00
Renamed from app/src/main/java/com/finnmglas/launcher/MainActivity.kt (Browse further)