book-reader/app/src/main/java/com/aryan/reader
Aryan 0885b6949e
Refactored folder synchronization logic and improved migration handling (#21)
- Updated `MainViewModel` to skip synchronization until folder migration is completed and added metadata syncing when opening books.
- Modified folder migration to detach existing folder books (converting them to standard local files) before starting a fresh scan.
- Added `detachAllFolderBooks` to `RecentFileDao` and `RecentFilesRepository` to facilitate the migration process.
- Updated `MetadataExtractionWorker` to sync local metadata to the folder immediately after extraction.
- Simplified `FolderSyncWorker` by removing legacy migration lookups and streamlining the reconciliation of local and remote metadata.
- Updated `FolderMigrationDialog` UI text to reflect that books are now read directly from folders without duplication.
- Fixed various indentation and formatting issues across several files.
2026-03-02 03:03:36 +05:30
..
data Refactored folder synchronization logic and improved migration handling (#21) 2026-03-02 03:03:36 +05:30
epub General fixes (#19) 2026-03-01 23:24:26 +05:30
epubreader Auto scroll update (#20) 2026-03-02 00:07:01 +05:30
feedback Update readme (#3) 2026-02-25 21:30:28 +05:30
paginatedreader Folder import\sync rework (#18) 2026-03-01 22:57:53 +05:30
pdf Auto scroll update (#20) 2026-03-02 00:07:01 +05:30
tts General fixes (#19) 2026-03-01 23:24:26 +05:30
ui/theme Update readme (#3) 2026-02-25 21:30:28 +05:30
AppNavigation.kt Folder import\sync rework (#18) 2026-03-01 22:57:53 +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 Refactored folder synchronization logic and improved migration handling (#21) 2026-03-02 03:03:36 +05:30
FontsScreen.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
HomeScreen.kt Refactored folder synchronization logic and improved migration handling (#21) 2026-03-02 03:03:36 +05:30
LibraryScreen.kt Folder import\sync rework (#18) 2026-03-01 22:57:53 +05:30
MainActivity.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
MainScreen.kt Folder import\sync rework (#18) 2026-03-01 22:57:53 +05:30
MainViewModel.kt Refactored folder synchronization logic and improved migration handling (#21) 2026-03-02 03:03:36 +05:30
MetadataExtractionWorker.kt Refactored folder synchronization logic and improved migration handling (#21) 2026-03-02 03:03:36 +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 Folder import\sync rework (#18) 2026-03-01 22:57:53 +05:30