All Versions
8
Latest Version
Avg Release Cycle
19 days
Latest Release
2328 days ago

Changelog History

  • v0.2.0 Changes

    November 13, 2017
    • Added Support to specify percentage of view that needs to be visible for video to start playing.
  • v0.1.9 Changes

    November 02, 2017
    • Added Support for multiple ViewTypes in RecyclerView.
  • v0.1.8 Changes

    October 21, 2017
    • Support to play videos offline from local storage.
  • v0.1.7 Changes

    October 18, 2017
    • Added getter for various variables for advanced usage.
  • v0.1.6 Changes

    October 08, 2017
    • Crash fix for SetDataUri().
    • UI Freeze issue fix.
  • v0.1.5 Changes

    September 05, 2017
    • Single HandlerThread with multiple runnables instead of multiple HandlerThreads.
    • Check internet connection before playing or downloading videos (Requires ACCESS_NETWORK_STATE permission).
  • v0.1.4 Changes

    August 03, 2017
    • onDraw crash fix.
    • Restart videos on app minimize/maximize.
    • HandlerThread instead of Thread to run it in background.
    • Video pause/unpause bug fix.
  • v0.1.2 Changes

    July 06, 2017
    • Only AAH_VideoImage view has to be completely visible to start auto-play instead of the whole RecyclerView item.
    • Get callbacks when video is started or paused by overriding videoStarted() and pauseVideo() methods of AAH_CustomViewHolder.
    • Set looping property of videos by using holder.setLooping(true);.
    • If RecyclerView is loaded Asynchronously, call recyclerView.playAvailableVideos(0) to start autoplay videos once item is loaded.
    • Does not need smoothScrollBy hack anymore to init videos before scrolling.