Releases: B3nedikt/AppLocale
Releases · B3nedikt/AppLocale
3.1.0
- Added a method to wrap the resources from the
Application
class
3.0.0
- Fixed a issue with the removeLocaleChangedListener method not working [#38]
- AppLocale.currentLocale is now read only
2.0.3
- Fixed a crash on older android versions
2.0.2
- Fixed a potential issue with stale resources
- Improved sample apps & documentation
2.0.1
- Fixed a issue with the desiredLocale not getting persisted
- Made the setter of AppLocale.isInitial private
1.2.6
- Fixed a issue with stale resources
1.2.5
- Improved the way the locale in the AppLocaleResources gets changed
1.2.4
- Fixed a issue with the AppLocale.wrap() method wrapping the context when it was already wrapped
1.2.3
- Removed a few unused dependencies
1.2.2
- Dependency updates & Improved Readme