Commit Graph

3475 Commits

Author SHA1 Message Date
ismailgulek f5677c48f6 Merge pull request #5503 from vector-im/ismail/5426_uisis
Handle session states better
2022-02-08 12:28:47 +03:00
Johannes Marbach 23050b4303 vector-im/element-ios/pull/4148 - Show target user avatars for collapsed membership changes
This commit switches to displaying the target user's avatar for collapsed membership
changes which addresses the avatar issue reported in #4102.

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2022-02-07 19:32:41 +02:00
SBiOSoftWhare 6b88480c44 Merge pull request #5495 from vector-im/steve/5210_bubble_polls
Message bubbles: Handle polls and threads
2022-02-07 16:01:11 +01:00
SBiOSoftWhare 734dd6afb0 Update Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
2022-02-07 15:15:42 +01:00
ismailgulek 3eac339ffe Avoid data source reload on thread screen itself 2022-02-07 12:52:33 +03:00
SBiOSoftWhare 90631393bb Merge branch 'develop' into steve/5210_bubble_polls 2022-02-04 16:32:33 +01:00
ismailgulek 00167b33bc Merge branch 'develop' into ismail/5426_uisis 2022-02-04 14:24:53 +03:00
ismailgulek 4194203db2 Gracefully pause the session 2022-02-04 14:24:14 +03:00
Stefan Ceriu 4debc2736c vector-im/element-ios/issues/5298 - Tweaks following code review. 2022-02-04 11:33:55 +02:00
Stefan Ceriu 4fe6d9a5ad vector-im/element-ios/issues/5298 - Add .well-known configuration support for tile server and map styles. 2022-02-04 11:33:55 +02:00
Stefan Ceriu e6f9d34036 vector-im/element-ios/issues/5298 - Reusing location sharing coordinator external sharing logic in the timeline. 2022-02-04 11:33:55 +02:00
aringenbach efa0b60e31 Merge pull request #5497 from vector-im/aringenbach/5252_search_results_highlight_color
Display search matching pattern with a highlight color
2022-02-04 10:30:12 +01:00
ismailgulek 95277a6598 Use readable session states 2022-02-04 01:44:18 +03:00
Doug b4a3e5c143 Use a snapshot view for context menu previews. 2022-02-03 18:30:39 +00:00
Doug 03ac541f91 Update strings, fix missing symbol. 2022-02-03 18:30:39 +00:00
Doug 37956bd397 Add a preview provider to the context menu. 2022-02-03 18:30:39 +00:00
Doug fc90b2eb72 Add context menu to HomeViewController cells. 2022-02-03 18:30:39 +00:00
Doug d8e26b9064 Fix visual issues when building with Xcode 13. 2022-02-03 18:30:39 +00:00
Arnaud Ringenbach 8f7b8ca6fc Display search matching pattern with a highlight color
Signed-off-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-03 18:49:40 +01:00
SBiOSoftWhare 3b362abd73 Remove old collection view right align layout. 2022-02-03 17:52:12 +01:00
SBiOSoftWhare bbcb031092 BubbleReactionsView: Use another collection view layout for right align mode. 2022-02-03 17:51:50 +01:00
SBiOSoftWhare 1988855f13 BubbleRoomTimelineCellDecorator: Update threading view top margin. 2022-02-03 17:37:24 +01:00
SBiOSoftWhare 6cc7db6e69 BubbleRoomTimelineCellDecorator: Handle thread view. 2022-02-03 17:25:14 +01:00
SBiOSoftWhare 5a1eceee85 Bubble poll cells: Handle timestamp display. 2022-02-03 16:54:38 +01:00
SBiOSoftWhare 2239de78f0 RoomMessageBubbleBackgroundView: Conforms to TimestampDisplayable. 2022-02-03 16:51:33 +01:00
SBiOSoftWhare d98da9480b BubbleRoomTimelineCellDecorator: Support TimestampDisplayable cells. 2022-02-03 16:50:52 +01:00
SBiOSoftWhare db371efddf Add TimestampDisplayable: A protocol indicating that a view support displaying a timestamp. 2022-02-03 16:50:01 +01:00
ismailgulek 76b8181393 Add error logs for event fetch requests 2022-02-03 17:52:48 +03:00
ismailgulek 3f6895b0b4 Merge pull request #5257 from vector-im/ismail/5096_thread_notifications
Thread Notifications & Badges
2022-02-03 16:30:39 +03:00
ismailgulek 2a56e863b2 Merge pull request #5483 from vector-im/ismail/5448_roomlist_updates
HomeViewController: Fix empty sections
2022-02-03 15:20:55 +03:00
ismailgulek 352a6adef8 Fix review remarks 2022-02-03 14:25:14 +03:00
ismailgulek fcf8283c85 Fix files search build error 2022-02-03 14:24:32 +03:00
ismailgulek 32cb1eb0cb Merge branch 'develop' into ismail/5096_thread_notifications 2022-02-03 14:01:21 +03:00
SBiOSoftWhare a9f343c9a7 BubbleRoomTimelineCellProvider: Handle poll cells. 2022-02-03 10:15:04 +01:00
SBiOSoftWhare 0f0d6c11e8 Implement poll outgoing bubble cells. 2022-02-03 10:13:53 +01:00
SBiOSoftWhare 184b488e52 Implement poll incoming bubble cells. 2022-02-03 10:12:57 +01:00
SBiOSoftWhare c30b0964e3 Create a PollBaseBubbleCell. 2022-02-03 10:11:53 +01:00
SBiOSoftWhare 3c4f5c9d5d PollBubbleCell: Expose poll view adding method. 2022-02-03 10:10:56 +01:00
Gil Eluard d8d723c0ce Merge pull request #5487 from vector-im/gil/5323_Space_list_loses_responsiveness_upon_refresh
Space list loses responsiveness upon refresh
2022-02-03 10:00:08 +01:00
SBiOSoftWhare b25102ba90 PlainRoomTimelineCellProvider: Update poll cells mapping. 2022-02-03 09:57:23 +01:00
SBiOSoftWhare accf465db9 RoomVC: Handle poll cell identifiers. 2022-02-03 09:56:59 +01:00
SBiOSoftWhare 5a3119310f RoomTimelineCellIdentifier: Add incoming and outgoing poll cell indentifiers. 2022-02-03 09:56:15 +01:00
ismailgulek bcc40bf576 Add thread setting check to permalinks and search results 2022-02-03 01:40:52 +03:00
Gil Eluard 3169a7de6d Merge pull request #5486 from vector-im/gil/5171_joining_a_space_seemed_to_noop 2022-02-02 19:48:24 +01:00
Gil Eluard 1a92e92d5c Space list loses responsiveness upon refresh/update, often in the middle of scrolling
- Fixed
2022-02-02 18:15:26 +01:00
Gil Eluard 870141200a joining a space seemed to noop
- Should be fixed
2022-02-02 17:38:33 +01:00
Anderas bd8e389dca Merge pull request #5484 from vector-im/andy/4524-fix-timeline-scroll
Scroll to the bottom of timeline automatically
2022-02-02 16:03:12 +00:00
SBiOSoftWhare a6849274c1 BubbleCellContentView: Do not align content view and pagination title. 2022-02-02 16:55:34 +01:00
Andy Uhnak 3b1afa652c Scroll to the bottom of timeline automatically, fixes #4524
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-02 14:58:33 +00:00
ismailgulek f86ff9dccc Reload section if total number of rooms changes, fixes #5448 2022-02-02 16:43:52 +03:00