This repository has been archived by the owner on May 10, 2022. It is now read-only.
1.0.0-beta5
Pre-release
Pre-release
AlexanderEggers
released this
12 Dec 11:39
·
9 commits
to develop
since this release
- BREAKING: Removed ability to set a custom resource-bundle. The resource bundle should be defined by the intent or fragment - it should not be easily possible to make modifications to this bundle.
- BREAKING: Added a new parameter to the init method for the new customBundle object.
- NEW: Added feature to set a setCustomBundle for a viewmodel. This replaces the setResourceBundle method. To avoid any interactions with the resource bundle, there is now a new custom bundle object that can be set via a builder and will be parsed to the viewmodel.
- MISC: Added more documentation.