1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
as I am modifying a lot of stuff like dependencies and others, I changed the version number
arielsan
as Ariel Coppes
More... over 12 years ago
removed componentsengine module forever (I will miss you buddy)
arielsan
as Ariel Coppes
More... over 12 years ago
removed examples module dependency to componentsengine module, removed Properties class and modified Example4 to work with Transition<T> instead Property<T>
arielsan
as Ariel Coppes
More... over 12 years ago
modified ReflectionUtils to have a method setFieldValue too
arielsan
as Ariel Coppes
More... over 12 years ago
added example of how to create and use a transition, added more tasks to the TODO list, removed the previous README.txt
arielsan
as Ariel Coppes
More... over 12 years ago
removed javadoc and boilerplate code from the examples of the documentation
arielsan
as Ariel Coppes
More... over 12 years ago
added transition API
arielsan
as Ariel Coppes
More... over 12 years ago
started Readme.md with some documentation of how to use animation4j and what is each class responsibility
arielsan
as Ariel Coppes
More... over 12 years ago
added some javadocs
arielsan
as Ariel Coppes
More... over 12 years ago
fixed a bug on Builders class when building duration of animations, builder duration was not being reseted to 0
arielsan
as Ariel Coppes
More... over 12 years ago
fixed the SynchronizerTest
arielsan
as Ariel Coppes
More... over 12 years ago
added a new test to transition to see if there was a bug or not
arielsan
as Ariel Coppes
More... over 12 years ago
added method time(int) and time(float) to TransitionBuilder, the first one transform a time in ms to seconds
arielsan
as Ariel Coppes
More... over 12 years ago
changed timeline builders to accept int and float times (the first one is mult by 0.001f to transform it to seconds)
arielsan
as Ariel Coppes
More... over 12 years ago
changed keyframes to hold values in seconds and changef timeline builders to accept int and floats, int times are multiplies by 0.001f to transform them to seconds to store on the keyframes, same stuff with timelineanimaton delay fixed examples also
arielsan
as Ariel Coppes
More... over 12 years ago
changed Synchronizer interface and fixed examples to work with time in seconds instead ms
arielsan
as Ariel Coppes
More... over 12 years ago
changed TimeProvider and Transitions to use a float with seconds instead an int/long with millis
arielsan
as Ariel Coppes
More... over 12 years ago
changed to next dev version 0.0.14-SNAPSHOT
arielsan
as Ariel Coppes
More... over 12 years ago
changed version to stable 0.0.13
arielsan
as Ariel Coppes
More... over 12 years ago
added cached empty Object[] array in MutableObjectSynchronizer to call method.invoke(object, empty array)
arielsan
as Ariel Coppes
More... over 12 years ago
changed to use the Class for the map key instead the class name using class.getName() which was generating a lot of new strings
arielsan
as Ariel Coppes
More... over 12 years ago
added cached maps for getters and setters of a given field name
arielsan
as Ariel Coppes
More... over 12 years ago
changed removeAll calls to iterate through the remove collections and remove each element
arielsan
as Ariel Coppes
More... over 12 years ago
changed the sources to be generated on package phase and left javadocs to be generated on install phase
arielsan
as Ariel Coppes
More... over 12 years ago
intent of fixing the < no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object > bug
arielsan
as Ariel Coppes
More... almost 13 years ago
fixed a bug on new builder, setDuration call was missing
arielsan
as Ariel Coppes
More... almost 13 years ago
changed Timeline getValue() method
arielsan
as Ariel Coppes
More... almost 13 years ago
added AnimationManager with basic methods to register an animation and unregister an animation
arielsan
as Ariel Coppes
More... almost 13 years ago
modified name of test for builders to BuildersTest
arielsan
as Ariel Coppes
More... almost 13 years ago
extracted animation logic from TimelineAnimation and changed that one to use extracted Animation logic
arielsan
as Ariel Coppes
More... almost 13 years ago