All Versions
10
Latest Version
Avg Release Cycle
54 days
Latest Release
3043 days ago
Changelog History
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.
-
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.