mobile-sdk-android
mobile-sdk-android copied to clipboard
Crowdin Android SDK delivers all new translations from Crowdin project to the application immediately
**Is your feature request related to a problem? Please describe.** My feature request is related to a problem when application has installed locale without country code. Just imagine the situation...
I love your OTA and Real-time updates feature for Android/iOS. Would be great to have Crowdin SDK for Flutter. Thanks for the great work!
Some libraries have guava dependency, this is a reason a problem with the `Gradle` Transitive dependency exclusion. ``` ./gradlew crowdin:dependencies ``` **Describe the solution you'd like** Can exclude guava for...
**Describe the bug** Clicking on a website that contains a select, the app crash instead of showing the select options. **To Reproduce** Sample project has been created: https://github.com/walterjuanp/crowdin_sdk_webview_crash **Expected behaviour**...
The `Crowdin.kt` class has low coverage by Unit tests. It would be great to increase its coverage. - [Actual coverage](https://app.codecov.io/gh/crowdin/mobile-sdk-android/blob/master/crowdin/src/main/java/com/crowdin/platform/Crowdin.kt) - [Crowdin.kt](https://github.com/crowdin/mobile-sdk-android/blob/50afadebc5a7a4d8c4d071191ce7f6c58076dfa9/crowdin/src/main/java/com/crowdin/platform/Crowdin.kt)
Crash happened on every app start if realtime preview enabled. crowdin versions: 1.5.4 - 1.5.5 ``` E/AndroidRuntime: FATAL EXCEPTION: LocalWorkThreadPool-23 java.util.ConcurrentModificationException at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:807) at java.util.WeakHashMap$EntryIterator.next(WeakHashMap.java:846) at java.util.WeakHashMap$EntryIterator.next(WeakHashMap.java:844) at java.util.WeakHashMap.putAll(WeakHashMap.java:566) at...
I have a custom view and get the text from XML: The code slice is here: ``` val typedArray = context.obtainStyledAttributes(attrs, R.styleable.CustomView, 0, 0) tag = typedArray.getText(R.styleable.CustomView_customTag) ?: "" ```...
Hello, I have implemented Crowdin Over The Air following the instructions in the documentation. It works correctly for screens from my application. When I integrate a screen from a third-party...
When setting the language to Yiddish (yi-DE), the real-time translations won't propagate. **Pre-coditions** 1. Have crowdin-sdk integrated according to the [example](https://github.com/crowdin/mobile-sdk-android/tree/master/example) **Steps to reproduce** 1. Go to crowdin console and...
**Describe the bug** When inflating views (seemingly always webviews) the app crashes when using Crowdin. **To Reproduce** Steps to reproduce the behavior: Not 100% sure, but getting reports of this...