Commit graph

11 commits

Author SHA1 Message Date
Peter Vacho 5620bd4277
feat: Very basic day view with the day's events 2024-12-30 14:40:50 +01:00
Peter Vacho bcebaede91
refactor: Improve file structure 2024-12-24 15:35:03 +01:00
Peter Vacho 9d9295af7e
chore: Remove ui from main activity, moving it calendar act
This removes the layout & any graphical elements that were used in the
main activity, making it purely a transitional activity (either leading
to the login activity, or to the calendar activity).
2024-12-24 15:02:13 +01:00
Peter Vacho 87e9af0bb0
feat: Handle api unreachable globally 2024-12-23 22:57:45 +01:00
Peter Vacho 724d3486a9
feat(register-ui): Add register activity & ui 2024-12-23 18:09:22 +01:00
Peter Vacho ec86f48954
feat: Add logic for automatic token refreshing 2024-12-23 17:21:16 +01:00
Peter Vacho afa253420a
feat: Add login activity 2024-12-23 15:50:35 +01:00
Peter Vacho 0c0839a7d8
feat: Support connecting to the API on localhost
This is a temporary solution, which adds an exception for 10.0.2.2,
allowing access over HTTP (without TLS). Once the app is
production-ready, it should use a publically hosted API.
2024-12-22 23:26:46 +01:00
Peter Vacho ec81d4ee12
feat: Add api interaction logic 2024-12-22 23:18:42 +01:00
Peter Vacho d2f8b75267
feat: Add splashscreen 2024-12-22 20:24:49 +01:00
Peter Vacho 80a3af5967
feat: Initial commit 2024-12-22 15:35:56 +01:00