Releases: lokalise/lokalise-android-sdk
Releases · lokalise/lokalise-android-sdk
Lokalise Android SDK 1.3.15
- fixed a crash on Android Q
Lokalise Android SDK 1.3.14
- fixed very rare occurrences of unexpected values when using the SDK from multiple threads at the same time
Lokalise Android SDK 1.3.13
- fixed an exception caused by getApplicationContext() returning null in some cases
Lokalise Android SDK 1.3.12
- fixed a WebView context menu crash when using Kotlin
Lokalise Android SDK 1.3.11
- new translations are now downloaded and updated only in the main process (not thread) of the application by default to prevent possible concurrent DB locks
- added a
LokaliseSDK.setCrossProcessProtection()
method to allow disabling the said protection in case of problems (not that it will ever be needed) - added additional checks for plurals and string arrays to avoid exceptions
Lokalise Android SDK 1.3.9
- fixed ConcurrentModificationException when removing/adding callbacks within a callback
- added
LokaliseSDK.clearCallbacks()
method that removes all callbacks
Lokalise Android SDK 1.3.8
- added support for hints in TextInputLayout
- fixed a crash on Android API 19 caused by TextInputLayout in the latest Support library
Lokalise Android SDK 1.3.6
- fixed a memory leak caused by unneeded context reference
Lokalise Android SDK 1.3.5
- added a "getCurrentUUID" method
- small cleanups
Lokalise Android SDK 1.3.4
- fixed SQLite exception some time being thrown when updating translations
- added more checks for empty API key/Project id