diff --git a/README.md b/README.md index 991c7ae..60f3b68 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- Episteme Reader Icon -  Episteme Reader + Episteme Reader Icon +  Episteme Reader

A native Android document reader application built with Kotlin and Jetpack Compose.

diff --git a/app/src/main/cpp/Woff2Converter.cpp b/app/src/main/cpp/Woff2Converter.cpp index 1976bb8..e354561 100644 --- a/app/src/main/cpp/Woff2Converter.cpp +++ b/app/src/main/cpp/Woff2Converter.cpp @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ #include #include diff --git a/app/src/main/cpp/mobi_jni_bridge.c b/app/src/main/cpp/mobi_jni_bridge.c index 8177311..cbfa2f2 100644 --- a/app/src/main/cpp/mobi_jni_bridge.c +++ b/app/src/main/cpp/mobi_jni_bridge.c @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ #include #include diff --git a/app/src/main/java/com/aryan/reader/AppNavigation.kt b/app/src/main/java/com/aryan/reader/AppNavigation.kt index 73d2cca..c28370c 100644 --- a/app/src/main/java/com/aryan/reader/AppNavigation.kt +++ b/app/src/main/java/com/aryan/reader/AppNavigation.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/BookImporter.kt b/app/src/main/java/com/aryan/reader/BookImporter.kt index 24554a3..1b6d9c0 100644 --- a/app/src/main/java/com/aryan/reader/BookImporter.kt +++ b/app/src/main/java/com/aryan/reader/BookImporter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/Common.kt b/app/src/main/java/com/aryan/reader/Common.kt index 7f4f14f..32accdc 100644 --- a/app/src/main/java/com/aryan/reader/Common.kt +++ b/app/src/main/java/com/aryan/reader/Common.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/FileHasher.kt b/app/src/main/java/com/aryan/reader/FileHasher.kt index 8a7f3ea..7d8e436 100644 --- a/app/src/main/java/com/aryan/reader/FileHasher.kt +++ b/app/src/main/java/com/aryan/reader/FileHasher.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/FolderSyncWorker.kt b/app/src/main/java/com/aryan/reader/FolderSyncWorker.kt index 7a24faa..697ea94 100644 --- a/app/src/main/java/com/aryan/reader/FolderSyncWorker.kt +++ b/app/src/main/java/com/aryan/reader/FolderSyncWorker.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/FontsScreen.kt b/app/src/main/java/com/aryan/reader/FontsScreen.kt index b22478c..d22789b 100644 --- a/app/src/main/java/com/aryan/reader/FontsScreen.kt +++ b/app/src/main/java/com/aryan/reader/FontsScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/HomeScreen.kt b/app/src/main/java/com/aryan/reader/HomeScreen.kt index 9bc55aa..6cca295 100644 --- a/app/src/main/java/com/aryan/reader/HomeScreen.kt +++ b/app/src/main/java/com/aryan/reader/HomeScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:Suppress("DEPRECATION") diff --git a/app/src/main/java/com/aryan/reader/LibraryScreen.kt b/app/src/main/java/com/aryan/reader/LibraryScreen.kt index e6af77c..b8c57ee 100644 --- a/app/src/main/java/com/aryan/reader/LibraryScreen.kt +++ b/app/src/main/java/com/aryan/reader/LibraryScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/MainActivity.kt b/app/src/main/java/com/aryan/reader/MainActivity.kt index 3206933..db66671 100644 --- a/app/src/main/java/com/aryan/reader/MainActivity.kt +++ b/app/src/main/java/com/aryan/reader/MainActivity.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/MainScreen.kt b/app/src/main/java/com/aryan/reader/MainScreen.kt index 0ed575a..1051324 100644 --- a/app/src/main/java/com/aryan/reader/MainScreen.kt +++ b/app/src/main/java/com/aryan/reader/MainScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/MainViewModel.kt b/app/src/main/java/com/aryan/reader/MainViewModel.kt index 3cef988..e06b7ea 100644 --- a/app/src/main/java/com/aryan/reader/MainViewModel.kt +++ b/app/src/main/java/com/aryan/reader/MainViewModel.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:Suppress("DEPRECATION") diff --git a/app/src/main/java/com/aryan/reader/MyApplication.kt b/app/src/main/java/com/aryan/reader/MyApplication.kt index 40e12e5..1a04905 100644 --- a/app/src/main/java/com/aryan/reader/MyApplication.kt +++ b/app/src/main/java/com/aryan/reader/MyApplication.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/ProScreen.kt b/app/src/main/java/com/aryan/reader/ProScreen.kt index c32b6be..d6177ef 100644 --- a/app/src/main/java/com/aryan/reader/ProScreen.kt +++ b/app/src/main/java/com/aryan/reader/ProScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/SharedComposables.kt b/app/src/main/java/com/aryan/reader/SharedComposables.kt index 1eb3c06..4cebce4 100644 --- a/app/src/main/java/com/aryan/reader/SharedComposables.kt +++ b/app/src/main/java/com/aryan/reader/SharedComposables.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader diff --git a/app/src/main/java/com/aryan/reader/data/AppDatabase.kt b/app/src/main/java/com/aryan/reader/data/AppDatabase.kt index a428dbd..e758fbb 100644 --- a/app/src/main/java/com/aryan/reader/data/AppDatabase.kt +++ b/app/src/main/java/com/aryan/reader/data/AppDatabase.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/CustomFontDao.kt b/app/src/main/java/com/aryan/reader/data/CustomFontDao.kt index 5a231ff..2ce7dc2 100644 --- a/app/src/main/java/com/aryan/reader/data/CustomFontDao.kt +++ b/app/src/main/java/com/aryan/reader/data/CustomFontDao.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/CustomFontEntity.kt b/app/src/main/java/com/aryan/reader/data/CustomFontEntity.kt index a388ffb..6d1e77b 100644 --- a/app/src/main/java/com/aryan/reader/data/CustomFontEntity.kt +++ b/app/src/main/java/com/aryan/reader/data/CustomFontEntity.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/FileTypeConverter.kt b/app/src/main/java/com/aryan/reader/data/FileTypeConverter.kt index ca2f643..8819888 100644 --- a/app/src/main/java/com/aryan/reader/data/FileTypeConverter.kt +++ b/app/src/main/java/com/aryan/reader/data/FileTypeConverter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/FontsRepository.kt b/app/src/main/java/com/aryan/reader/data/FontsRepository.kt index f4f24d6..8f96108 100644 --- a/app/src/main/java/com/aryan/reader/data/FontsRepository.kt +++ b/app/src/main/java/com/aryan/reader/data/FontsRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/PurchaseEntities.kt b/app/src/main/java/com/aryan/reader/data/PurchaseEntities.kt index 19783e9..607bb45 100644 --- a/app/src/main/java/com/aryan/reader/data/PurchaseEntities.kt +++ b/app/src/main/java/com/aryan/reader/data/PurchaseEntities.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/RecentFileDao.kt b/app/src/main/java/com/aryan/reader/data/RecentFileDao.kt index c563c6c..47f882b 100644 --- a/app/src/main/java/com/aryan/reader/data/RecentFileDao.kt +++ b/app/src/main/java/com/aryan/reader/data/RecentFileDao.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/RecentFileEntity.kt b/app/src/main/java/com/aryan/reader/data/RecentFileEntity.kt index 84ba1fd..a9e1cbd 100644 --- a/app/src/main/java/com/aryan/reader/data/RecentFileEntity.kt +++ b/app/src/main/java/com/aryan/reader/data/RecentFileEntity.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/RecentFileItem.kt b/app/src/main/java/com/aryan/reader/data/RecentFileItem.kt index 7b5abed..24659f6 100644 --- a/app/src/main/java/com/aryan/reader/data/RecentFileItem.kt +++ b/app/src/main/java/com/aryan/reader/data/RecentFileItem.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/data/RecentFilesRepository.kt b/app/src/main/java/com/aryan/reader/data/RecentFilesRepository.kt index ae0f1e1..4d22678 100644 --- a/app/src/main/java/com/aryan/reader/data/RecentFilesRepository.kt +++ b/app/src/main/java/com/aryan/reader/data/RecentFilesRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.data diff --git a/app/src/main/java/com/aryan/reader/epub/BitmapSerializer.kt b/app/src/main/java/com/aryan/reader/epub/BitmapSerializer.kt index 77ce87d..a94dd51 100644 --- a/app/src/main/java/com/aryan/reader/epub/BitmapSerializer.kt +++ b/app/src/main/java/com/aryan/reader/epub/BitmapSerializer.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubBook.kt b/app/src/main/java/com/aryan/reader/epub/EpubBook.kt index 7047f98..59f08ee 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubBook.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubBook.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubChapter.kt b/app/src/main/java/com/aryan/reader/epub/EpubChapter.kt index dd3180d..ad80edf 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubChapter.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubChapter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubImage.kt b/app/src/main/java/com/aryan/reader/epub/EpubImage.kt index 10f4097..6e2b83b 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubImage.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubImage.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubParser.kt b/app/src/main/java/com/aryan/reader/epub/EpubParser.kt index a3ee8d1..c066ce2 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubParser.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubParser.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubParserException.kt b/app/src/main/java/com/aryan/reader/epub/EpubParserException.kt index d774a90..b9b0d96 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubParserException.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubParserException.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubUtils.kt b/app/src/main/java/com/aryan/reader/epub/EpubUtils.kt index d9c49d5..9cffed3 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubUtils.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubUtils.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/EpubXMLFileParser.kt b/app/src/main/java/com/aryan/reader/epub/EpubXMLFileParser.kt index dd25423..15ca433 100644 --- a/app/src/main/java/com/aryan/reader/epub/EpubXMLFileParser.kt +++ b/app/src/main/java/com/aryan/reader/epub/EpubXMLFileParser.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/MobiParser.kt b/app/src/main/java/com/aryan/reader/epub/MobiParser.kt index 6149047..7bb7b52 100644 --- a/app/src/main/java/com/aryan/reader/epub/MobiParser.kt +++ b/app/src/main/java/com/aryan/reader/epub/MobiParser.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epub/SingleFileImporter.kt b/app/src/main/java/com/aryan/reader/epub/SingleFileImporter.kt index 7fa9926..56a0056 100644 --- a/app/src/main/java/com/aryan/reader/epub/SingleFileImporter.kt +++ b/app/src/main/java/com/aryan/reader/epub/SingleFileImporter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epub diff --git a/app/src/main/java/com/aryan/reader/epubreader/ChapterWebView.kt b/app/src/main/java/com/aryan/reader/epubreader/ChapterWebView.kt index 8f7b137..267e9dd 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/ChapterWebView.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/ChapterWebView.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAi.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAi.kt index 1f35908..c04f1b7 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAi.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAi.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAnnotations.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAnnotations.kt index b420005..e85d863 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAnnotations.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderAnnotations.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderContent.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderContent.kt index 3066b10..1c4bc4c 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderContent.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderContent.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderControls.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderControls.kt index 69cbe04..344d57f 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderControls.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderControls.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderDrawer.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderDrawer.kt index f0debd2..7204edb 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderDrawer.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderDrawer.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderScreen.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderScreen.kt index c6b273b..c55f9bb 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderScreen.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:OptIn(ExperimentalSerializationApi::class) @file:Suppress("VariableNeverRead") diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSearch.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSearch.kt index dfe743d..a94deba 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSearch.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSearch.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSettings.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSettings.kt index ba41d9a..bbf4f2d 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSettings.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSettings.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSystem.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSystem.kt index c324968..7ce25df 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSystem.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderSystem.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderTts.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderTts.kt index cbe0080..8a126cc 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderTts.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderTts.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderVertical.kt b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderVertical.kt index 868e4e7..742f599 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/EpubReaderVertical.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/EpubReaderVertical.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/epubreader/InteractiveWebView.kt b/app/src/main/java/com/aryan/reader/epubreader/InteractiveWebView.kt index 5c9f15f..b8fd8d4 100644 --- a/app/src/main/java/com/aryan/reader/epubreader/InteractiveWebView.kt +++ b/app/src/main/java/com/aryan/reader/epubreader/InteractiveWebView.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.epubreader diff --git a/app/src/main/java/com/aryan/reader/feedback/FeedbackScreen.kt b/app/src/main/java/com/aryan/reader/feedback/FeedbackScreen.kt index 16f6f6c..1340ca0 100644 --- a/app/src/main/java/com/aryan/reader/feedback/FeedbackScreen.kt +++ b/app/src/main/java/com/aryan/reader/feedback/FeedbackScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.feedback diff --git a/app/src/main/java/com/aryan/reader/feedback/FeedbackViewModel.kt b/app/src/main/java/com/aryan/reader/feedback/FeedbackViewModel.kt index 83fbd9e..c61a147 100644 --- a/app/src/main/java/com/aryan/reader/feedback/FeedbackViewModel.kt +++ b/app/src/main/java/com/aryan/reader/feedback/FeedbackViewModel.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.feedback diff --git a/app/src/main/java/com/aryan/reader/feedback/FeedbackWorker.kt b/app/src/main/java/com/aryan/reader/feedback/FeedbackWorker.kt index 57671a2..0d0a702 100644 --- a/app/src/main/java/com/aryan/reader/feedback/FeedbackWorker.kt +++ b/app/src/main/java/com/aryan/reader/feedback/FeedbackWorker.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.feedback diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/BookPaginator.kt b/app/src/main/java/com/aryan/reader/paginatedreader/BookPaginator.kt index ee5194f..d138096 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/BookPaginator.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/BookPaginator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/ContentStyler.kt b/app/src/main/java/com/aryan/reader/paginatedreader/ContentStyler.kt index 3c57d21..d78841c 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/ContentStyler.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/ContentStyler.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/CssParser.kt b/app/src/main/java/com/aryan/reader/paginatedreader/CssParser.kt index 3a08a3b..e0a2759 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/CssParser.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/CssParser.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/FontLoader.kt b/app/src/main/java/com/aryan/reader/paginatedreader/FontLoader.kt index 4495984..dc49af1 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/FontLoader.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/FontLoader.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/HtmlParser.kt b/app/src/main/java/com/aryan/reader/paginatedreader/HtmlParser.kt index a06979a..1dcf5b4 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/HtmlParser.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/HtmlParser.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/IPaginator.kt b/app/src/main/java/com/aryan/reader/paginatedreader/IPaginator.kt index 488a3ce..3b84e67 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/IPaginator.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/IPaginator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/Locator.kt b/app/src/main/java/com/aryan/reader/paginatedreader/Locator.kt index 1b20736..43c1464 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/Locator.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/Locator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/MathMLRenderer.kt b/app/src/main/java/com/aryan/reader/paginatedreader/MathMLRenderer.kt index d07e880..4429fdd 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/MathMLRenderer.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/MathMLRenderer.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/PageCountEstimator.kt b/app/src/main/java/com/aryan/reader/paginatedreader/PageCountEstimator.kt index da821fa..d3e0cc1 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/PageCountEstimator.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/PageCountEstimator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReader.kt b/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReader.kt index b5640de..d630f8e 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReader.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReader.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderData.kt b/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderData.kt index 507a99e..3b1241d 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderData.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderData.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:OptIn(ExperimentalSerializationApi::class) package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderViewModel.kt b/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderViewModel.kt index ecf840b..0fd4d2c 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderViewModel.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/PaginatedReaderViewModel.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/Paginator.kt b/app/src/main/java/com/aryan/reader/paginatedreader/Paginator.kt index 62f2510..313e252 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/Paginator.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/Paginator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/SemanticModel.kt b/app/src/main/java/com/aryan/reader/paginatedreader/SemanticModel.kt index 1f0384f..4c757eb 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/SemanticModel.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/SemanticModel.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:OptIn(ExperimentalSerializationApi::class) diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/StyleUtils.kt b/app/src/main/java/com/aryan/reader/paginatedreader/StyleUtils.kt index d578e2a..9347350 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/StyleUtils.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/StyleUtils.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/SvgStringFetcher.kt b/app/src/main/java/com/aryan/reader/paginatedreader/SvgStringFetcher.kt index 99db523..32a9e2d 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/SvgStringFetcher.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/SvgStringFetcher.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/UserAgentStylesheet.kt b/app/src/main/java/com/aryan/reader/paginatedreader/UserAgentStylesheet.kt index 9b29f1a..0b79a05 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/UserAgentStylesheet.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/UserAgentStylesheet.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/Woff2Converter.kt b/app/src/main/java/com/aryan/reader/paginatedreader/Woff2Converter.kt index 215714e..992ab7e 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/Woff2Converter.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/Woff2Converter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheDatabase.kt b/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheDatabase.kt index a3b2290..ca5bd32 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheDatabase.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheDatabase.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader.data diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheEntities.kt b/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheEntities.kt index 32c2261..69b11ad 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheEntities.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/data/BookCacheEntities.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader.data diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/data/BookProcessingWorker.kt b/app/src/main/java/com/aryan/reader/paginatedreader/data/BookProcessingWorker.kt index 60f3282..50eec62 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/data/BookProcessingWorker.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/data/BookProcessingWorker.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.paginatedreader.data diff --git a/app/src/main/java/com/aryan/reader/paginatedreader/serialization/ComposeTypeSerializers.kt b/app/src/main/java/com/aryan/reader/paginatedreader/serialization/ComposeTypeSerializers.kt index ef8ba91..f44955f 100644 --- a/app/src/main/java/com/aryan/reader/paginatedreader/serialization/ComposeTypeSerializers.kt +++ b/app/src/main/java/com/aryan/reader/paginatedreader/serialization/ComposeTypeSerializers.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:OptIn(ExperimentalSerializationApi::class) package com.aryan.reader.paginatedreader.serialization diff --git a/app/src/main/java/com/aryan/reader/pdf/AnnotationDock.kt b/app/src/main/java/com/aryan/reader/pdf/AnnotationDock.kt index e1d19ba..9c497c4 100644 --- a/app/src/main/java/com/aryan/reader/pdf/AnnotationDock.kt +++ b/app/src/main/java/com/aryan/reader/pdf/AnnotationDock.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/DemoAnnotationGenerator.kt b/app/src/main/java/com/aryan/reader/pdf/DemoAnnotationGenerator.kt index 8171e3c..0d085bf 100644 --- a/app/src/main/java/com/aryan/reader/pdf/DemoAnnotationGenerator.kt +++ b/app/src/main/java/com/aryan/reader/pdf/DemoAnnotationGenerator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/MagnifierComposable.kt b/app/src/main/java/com/aryan/reader/pdf/MagnifierComposable.kt index 224068c..a493d42 100644 --- a/app/src/main/java/com/aryan/reader/pdf/MagnifierComposable.kt +++ b/app/src/main/java/com/aryan/reader/pdf/MagnifierComposable.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/OcrModels.kt b/app/src/main/java/com/aryan/reader/pdf/OcrModels.kt index 20f2e09..b7e4dc5 100644 --- a/app/src/main/java/com/aryan/reader/pdf/OcrModels.kt +++ b/app/src/main/java/com/aryan/reader/pdf/OcrModels.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.ocr diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfCoverGenerator.kt b/app/src/main/java/com/aryan/reader/pdf/PdfCoverGenerator.kt index c953364..8c1b463 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfCoverGenerator.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfCoverGenerator.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfExporter.kt b/app/src/main/java/com/aryan/reader/pdf/PdfExporter.kt index 696467d..8ceac7f 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfExporter.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfExporter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfHelper.kt b/app/src/main/java/com/aryan/reader/pdf/PdfHelper.kt index 248f3ec..854f2f8 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfHelper.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfHelper.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfPageComposable.kt b/app/src/main/java/com/aryan/reader/pdf/PdfPageComposable.kt index dc454da..d9db94c 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfPageComposable.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfPageComposable.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:Suppress( "RemoveRedundantQualifierName", "COMPOSE_APPLIER_CALL_MISMATCH", "UnusedVariable", "unused" diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfTextBox.kt b/app/src/main/java/com/aryan/reader/pdf/PdfTextBox.kt index 414f1ad..b1a9d00 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfTextBox.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfTextBox.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfVerticalReader.kt b/app/src/main/java/com/aryan/reader/pdf/PdfVerticalReader.kt index ef8e37b..8fbee8a 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfVerticalReader.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfVerticalReader.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:Suppress("COMPOSE_APPLIER_CALL_MISMATCH", "VariableNeverRead") diff --git a/app/src/main/java/com/aryan/reader/pdf/PdfViewerScreen.kt b/app/src/main/java/com/aryan/reader/pdf/PdfViewerScreen.kt index 4b75291..b231c7d 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PdfViewerScreen.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PdfViewerScreen.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:Suppress("COMPOSE_APPLIER_CALL_MISMATCH") diff --git a/app/src/main/java/com/aryan/reader/pdf/PenIcons.kt b/app/src/main/java/com/aryan/reader/pdf/PenIcons.kt index c17efac..e8ed110 100644 --- a/app/src/main/java/com/aryan/reader/pdf/PenIcons.kt +++ b/app/src/main/java/com/aryan/reader/pdf/PenIcons.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/RichTextSystem.kt b/app/src/main/java/com/aryan/reader/pdf/RichTextSystem.kt index c2cd16b..118037d 100644 --- a/app/src/main/java/com/aryan/reader/pdf/RichTextSystem.kt +++ b/app/src/main/java/com/aryan/reader/pdf/RichTextSystem.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/SvgToAnnotationConverter.kt b/app/src/main/java/com/aryan/reader/pdf/SvgToAnnotationConverter.kt index dae673b..6641c16 100644 --- a/app/src/main/java/com/aryan/reader/pdf/SvgToAnnotationConverter.kt +++ b/app/src/main/java/com/aryan/reader/pdf/SvgToAnnotationConverter.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ @file:Suppress("SameParameterValue") diff --git a/app/src/main/java/com/aryan/reader/pdf/TextAnnotationDock.kt b/app/src/main/java/com/aryan/reader/pdf/TextAnnotationDock.kt index 78bebb4..6069695 100644 --- a/app/src/main/java/com/aryan/reader/pdf/TextAnnotationDock.kt +++ b/app/src/main/java/com/aryan/reader/pdf/TextAnnotationDock.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/ToolSettingsPopup.kt b/app/src/main/java/com/aryan/reader/pdf/ToolSettingsPopup.kt index 30a5b07..00a55de 100644 --- a/app/src/main/java/com/aryan/reader/pdf/ToolSettingsPopup.kt +++ b/app/src/main/java/com/aryan/reader/pdf/ToolSettingsPopup.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf diff --git a/app/src/main/java/com/aryan/reader/pdf/data/AnnotationSettingsRepository.kt b/app/src/main/java/com/aryan/reader/pdf/data/AnnotationSettingsRepository.kt index 85b8023..9f7313f 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/AnnotationSettingsRepository.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/AnnotationSettingsRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/pdf/data/PageLayoutRepository.kt b/app/src/main/java/com/aryan/reader/pdf/data/PageLayoutRepository.kt index 62c4c3d..29a72e6 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/PageLayoutRepository.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/PageLayoutRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationData.kt b/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationData.kt index 77d73fb..e5be8a9 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationData.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationData.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationRepository.kt b/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationRepository.kt index 09e8356..9a8665e 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationRepository.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/PdfAnnotationRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/pdf/data/PdfTextBoxRepository.kt b/app/src/main/java/com/aryan/reader/pdf/data/PdfTextBoxRepository.kt index 7bc48fa..10dea67 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/PdfTextBoxRepository.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/PdfTextBoxRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/pdf/data/PdfTextDatabase.kt b/app/src/main/java/com/aryan/reader/pdf/data/PdfTextDatabase.kt index b0ffb7c..6786cad 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/PdfTextDatabase.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/PdfTextDatabase.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/pdf/data/PdfTextRepository.kt b/app/src/main/java/com/aryan/reader/pdf/data/PdfTextRepository.kt index 3dd23fa..3e02b04 100644 --- a/app/src/main/java/com/aryan/reader/pdf/data/PdfTextRepository.kt +++ b/app/src/main/java/com/aryan/reader/pdf/data/PdfTextRepository.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.pdf.data diff --git a/app/src/main/java/com/aryan/reader/tts/BaseTtsSynthesizer.kt b/app/src/main/java/com/aryan/reader/tts/BaseTtsSynthesizer.kt index 4bef86d..6a02adc 100644 --- a/app/src/main/java/com/aryan/reader/tts/BaseTtsSynthesizer.kt +++ b/app/src/main/java/com/aryan/reader/tts/BaseTtsSynthesizer.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.tts diff --git a/app/src/main/java/com/aryan/reader/tts/TtsController.kt b/app/src/main/java/com/aryan/reader/tts/TtsController.kt index 91dfbbb..cbfc425 100644 --- a/app/src/main/java/com/aryan/reader/tts/TtsController.kt +++ b/app/src/main/java/com/aryan/reader/tts/TtsController.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.tts diff --git a/app/src/main/java/com/aryan/reader/tts/TtsPlaybackManager.kt b/app/src/main/java/com/aryan/reader/tts/TtsPlaybackManager.kt index 25a1a6e..a494f37 100644 --- a/app/src/main/java/com/aryan/reader/tts/TtsPlaybackManager.kt +++ b/app/src/main/java/com/aryan/reader/tts/TtsPlaybackManager.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.tts diff --git a/app/src/main/java/com/aryan/reader/tts/TtsService.kt b/app/src/main/java/com/aryan/reader/tts/TtsService.kt index b36bcae..057687a 100644 --- a/app/src/main/java/com/aryan/reader/tts/TtsService.kt +++ b/app/src/main/java/com/aryan/reader/tts/TtsService.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.tts diff --git a/app/src/main/java/com/aryan/reader/tts/TtsUtils.kt b/app/src/main/java/com/aryan/reader/tts/TtsUtils.kt index fb6ab51..6846665 100644 --- a/app/src/main/java/com/aryan/reader/tts/TtsUtils.kt +++ b/app/src/main/java/com/aryan/reader/tts/TtsUtils.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.tts diff --git a/app/src/main/java/com/aryan/reader/ui/theme/Color.kt b/app/src/main/java/com/aryan/reader/ui/theme/Color.kt index 0150824..c690bdc 100644 --- a/app/src/main/java/com/aryan/reader/ui/theme/Color.kt +++ b/app/src/main/java/com/aryan/reader/ui/theme/Color.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.ui.theme diff --git a/app/src/main/java/com/aryan/reader/ui/theme/Theme.kt b/app/src/main/java/com/aryan/reader/ui/theme/Theme.kt index da1000d..b9c577c 100644 --- a/app/src/main/java/com/aryan/reader/ui/theme/Theme.kt +++ b/app/src/main/java/com/aryan/reader/ui/theme/Theme.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.ui.theme diff --git a/app/src/main/java/com/aryan/reader/ui/theme/Type.kt b/app/src/main/java/com/aryan/reader/ui/theme/Type.kt index 300ad8d..f4c3191 100644 --- a/app/src/main/java/com/aryan/reader/ui/theme/Type.kt +++ b/app/src/main/java/com/aryan/reader/ui/theme/Type.kt @@ -1,6 +1,6 @@ /* * 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 * 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 * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ package com.aryan.reader.ui.theme diff --git a/spotless/copyright.kt b/spotless/copyright.kt index c5e6e24..9a5d7dc 100644 --- a/spotless/copyright.kt +++ b/spotless/copyright.kt @@ -1,6 +1,6 @@ /* * Episteme Reader - A native Android document reader. - * Copyright (C) $YEAR Episteme Authors + * Copyright (C) $YEAR Episteme * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -15,5 +15,5 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * - * Electronic mail: epistemereader@gmail.com + * mail: epistemereader@gmail.com */ \ No newline at end of file