All Versions
10
Latest Version
Avg Release Cycle
32 days
Latest Release
3022 days ago

Changelog History

  • v0.9.5 Changes

    January 17, 2016
  • v0.9.4 Changes

    December 04, 2015
    • Many *TransitionBuilder methods now takes varargs
    • ➕ Add visible()/invisible()/gone() to *TransitionBuilder that modifies target View's visibility
    • ➕ Add ScaledTransitionHandler
    • 👌 Improve Cascade
    • 🛠 Fix erroneously sharing some TransitionBuilder states when cloned
    • ✂ Remove android:allowBackup from AndroidManifest.xml
    • Minor optimizations
  • v0.9.2 Changes

    August 23, 2015
    • 👍 Allow the transition/animation of a single MenuItem
    • ➕ Add ViewTransitionBuilder.height(int) / ViewTransitionBuilder.delayHeight(int)
    • AnimationManager/TransitionAnimation can specify either AnimationController or AnimatorController (Animator is - needed to animate MenuItems but is, for some reason, slow for certain animations like View height manipulation)
    • ⬇️ Reduce garbage generation and other optimizations
    • 🛠 Fix memory leak with MenuItem transition
    • 🛠 Fix incorrect state when reverse transiting a View with a range not between 0f and 1f
    • ✂ Remove AnimationManager.removeAnimation(Animation) to support optimization, may add it back in the future
  • v0.9.1

    July 20, 2015
  • v0.9.0

    July 20, 2015
  • v0.9.0-beta Changes

    July 12, 2015
    • Unify transition & animation
    • Major overhaul to the architecture, breaks compatibility
  • v0.8.3 Changes

    July 09, 2015

    👍 Apply Android Support Annotations

  • v0.8.2 Changes

    May 21, 2015

    🔄 Changelog:

    • AnimateMenuAdapter is added that can animate MenuItems.

    Comments:

    • Single transition attached to a view works well
    • Incorrect behaviors may result when attaching two or more transitions to the same view.
    • ViewPager adapter does not reset view states, resulting in visual artifacts when changing the transitions attached to page views
  • v0.8.1

    June 22, 2015
  • v0.8.0

    May 21, 2015