A minor update to the Vapor API framework (v1.1) is now available to download. This minor release features some small bug fixes discussed briefly below.
What's Changed in Vapor API v1.1
-
NullPointerExceptionfixed that arose when$.act()attempted to compare the old context with a new context. When the old context was set tonullan error was thrown. This has now been resolved. -
NullPointerExceptionfixed when the implicitVaporActivityservice bindings collection was set tonullprematurely. This has now been resolved. -
The
Anim.FILL_AFTERdefault is nowtrue. This means the properties of aViewwill automatically stick after an animation, not revert. Some developers noticed that the position ofViewcomponents would revert after being set in theVaporActivity.VIEW_READYhook. This was caused byAnim.FILL_AFTERbeingfalsein Vapor API v1.0. -
The
Viewanimations.fadeIn(...)and.fadeOut(...)now set the visibility of the incidentViewaccordingly. - Other minor improvements to the performance of Vapor API as a whole.
Thank you to the growing Vapor API community of developers for helping to point these issues out. All of your feedback is much appreciated so please get in touch here.
The Vapor API Team


Darius Hodaei