Commit graph

11 commits

Author SHA1 Message Date
6b31f8dc3b
implemented : configurable edge width for edge gestures 2024-11-01 23:16:36 +01:00
46ca5eada4
fix: navigation bar was covering settings. Might be related to 2024-09-12 13:34:27 +02:00
6e28fbfea5
chore: refactored code 2024-09-11 21:07:18 +02:00
89093f6b9e
renamed preferences 2024-09-11 11:37:33 +02:00
5dc2ee3901
reformat code 2024-09-10 19:54:53 +02:00
e0a2cdb288
fixed shadows of transparent AppBars; set min API to 21 2024-07-06 00:57:51 +02:00
c8ad40250b
removed fa icons 2024-07-05 05:54:48 +02:00
acacc1d6cd
use system wallpaper 2024-07-05 04:36:30 +02:00
e85f00d293
fork 2024-07-02 21:21:51 +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
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/res/layout/activity_settings.xml (Browse further)