From 7d1ca941426dea3b35906c6bf0a20b18159e28b3 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Mon, 25 May 2026 10:07:27 +0200 Subject: [PATCH] Update naming in some places --- .editorconfig | 3 +++ .github/ISSUE_TEMPLATE/bug-report-playback.yaml | 2 +- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- README.md | 4 ++-- app/src/main/java/org/jellyfin/mobile/utils/Constants.kt | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index cf5339b5..ccf87c0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,3 +28,6 @@ ij_kotlin_packages_to_use_import_on_demand = charset = utf-8 indent_style = space indent_size = 2 + +[{*.md,*.yaml,*.yml}] +trim_trailing_whitespace = false diff --git a/.github/ISSUE_TEMPLATE/bug-report-playback.yaml b/.github/ISSUE_TEMPLATE/bug-report-playback.yaml index 4d5509b7..d70099a6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-playback.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report-playback.yaml @@ -86,7 +86,7 @@ body: id: app-version attributes: label: Application version - description: The version of the installed Jellyfin Android app. + description: The version of the installed Jellyfin for Android app. placeholder: 2.6.1 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 283ac97f..f317babf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -53,7 +53,7 @@ body: id: app-version attributes: label: Application version - description: The version of the installed Jellyfin Android app. + description: The version of the installed Jellyfin for Android app. placeholder: 2.6.1 validations: required: true diff --git a/README.md b/README.md index 5bcae313..39fbfbfe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Jellyfin Android

+

Jellyfin for Android

Part of the Jellyfin Project

--- @@ -87,7 +87,7 @@ which can still be found [in the archives](https://github.com/jellyfin-archive/j ## Release Flavors -There are two flavors (variants) of the Jellyfin Android app: +There are two flavors (variants) of the Jellyfin for Android app: - The **proprietary** version comes with Google Chromecast support - The **libre** version comes without Google Chromecast support diff --git a/app/src/main/java/org/jellyfin/mobile/utils/Constants.kt b/app/src/main/java/org/jellyfin/mobile/utils/Constants.kt index 0fa7c096..3f39fd58 100644 --- a/app/src/main/java/org/jellyfin/mobile/utils/Constants.kt +++ b/app/src/main/java/org/jellyfin/mobile/utils/Constants.kt @@ -8,7 +8,7 @@ import org.jellyfin.mobile.BuildConfig @Suppress("MagicNumber") object Constants { // App Info - const val APP_INFO_NAME = "Jellyfin Android" + const val APP_INFO_NAME = "Jellyfin for Android" const val APP_INFO_VERSION: String = BuildConfig.VERSION_NAME // Webapp constants