Commit Graph

109 Commits

Author SHA1 Message Date
SBiOSoftWhare 2e77fc3a6f Remove code used before iOS 11. 2020-09-01 14:19:21 +02:00
ismailgulek 42705c93ff Update room input toolbar on theme change 2020-08-27 12:29:39 +03:00
manuroe c9f495d460 Code Quality: Make sonar happier
by removing some code smells
2020-08-25 18:54:47 +02:00
SBiOSoftWhare 9e2a854328 Add comments. 2020-08-03 19:43:45 +02:00
SBiOSoftWhare 62430e8c78 Create SizableBubbleCell that enables to self size a cell using Auto Layout. 2020-07-31 19:01:50 +02:00
SBiOSoftWhare dd6f761cb9 Create SizingViewHeightStore to store a view height relative to a width. 2020-07-31 18:58:53 +02:00
SBiOSoftWhare 11dea6ee95 Create BaseBubbleCell that embed the base UI structure of timeline cells (BubbleCellContentView). 2020-07-31 18:56:33 +02:00
SBiOSoftWhare d3161d5142 BubbleCellContentView: Handle display of new UI elements: sender info, encryption status and reactions. 2020-07-31 18:26:09 +02:00
SBiOSoftWhare db03290ef4 Add BubbleCellReactionsDisplayable protocol indicating that a cell support displaying reactions. 2020-07-31 18:24:07 +02:00
ismailgulek 360a4c6951 All new settings moved to BuildSettings 2020-07-30 16:13:08 +03:00
ismailgulek 0c1b82e4ab Integrate allowSendingStickers 2020-07-30 16:11:30 +03:00
SBiOSoftWhare f0fe665c23 Merge pull request #3404 from vector-im/rebranding
Rebranding
2020-07-15 18:30:21 +02:00
SBiOSoftWhare 737c7677b4 RoomActivities: Update typing icon. 2020-07-11 01:27:25 +02:00
SBiOSoftWhare 4945f70214 RoomActivities: Update error icon. 2020-07-11 01:18:08 +02:00
SBiOSoftWhare fc5f8e756b RoomActivities: Update scroll down icon. 2020-07-11 01:10:02 +02:00
SBiOSoftWhare b2285f4ec1 Update add participant asset. 2020-07-11 00:28:11 +02:00
SBiOSoftWhare a36ec540dc Room input toolbars: Revert separators. 2020-07-10 16:43:20 +02:00
SBiOSoftWhare 2fabd7e5f8 RoomTitleView: Update details icon color. 2020-07-10 14:35:16 +02:00
SBiOSoftWhare 332567b61e ExpandedRoomTitleView: Update members list icon. 2020-07-09 20:06:35 +02:00
SBiOSoftWhare d1de63cc2b RoomVC: Update input tool bar icons. 2020-07-09 19:28:51 +02:00
SBiOSoftWhare 6789025281 RoomInputToolBar: Fix hardcoded colors. 2020-07-09 18:08:11 +02:00
SBiOSoftWhare 46d440fa55 RoomActivitiesView: Remove separator and change default background color. 2020-07-06 20:54:02 +02:00
SBiOSoftWhare ce117e8a8a Room input toolbars: Hide separator. 2020-07-06 20:51:04 +02:00
SBiOSoftWhare 346499fb87 RoomTitleView: Update theme colors. 2020-07-02 19:06:14 +02:00
ismailgulek cc6a62c811 Fix leading constraint, fixes #3226 2020-07-02 16:12:44 +03:00
ismailgulek 32890b6b83 Check user in session before using userId 2020-06-12 15:07:26 +03:00
ismailgulek 3a7306a471 Get inviter from invite event instead of looping members 2020-06-12 14:36:58 +03:00
SBiOSoftWhare 60c8fd528f Integrate RoundedButton where needed. 2020-04-28 16:34:39 +02:00
SBiOSoftWhare d112395819 RoomTitleView: Add badge image view. 2020-04-08 15:06:59 +02:00
SBiOSoftWhare c10e557690 ExpandedRoomTitleView: Reduce trust level badge size. 2020-04-08 12:42:12 +02:00
SBiOSoftWhare e936e833ea 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 02f2c76ae3 Message decoration: Fix shield appearance behavior. 2020-02-06 11:14:13 +01:00
manuroe 3a5f8093b7 Message decoration: Do not decorate state events
#2947
2020-01-28 15:53:09 +01:00
SBiOSoftWhare 422177be17 RoomVC: Handle encryption shields decoration for composer and expanded header. 2020-01-22 16:27:04 +01:00
SBiOSoftWhare 078b260728 Room messages: Handle encryption shields decoration. 2020-01-22 16:25:39 +01:00
SBiOSoftWhare 072d06b5e5 ExpandedRoomTitleView: Add badge image view on room avatar. 2020-01-22 16:23:39 +01:00
manuroe fb5ac2ae3a Merge branch 'develop' into riot_2890 2020-01-16 09:33:57 +01:00
manuroe 22a8b703f0 Cross-signing: Follow API change on MXDeviceInfo.trustLevel 2020-01-16 09:24:40 +01:00
SBiOSoftWhare 8649731209 Merge pull request #2902 from vector-im/riot_2851
Notification in DMs / new Notification type
2020-01-15 18:21:05 +01:00
SBiOSoftWhare 4c929ff2ef KeyVerificationConclusionBubbleCell: Update warning title and badge image. 2020-01-15 10:50:36 +01:00
SBiOSoftWhare 3b8f11478f Add key verification cells with pagination title. 2020-01-14 20:15:28 +01:00
SBiOSoftWhare 75854e61a0 Handle key verification cells data filling. 2020-01-14 20:14:17 +01:00
SBiOSoftWhare cc0d36e071 KeyVerificationBaseBubbleCell: Use BubbleCellContentView. Improve cell height caching. 2020-01-14 20:10:13 +01:00
SBiOSoftWhare a8349ea5a0 Refactor BubbleCellWithoutSenderInfoContentView to BubbleCellContentView and handle pagination title. 2020-01-14 20:02:34 +01:00
Giom Foret 02146fe477 Code cleaning 2019-12-26 23:24:09 +01:00
SBiOSoftWhare a04d8c6ec8 Create DM key verification cells. 2019-12-20 10:42:28 +01:00
SBiOSoftWhare 1dfe23c6dd Create BubbleCellWithoutSenderInfoContentView a base room bubble cell content view. 2019-12-20 10:39:22 +01:00
SBiOSoftWhare 5e1de3a7f8 Add BubbleCellReadReceiptsDisplayable protocol describing a cell able to manage read receipts display. 2019-12-20 10:37:53 +01:00
manuroe a14e1f54dc VoiceOver: Make ScrollToBottomButton speakable 2019-09-20 17:21:00 +02:00
manuroe 6f85cbfe05 VoiceOver: RoomVC: Fix some missing accessibility labels for buttons
#2722
2019-09-18 13:08:42 +02:00