-
Notifications
You must be signed in to change notification settings - Fork 435
Changelog
Flávio Faria edited this page Dec 29, 2015
·
6 revisions
- Drawable rect is only updated if it has meaningful dimensions.
- Fixes drawable scaling under certain circumstances.
- Fixes outdated drawable bounds in
RandomTransitionGenerator
.
- No more crashes due to aspect ratio incompatibility in transitions.
- Fixes a precision bug by adding a tolerance when comparing two rectangles with roughly the same aspect ratios.
- Fixes crash when a TransitionGenerator is set;
- Fixes crash when the view is resized at runtime;
- Minor changes to the sample app.
- Fixes crash when an image is set after view is measured;
- New icon for the sample app;
- Minor fixes.
- Fixes bad transition generation when the drawable changes;
- Starts a new transition when the drawable or the TransitionGenerator is changed;
- Fixes crash when no drawable is set.
- Fixes float precision problem while computing rectangles for transitions.
- First version.