Releases: phrase/phrase-android
Releases · phrase/phrase-android
3.1.5
28 Sep 15:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Improve error logging when requesting translations fail
3.1.3
06 May 12:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Log request URL in debug mode
3.0.6
06 Jul 09:33
Compare
Sorry, something went wrong.
No results found
Support NavigationBarView in material library 1.4.0
3.0.5
19 Mar 14:05
Compare
Sorry, something went wrong.
No results found
Fixed
Fix language switching during initial start when in airplane mode
Fix ClassNotFoundException on Android < 10 #28
3.0.4
08 Mar 13:08
Compare
Sorry, something went wrong.
No results found
Fix display of XML character entities like & #27
Fix display of UTF-8 characters.
3.0.3
16 Feb 15:40
Compare
Sorry, something went wrong.
No results found
Fix resource leak by using WeakReference for activity reference.
3.0.2
15 Feb 15:15
Compare
Sorry, something went wrong.
No results found
Fix wrapping resources in Application class with Phrase.wrapApplicationContext #25