[skip mass-bump] chore: clean up whitespace and update configuration files

This commit is contained in:
Cuong-Tran
2025-05-06 02:16:46 +07:00
parent 9fcb6de5a6
commit 1fcffdc079
9 changed files with 6 additions and 5 deletions

1
.gitattributes vendored
View File

@@ -1,4 +1,5 @@
/gradlew linguist-generated
/gradlew.bat linguist-generated
* text=auto eol=lf
*.bat text eol=crlf

0
.github/scripts/generate-build-matrices.py vendored Normal file → Executable file
View File

0
.github/scripts/merge-repo.py vendored Normal file → Executable file
View File

0
.github/scripts/move-built-apks.py vendored Normal file → Executable file
View File

View File

@@ -10,7 +10,7 @@ on:
permissions:
contents: write
jobs:
update-kohi-den:
name: Update Kohi-den

2
gradlew generated vendored
View File

@@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.

View File

@@ -47,7 +47,7 @@ class MegaCloudExtractor(
private var shouldUpdateKey = false
private const val PREF_KEY_KEY = "megacloud_key_"
private const val PREF_KEY_DEFAULT = "[[0, 0]]"
private inline fun <reified R> runLocked(crossinline block: () -> R) = runBlocking(Dispatchers.IO) {
MUTEX.withLock { block() }
}

View File

@@ -399,7 +399,7 @@ class PlaylistUtils(private val client: OkHttpClient, private val headers: Heade
companion object {
private val FIX_SUBTITLE_REGEX = Regex("""${'$'}(\n{2,})(?!(?:\d+:)*\d+(?:\.\d+)?\s-+>\s(?:\d+:)*\d+(?:\.\d+)?)""", RegexOption.MULTILINE)
private const val PLAYLIST_SEPARATOR = "#EXT-X-STREAM-INF:"
private val SUBTITLE_REGEX by lazy { Regex("""#EXT-X-MEDIA:TYPE=SUBTITLES.*?NAME="(.*?)".*?URI="(.*?)"""") }

View File

@@ -1,5 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["Dependencies"],
"rebaseWhen": "conflicted",
"automerge": true,
@@ -7,6 +6,7 @@
"extends": [
"config:best-practices"
],
"schedule": ["on sunday"],
"includePaths": [
"buildSrc/gradle/**",
"gradle/**",