Commit Graph

77 Commits

Author SHA1 Message Date
ismailgulek c089fe4b3e Merge branch 'develop' into voip_design_updates 2021-04-02 14:39:37 +03:00
ismailgulek c7c5d51801 Move Jitsi view controller to CallPresenter 2021-03-19 17:33:07 +03:00
ismailgulek beb0076096 Fix overflow issue 2021-03-19 02:52:52 +03:00
ismailgulek 3a037522a9 Show room name and avatar if declined 2021-03-18 13:46:39 +03:00
ismailgulek 47af12fd15 Implement in-memory decline cache for group calls 2021-03-18 13:32:34 +03:00
Gil Eluard beff6765c1 SR sizing is inconsistent with RR & Message states cosmetic changes 2021-03-17 20:09:44 +01:00
ismailgulek 26e20334c5 Introduce group call tiles 2021-03-17 19:39:41 +03:00
ismailgulek f416597f7c Refactor cell rendering, move most of the controls to the subclass, refactor user actions, add you started call state 2021-03-17 18:17:54 +03:00
ismailgulek 2859f9b5cd Move tile action button to common 2021-03-17 18:09:10 +03:00
ismailgulek a06ad3142d Refactor buttons container view to include a stack view 2021-03-17 18:08:25 +03:00
ismailgulek cb3a72c64b Fix #4125 2021-03-17 00:49:07 +03:00
ismailgulek 7fa59e9648 Refactor bubble cell, introduce viewState and implement statusText 2021-03-12 04:05:10 +03:00
ismailgulek 0483f26040 Introduce HorizontalButtonsContainerView 2021-03-12 03:40:55 +03:00
ismailgulek 409206e8d2 IntroduceCallTileActionButton 2021-03-12 03:40:44 +03:00
ismailgulek 4fe1143e21 Layout fixes 2021-03-12 03:39:35 +03:00
ismailgulek cc08564cd5 Layout fixes 2021-03-12 03:37:46 +03:00
ismailgulek 1496f19940 Adapt new transitive properties 2021-03-12 02:26:51 +03:00
ismailgulek fea1d3a75c Create new labels for inner content view 2021-03-12 02:26:03 +03:00
Gil Eluard dd720a68fb Merge branch 'develop' into element_4014
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
#	Riot/Modules/Room/DataSources/RoomDataSource.m
2021-02-25 15:49:53 +01:00
Gil Eluard 7a1a0c0c51 Improve the status of send messages (sending, sent, received, failed)
- tweaks and new L&F for download progress
2021-02-25 11:07:21 +01:00
SBiOSoftWhare 1731a2a0f3 RoomCreationIntroCellContentView: Improve add topic case. 2021-02-23 15:46:20 +01:00
SBiOSoftWhare 4b8c73a508 RoomCreationIntroCell: Remove unused method. 2021-02-23 08:48:17 +01:00
Gil Eluard c7e3155949 Improve the status of send messages (sending, sent, received, failed)
- First implementation
2021-02-22 13:51:25 +01:00
SBiOSoftWhare cbbbb6feb3 Room creation intro: Create RoomCreationIntroCell. 2021-02-22 00:12:00 +01:00
SBiOSoftWhare 5917d94300 Room creation intro: Create cell content view. 2021-02-22 00:12:00 +01:00
ismailgulek 72284b570c Get rid of redundant _theme 2021-02-10 00:35:34 +03:00
ismailgulek 4735a71c0c Do not show tile for incoming call 2021-01-21 13:52:14 +03:00
ismailgulek a4efdc6a4b Implement call cells, introduce allLinkedEvents on bubble cell data 2021-01-20 13:26:28 +03:00
ismailgulek e75db5c5f5 Update Riot/Modules/Room/Views/BubbleCells/RoomCreationWithPaginationCollapsedBubbleCell.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-15 16:36:09 +03:00
ismailgulek 495fac07f0 Update Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-15 16:36:02 +03:00
ismailgulek 9a8e5c55c8 Update Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-15 16:35:55 +03:00
ismailgulek f729905194 Update Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.h
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-15 16:35:47 +03:00
ismailgulek e966e49d9e Fix multiline layout 2020-09-15 14:17:33 +03:00
ismailgulek b0d6416821 New bubble cells for the timeline 2020-09-14 15:39:08 +03: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 cc6a62c811 Fix leading constraint, fixes #3226 2020-07-02 16:12:44 +03:00
SBiOSoftWhare 60c8fd528f Integrate RoundedButton where needed. 2020-04-28 16:34:39 +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 078b260728 Room messages: Handle encryption shields decoration. 2020-01-22 16:25: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 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