Skip to content

Releases: phrase/phrase-android

3.2.2

18 Jan 10:49
185ea8b
Compare
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
Compare
Choose a tag to compare
  • Remove deprecated usage of mConstructorArgs

3.2.0

06 Dec 10:23
da680e1
Compare
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
Compare
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
Compare
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

3.1.5

28 Sep 15:00
da680e1
Compare
Choose a tag to compare

Added

  • Support US datacenter. The datacenter can be configured with: Phrase.setHost("https://ota.us.app.phrase.com")

Fixed

  • Mitigate issue where in some cases the accessing translations would cause application not responding errors

3.1.4

23 Jun 13:02
434acc4
Compare
Choose a tag to compare
  • Improve error logging when requesting translations fail

3.1.3

06 May 12:14
b49d63e
Compare
Choose a tag to compare
  • Support Chinese local codes by converting them to a Phrase locale code e.g. zh_CN_#Hans -> zh-Hans-CN

3.1.2

28 Dec 13:51
b49d63e
Compare
Choose a tag to compare

Added

Translations can be accessed dynamically with Phrase.getTranslations().getString("key-name"). Using this should only be necessary in rare cases when a key is not part of the embedded string resource file.

3.0.7

03 Dec 08:03
b49d63e
Compare
Choose a tag to compare
  • Log request URL in debug mode