Skip to content

Releases: phrase/phrase-android

3.3.1

19 Jun 13:46
43cdfb1

Choose a tag to compare

  • Fix missing resources error in webviews

3.3.0

25 May 15:28
43cdfb1

Choose a tag to compare

Add Jetpack Compose support

To enable Jetpack Compose support for Over-the-air translations these two steps are needed

  1. Add to build.gradle:

implementation "com.phrase.android.sdk:android-sdk-compose:<version>"

  1. Wrap the Jetpack Compose code in Phrase { ... }

3.2.5

29 Mar 06:26
43cdfb1

Choose a tag to compare

  • Fix issue where incomplete translation files could be stored when downloading the translations was interrupted
  • Fix parsing invalid XML files
  • Fix timeout for reading translation cache

3.2.4

28 Feb 12:42
43cdfb1

Choose a tag to compare

  • Set a hard timeout for loading the translation cache for some rare circumstances when loading the translation cache takes longer than expected

3.2.3

09 Feb 10:43
43cdfb1

Choose a tag to compare

  • Hardening of menu and string resource loading during inflation

3.2.2

18 Jan 10:49
185ea8b

Choose a tag to compare

Fixes

  • Fix possible ANR during Phrase.setup call due to a cache file lock in a rare case

3.2.1

19 Dec 13:23
185ea8b

Choose a tag to compare

  • Remove deprecated usage of mConstructorArgs

3.2.0

06 Dec 10:23
da680e1

Choose a tag to compare

  • Performance improvements on initialization
  • Address issue where in some cases the SDK could produce an ANR error
  • Improve debug message output when no internet connection available

3.2.0-rc1

09 Nov 14:44
da680e1

Choose a tag to compare

3.2.0-rc1 Pre-release
Pre-release
  • Performance improvements on initialization
  • Address issue where in some cases the app would get an ANR error

3.1.6

25 Oct 09:19
da680e1

Choose a tag to compare

  • Fix using correct locale code for locales with script information. For example sr_ME_#Latn will be converted to the corresponding Phrase locale code sr-Latn-ME