book-reader/app
Atte149 5011c51516 fix(crash): add @AndroidEntryPoint to MainActivity for Hilt injection
- Root cause: MainActivity was not annotated with @AndroidEntryPoint,
  so Hilt could not inject ViewModels used by the new Myne-style UI
  (BooksViewModel, AudiobooksViewModel, SearchViewModel via hiltViewModel()).
- Cleaned up unused Episteme UI variables (textDimFactor, appFontFamily).
- ':app:assembleOssDebug' passes, APK deployed.
2026-06-27 20:30:55 +03:00
..
src fix(crash): add @AndroidEntryPoint to MainActivity for Hilt injection 2026-06-27 20:30:55 +03:00
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts feat(ui): Myne-style UI overhaul — 4 tabs, API fixes, theme 2026-06-27 07:09:47 +03:00
proguard-rules.pro Update v1.0.49 (#330) 2026-05-20 22:14:01 +05:30