Commit Graph

13986 Commits

Author SHA1 Message Date
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
daniellekirkwood ea02877892 Add automation for WTF and FTUE project boards (#5494) 2022-02-03 16:34:18 +00: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
David Langley e8e092a627 Merge pull request #5492 from vector-im/langleyd/5491_fix_CI_for_non_vector_repo_prs
Don't buld alpa release for non vector-im/element-ios repos
2022-02-03 10:21:25 +00:00
David Langley fc842a8d3b Don't buld alpa release for non vector-im/element-ios repos 2022-02-03 09:32:15 +00: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
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
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 5bcb1034a1 Add changelog 2022-02-02 16:44:32 +03:00
ismailgulek f86ff9dccc Reload section if total number of rooms changes, fixes #5448 2022-02-02 16:43:52 +03:00
ismailgulek c6db4e7e0f Merge branch 'develop' into ismail/5096_thread_notifications 2022-02-02 12:46:00 +03:00
Stefan Ceriu de6d2a2fad Made StateStoreViewModel state mutable and removed the reducer for all the features using it. 2022-02-02 10:02:12 +02:00
Stefan Ceriu 99a44987a2 Closes vector-im/element-ios/issues/5298 - Add changelog. Enable location sharing by default. 2022-02-02 09:59:45 +02:00
Stefan Ceriu 24f64a8499 Made location sharing and polls toolbar action icon render as template. 2022-02-02 09:59:45 +02:00
Stefan Ceriu dd13a16be9 De-labs location sharing and enable it by default. 2022-02-02 09:59:45 +02:00
SBiOSoftWhare 6a2401b463 Merge pull request #5461 from vector-im/steve/5209_media_bubbles_2
Message bubbles: Layout for media (part 2)
2022-02-01 17:52:19 +01:00
Doug 2cfd21f7b6 Rename 5159.feature.change to 5159.feature 2022-02-01 16:35:34 +00:00
Gil Eluard f9859d39e0 Merge pull request #5478 from vector-im/gil/5175_Accepting_a_Space_Invite_has_shouty_button_labels
Accepting a Space Invite has shouty button labels
2022-02-01 17:33:55 +01:00
Gil Eluard f95ebfaaec Accepting a Space Invite has shouty button labels #5175
- fixed
2022-02-01 16:41:57 +01:00
SBiOSoftWhare b62af5f67e BubbleRoomTimelineCellDecorator: Fix typos. 2022-02-01 16:27:43 +01:00
SBiOSoftWhare 2b93cdb430 BuildSettings: Disable message bubble setting atm. 2022-02-01 15:25:53 +01:00
SBiOSoftWhare de42a24820 Update Riot/Modules/Room/Views/BubbleCells/Styles/Bubble/BubbleRoomTimelineCellDecorator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-02-01 15:24:26 +01:00
SBiOSoftWhare 33e7958514 Update third party licenses. 2022-02-01 14:58:28 +01:00
SBiOSoftWhare 8a4c5ebda6 VoiceMessagePlaybackView: Update background view color property name. 2022-02-01 14:49:17 +01:00
SBiOSoftWhare 544bc0de9d FileWithoutThumbnailBaseBubbleCell: Remove useless method. 2022-02-01 14:24:12 +01:00
SBiOSoftWhare 3edffa0d92 BubbleRoomTimelineCellDecorator: Update a guard let indentation. 2022-02-01 14:23:33 +01:00
SBiOSoftWhare 470a92a27e Flip cellData.isIncoming usage. 2022-02-01 14:22:05 +01:00
SBiOSoftWhare 8d73e8e257 FileWithoutThumbnailBaseBubbleCell: Fix nullability crash. 2022-02-01 11:54:03 +01:00
David Langley e39281ad03 Merge pull request #5466 from vector-im/langleyd/5465_media_library_freeze_15.2
Make sure all code paths that use PHPhotoLibrary request authorization.
2022-02-01 10:06:26 +00:00
ismailgulek d0fd2951e1 Merge branch 'develop' into ismail/5096_thread_notifications 2022-02-01 01:23:00 +03:00
SBiOSoftWhare 7172f70e35 Update file without thumbnail cell content view layout. 2022-01-31 17:49:38 +01:00
SBiOSoftWhare 1b6bd0cd27 Message bubbles: Use new background colors. 2022-01-31 17:42:54 +01:00
David Langley fd05294d1f Make sure all code paths that use PHPhotoLibrary request authorization. 2022-01-31 16:41:38 +00:00
SBiOSoftWhare f769cb6edd MXKRoomBubbleTableViewCell: Add possiblity to choose between left or right display for timestamp. 2022-01-31 17:15:35 +01:00
SBiOSoftWhare b965ff0bc4 BubbleRoomTimelineCellDecorator: Handle timestamp for stickers. 2022-01-31 17:13:20 +01:00
SBiOSoftWhare 1a41f5e40d BuildSettings: Enable temporary message bubble setting. 2022-01-31 14:43:06 +01:00
SBiOSoftWhare 19aa1fb2b6 BubbleRoomCellLayoutUpdater: Fix incoming selected sticker cell. 2022-01-31 14:40:17 +01:00
SBiOSoftWhare 682a3c6cc9 RoomSelectedStickerBubbleCell: Handle bubble outgoing case. 2022-01-31 12:11:36 +01:00
SBiOSoftWhare 136daf2787 PollBubbleCell: Fix method override. 2022-01-31 10:56:02 +01:00