Skip to content

Releases: phrase/phrase-android

1.1.4

23 Aug 09:09
c905302

Choose a tag to compare

Fixes

  • Fix rendering of styled text

1.1.3

23 Jul 10:19
c905302

Choose a tag to compare

Fixed

  • Check whether all resource ids exists

1.1.2

03 Jun 12:07
1a8d668

Choose a tag to compare

Fixed

  • Fix toolbar translations update

1.1.1

30 Apr 15:32
1a8d668

Choose a tag to compare

Fixes

  • Cache is correctly updated when device locale changed

1.1.0

07 Mar 14:50
1a8d668

Choose a tag to compare

  • Add PhraseApp.setAppVersion(version) method to manually override the app version. The version has to use the semver format and will be used to determine which release should be used. Can be used in cases where the real app version is not in semver format

1.0.1

18 Feb 10:48
1a8d668

Choose a tag to compare

  • Reduce memory usage

1.0.0

11 Feb 15:11
1a8d668

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

Choose a tag to compare

  • Add configurable connection timeout for fetching translations PhraseApp.setTimeout(10000);
  • Fix HTML escaping
  • Log API request URLs