Skip to content

v1.2.0

Compare
Choose a tag to compare
@danielesergio danielesergio released this 26 May 15:44
· 164 commits to master since this release

versionCode 30

Enhancements

  • Increase number of download attempts retries after a failure using the Exponential backoff algorithm (36 attempts in ~24h).
  • Replace deprecated uf-ddiclient library with hara-ddiclient.
  • Upgrade Kotlin to 1.6.10.
  • Upgrade Gradle to 7.2.
  • Removed withRetryDelay property from UI Example Setting page.
  • Upgrade dependencies.
  • Fix some warnings.

Bugs fixed

  • Don't send the Authorization header with an empty token.
  • Handle crashes caused by encrypted tokens in shared preferences.
  • Fix download progress updates keep coming even after the download failed due to connection issues (#9), fixed by hara-ddiclient.
  • Fix UF UI Example does not show download authorization dialog again after pressing cancel once (#13).