Commit Graph

11 Commits

Author SHA1 Message Date
6529b109f8 Enhance library item handling by adding isEmpty property and filtering out empty libraries from the HomeContent 2026-01-17 22:34:19 +01:00
71080198c4 Only show the latest media on the HomePage 2026-01-17 22:21:44 +01:00
3bd8d423d2 Fix progress bar 2026-01-17 18:10:36 +01:00
876bc03696 Add configuration check for API client and improve URL handling 2026-01-17 17:57:46 +01:00
249540be28 Refactor image loading configuration and improve item key handling in lists 2026-01-17 17:54:04 +01:00
625453692b Fix login screen bug by adding indirection between DataStore and viewModel 2026-01-17 17:30:03 +01:00
f979d1b68f Added image loading with coil image cache to HomePage 2026-01-17 17:19:52 +01:00
a05497c7bc Added HomePage Loading without Image loading 2026-01-17 15:04:34 +01:00
3fd571824f implement Hilt, DataStore, and Jellyfin SDK
- Setup Hilt for dependency injection and KSP for annotation processing.
- Add DataStore for user session management with JSON serialization.
- Integrate Jellyfin SDK and create a basic `JellyfinApiClient`.
- Replace `MainActivity` with `PurefinActivity` featuring a login flow and a placeholder home screen.
- Implement custom UI components: `PurefinComplexTextField`, `PurefinPasswordField`, and `PurefinTextButton`.
- Update version catalog with new dependencies and downgrade SDK versions to 35.
2026-01-16 19:47:34 +01:00
d536c42d65 initial android project 2026-01-16 19:47:33 +01:00
Barnabás Balogh
e35bda45b4 Initial commit 2026-01-16 19:44:53 +01:00