Releases: element-hq/element-ios
Releases · element-hq/element-ios
v0.1.6
Improvements:
- Upgrade MatrixKit version (v0.3.7).
- Room member details: Order members by power levels (me, admins then moderators then others).
- Room member details: Sort members with the same algo as Vector web client.
- Universal link: Add www.vector.im as associated domain.
- Chat screen: Open member details on tap-on-avatar #294.
- Ability to report abuse #295.
- Ability to ignore users #295.
Bug fixes:
- 6+/iPad: Better manage user with no room in landscape #268.
- Handle the error on joining a room where everyone has left #283.
- Video playback stops when you rotate the device #266.
- 'Enable notifications on your device' toggle spills over the side on an iPhone 5 display #167.
- Media Picker: user's albums are missing #208.
- Authentication screen: inputs fields are missing (blank screen) on first app launch.
- Room member details: only the "start chat" text is clickable, not that whole button area. #282
- Media Picker: Fix icons used on video preview.
- Room Participants - Search session: the return key must be 'Done' instead of 'Search' #292.
Merge pull request #270 from vector-im/release-v0.1.5
v0.1.4
Improvements:
- Upgrade MatrixKit version (v0.3.6).
- Universal link: Support universal links declared at https://vector.im.
- Room Members: Add Admin/Moderator badge on members's picture.
- Room members: Support search option #154.
- Room member details: display matrix id when user taps on display name #129.
- Expanded Header: adjust labels position when room topic is empty #134.
- Expanded Header: the height is now variable.
- Chat screen: Support room preview.
- Support room preview from email invitation.
- Chat Screen: Expand header on new created room #229.
- Chat Screen: Collapse expander header when user scrolls it down.
- Chat Screen: Keep visible the expanded header or the preview in case of screen rotation, except on iPad and iPhone 6 plus.
- Universal link: Handle universal links clicked within the app.
- Universal link: Manage email validation link as universal link
- AppDelegate: Improved popToHomeViewControllerAnimated: there is now a completion callback called when we are sure that HomeVC is the visibility VC.
- AppDelegate: Added fixURLWithSeveralHashKeys method in order to fix iOS NSURLs with several hash keys in it.
- VoIP: Show an action sheet when the user clicks on the call button. He will be able to select Voice or Video Call.
Bug fixes:
- Store: Detect and remove corrupted room data #160.
- Cannot paginate to the origin of the room #214.
- Wrong application icon badge number #254.
- The hint text animated weirdly horizontally after i send msgs #124.
- Cancelling registration while waiting for email validation does not actually cancel it #240.
- Chat screen: lag during the history scrolling. #192.
- Chat screen: wrong attachment is opened #237.
- Add nextLink to registration link #202.
- Room members: Add a specific section INVITED #132.
- Room Members: Handle correctly the power level.
- Messages: The user should be able to shrink/expand each section (Invites, Favourites, Conversations...).
- Chat header: Room details opening is delayed #181.
- Messages: Room creation button does not respond #249.