Pdf auto scroll (#5)
* docs: Revamp README and add APK naming convention This commit introduces a complete overhaul of the `README.md` to improve project presentation. Key changes include: * Adds a new header with the app icon and a Google Play badge. * Updates the feature graphic and includes a note distinguishing the OSS version from the Play Store version. * Refines the "Open Source Libraries" section to be more structured. * Moves the main preview image into the `docs` directory. Additionally, the `app/build.gradle.kts` file is updated to configure a standardized naming convention for output APK files, including flavor, version, and build type. * refactor copyright headers and fix README icon alignment This commit introduces two main changes across the codebase: The `spotless/copyright.kt` template have been updated for consistency: * The author name is simplified from "Episteme Authors" to "Episteme". * The contact email prefix is shortened from "Electronic mail:" to "mail:". Second, the `README.md` file is adjusted to correct the vertical alignment of the app icon with the project title. * Added auto-scroll feature for PDF vertical reader
This commit is contained in:
parent
1f35cd8138
commit
1b048c9073
3 changed files with 127 additions and 7 deletions
|
|
@ -1334,8 +1334,8 @@ private fun FolderSyncScreen(
|
|||
|
||||
if (syncedFolderUri == null) {
|
||||
EmptyState(
|
||||
title = "Auto-Sync a Folder",
|
||||
message = "Select a folder on your device. Episteme will automatically find and import any new books you add to it. A great way to keep your library in sync with your downloads folder!",
|
||||
title = "Import files from a Folder",
|
||||
message = "Select a folder on your device. Episteme will automatically find and import any new books you add to it.",
|
||||
onSelectFileClick = onSelectFolderClick,
|
||||
modifier = Modifier.fillMaxSize()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue