Commit graph

108 commits

Author SHA1 Message Date
Peter Vacho afa253420a
feat: Add login activity 2024-12-23 15:50:35 +01:00
Peter Vacho 7f4de4cb30
fix: Login endpoint uses form-urlencoded not body 2024-12-23 15:48:54 +01:00
Peter Vacho 328c51bc82
feat: registration api support 2024-12-23 15:11:42 +01:00
Peter Vacho 32dce50a0a
refactor: Add logging & improve AuthRepository 2024-12-23 15:11:03 +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