Yaroslav Berezanskyi

Results 37 comments of Yaroslav Berezanskyi

Hi @drewhannay ! There are no such plans to be honest since it will complicate maintenance. May I know what is wrong with jitpack in your use case?

Overall, I agree that Maven Central or JCenter is a more reliable choice for the long run. However, can't promise you anything since I really need to find time for...

Guys, could anyone create a small sample project that can reproduce the issue? since I can't replicate it on my side. I've been using this approach (not the library) for...

@TikTak123 thanks for the sample project! Finally, I can reproduce it. Looks like a web view resets the locale to the device default. There is another [issue](https://github.com/YarikSOffice/lingver/issues/13) submitted today reporting...

There is a critical bug in version `1.2.0`. According to my tests, it happens while setting a locale with a country qualifier ( e.g. `en_US`) on Android API 24 and...

@rexi1r could you describe your issue in more details? a sample project reproducing the issue will be highly appreciated since I've been not able to identify it for a long...

@rexi1r a sample project will significantly help fixing this issue for everyone. Thanks in advance!

Hey @joelfernandes19 Indeed, the library performs a file read (from shared preferences) during initialization, but that should **not** make a significant performance impact on your app. Unfortunately, I don't see...

Hi @napsterphantom , Do you use `context.createConfigurationContext(config)` somewhere in your app to create a localized context? Could you please provide a sample project reproducing the issue since there are a...

@aconsuegra could you clarify what is your browser intent? do you open a build-in WebView or intent for an external browser like Google Chrome? there is a caveat while using...