Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

v0.9.8

Compare
Choose a tag to compare
@bmarty bmarty released this 27 Aug 09:03
· 1208 commits to develop since this release

Features:

Bugfix:

API Change:

  • Remove PieFractionView class from the Matrix SDK. This class is now in Riot sources (#336)
  • MXMediasCache.createTmpMediaFile() methods are renamed to createTmpDecryptedMediaFile()
  • MXMediasCache.clearTmpCache() method is renamed to clearTmpDecryptedMediaCache()
  • Add MXMediasCache.moveToShareFolder() to move a tmp decrypted file to another folder to prevent deletion during sharing. New API MXMediasCache.clearShareDecryptedMediaCache() can be called when the application is resumed. (element-hq/riot-android#2530)