Releases: Sub6Resources/Utilities
Releases · Sub6Resources/Utilities
Version 1.6.3
Version 1.6.2
Version 1.6.2
Update getViewModel methods
Version 1.6.1
Fixes 1.6.0 compile-time error
Version 1.6.0
Full refactor to androidx
Version 1.6.0-beta01
Version 1.6.0 adds androidx support.
Version 1.5.2
Up button should now show automatically on BaseFragment
Toolbar
if attached Activity
has a parent Activity
Version 1.5.1
Adds LiveData<T>.map { ... }
and changes from LifecycleObserver.observeNotNull(LiveData<T>) {}
to LiveData<T>.observeNotNull(LifecycleObserver) {}
Version 1.5.0
Adds an Application
-wide ViewModelStoreOwner
and corresponding getters in BaseActivity
and BaseFragment
.
And, sorry for skipping the deprecation stage, but made all ViewModel
getters lazy.
Version 1.4.3
Updated external libraries
Added Float
and Long
types to BaseSettingsActivity
Version 1.4.2
Fixes another issue with startActivityForResult, now the result in the callback may be null.