Skip to content

Releases: jarnedemeulemeester/findroid

v0.11.0 - Downloads rework

09 May 18:29
6ed68f6
Compare
Choose a tag to compare

New features

  • Item metadata chips and details #246 @Yash-Garg
    • Movies only for now
  • Add option to toggle seek gesture #269 @jarnedemeulemeester
  • AMOLED dark theme #282 @zx900930
  • Scrubbing preview (trick play) #295 @Faywyrr
    • Requires Jellyscrub plugin
  • Downloads rework #329 @jarnedemeulemeester
    • Downloads are now linked to a server
    • Downloads have user specific data
    • Progress indicators
    • Indicator on items that are downloaded
    • Cancel downloads
    • Downloads contain extra data
      • External subtitles
      • Intro timestamps
      • Trick play data
    • Download a specific version
    • Check available storage space
    • Download to external SD card
    • Offline mode
      • Browse your media as if you are online
      • Required when you want to watch media offline
      • Watch progress is written to local database and synced when online

Improvements

Fixes

Translations

Other

  • Initial CI #236 @js6pak
  • Recommended server version is now 10.8.10

v0.10.1

03 Feb 17:47
a6d5a70
Compare
Choose a tag to compare

Fixes

Translations

v0.10.0 - Collections

29 Jan 15:39
d275ebd
Compare
Choose a tag to compare

New features

Improvements

Translations

Fixes

  • Fix Quick Connect code not readable in light mode @jarnedemeulemeester
  • Fix playback progress on downloads when playback has already started #243 @Jcuhfehl
  • Fix downloads when intro skipper is enabled and server is not reachable #248 @Jcuhfehl
  • Fix playback not automatically starting on downloaded content when using mpv #247 @Jcuhfehl
  • Fix app crashing when exiting the player after finishing an item using mpv #251 @jarnedemeulemeester

Other

  • Recommended server version is now 10.8.9

v0.9.0 - Quick Connect

21 Jan 20:35
5b6eaa8
Compare
Choose a tag to compare

We hit 10k downloads on the Google Play Store πŸ₯³
Thanks everyone for the continued support!

New features

Improvements

Translations

Fixes

  • Fix playback position reporting not closing properly when returning from the player. @jarnedemeulemeester
    • This caused a pretty big memory leak.
  • Optimized the loading of app preferences (backend, not the settings screen) @jarnedemeulemeester

Other

  • Split the codebase into multiple modules. This brings no user facing changes but will allow the creation of Android TV / Wear OS specific versions in the future. (#230) @jarnedemeulemeester
  • The Android TV code has been removed. Will return in a future release. (#229) @jarnedemeulemeester
    • To compensate for the lack of Android TV in this release I provide one last APK which still has the Android TV code and includes updated mpv with AV1 hardware decoding. findroid-armeabi-v7a-release.apk

v0.8.0 - Media sessions

11 Dec 14:58
a58665c
Compare
Choose a tag to compare

Highlights

Improvements

Translations

Fixes

Other

  • Up minimum API to 27 (Android 8.1)

v0.7.0 - Multi-user

19 Nov 23:54
3ef9ab1
Compare
Choose a tag to compare

This update forces a servers database reset! Servers will need to be added again!

New features

Improvements

Translations

Fixes

Other

  • Target API 33 (Android 13)

v0.6.1

30 Aug 22:04
efde195
Compare
Choose a tag to compare

Improvements

Fixes

Translations

Known issues

  • The selected track in the track selection dialog does not visually change selection

v0.6.0 - Large screens

21 Aug 20:53
1d38e56
Compare
Choose a tag to compare

New features

Improvements

  • Layout improvements for larger screens (#134) @jarnedemeulemeester
  • Bring back Android TV (#141) @jarnedemeulemeester
    • Fix crashing
    • Add libraries to home screen
    • Add new focus effect
    • Visually overhaul the media details screen (not final)
    • Add library screen
    • Still lot's of work to do
  • Trust user added certificates (#130) @hikaps
  • Lot's of library upgrades

Translations

Fixes

Known issues

  • SubRip Text (SRT) subtitles are not working in mpv
  • External subtitles are not available in mpv
  • The selected track in the track selection dialog (ExoPlayer) does not visually change selection

v0.5.0 - Localization & external subtitles

10 Jul 15:30
001f377
Compare
Choose a tag to compare

New features

Improvements

Fixes

Other

  • Minimum Jellyfin version: 10.8.1

Known issues

  • Crash when navigating to login screen
  • SubRip Text (SRT) subtitles are not working in mpv
  • External subtitles are not available in mpv
  • The selected track in the track selection dialog (ExoPlayer) does not visually change selection

v0.4.0 - More options!

11 Apr 19:15
904637c
Compare
Choose a tag to compare

New features

  • Add option to display extended episode title (Sxx:Exx - Title) in player (#78) @NIK679
  • Add option to download over mobile network (#85) @MichaelArkh
  • Add option to disable player gestures and remember screen brightness (#104) @jarnedemeulemeester

Improvements

Fixes

Other

  • Drop support for API 24 & 25 (Android 7 & 7.1)
  • Target API 32 (Android 12L)
  • Minimum API 26 (Android 8)