Releases: phrase/phrase-android
Releases · phrase/phrase-android
3.2.2
Fixes
- Fix possible ANR during
Phrase.setup
call due to a cache file lock in a rare case
3.2.1
- Remove deprecated usage of
mConstructorArgs
3.2.0
- 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
- Performance improvements on initialization
- Address issue where in some cases the app would get an ANR error
3.1.6
- 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
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
- Improve error logging when requesting translations fail
3.1.3
- Support Chinese local codes by converting them to a Phrase locale code e.g.
zh_CN_#Hans -> zh-Hans-CN
3.1.2
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
- Log request URL in debug mode