phase 0: fork Episteme, rename package to org.dueattendant149.bookreader
- Cloned from Aryan-Raj3112/episteme (AGPL-3.0) - Package: com.aryan.reader → org.dueattendant149.bookreader - Application ID: org.dueattendant149.bookreader - Added AGENTS.md with migration plan - Upstream: github.com/Aryan-Raj3112/episteme - Origin: git.dueattendant149.org/Atte149/book-reader
This commit is contained in:
parent
e615128a23
commit
5f64f3d722
631 changed files with 3082 additions and 3006 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// src\oss
|
||||
package com.aryan.reader
|
||||
package org.dueattendant149.bookreader
|
||||
|
||||
import android.content.Context
|
||||
import kotlinx.coroutines.flow.Flow
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
// src\oss
|
||||
package com.aryan.reader
|
||||
package org.dueattendant149.bookreader
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
import com.aryan.reader.data.ProductDetailsEntity
|
||||
import com.aryan.reader.data.PurchaseEntity
|
||||
import org.dueattendant149.bookreader.data.ProductDetailsEntity
|
||||
import org.dueattendant149.bookreader.data.PurchaseEntity
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
import kotlinx.coroutines.flow.asStateFlow
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// src/oss
|
||||
package com.aryan.reader
|
||||
package org.dueattendant149.bookreader
|
||||
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
package com.aryan.reader
|
||||
package org.dueattendant149.bookreader
|
||||
|
||||
import android.graphics.Bitmap
|
||||
import com.aryan.reader.pdf.OcrLanguage
|
||||
import com.aryan.reader.pdf.ocr.OcrResult
|
||||
import org.dueattendant149.bookreader.pdf.OcrLanguage
|
||||
import org.dueattendant149.bookreader.pdf.ocr.OcrResult
|
||||
import timber.log.Timber
|
||||
|
||||
object OcrEngine {
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// src\oss
|
||||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// src\oss
|
||||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
import android.content.Context
|
||||
import android.net.Uri
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
// src\oss
|
||||
@file:Suppress("unused", "RedundantSuspendModifier")
|
||||
|
||||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
import java.util.Date
|
||||
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
// src\oss
|
||||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import com.aryan.reader.FileType
|
||||
import org.dueattendant149.bookreader.FileType
|
||||
import java.io.File
|
||||
|
||||
data class DriveFileList(
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// src\oss
|
||||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
class RemoteConfigRepository {
|
||||
fun init() {
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// src\oss
|
||||
package com.aryan.reader.data
|
||||
package org.dueattendant149.bookreader.data
|
||||
|
||||
import android.content.Context
|
||||
import androidx.work.CoroutineWorker
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.aryan.reader.ml
|
||||
package org.dueattendant149.bookreader.ml
|
||||
|
||||
import android.graphics.Bitmap
|
||||
import timber.log.Timber
|
||||
Loading…
Add table
Add a link
Reference in a new issue