Commit Graph

3589 Commits

Author SHA1 Message Date
SBiOSoftWhare 32a51094de Rename RoomBubbleCellLayout to PlainRoomCellLayoutConstants. 2022-02-16 10:51:06 +01:00
SBiOSoftWhare 1e9cb84aed BaseRoomCell make some rename. 2022-02-16 10:48:08 +01:00
SBiOSoftWhare cbccdff525 Rename BubbleCellThreadSummaryDisplayable to RoomCellThreadSummaryDisplayable. 2022-02-16 10:44:11 +01:00
SBiOSoftWhare 24fb2b3d4b Rename BubbleCellReadReceiptsDisplayable to RoomCellReadReceiptsDisplayable. 2022-02-16 10:43:21 +01:00
SBiOSoftWhare b3fd5d41c9 Rename BubbleCellReactionsDisplayable to RoomCellReactionsDisplayable. 2022-02-16 10:42:19 +01:00
SBiOSoftWhare ec132b86b1 BaseRoomCell: Rename bubbleCellContentView property to roomCellContentView (2). 2022-02-16 10:41:31 +01:00
SBiOSoftWhare 60efbb148c BaseRoomCell: Rename bubbleCellContentView property to roomCellContentView (2). 2022-02-16 10:40:56 +01:00
SBiOSoftWhare 67392b1fe2 BaseRoomCell: Rename bubbleCellContentView property to roomCellContentView. 2022-02-16 10:40:39 +01:00
SBiOSoftWhare 1d736d4dad Rename BubbleCellContentView to RoomCellContentView. 2022-02-16 10:11:35 +01:00
SBiOSoftWhare 75c0b1281e Rename BaseBubbleCell to BaseRoomCell. Rename BaseBubbleCellType to BaseRoomCellProtocol. 2022-02-16 10:09:11 +01:00
SBiOSoftWhare a83911c011 Rename BaseBubbleCell folder to BaseRoomCell. 2022-02-16 09:56:13 +01:00
SBiOSoftWhare b37606fac9 Room timeline: Move files in explicit folders. 2022-02-16 09:36:52 +01:00
SBiOSoftWhare 0479d73202 BubbleRoomTimelineCellDecorator: Use layout constants. 2022-02-15 17:27:44 +01:00
SBiOSoftWhare 25baa791f2 FileWithoutThumbnailCellContentView: Use constants. 2022-02-15 17:11:51 +01:00
SBiOSoftWhare 5059770ae3 RoomMessageBubbleBackgroundView: Use constants. 2022-02-15 17:11:41 +01:00
SBiOSoftWhare a0ec71764d BubbleRoomCellLayoutConstants: Add new decoration constraints. 2022-02-15 17:11:03 +01:00
SBiOSoftWhare 2cfc7ab18c BubbleRoomCellLayoutUpdater: User constants. 2022-02-15 15:53:52 +01:00
SBiOSoftWhare c13213e889 PollBaseBubbleCell: Use constants. 2022-02-15 14:46:54 +01:00
SBiOSoftWhare 849c6fbd0b Voice message cells: Use constants. 2022-02-15 12:12:49 +01:00
SBiOSoftWhare 7a4edb988a Poll cells: Use constants. 2022-02-15 12:10:32 +01:00
SBiOSoftWhare e9240f68f0 Location sharing cells: Use constants. 2022-02-15 12:09:13 +01:00
SBiOSoftWhare 9daa78b239 File cells: Use constants. 2022-02-15 12:07:41 +01:00
SBiOSoftWhare 9769098907 Text message bubbles: Use constants. 2022-02-15 12:05:31 +01:00
SBiOSoftWhare 6d9cd1c6a6 BubbleRoomCellLayoutConstants: Update constants and add new ones. 2022-02-15 12:03:08 +01:00
Doug ee5d362b82 Merge pull request #5467 from vector-im/doug/5160_ftue_use_case
Add the FTUE use case screen for new users.
2022-02-10 14:28:28 +00:00
SBiOSoftWhare 789db037cb SettingsViewController: Fix indent issue. 2022-02-10 15:08:24 +01:00
SBiOSoftWhare 4437727a4c Message bubbles: Move bubbles settings to labs section atm. 2022-02-10 14:59:45 +01:00
Doug 3548566070 Updates following PR feedback. 2022-02-10 12:59:13 +00:00
Doug 73a2659ee3 Merge pull request #5510 from aaronraimist/register-spec
Make registration spec compliant (fixes registration on Conduit)
2022-02-10 10:09:52 +00:00
ismailgulek 4ed4ea3ab6 Merge pull request #5539 from vector-im/ismail/5537_home_badges
Home Screen: Fix Section & TabBar Badges
2022-02-10 11:49:50 +03:00
aringenbach f50e09dcc1 Fix phone number validation through custom URL (#5527)
* Fix phone number validation through custom URL

* Rename msisdnSubmissionHttpClient

Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-10 09:25:20 +01: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
ismailgulek eabba56f88 Update section header label and accessory view when needed 2022-02-10 03:20:34 +03:00
ismailgulek 6c44f3899f Refresh tab bar badges when off-screen fetcher updated 2022-02-10 03:19:51 +03:00
Aaron Raimist 0eaaf6170d Switch to using m.login.dummy
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2022-02-10 00:19:02 +00:00
ismailgulek e75f895c53 Reuse section headers 2022-02-10 03:19:00 +03:00
ismailgulek 8a5e197bf2 Register section header classes for table views 2022-02-10 03:14:50 +03:00
ismailgulek 78145e5924 Make SectionHeaderView subclass from UITableViewHeaderFooterView 2022-02-10 03:14:00 +03:00
SBiOSoftWhare 9a6201152c Merge pull request #5518 from vector-im/steve/bubbles_text_msg
Message bubbles: Create new text message cells for bubbles
2022-02-09 17:29:11 +01:00
SBiOSoftWhare bc2a0525fb BubbleRoomCellLayoutUpdater: Fix outgoing layout. 2022-02-09 16:34:41 +01:00
SBiOSoftWhare a1f42730bf RoomTimelineStyle: Remove useless property. 2022-02-09 16:34:05 +01:00
SBiOSoftWhare 008855880e FileWithoutThumbnailBaseBubbleCell: Update attributed text usage. 2022-02-09 16:32:58 +01:00
SBiOSoftWhare 7b99e560cc BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value. 2022-02-09 16:32:36 +01:00
SBiOSoftWhare eaacdbad3c MXKRoomBubbleTableViewCell: Add properties regarding attributed text blank space positioning. 2022-02-09 16:32:07 +01:00
SBiOSoftWhare 8088cea0bb RoomBubbleCellData: Handle atttributed text message without vert space. 2022-02-09 16:27:30 +01:00
SBiOSoftWhare 96ab8e6797 MXKRoomBubbleCellData: Add new attributed text message property. 2022-02-09 16:19:49 +01:00
SBiOSoftWhare 92ebbbc67b MXKRoomBubbleCellData: Add new attributed text message property. 2022-02-09 16:19:36 +01:00
SBiOSoftWhare d967af1aab BubbleRoomTimelineCellProvider: Handle text message cells without sender name and use bubbles for emotes. 2022-02-09 16:14:34 +01:00
SBiOSoftWhare b3d0122fd0 Add text message bubble cells without sender name variants. 2022-02-09 16:13:35 +01:00
SBiOSoftWhare 14dd6e53c6 BubbleCellContentView: Separate avatar and user name in different containers. 2022-02-09 16:12:42 +01:00