Update readme (#3)

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.
This commit is contained in:
Aryan 2026-02-25 21:30:28 +05:30 committed by GitHub
parent 92c2bf2822
commit c6363f3061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
107 changed files with 214 additions and 214 deletions

View file

@ -1,8 +1,8 @@
<div align="center"> <div align="center">
<h1> <h1>
<img src="docs/ICON.png" height="48" style="vertical-align: middle; border-radius: 12px;" alt="Episteme Reader Icon"/> <img src="docs/ICON.png" height="48" width="48" align="middle" alt="Episteme Reader Icon"/>
&nbsp;Episteme Reader <span>&nbsp;Episteme Reader</span>
</h1> </h1>
<p>A native Android document reader application built with Kotlin and Jetpack Compose.</p> <p>A native Android document reader application built with Kotlin and Jetpack Compose.</p>

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
#include <jni.h> #include <jni.h>
#include <string> #include <string>

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
#include <jni.h> #include <jni.h>
#include <string.h> #include <string.h>

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:Suppress("DEPRECATION") @file:Suppress("DEPRECATION")

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:Suppress("DEPRECATION") @file:Suppress("DEPRECATION")

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader package com.aryan.reader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.data package com.aryan.reader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epub package com.aryan.reader.epub

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:OptIn(ExperimentalSerializationApi::class) @file:Suppress("VariableNeverRead") @file:OptIn(ExperimentalSerializationApi::class) @file:Suppress("VariableNeverRead")

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.epubreader package com.aryan.reader.epubreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.feedback package com.aryan.reader.feedback

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.feedback package com.aryan.reader.feedback

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.feedback package com.aryan.reader.feedback

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:OptIn(ExperimentalSerializationApi::class) @file:OptIn(ExperimentalSerializationApi::class)
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:OptIn(ExperimentalSerializationApi::class) @file:OptIn(ExperimentalSerializationApi::class)

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader package com.aryan.reader.paginatedreader

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader.data package com.aryan.reader.paginatedreader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader.data package com.aryan.reader.paginatedreader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.paginatedreader.data package com.aryan.reader.paginatedreader.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:OptIn(ExperimentalSerializationApi::class) @file:OptIn(ExperimentalSerializationApi::class)
package com.aryan.reader.paginatedreader.serialization package com.aryan.reader.paginatedreader.serialization

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.ocr package com.aryan.reader.pdf.ocr

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:Suppress( @file:Suppress(
"RemoveRedundantQualifierName", "COMPOSE_APPLIER_CALL_MISMATCH", "UnusedVariable", "unused" "RemoveRedundantQualifierName", "COMPOSE_APPLIER_CALL_MISMATCH", "UnusedVariable", "unused"

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:Suppress("COMPOSE_APPLIER_CALL_MISMATCH", "VariableNeverRead") @file:Suppress("COMPOSE_APPLIER_CALL_MISMATCH", "VariableNeverRead")

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:Suppress("COMPOSE_APPLIER_CALL_MISMATCH") @file:Suppress("COMPOSE_APPLIER_CALL_MISMATCH")

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
@file:Suppress("SameParameterValue") @file:Suppress("SameParameterValue")

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf package com.aryan.reader.pdf

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.pdf.data package com.aryan.reader.pdf.data

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.tts package com.aryan.reader.tts

View file

@ -1,6 +1,6 @@
/* /*
* Episteme Reader - A native Android document reader. * Episteme Reader - A native Android document reader.
* Copyright (C) 2026 Episteme Authors * Copyright (C) 2026 Episteme
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
* Electronic mail: epistemereader@gmail.com * mail: epistemereader@gmail.com
*/ */
package com.aryan.reader.tts package com.aryan.reader.tts

Some files were not shown because too many files have changed in this diff Show more