Skip to content

Releases: phrase/phrase-android

3.1.5

28 Sep 15:00
da680e1

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

Choose a tag to compare

  • Improve error logging when requesting translations fail

3.1.3

06 May 12:14
b49d63e

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

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

Choose a tag to compare

  • Log request URL in debug mode

3.0.6

06 Jul 09:33
b49d63e

Choose a tag to compare

  • Support NavigationBarView in material library 1.4.0

3.0.5

19 Mar 14:05
b49d63e

Choose a tag to compare

Fixed

  • Fix language switching during initial start when in airplane mode
  • Fix ClassNotFoundException on Android < 10 #28

3.0.4

08 Mar 13:08
b49d63e

Choose a tag to compare

Fix display of XML character entities like & #27
Fix display of UTF-8 characters.

3.0.3

16 Feb 15:40
b49d63e

Choose a tag to compare

  • Fix resource leak by using WeakReference for activity reference.

3.0.2

15 Feb 15:15
b49d63e

Choose a tag to compare

  • Fix wrapping resources in Application class with Phrase.wrapApplicationContext #25