Android Client for Jellyfin
Go to file
Nazar78 42ee8622f6 Workaround for serviceWorker cache prevent injections (#526)
* Workaround for serviceWorker cache prevent injections

* Use compat APIs, return 404 instead of comment

Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com>
(cherry picked from commit e4719dca85)
2021-09-08 19:02:45 +02:00
.github ci: bump burnett01/rsync-deployments from 5.0 to 5.1 (#502) 2021-08-16 09:14:20 +02:00
app Workaround for serviceWorker cache prevent injections (#526) 2021-09-08 19:02:45 +02:00
buildSrc Migrate to Gradle version catalogs (#482) 2021-08-06 19:44:58 +02:00
fastlane/metadata/android Translated using Weblate (Greek) 2021-08-14 04:39:27 -04:00
gradle Update Gradle Wrapper from 7.1.1 to 7.2. (#504) 2021-08-18 10:48:46 +02:00
.editorconfig Tweak .editorconfig 2021-02-16 21:48:36 +01:00
.gitignore Initial application skeleton 2020-07-24 13:01:35 +02:00
build.gradle.kts Migrate to Gradle version catalogs (#482) 2021-08-06 19:44:58 +02:00
detekt.yml Fix or suppress detekt warnings and code style issues (#412) 2021-06-04 22:03:16 +02:00
gradle.properties Update Kotlin to 1.5.21 2021-07-31 22:38:53 +02:00
gradlew Update Gradle Wrapper from 7.1.1 to 7.2. (#504) 2021-08-18 10:48:46 +02:00
gradlew.bat Update Gradle Wrapper from 6.8.2 to 6.8.3. 2021-02-25 04:07:28 +00:00
LICENSE.md Add LICENSE and README 2020-07-25 02:05:39 +02:00
README.md Updatew weblate links (#426) 2021-06-10 11:43:14 +02:00
settings.gradle.kts Migrate to Gradle version catalogs (#482) 2021-08-06 19:44:58 +02:00

Jellyfin Android

Part of the Jellyfin Project


Logo Banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests Chat on Matrix Join our Subreddit
Jellyfin on Google Play Jellyfin on Amazon Appstore Jellyfin on F-Droid
Download archive

Jellyfin Mobile is an Android app that connects to Jellyfin instances and integrates with the official web client. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. Even though the client is only a web wrapper there are still lots of improvements and bug fixes that can be accomplished with Android and Kotlin knowledge.

Most of the translations can be found in the web client since it's the base for the Android client as well. Translations for the app can also be improved very easily from our Weblate instance. Look through the following graphic to see if your native language could use some work!

Detailed Translation Status

This client was rewritten from scratch with a fresh git history in July to August 2020, and replaces the old Cordova-based client, which can still be found in the archives.

Build Process

Dependencies

  • Android SDK

Build

  1. Clone or download this repository

    git clone https://github.com/jellyfin/jellyfin-android.git
    cd jellyfin-android
    
  2. Open the project in Android Studio and run it from there or build an APK directly through Gradle:

    ./gradlew assembleDebug
    

Deploy to device/emulator

./gradlew installDebug

You can also replace the "Debug" with "Release" to get an optimized release binary.