Simple Vlc Player Versions Save

An Android media player library powered by libVLC and Open Subtitles.

1.1.6

5 years ago
  • Fixed subtitle selection being lost when activity is destroyed

1.1.5

5 years ago
  • Fixed VlcOptionsProvider not being reconfigurable

1.1.4

5 years ago
  • Fixed subtitles for languages other than English (whoops)

1.1.3

5 years ago
  • Bumped open subtitles version.

1.1.2

5 years ago
  • Bumped version of open-subtitles-android (improved how subtitles are exposed).

1.1.1

5 years ago
  • Fixed crash due to improper handling of file scheme Uri when opening subtitles dialog

1.1.0

5 years ago

Enhancements

  • Subtitles can now be queried and downloaded through Open Subtitles (see screenshots)

Bug Fixes

  • Fixed progress bar failing to update when rewind occurs

Misc

  • Began converting the library to Kotlin

1.0.4

5 years ago
  • Fixed bug where index missing dialog caused playback to fail. It now just attempts to proceed without indexing, and shows a toast.

1.0.3

5 years ago

Fixed crash during onResume(..) of local player fragment.

1.0.2

5 years ago
  • Fixed crash caused by uncaught null reference.