Commit Graph

98 Commits

Author SHA1 Message Date
SBiOSoftWhare 2d17667f1d Merge pull request #3404 from vector-im/rebranding
Rebranding
2020-07-15 18:30:21 +02:00
SBiOSoftWhare 753d56efce RoomActivities: Update typing icon. 2020-07-11 01:27:25 +02:00
SBiOSoftWhare 7da17e1a8e RoomActivities: Update error icon. 2020-07-11 01:18:08 +02:00
SBiOSoftWhare a98051ef0b RoomActivities: Update scroll down icon. 2020-07-11 01:10:02 +02:00
SBiOSoftWhare 9fcd2c92f5 Update add participant asset. 2020-07-11 00:28:11 +02:00
SBiOSoftWhare b17bce3f7d Room input toolbars: Revert separators. 2020-07-10 16:43:20 +02:00
SBiOSoftWhare 92b3acb7ea RoomTitleView: Update details icon color. 2020-07-10 14:35:16 +02:00
SBiOSoftWhare dd56965031 ExpandedRoomTitleView: Update members list icon. 2020-07-09 20:06:35 +02:00
SBiOSoftWhare 185d5e13d7 RoomVC: Update input tool bar icons. 2020-07-09 19:28:51 +02:00
SBiOSoftWhare 1e3b407678 RoomInputToolBar: Fix hardcoded colors. 2020-07-09 18:08:11 +02:00
SBiOSoftWhare b42ebacd90 RoomActivitiesView: Remove separator and change default background color. 2020-07-06 20:54:02 +02:00
SBiOSoftWhare 1fe6a7006b Room input toolbars: Hide separator. 2020-07-06 20:51:04 +02:00
SBiOSoftWhare 920ed282c4 RoomTitleView: Update theme colors. 2020-07-02 19:06:14 +02:00
ismailgulek d8f02af86b Fix leading constraint, fixes #3226 2020-07-02 16:12:44 +03:00
ismailgulek d3787e9330 Check user in session before using userId 2020-06-12 15:07:26 +03:00
ismailgulek ef946809f1 Get inviter from invite event instead of looping members 2020-06-12 14:36:58 +03:00
SBiOSoftWhare 71f32effd7 Integrate RoundedButton where needed. 2020-04-28 16:34:39 +02:00
SBiOSoftWhare b4f54dc8db RoomTitleView: Add badge image view. 2020-04-08 15:06:59 +02:00
SBiOSoftWhare 1a4c385eb7 ExpandedRoomTitleView: Reduce trust level badge size. 2020-04-08 12:42:12 +02:00
SBiOSoftWhare 490f45c9de RoomVC: Use cells with encryption badge only if needed in order to recover horizontal white space. 2020-02-06 18:46:32 +01:00
SBiOSoftWhare 78835652cf Message decoration: Fix shield appearance behavior. 2020-02-06 11:14:13 +01:00
manuroe 266d5840e9 Message decoration: Do not decorate state events
#2947
2020-01-28 15:53:09 +01:00
SBiOSoftWhare d96f8ab3e8 RoomVC: Handle encryption shields decoration for composer and expanded header. 2020-01-22 16:27:04 +01:00
SBiOSoftWhare b175682f2a Room messages: Handle encryption shields decoration. 2020-01-22 16:25:39 +01:00
SBiOSoftWhare 682d53b605 ExpandedRoomTitleView: Add badge image view on room avatar. 2020-01-22 16:23:39 +01:00
manuroe a043955444 Merge branch 'develop' into riot_2890 2020-01-16 09:33:57 +01:00
manuroe c4bce89834 Cross-signing: Follow API change on MXDeviceInfo.trustLevel 2020-01-16 09:24:40 +01:00
SBiOSoftWhare 1e88955c0d Merge pull request #2902 from vector-im/riot_2851
Notification in DMs / new Notification type
2020-01-15 18:21:05 +01:00
SBiOSoftWhare f3791dee56 KeyVerificationConclusionBubbleCell: Update warning title and badge image. 2020-01-15 10:50:36 +01:00
SBiOSoftWhare 046e01ac92 Add key verification cells with pagination title. 2020-01-14 20:15:28 +01:00
SBiOSoftWhare 22d350c479 Handle key verification cells data filling. 2020-01-14 20:14:17 +01:00
SBiOSoftWhare ee49cefaa4 KeyVerificationBaseBubbleCell: Use BubbleCellContentView. Improve cell height caching. 2020-01-14 20:10:13 +01:00
SBiOSoftWhare aeecf9db1f Refactor BubbleCellWithoutSenderInfoContentView to BubbleCellContentView and handle pagination title. 2020-01-14 20:02:34 +01:00
Giom Foret 5716bd1edf Code cleaning 2019-12-26 23:24:09 +01:00
SBiOSoftWhare f6e6816c02 Create DM key verification cells. 2019-12-20 10:42:28 +01:00
SBiOSoftWhare 964085bb6d Create BubbleCellWithoutSenderInfoContentView a base room bubble cell content view. 2019-12-20 10:39:22 +01:00
SBiOSoftWhare 4149f7d2be Add BubbleCellReadReceiptsDisplayable protocol describing a cell able to manage read receipts display. 2019-12-20 10:37:53 +01:00
manuroe 1c153525c0 VoiceOver: Make ScrollToBottomButton speakable 2019-09-20 17:21:00 +02:00
manuroe a1b47f3436 VoiceOver: RoomVC: Fix some missing accessibility labels for buttons
#2722
2019-09-18 13:08:42 +02:00
SBiOSoftWhare ccdc436238 Update Riot/Modules/Room/Views/InputToolbar/RoomInputToolbarView.m
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
2019-08-02 18:12:41 +02:00
SBiOSoftWhare 08ffa6db8d RoomInputToolbarView: Add separate actions for camera and media library. 2019-08-02 17:16:06 +02:00
SBiOSoftWhare 9b0c0ba96b RoomInputToolbarView: Add file upload action. 2019-07-11 19:03:32 +02:00
manuroe 3b632c3cc6 Edits: Support edits in e2e rooms 2019-06-25 18:32:34 +02:00
SBiOSoftWhare 9693652d61 Fix bubble cell height for cells with attachment view and reactions. 2019-06-18 18:36:22 +02:00
SBiOSoftWhare 2f04b8473f RoomInputToolbarView: Add editing mode. 2019-06-13 16:37:28 +02:00
SBiOSoftWhare 6d6970933d Create RoomBubbleCellLayout class to handle MXKRoomBubbleTableViewCell layout constants. 2019-05-29 12:15:31 +02:00
manuroe 106c10a45d RoomVC: When replying, use a "Reply" button instead of "Send" 2019-04-30 17:27:57 +02:00
manuroe d303c686a8 RoomInputToolbarView: Turn the boolean replyToEnabled into an enum: sendMode
because message editing (#2404) is coming
2019-04-30 17:08:52 +02:00
SBiOSoftWhare 7b5255e035 Use a weak reference for mediaPicker property in RoomInputToobarView. 2019-04-24 17:56:59 +02:00
SBiOSoftWhare f45cd824a1 Apply new user name color generation on bubble cells where needed 2019-03-07 17:46:45 +01:00