This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
1.2.10
- [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