Commit Graph

38 Commits

Author SHA1 Message Date
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
Yoan Pintas 996c93ae2d No customization for emptycell (#7000) 2022-10-27 18:03:25 +02:00
Gil Eluard 21f5689112 Threads: added support to read receipts (MSC3771) 2022-10-24 22:27:13 +02:00
David Langley ca8467e7b0 Updates based on comments. 2022-10-13 11:12:14 +01:00
David Langley dac94cbebf Add labs flag and strings 2022-10-08 11:57:13 +01:00
aringenbach 36122591cf Fix composer resizing animations 2022-10-07 14:05:51 +02:00
David Langley d8e1dbb865 add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
Stefan Ceriu 8a700ba6fe Merge pull request #6675 from vector-im/gil/6673-Remove_labs_flag_for_New_App_Layout
Removed labs flag and enabled New App Layout
2022-09-07 12:27:29 +03:00
Gil Eluard 4950ce2d46 Removed labs flag and enabled New App Layout 2022-09-05 12:03:52 +02:00
aringenbach 32fe42ace0 Fix mention pills display when coming back to a room with an unsent message 2022-09-05 10:56:50 +02:00
Anderas 686996d821 Merge pull request #6668 from vector-im/andy/discard_session
Slash command to manually discard outbound session
2022-09-05 09:49:59 +01:00
Andy Uhnak 2dc3186eb7 Slash command to discard session 2022-09-05 08:36:00 +01:00
Gil Eluard 85ebac545a Glitchy room list header when scrolling
- fixed
2022-09-01 16:56:18 +02:00
Gil Eluard 75699ccf49 Added Labs flag for the new App Layout
- Make CI happy
2022-08-29 16:01:34 +02:00
Gil Eluard 0c4f69ffcc Added Labs flag for the new App Layout
- Make CI happy
2022-08-29 15:24:10 +02:00
Gil Eluard 4b619eda39 Added Labs flag for the new App Layout 2022-08-29 14:59:09 +02:00
ismailgulek e1654280ff Fix navigation controller toolbar when opening the from a notification 2022-08-26 14:12:55 +03:00
ismailgulek 6783a77e3d Revert the fix for keyboard stickiness, rename inputAccessoryView 2022-08-15 14:49:24 +03:00
ismailgulek 142584eedd Fix UITableViewAlertForLayoutOutsideViewHierarchy errors 2022-08-12 17:55:59 +03:00
Gil Eluard 4de0901f36 Delight edit layout experiment (#6384)
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
aringenbach dfd0ff41ed Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible 2022-07-12 10:37:29 +02:00
aringenbach cc2a95e865 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
ismailgulek a09707d0e6 Present loading indicator immediately on pagination 2022-06-15 14:30:48 +03:00
Gil Eluard 84c36a449e Show user indicators when paginating a room (#6234)
- implemented
2022-06-03 09:46:34 +02:00
SBiOSoftWhare 4a73ec5fce RoomVC: Add location sharing cell actions. 2022-05-03 15:58:56 +02:00
MaximeE a86bffce34 6029: Refacto how to handle all state of the live location cell 2022-04-22 18:04:19 +02:00
Gil Eluard f62b876f54 Room preview on a long press should not update the read receipt (#6027)
- Done
2022-04-14 10:30:51 +02:00
Andy Uhnak a783227e64 Join room loading indicators 2022-03-29 15:03:09 +01:00
Andy Uhnak 361b5f9974 Fix typing performance by avoiding expensive UI operations 2022-03-24 12:40:37 +00:00
Doug 2aec883095 Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
Anderas e8db2891b1 Merge pull request #5690 from vector-im/andy/5603_room_indicators
Room activity indicators
2022-03-01 13:08:29 +00:00
Andy Uhnak 3f82e61723 Room user indicators
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-25 10:47:53 +00:00
MaximeE 8fe40120c9 3779: show the input tool bar on timeline not live 2022-02-23 11:03:22 +01:00
Andy Uhnak 845d3f98e9 Fix tableview scroll when opening notification
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-21 17:24:51 +00:00
Stefan Ceriu 1a0af46a18 Merge branch 'master' into develop 2022-02-16 12:45:06 +02:00
Doug 456af9edf7 Only no-op the actual sending of a typing notification.
The logic around when to send a typing notification also includes logic around when to exchange encryption keys.
handleTypingNotification renamed to handleTypingState for clarity.
2022-02-16 12:42:00 +02:00
Stefan Ceriu bc60512101 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
SBiOSoftWhare 679c036efc Move all MatrixKit cells + MXKRoomViewController into appropriated folders. 2022-01-21 17:18:59 +01:00