mobile-sdk-android icon indicating copy to clipboard operation
mobile-sdk-android copied to clipboard

Crowdin Android SDK delivers all new translations from Crowdin project to the application immediately

Results 7 mobile-sdk-android issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
help wanted
hacktoberfest

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!

enhancement
Platform suggestion

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...

enhancement
help wanted

**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**...

bug
help wanted

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)

good first issue
hacktoberfest

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...

bug
help wanted

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) ?: "" ```...

bug
help wanted