Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

1.2.10

Compare
Choose a tag to compare
@akexorcist akexorcist released this 21 Dec 18:44
· 25 commits to master since this release
  • [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