Skip to content

Releases: lokalise/lokalise-android-sdk

Lokalise Android SDK 1.3.15

21 Aug 13:36
Compare
Choose a tag to compare
  • fixed a crash on Android Q

Lokalise Android SDK 1.3.14

12 Mar 16:04
Compare
Choose a tag to compare
  • fixed very rare occurrences of unexpected values when using the SDK from multiple threads at the same time

Lokalise Android SDK 1.3.13

31 Oct 10:12
Compare
Choose a tag to compare
  • fixed an exception caused by getApplicationContext() returning null in some cases

Lokalise Android SDK 1.3.12

08 Oct 12:26
Compare
Choose a tag to compare
  • fixed a WebView context menu crash when using Kotlin

Lokalise Android SDK 1.3.11

01 Oct 08:07
Compare
Choose a tag to compare
  • 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

26 Sep 08:24
Compare
Choose a tag to compare
  • fixed ConcurrentModificationException when removing/adding callbacks within a callback
  • added LokaliseSDK.clearCallbacks() method that removes all callbacks

Lokalise Android SDK 1.3.8

16 Aug 08:01
Compare
Choose a tag to compare
  • 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

27 Jul 09:08
Compare
Choose a tag to compare
  • fixed a memory leak caused by unneeded context reference

Lokalise Android SDK 1.3.5

11 Jul 08:41
Compare
Choose a tag to compare
  • added a "getCurrentUUID" method
  • small cleanups

Lokalise Android SDK 1.3.4

25 Jun 08:14
Compare
Choose a tag to compare
  • fixed SQLite exception some time being thrown when updating translations
  • added more checks for empty API key/Project id