Skip to content

Tags: goforwind/rebound

Tags

v0.3.7

Toggle v0.3.7's commit message
release process edits

v0.3.6

Toggle v0.3.6's commit message
bump version

v0.3.5

Toggle v0.3.5's commit message
bump version number

v0.3.4

Toggle v0.3.4's commit message
Merge pull request facebookarchive#37 from facebook/bugfix

Convert ReentrantCallback to CopyOnWriteArraySet

v0.3.3

Toggle v0.3.3's commit message
bump version to 3.3

v0.3.2

Toggle v0.3.2's commit message
origami value mapper

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

Toggle v0.3.1's commit message
Programatically generate configurator view

This removes the dependency on resources making it possible to put
the entire project into a jar file for easier integration.

v0.3

Toggle v0.3's commit message
Project Restructure

- reorganize around a standard gradle directory structure
- create gradle build files
- separate Android specific utilities from the physics core
  to allow use on other java platforms (processing)
- create a continuous integration build script for travis CI
- move to proper semver versioning. The API for rebound is not fully
  finalized we should be at version 0.3
- API is unchanged

TODO:
- maven hosting for build artifacts to allow easy integration

v0.2

Toggle v0.2's commit message
Build the sample project with gradle as well