FlairFramework v1.5.0 Release Notes

Release Date: 2018-12-17 // over 5 years ago
    • ๐Ÿ“ฆ Separate FlairFramework packages to core and reflection modules. Now core module weight is less then 125 Kb and you don't need to worry about reflection library in your proguard file!!!
    • โž• Added example with GOOGLE LiveData (https://developer.android.com/topic/libraries/architecture/livedata)
    • minSdkVersion come back to 17
    • IMediator.isAddToBackStack - new property that means: does this mediator need to be added in backstack if you want to organize your own backstack)
    • โž• Added new animations - FadeAnimator, NextLinearAnimator, BackLinearAnimator.
    • ๐Ÿ›  Many bug fixes and code improvements