book-reader/app
Atte149 a8f00ff3ba fix(reader): use FileProvider content:// URI instead of file:// for book open
- BooksViewModel.downloadAndOpen: use FileProvider.getUriForFile() to create
  content:// URI instead of raw file:// URI. This allows ContentResolver to
  determine MIME type and properly import the book.
- provider_paths.xml: added files-path for BookImporter's filesDir access.
- ':app:assembleOssDebug' passes, APK deployed.
2026-06-28 04:16:04 +03:00
..
src fix(reader): use FileProvider content:// URI instead of file:// for book open 2026-06-28 04:16:04 +03:00
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts feat: simplify reader UI + remove unused code + speed up build 2026-06-27 22:21:48 +03:00
proguard-rules.pro Update v1.0.49 (#330) 2026-05-20 22:14:01 +05:30