1.3.0
ChristianoBolla-Appwise
released this
24 Apr 19:28
·
109 commits
to master
since this release
New Features
- Created Measurement API to easily convert between units and also format the description with the correct Locale.
- Added some extension functions regarding the runtime permissions
- Added base classes that will work with the paging3 library.
Bug Fixes
- Added
getConverterFactories()
to theBaseRestClient
so we can reorder ConverterFactories if needed. - Changed the default exception handler in the
BaseViewModel
so it will use a LiveData callback instead of a high order function.
This makes sure that errors in a coroutine in theinit{}
block can be handled as well
Improvements
- Changed the way we provide a function to create/show a default snackbar.