Commit graph

11 commits

Author SHA1 Message Date
6d385e4e87
use TextClock instead of custom solution 2025-01-22 02:17:46 +01:00
6d1e4a3780
force transparent navigation bar on home screen 2024-09-11 21:47:00 +02:00
6e28fbfea5
chore: refactored code 2024-09-11 21:07:18 +02:00
c89e74205d
implemented #6: add option to allow rotation 2024-09-11 13:06:55 +02:00
89093f6b9e
renamed preferences 2024-09-11 11:37:33 +02:00
5dc2ee3901
reformat code 2024-09-10 19:54:53 +02:00
7c945aa6c2
use system wallpaper 2024-07-04 00:35:12 +02:00
e85f00d293
fork 2024-07-02 21:21:51 +02:00
Finn M Glas
92c20c62d4
Fix date / time view actions
Close #69
2020-10-12 20:49:44 +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_main.xml (Browse further)