Releases: phrase/phrase-android
Releases · phrase/phrase-android
3.3.1
19 Jun 13:46
Compare
Sorry, something went wrong.
No results found
Fix missing resources error in webviews
3.3.0
25 May 15:28
Compare
Sorry, something went wrong.
No results found
Add Jetpack Compose support
To enable Jetpack Compose support for Over-the-air translations these two steps are needed
Add to build.gradle:
implementation "com.phrase.android.sdk:android-sdk-compose:<version>"
Wrap the Jetpack Compose code in Phrase { ... }
3.2.5
29 Mar 06:26
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Hardening of menu and string resource loading during inflation
3.2.2
18 Jan 10:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Remove deprecated usage of mConstructorArgs
3.2.0
06 Dec 10:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Performance improvements on initialization
Address issue where in some cases the app would get an ANR error
3.1.6
25 Oct 09:19
Compare
Sorry, something went wrong.
No results found
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