Commit Graph

1173 Commits

Author SHA1 Message Date
ismailgulek 0d74667d7d Add background color management on text message highlights 2022-01-18 16:20:12 +03:00
ismailgulek 4f58e0cfcc Add thread decoration views for search results, fix #5268 2022-01-18 14:46:22 +03:00
ismailgulek 218f5759d0 Dismiss keyboard when additional menu shown 2022-01-18 02:27:44 +03:00
ismailgulek 8e8692881c Various design fixes 2022-01-17 16:32:32 +03:00
ismailgulek 3236a80e27 Thread summary view design changes 2022-01-17 13:51:05 +03:00
ismailgulek 3e35db691c Fix build after merges 2022-01-17 13:35:14 +03:00
ismailgulek 2d12d331db Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-17 11:37:41 +03:00
ismailgulek 7e92b7cef5 Merge branch 'develop' into ismail/5068_start_thread 2022-01-17 11:35:10 +03:00
SBiOSoftWhare 3b82f6e56e Merge pull request #5342 from vector-im/steve/5321_bubbles_lauching
Message bubbles: Add settings and build flag
2022-01-13 09:50:23 +01:00
ismailgulek e2ca0b3466 Make thread header stacked, fix #5358 2022-01-11 15:24:46 +03:00
ismailgulek 69afd7c77e Add EventMenuBuilder to manage ordering on event menu actions 2022-01-10 17:31:28 +03:00
Stefan Ceriu d71a5e9a37 Increased the BubbleCellContentView's inner content view bottom padding so it doesn't overlap the send receipt indicator. 2022-01-07 14:18:05 +02:00
Stefan Ceriu 11beed22c6 Fixed ffmpeg-kit breaking changes after minor release, fixed version to 4.5.1 2022-01-06 13:31:05 +02:00
ismailgulek eb27c83aa2 Fix context menu action orders & layout fixes 2022-01-06 03:22:14 +03:00
ismailgulek 609f713312 Fix encryption badges for unencrypted rooms 2022-01-06 02:54:58 +03:00
ismailgulek 6036ac39ef Implement toast messages when links are copied 2022-01-06 02:41:57 +03:00
SBiOSoftWhare d9601c0c9b Rename RoomTimelineStyle enum to RoomTimelineStyleIdentifier. 2022-01-04 17:53:15 +01:00
Stefan Ceriu 49c787d987 vector-im/element-ios/issues/5298 - Various tweaks following code review. 2022-01-04 17:33:32 +02:00
Stefan Ceriu 8d97959cac vector-im/element-ios/issues/5298 - Added build setting + ui and unit tests. 2022-01-04 17:33:32 +02:00
Stefan Ceriu ebac08c309 vector-im/element-ios/issues/5298 - Displaying a modal when tapping on a location in the timeline. 2022-01-04 17:33:32 +02:00
Stefan Ceriu 532c57cb77 vector-im/element-ios/issues/5298 - Disable forwarding for location messages and allow replies. 2022-01-04 17:33:32 +02:00
Stefan Ceriu 5543c7dee0 vector-im/element-ios/issues/5298 - Improved error messages and moved map configuration to the BuildSettings 2022-01-04 17:33:32 +02:00
Stefan Ceriu bb0088d2d4 vector-im/element-ios/issues/5298 - Attempting to set up cocoapods-keys. 2022-01-04 17:33:32 +02:00
Stefan Ceriu 4ad5150c88 vector-im/element-ios/issues/5298 - Implemented location sharing from the input toolbar action menu. 2022-01-04 17:33:32 +02:00
Stefan Ceriu b9e718c6a8 vector-im/element-ios/issues/5298 - Added body message content keys and replaced plain string usages. 2022-01-04 17:33:32 +02:00
Stefan Ceriu 5e3542a3dc vector-im/element-ios/issues/5298 - Replaced "msgtype" strings with new kMXMessageTypeKey. 2022-01-04 17:33:32 +02:00
Stefan Ceriu 7f9e294d82 Rendering location messages in the timeline. 2022-01-04 17:33:32 +02:00
ismailgulek 0d7e72ece9 Fix root message redaction 2022-01-04 18:07:39 +03:00
ismailgulek aa81cafa0b Layout fixes 2022-01-04 17:27:13 +03:00
ismailgulek 5fcc1115ea Shrink summary view if content is small 2022-01-04 16:31:53 +03:00
ismailgulek cfd06dfc10 Update icons & summary view margins 2022-01-04 16:20:40 +03:00
ismailgulek 9cd27d293c Merge branch 'develop' into ismail/5068_start_thread 2022-01-04 15:28:19 +03:00
SBiOSoftWhare 35b9892d3b Add RoomTimelineStyle enum that represents the room timeline styles available. 2022-01-03 18:16:24 +01:00
SBiOSoftWhare 81a58898b3 Move timeline cells in dedicated folders. 2021-12-22 17:25:35 +01:00
Doug 47348b7f34 Add AnalyticsScreenTimer and track more screens.
Update Analytics with new methods in MXAnalyticsDelegate.
2021-12-16 16:59:45 +00:00
Doug d43bf82bca Use matrix-analytics-events generated stubs (locally for now).
Track screens, removing any that aren't part of the schema.
2021-12-16 16:59:45 +00:00
Doug 7a683870ca Add specific methods to track analytics and test generated event types. 2021-12-16 16:59:45 +00:00
Doug efdbdcd117 Begin migration from Matomo to PostHog
Add CocoaPods-Keys.
2021-12-16 16:59:26 +00:00
ismailgulek b183f3ba97 Merge branch 'develop' into ismail/5068_start_thread 2021-12-16 14:00:03 +03:00
SBiOSoftWhare bc89fe9398 RoomMemberDetailsViewController: Fix user id theming. 2021-12-14 15:47:09 +01:00
SBiOSoftWhare e6042463af Merge pull request #5297 from vector-im/steve/4568_mxid_copy
RoomMemberDetailsViewController: Show user Matrix id and make it copyable
2021-12-14 12:47:40 +01:00
Stefan Ceriu 1ae9b708a1 vector-im/element-ios/issues/5114 - Prevent poll events from ever getting merged into other bubble data. 2021-12-10 15:55:17 +02:00
SBiOSoftWhare 389064126b RoomMemberDetails: Add safe area layout guides. 2021-12-10 14:02:09 +01:00
SBiOSoftWhare 08886b883c RoomMemberDetailsViewController: Refactor a property name. 2021-12-10 09:50:06 +01:00
SBiOSoftWhare 64547c04be RoomMemberDetailsViewController: Show user Matrix id and make it copyable. 2021-12-10 09:29:09 +01:00
ismailgulek 2f504ef353 Merge branch 'ismail/5094_thread_links' into ismail/5095_thread_search_results 2021-12-10 11:08:50 +03:00
ismailgulek ffd7efbe2a Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links 2021-12-10 11:08:01 +03:00
ismailgulek 867c4dac7c Merge branch 'ismail/5117_thread_message_actions' into ismail/5092_thread_list 2021-12-10 11:07:27 +03:00
ismailgulek d1b7953da6 Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-12-10 11:03:00 +03:00
ismailgulek c64572fdb1 Display threaded events as replies if threads disabled, fix #5266 2021-12-09 16:58:20 +03:00