Commit Graph

19 Commits

Author SHA1 Message Date
ismailgulek 17e252476f Release 1.9.6 (#6747)
* Device manager: add user sessions overview current session strings.

* Create UserSessionCardView to display session informations.

* UserSessionsOverview: Handle current session section view.

* Prepare for new sprint

* Dismiss the launching screen when clearing cache.

* Fix crash when previewing a room.

* Fix typo in empty state

* Code review fixes

* Update swift-ogg and add changelog

* Fix crash on logout from too much wrong pin codes

* Update changelog to original issue

* Disable unnecessary network breadcrumbs in Sentry

* Changelog

* Fix login crash on Xcode 14 builds

Fixes #6722

* Put the session creator on the main actor instead.

This covers all login and registration options.

* Only disable the composer if the room is yet to be created.

* Add missing source views for iPad.

* New App Layout: fixed rooms list doesn't update after log out and log into another account

* New layout: Fixed low priority rooms titles obscured by bottom bar when side scrolling

* Fix replied event content parsing for nested replies

* Fixed failed to join room (was not legal room)

* Timeline composer layout loop fix (#6743)

* Publish suitable view height for user suggestions

* Update container view height

* Add changelog

* Fix user suggestions layout for pre iOS 16

* version++

Co-authored-by: SBiOSoftWhare <steveb@matrix.org>
Co-authored-by: Doug <douglase@element.io>
Co-authored-by: Germain Souquet <germain@souquet.com>
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
Co-authored-by: Aleksandrs Proskurins <paleksandrs@gmail.com>
Co-authored-by: David Langley <langley.dave@gmail.com>
Co-authored-by: aringenbach <arnaudr@element.io>
Co-authored-by: aringenbach <80891108+aringenbach@users.noreply.github.com>
Co-authored-by: Andy Uhnak <andyuhnak@gmail.com>
Co-authored-by: Johannes Marbach <johannesm@element.io>
Co-authored-by: Gil Eluard <gile@element.io>
Co-authored-by: Gil Eluard <gil.eluard@gmail.com>
Co-authored-by: gulekismail <ismailgulek0@gmail.com>
2022-09-20 13:45:49 +03:00
ismailgulek 1bf3c06d6e Adapt to refactorings 2022-06-07 16:11:28 +03:00
Andy Uhnak 6285bb5efe URL encode fragment deeplink 2022-03-28 16:55:54 +01:00
Andy Uhnak 1ba45524a7 Enable joining a room via identifier from another home server 2022-03-28 16:34:12 +01:00
Andy Uhnak 401bedb46d Revert optionality and always pass url 2022-03-22 14:46:27 +00:00
Andy Uhnak 327769de79 Update comment 2022-03-22 12:55:41 +00:00
Andy Uhnak 9bf4ed515e Prevent crash when searching for rooms 2022-03-22 12:52:11 +00:00
SBiOSoftWhare 38514553c1 Rename UniversalLinkPresentationParameters to ScreenPresentationParameters. 2021-10-21 10:00:37 +02:00
SBiOSoftWhare b87f7add2c UniversalLinkParameters: Make universalLinkURL property non optional. 2021-10-20 18:47:33 +02:00
SBiOSoftWhare ff84b3e570 Update Riot/Modules/DeepLink/UniversalLinkPresentationParameters.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-20 18:35:02 +02:00
SBiOSoftWhare 49dda6ba4f Update Riot/Modules/DeepLink/UniversalLinkPresentationParameters.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-20 18:33:45 +02:00
SBiOSoftWhare 306fd3d2af Update Riot/Modules/DeepLink/UniversalLinkParameters.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-20 18:33:13 +02:00
SBiOSoftWhare 926ed86f91 UniversalLinkParameters & UniversalLinkPresentationParameters remove useless initializers. 2021-10-20 12:29:49 +02:00
SBiOSoftWhare 97dfdacc9f RoomPresentationParameters: Use UniversalLinkPresentationParameters. 2021-10-20 08:29:15 +02:00
SBiOSoftWhare 13b9d841e4 Move files. 2021-10-20 07:50:20 +02:00
SBiOSoftWhare 74ce4c74fe UniversalLinkParameters: Add presentation parameters property. 2021-10-20 07:30:49 +02:00
SBiOSoftWhare 9b1f46ac6e Add UniversalLinkParameters. 2021-10-12 19:07:44 +02:00
SBiOSoftWhare dd8f1d6a46 Add CustomSchemeURLParser that enables to parse custom scheme URL and get a deep link path at the end. 2021-01-07 14:26:23 +01:00
SBiOSoftWhare 6cc6b787e2 Introduce DeepLinkOption that represents deep link paths with their respective parameters. 2021-01-07 12:01:32 +01:00