Skip to content

0.6.1-beta

Compare
Choose a tag to compare
@lrorpilla lrorpilla released this 04 Apr 16:45
· 1016 commits to main since this release

This release migrates the app's video player from ExoPlayer to VLCKit thanks to the flutter_vlc_player plugin, and is a significant fix to issues #2 and #3 which prevented some videos, typically encoded in H.265, from being played.

As a side-effect of the migration, when a video is in playback, the app will force landscape mode for a smooth playback experience. Solutions to get rid of orientation issues are under investigation.

Android 11 users: A reminder that use of the app on Android 11 and above requires a workaround in regards to storage permission which fixes issues with exporting to AnkiDroid. Please do not forget to read how to set up the required workaround required to export files on Android 11.

0.6.1-beta

  • (Milestone) Migrated the app's player to use VLCKit (thanks to flutter_vlc_player)
  • Changed the layout of the Anki export preview screen to be more appealing in landscape
  • Landscape mode is forced during video playback due to a side-effect of the player
  • For users below Android 11, APKs without scoped storage restrictions causing slow video loading are now offered
  • (0.6.1) Fixed an issue with preview audio in export playing multiple sounds instead of repeating the sound when tapped multiple times
  • (0.6.1) Fixed lingering orientation lock from inactivity and other unexpected behavior
  • (0.6.1) Cleaned up the player interface during initialization

Which file should I download?

The files below include those tagged android11 and otherwise. Pick the appropriate file for your Android version.

  • Android 11 and above users will need to cache the video before playback due to scoped storage restrictions. Download the file with android11.
  • Android 10 and below users will experience fast video playback with no need to cache the video before playback. Download the file without android11.