- Fix issues when using androidX appcompat 1.2.0.
- Updated target sdk to API 30.
- Library migrated to AndroidX
- Changed behavior on initialize method. Now it can be called multiple times, in that case the settings will be updated.
- IllegalStateException is now thrown when the library is not initialized, prior to that it was NullPointerException.
- Improved support for RTL locales on pre-Nougat.
- Fix activity recreation problems on Oreo.
- Changed internal SharedPreferences file name to make it independent of the package structure.
- Initial release.