Commit Graph

17481 Commits

Author SHA1 Message Date
Gil Eluard bd414aad2e Threads: removed "unread_thread_notifications" from sync filters for server that doesn't support MSC3773
- Update after review
2022-11-10 22:50:26 +01:00
Gil Eluard eb6d475f92 Threads: removed "unread_thread_notifications" from sync filters for server that doesn't support MSC3773 2022-11-10 13:22:55 +01:00
Stefan Ceriu 4e4a3e0ee8 Force a layout on the room bubble cell messageTextView to get a correct frame 2022-11-10 11:26:20 +02:00
aringenbach 8a894d7e49 Merge pull request #7062 from vector-im/aringenbach/7061_enable_markdown
Rich-text editor: enable translations between Markdown and HTML when toggling text formatting
2022-11-10 10:25:43 +01:00
aringenbach 93a762e253 Merge pull request #7055 from vector-im/aringenbach/7054_fix_lost_content_text_formatting_switch
Labs: Rich-text editor - Fix text formatting switch losing the current content of the composer
2022-11-10 10:25:26 +01:00
aringenbach 040e71842a Merge pull request #7060 from vector-im/aringenbach/fix_composer_view_model_tests
Fix composer view model tests
2022-11-10 10:16:36 +01:00
Aleksandrs Proskurins 79580ff572 Merge pull request #7056 from vector-im/aleksandrs/7043_unverified_sessions_alert
Unverified sessions alert
2022-11-10 09:23:21 +02:00
Alfonso Grillo 3028289a47 Merge pull request #6992 from vector-im/alfogrillo/learn_more_sheet
Add informational sheet for sessions (PSG-714)
2022-11-09 17:49:15 +01:00
aringenbach 4f445b8f70 Rich-text editor: enable translations between Markdown and HTML when toggling text formatting 2022-11-09 16:43:58 +01:00
aringenbach d0aa621dad Fix composer view model tests 2022-11-09 15:23:43 +01:00
aringenbach ff6b818f03 Merge pull request #7053 from vector-im/aringenbach/7052_fix_text_formatting_toggle
Rich-text editor: Fix text formatting enabled inconsistent state
2022-11-09 14:16:30 +01:00
paleksandrs 931b002a59 Changelog 2022-11-09 15:04:12 +02:00
paleksandrs 56a9baaccd Snooze controller 2022-11-09 14:59:35 +02:00
Alfonso Grillo 24587ed478 Add intrinsic sized bottom sheet 2022-11-09 12:05:47 +01:00
aringenbach 1874ae8f79 Re-order View computed properties and move to private mark 2022-11-09 11:49:03 +01:00
aringenbach 4eb168b41b Labs: Rich-text editor - Fix text formatting switch losing the current content of the composer 2022-11-09 11:41:42 +01:00
aringenbach dd3186484f Merge pull request #6993 from vector-im/aringenbach/6962_slash_commands
Fixed IRC-style message and commands support in Rich text editor
2022-11-09 10:31:14 +01:00
aringenbach 15c1a9cf89 Rich-text editor: Fix text formatting enabled inconsistent state 2022-11-09 10:26:48 +01:00
Stefan Ceriu d5b1b4de6b Switch to using an API key for interactions with AppStoreConnect while on CI; update fastlane and dependencies 2022-11-09 10:53:20 +02:00
Alfonso Grillo 6d5bc35ce4 Refine bottom sheet layout 2022-11-08 18:04:42 +01:00
Alfonso Grillo 671dfa660d Merge branch 'develop' into alfogrillo/learn_more_sheet 2022-11-08 17:04:20 +01:00
Stefan Ceriu 3b7ae5f768 Prepare for new sprint 2022-11-08 15:20:50 +02:00
Stefan Ceriu cfe4df2219 Merge branch 'master' into develop 2022-11-08 15:20:46 +02:00
Stefan Ceriu 72449a6d18 Merge branch 'release/1.9.11/master' 2022-11-08 15:20:41 +02:00
Stefan Ceriu 89cfad6ab9 finish version++ 2022-11-08 15:20:41 +02:00
Stefan Ceriu 297904728d version++ 2022-11-08 15:16:55 +02:00
Stefan Ceriu c95fc4593f Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation 2022-11-08 15:16:55 +02:00
Stefan Ceriu f0cee63457 Revert "Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation (#6679)"
This reverts commit bd017d1a77.
2022-11-08 15:16:55 +02:00
Stefan Ceriu 98bdf9d553 Revert "Fix timeline items text height calculation"
This reverts commit 27f4feb8d9.
2022-11-08 15:16:55 +02:00
Stefan Ceriu 99dbaf07a3 Revert "Replace attributed string height calculation with a more reliable implementation"
This reverts commit 47512127ec.
2022-11-08 15:16:55 +02:00
Stefan Ceriu 1282e0f0e2 Prevent Unable to activate constraint with anchors .. because they have no common ancestor. crashes. Only link toasts to the top safe area instead of the navigation controller 2022-11-08 15:16:55 +02:00
Stefan Ceriu 554280939b Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation 2022-11-08 14:46:44 +02:00
Stefan Ceriu 450af545a5 Revert "Fixes vector-im/element-ios/issues/6441 - Incorrect timeline item text height calculation (#6679)"
This reverts commit bd017d1a77.
2022-11-08 14:46:44 +02:00
Stefan Ceriu 1512133704 Revert "Fix timeline items text height calculation"
This reverts commit 27f4feb8d9.
2022-11-08 14:46:44 +02:00
Stefan Ceriu e00d8ee761 Revert "Replace attributed string height calculation with a more reliable implementation"
This reverts commit 47512127ec.
2022-11-08 14:46:44 +02:00
Stefan Ceriu 27fbc53ae5 Prevent Unable to activate constraint with anchors .. because they have no common ancestor. crashes. Only link toasts to the top safe area instead of the navigation controller 2022-11-07 17:38:25 +02:00
aringenbach 8ff2b3e151 Merge pull request #6982 from vector-im/resilience-rc
Resilience rc
2022-11-07 15:57:09 +01:00
aringenbach 107962b3d8 Remove indication about plain text mode coming soon 2022-11-07 15:24:39 +01:00
aringenbach 476f5f6ab6 Merge branch 'develop' into resilience-rc
# Conflicts:
#	Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
#	project.yml
2022-11-07 15:05:25 +01:00
Aleksandrs Proskurins 56b244f066 Merge pull request #7023 from vector-im/aleksandrs/7022_hide_push
Hide push toggles for http pushers when there is no server support
2022-11-07 15:24:25 +02:00
Gil Eluard 632d5e51fd Merge pull request #7039 from vector-im/gil/7038-Threads_notification_count_in_main_timeline_including_unparticipated_threads
Threads notification count in main timeline including un participated…
2022-11-07 11:21:22 +01:00
paleksandrs 4e7744664c Removed "Do not ask again" button 2022-11-07 10:38:46 +02:00
paleksandrs 3268e3ba3d Changed title and body 2022-11-07 10:16:26 +02:00
Aleksandrs Proskurins fca14e021f Merge pull request #7037 from vector-im/aleksandrs/7035_session_list_item_tap_fix
Device Manager: Session list item is not tappable everywhere
2022-11-07 08:36:44 +02:00
Gil Eluard 67fec1d2f1 Threads notification count in main timeline including un participated threads 2022-11-04 17:21:27 +01:00
paleksandrs 72f0a95ee3 changelog 2022-11-04 15:51:22 +02:00
paleksandrs 221f4ad106 Device Manager: Session list item is not tappable everywhere 2022-11-04 15:50:37 +02:00
Gil Eluard 1648d49d1a Merge pull request #7030 from vector-im/gil/7029-Threads_add_support_to_labs_flag_for_read_receipts
Threads: add support to labs flag for read receipts
2022-11-04 13:38:59 +01:00
Gil Eluard 55c044b960 Merge pull request #7020 from vector-im/gil/6664-MSC3773_notifications_for_threads
Threads: added support to notifications count (MSC3773)
2022-11-04 13:38:50 +01:00
Gil Eluard 3a8572ec1f Merge pull request #6964 from vector-im/gil/6663-MSC3771_read_receipts_for_threads
Threads: added support to read receipts (MSC3771)
2022-11-04 13:38:39 +01:00