mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
Update naming in some places
This commit is contained in:
committed by
Niels van Velzen
parent
5c441c33ad
commit
7d1ca94142
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1 align="center">Jellyfin Android</h1>
|
||||
<h1 align="center">Jellyfin for Android</h1>
|
||||
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>
|
||||
|
||||
---
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user