Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.2.10 source code.tar.gz | 2021-05-11 | 1.4 MB | |
1.2.10 source code.zip | 2021-05-11 | 1.5 MB | |
README.md | 2021-05-11 | 593 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
- [Bug] Bug fixed [#105] [#103] [#92]
- [PR] [#108] - Fix resource not found crash
- Fix incorrect Configuration creation
- Using centralize localized logic (See LocalizationUtility)
- Remove LocalizationContext (no need anymore)
- Prevent BadParcelableException in LocalizationActivityDelegate.checkBeforeLocaleChanging() with try-catch
- Change LocalizationDelegate.getResources(Context) to LocalizationDelegate.getResources(Context, Resources) because resources from super class is require in this method. That's mean who does not using LocalizationApplication must update this method