Commit Graph

161 Commits

Author SHA1 Message Date
ismailgulek c089fe4b3e Merge branch 'develop' into voip_design_updates 2021-04-02 14:39:37 +03:00
Gil Eluard 5c1b741ad4 Composer update - UI enhancements
- Fixed red dot misplacement in the header
2021-03-29 23:04:01 +02:00
Gil Eluard 0dbae5acc2 Composer update - UI enhancements
- composer max height
- unread messages on scroll to bottom button
- changed input toolbar background
- new missed discussions notifications
- Edit a message mode
- Reply to a message mode
- support for landscape mode
2021-03-24 22:17:09 +01:00
Gil Eluard 997d82b07c Composer Update - Typing and sending a message
- Change send button icon according to the send mode
- Changed the background of the input view
2021-03-23 17:15:31 +01:00
Gil Eluard c46ee3935a Composer Update - Typing and sending a message
- Removed composer height limit
- Fixed a bug that was preventing to see the entire text inserted in the composer text view
2021-03-23 08:13:14 +01:00
Gil Eluard 86a9abc5ca Composer update - UI enhancements
- Composer height =58px - Frame = 42px
- Replace current scroll to bottom implementation with a scroll to Bottom FAB on both themes
- The text inside the composer frame should be centered
- The padding between the "reveal plus" button, composer frame and Left + Right sides should be at equal distance on default mode
- Verify that the "Send a message..." String matches with the colour indicated on Figma.
- The padding between each component (buttons and composer frame) should be at equal distance on default mode. E.g : It should be at 12px for each gap.
- The input text jumps down when users start typing. It should be centered at all times.
- Remove the Scroll bar in the text frame.
- DARK THEME
2021-03-20 21:31:17 +01:00
ismailgulek c7c5d51801 Move Jitsi view controller to CallPresenter 2021-03-19 17:33:07 +03:00
Gil Eluard 07e9fa4d41 Merge branch 'develop' into element_4085 2021-03-19 10:51:40 +01: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 9544d156d8 Composer Update - Typing and sending a message
- Updated input bar paddings according to design review
2021-03-18 07:06:59 +01: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
Gil Eluard edce991e14 Composer Update - Typing and sending a message
- Updated typing animation after UI review
2021-03-15 15:57:36 +01:00
Gil Eluard 293520cb5d Composer Update - Typing and sending a message 2021-03-15 14:27:59 +01: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 b7bf281c57 Retrying & deleting failed messages
- Update after code review
2021-03-10 22:19:04 +01:00
Gil Eluard f763ad90d7 Retrying & deleting failed messages
- If users press on Retry, send again the message and display a loading wheel
- code and UI tweaks
2021-03-03 10:27:08 +01:00
Gil Eluard ab7ec48aae merged element_4014 into element_4013 2021-03-02 22:06:24 +01:00
Gil Eluard bcb1682a11 Retrying & deleting failed messages
- Display an exclamation mark (on a red background). In case of a multi-line message
- When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy
- If users press on Delete, a confirmation dialog is displayed
- When error messages occur, a general error message appears above the composer. Selecting Delete will delete all error messages. Pressing on Retry will attempt to resend error messages
- If users press on Delete, a confirmation dialog is displayed
- In room lists, decorate rooms with errored messages with the error icon. Rooms with errors should be sorted first
2021-03-02 21:56:50 +01: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 db488214b3 RoomAvatarView: Add view data. 2021-02-22 00:12:00 +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
SBiOSoftWhare 496ddae0d8 Create room avatar 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
Gil Eluard f48370f4be Show user id in the room invite preview screen 2020-12-21 16:31:02 +01:00
SBiOSoftWhare d64ec351ad RoomInputToolBar: Prevent placeholder to be display on two lines on small devices. 2020-11-05 11:14:42 +01:00
ismailgulek 27866b16e7 Remove expanded header from room screen 2020-09-18 14:11:45 +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