Skip to content

Releases: kaichunlin/android-transition

v0.9.5

17 Jan 12:35
Compare
Choose a tag to compare

v0.9.4

04 Dec 04:13
Compare
Choose a tag to compare
  • 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

23 Aug 13:20
Compare
Choose a tag to compare
  • 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

20 Jul 14:44
Compare
Choose a tag to compare

V0.9.0 BETA

12 Jul 16:06
Compare
Choose a tag to compare
V0.9.0 BETA Pre-release
Pre-release
  • Unify transition & animation
  • Major overhaul to the architecture, breaks compatibility

0.8.3

09 Jul 14:00
Compare
Choose a tag to compare

Apply Android Support Annotations

v0.8.2

21 May 13:05
Compare
Choose a tag to compare

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