This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
v0.9.8
Features:
- Manage server_notices tag and server quota notices (element-hq/riot-android#2440)
Bugfix:
- Room aliases including the '@' and '=' characters are now recognized as valid (element-hq/riot-android#2079, element-hq/riot-android#2542)
- Room name and topic can be now set back to empty (element-hq/riot-android#2345)
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)