ActivityContextWrapper.kt |
A [ContextWrapper] that holds the original [Activity] Context.
@param baseContext see [ContextWrapper.getBaseContext].
@param originalContext the Context that the Activity was created with. This might be the same
as baseContext if a non-default value has not been set.
|
1576 |
Extensions.kt |
Gets a gecko-compatible locale string (e.g. "es-ES" instead of Java [Locale]
"es_ES") for the default locale.
If the locale can't be determined on the system, the value is "und",
to indicate "undetermined".
This method approximates the API21 method [Locale.toLanguageTag].
@return a locale string that supports custom injected locale/languages.
|
1921 |
LocaleAwareAppCompatActivity.kt |
Base activity for apps that want to customized the system defined language by their own.
|
1697 |
LocaleAwareApplication.kt |
Base application for apps that want to customized the system defined language by their own.
|
829 |
LocaleManager.kt |
Helper for apps that want to change locale defined by the system.
|
5737 |
LocaleMiddleware.kt |
[Middleware] implementation for updating [BrowserState.locale] state changes during restore.
|
2362 |
LocaleUseCases.kt |
Contains use cases related to localization.
|
1570 |