Commit graph

111 commits

Author SHA1 Message Date
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 8d5242d780
chore: Add GPL license 2024-12-22 20:28:51 +01:00
Peter Vacho d2f8b75267
feat: Add splashscreen 2024-12-22 20:24:49 +01:00
Peter Vacho 61ca940b52
build: Downgrade coreKtx to 1.12.0 to fix building 2024-12-22 20:24:49 +01:00
Peter Vacho c7b91130a9
build: Move to kotlin 2.1.0 2024-12-22 20:24:47 +01:00
Peter Vacho e2098ff2a5
feat: Add idea config 2024-12-22 18:21:27 +01:00
Peter Vacho 80a3af5967
feat: Initial commit 2024-12-22 15:35:56 +01:00