Skip to content

Releases: Sub6Resources/Utilities

Version 1.6.3

14 Jan 21:31
Compare
Choose a tag to compare
Version 1.6.2

Version 1.6.2

08 Oct 22:12
Compare
Choose a tag to compare
Update getViewModel methods

Version 1.6.1

08 Oct 21:29
Compare
Choose a tag to compare

Fixes 1.6.0 compile-time error

Version 1.6.0

08 Oct 21:07
60abd6b
Compare
Choose a tag to compare

Full refactor to androidx

Version 1.6.0-beta01

01 Aug 23:23
Compare
Choose a tag to compare
Version 1.6.0-beta01 Pre-release
Pre-release

Version 1.6.0 adds androidx support.

Version 1.5.2

24 Jun 02:42
Compare
Choose a tag to compare
Version 1.5.2 Pre-release
Pre-release

Up button should now show automatically on BaseFragment Toolbar if attached Activity has a parent Activity

Version 1.5.1

23 Jun 19:58
Compare
Choose a tag to compare
Version 1.5.1 Pre-release
Pre-release

Adds LiveData<T>.map { ... } and changes from LifecycleObserver.observeNotNull(LiveData<T>) {} to LiveData<T>.observeNotNull(LifecycleObserver) {}

Version 1.5.0

22 Jun 02:51
Compare
Choose a tag to compare

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

20 Jun 19:42
Compare
Choose a tag to compare

Updated external libraries
Added Float and Long types to BaseSettingsActivity

Version 1.4.2

28 Apr 22:40
Compare
Choose a tag to compare

Fixes another issue with startActivityForResult, now the result in the callback may be null.