Skip to content

Release 1.5

Compare
Choose a tag to compare
@KirillMakarov KirillMakarov released this 25 Mar 17:36
· 10446 commits to master since this release

App in Google Play

PR-37

  • video player with rate control for API 14+
    • libvlc
    • flag in settings for external player (default is player of App with rate management)
    • rate is saved for device (example: if user choose x1.25 rate, then for all video will be this rate)
    • when headphones dropped, video is paused
    • when user rotates screen video continues playing
    • when user clicks lock phone, and after that unlock, video will on pause in saved playing time
    • when user clicks home button, video will be paused with saving position
    • when incoming call is happened, video is paused with saving position
    • jump backward and forward 10sec
    • rate choosing (0.5, 0.75, 1 (default), 1.25, 1.5, 2)
    • full screen video (when button is pressed, then when user rotates screen, video orientation will not change)
    • auto hiding controls always(need testing) 4.5 sec after interact with controls, except video reaches end (controls will always visible, while user doesn't interact)
    • loading indicator, when video is loading
  • videos in Downloads are not reloads, when user changes configuration (rotate screen, etc)
  • when videos are downloads, user can click in notification bar to download manager, then Downloads screen will be opened
  • video is added dynamically in downloads screen after the end of downloading
  • fix Russian text in feedback
  • resolving of video quality (APPS-93)
  • native libraries is built in 4 .apk for different architectures
  • debug version automatically has postfix -DEV