Skip to content

Releases: phrase/phrase-android

1.0.1

18 Feb 10:48
1a8d668
Compare
Choose a tag to compare
  • Reduce memory usage

1.0.0

11 Feb 15:11
1a8d668
Compare
Choose a tag to compare

Breaking changes

Renamed PhraseApp.init() to PhraseApp.setup(). PhraseApp.setup() also does no longer automatically download translations. Instead PhraseApp.setup() and PhraseApp.updateTranslations() need to be used together.

PhraseApp.setup(this, "DISTRIBUTION_TOKEN", "ENVIRONMENT_TOKEN");
PhraseApp.updateTranslations();

Callbacks can now also only be passed to updateTranslations(): PhraseApp.updateTranslations(new TranslationsSyncCallback() {..})

0.5.0

05 Feb 12:32
1a8d668
Compare
Choose a tag to compare
  • Add configurable connection timeout for fetching translations PhraseApp.setTimeout(10000);
  • Fix HTML escaping
  • Log API request URLs