Skip to content

Releases: element-hq/element-ios

v0.6.11

27 Feb 17:48
Compare
Choose a tag to compare

Improvement:

  • Upgrade MatrixKit version (v0.7.7).

Bug Fix:

  • My communities screen is empty despite me being in several groups (#1792).

v0.6.10

14 Feb 16:48
Compare
Choose a tag to compare
v0.6.10 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.7.6).
  • Group Details: Put the name of the community in the title.

Bug Fix:

  • App crashes on cold start if no account is defined.
  • flair labels are a bit confusing (#1772).

v0.6.9

10 Feb 16:54
Compare
Choose a tag to compare
v0.6.9 Pre-release
Pre-release

Improvements:

  • Add a new tab to list the user's communities (element-hq/riot-meta#114).
  • Add new screens to display the community details, edition is not supported yet (element-hq/riot-meta#115, element-hq/riot-meta#116, element-hq/riot-meta#117).
  • Room Settings: handle the related communities in order to show flair for them.
  • User Settings: Let the user enable his community flair in rooms configured to show it.
  • Replace Google Analytic by Matomo(Piwik) (PR #1753).
  • Spontaneous logout: Try to detect it in AuthenticationViewController and crash the app if it happens (PR #1761).
  • Share: Make sure the progress bar is always displayed.
  • Jitsi: update lib to jitsi-meet_2794 tag.

Bug Fix:

  • iPad: export e2e keys failed, there pops no window up where to save the keys (#1733).
  • Widget can display "Forbidden" (#1723).
  • keyboard is not dark when entering bug report in dark theme (#1720), thanks to @daverPL (PR #1729).
  • Contact Details: The contact avatar quality is very low when the contact details screen is opened from a link.
  • Cancel Buttons use style Cancel (PR #1737), thanks to @TellowKrinkle.
  • Share Extension: Fix crash on a weak self (PR #1744).
  • Share: The extension crashes if you try to share a GIF image (#1759)

Translations:

  • Catalan, added thanks to @sim6 and @salvadorpla (PR #1767).

v0.6.8

03 Jan 14:53
Compare
Choose a tag to compare

Improvements:

  • AppDelegate: Enable log to file earlier.

Bug Fix:

  • AppDelegate: Disable again loop on [application isProtectedDataAvailable] because it sometimes makes an OS watchdog kill the app.
  • Missing Push Notifications (#1696): Show a notification even if the app fails to sync with its hs.

v0.6.6

21 Dec 08:53
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release

Bug Fix:

v0.6.5

19 Dec 15:15
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

Bug Fix:

  • Push Notifications: Missing push notifications (#1696).

v0.6.4

05 Dec 16:04
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

Bug Fix:

  • Crypto: The share key dialog can appear with a 'null' device (#1683).

v0.6.3

30 Nov 10:18
Compare
Choose a tag to compare

Improvements:

  • Upgrade MatrixKit version (v0.7.3).
  • Crypto: Add key sharing dialog for incoming room key requests (PR #1652, PR #1655).
  • Update developing instructions in README, thanks to @aaronraimist.
  • Add basic OLED black theme, thanks to @aaronraimist (PR #1665).
  • Make code compatible with !use_frameworks in Podfile.

Bug Fix:

  • Failed to send photos which are not stored on the local device and must be downloaded from iCloud (#1654).
  • Spontaneous logouts (#1643).
  • Dark theme: Make the keyboard dark (#1620), thanks to @aaronraimist.
  • App crashes when user wants to share a message (element-hq/element-ios-rageshakes#676).
  • Fix UICollectionView warning: The behavior of the UICollectionViewFlowLayout is not defined...

Translations:

v0.6.2

13 Nov 17:18
Compare
Choose a tag to compare

Improvements:

  • Upgrade MatrixKit version (v0.7.2).

Bug Fix:

  • Share extension silently fails on big pics - eg panoramas (#1627).
  • Share extension improvements: display the search input by default,... (#1611).

v0.6.1

27 Oct 15:14
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.7.1).
  • Add support for sending messages via Siri in e2e rooms, thanks to @morozkin (PR #1613).

Bug Fix:

  • Jitsi: Crash if the user display name has several components (#1616).
  • CallKit - When I reject or answer a call on one device, it should stop ringing on all other iOS devices (#1618).
  • The Call View Controller is displayed whereas the call has been cancelled.