All Versions
10
Latest Version
Avg Release Cycle
54 days
Latest Release
3243 days ago

Changelog History

  • v0.3.8 Changes

    June 04, 2015
    • ๐Ÿ›  fixed bug in LegacyAndroidSpringLooper that caused animations to run too quickly on ICS and below devices
  • v0.3.7 Changes

    January 05, 2015
    • ๐Ÿ†• new examples in rebound playground and minor fixes
    • properly generating sources and javadoc artifacts for maven
    • exposing SpringConfig in SpringChain so that consumers can customize SpringChain tension/friction
    • โž• adding Origami POPAnimation value support for SpringConfig
  • v0.3.6 Changes

    September 15, 2014

    ๐Ÿ†• New APIs for creating cascading spring based animation via AnimationQueue and SpringChain.

  • v0.3.5 Changes

    September 07, 2014
    • Combine SpringClock with looper
    • โž• Add SynchronousLooper for doing synchronous simulation
    • โž• Add SteppingLooper for doing step by step simulation
    • โšก๏ธ pull in hamcrest for testing and update tests
    • activateSpring on velocity or currentValue changed
    • ๐Ÿšš Springs with no tension continue to move when velocity is applied until friction causes them to stop if no end value is set.
    • 0๏ธโƒฃ setCurrentValue now performs setAtRest by default with a new method signature added to support the uncommon use case of setting current value without setting at rest
  • v0.3.4 Changes

    August 01, 2014
    • More accurate timing from Android SystemClock if available
    • ๐Ÿ›  Fix ConcurrentModificationException when modifying listeners while iterating
  • v0.3.3

    February 07, 2014
  • v0.3.2 Changes

    February 03, 2014

    โž• Adding a helper for constructing spring config values that match up with the Origami design prototyping tool.

    http://facebook.github.io/origami/

  • v0.3.1 Changes

    January 30, 2014

    ๐Ÿšš SpringConfiguratorView is now built programmatically to remove the dependency on Android resources. This means you can now get the SpringConfiguratorView for live tuning spring constants in your application just by including it in the root of an xml layout.

    <com.facebook.rebound.ui.SpringConfiguratorView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom"
        />
    
  • v0.3

    January 30, 2014
  • v0.2 Changes

    January 30, 2014

    ๐Ÿš€ This is the initial public release of Rebound. The version number has been updated to 0.2 per semver to represent the fact that the API for Rebound will likely evolve although the current version has been used extensively in several applications at this point.