book-reader/app/src/main/java/com/aryan/reader
Aryan 5483b18549
refactor: remove local pdfiumandroid module and use published artifact (#10)
Key changes:
*   The `pdfiumandroid` directory, which contained the local library source, has been completely removed.
*   The `settings.gradle.kts` file is updated to remove the `:pdfiumandroid` and `:pdfiumandroid:arrow` includes.
*   The main `app/build.gradle.kts` is modified to depend on the published `io.legere:pdfiumandroid:1.0.35` artifact from a remote repository instead of the local project module.
*   Code in `PdfPageComposable.kt` that depended on `PdfPageObjectType` and logic for handling image objects in dark mode has been removed, simplifying the rendering process.
2026-02-27 13:44:52 +05:30
..
data Update readme (#3) 2026-02-25 21:30:28 +05:30
epub Update readme (#3) 2026-02-25 21:30:28 +05:30
epubreader Auto scroll update (#7) 2026-02-26 17:16:01 +05:30
feedback Update readme (#3) 2026-02-25 21:30:28 +05:30
paginatedreader Added customizable highlight color palette in epub (#6) 2026-02-26 14:26:54 +05:30
pdf refactor: remove local pdfiumandroid module and use published artifact (#10) 2026-02-27 13:44:52 +05:30
tts Update readme (#3) 2026-02-25 21:30:28 +05:30
ui/theme Update readme (#3) 2026-02-25 21:30:28 +05:30
AppNavigation.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
BookImporter.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
Common.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
FileHasher.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
FolderSyncWorker.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
FontsScreen.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
HomeScreen.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
LibraryScreen.kt Pdf auto scroll (#5) 2026-02-26 10:21:17 +05:30
MainActivity.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
MainScreen.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
MainViewModel.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
MyApplication.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
ProScreen.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
SharedComposables.kt Update readme (#3) 2026-02-25 21:30:28 +05:30