Commit Graph

231 Commits

Author SHA1 Message Date
Gil Eluard 67c5ec4e05 Show / Hide More and Report Content contextual menu from settings
- Update after review
2021-04-29 20:10:07 +02:00
Gil Eluard 7ca8fb5d50 Show / Hide More and Report Content contextual menu from settings 2021-04-29 17:03:34 +02:00
Gil Eluard c46935d19e Crash in [RoomViewController setScrollToBottomHidden:] 2021-04-28 16:00:19 +02:00
ismailgulek 8c1cf058a6 Hide scroll to bottom when room is left 2021-04-21 12:50:37 +03:00
Gil Eluard 5a29506407 Show / Hide integrations and actions in rooms 2021-04-20 14:54:53 +02:00
Gil Eluard 05b5c5f992 Enable / Disable VoIP feature in Rooms
- Update after review
2021-04-20 10:36:05 +02:00
Gil Eluard 78fa1d0219 Enable / Disable VoIP feature in Rooms 2021-04-19 20:39:07 +02:00
Gil Eluard d831e901a7 RoomVC: Crash in refreshTypingNotification 2021-04-19 13:18:26 +02:00
Gil Eluard b15926b0ec Merge pull request #4147 from vector-im/element_4134
Explore typing notifications inspired by web
2021-04-08 16:25:51 +02:00
Gil Eluard 773e72e9f5 Update after review 2021-04-08 15:59:53 +02:00
Gil Eluard 1aa20c462d Update after review 2021-04-08 15:19:02 +02:00
Gil Eluard 81682f8e3e Update after review 2021-04-08 12:11:36 +02:00
Gil Eluard 4624f602e8 Merge branch 'element_4087' into element_4134
# Conflicts:
#	CHANGES.rst
2021-04-07 21:02:24 +02:00
Gil Eluard 902b468dff Increase grow/shrink animation speed in new composer 2021-04-07 21:01:07 +02:00
Gil Eluard f36cf591c1 Black theme uses dark background for composer 2021-04-07 20:15:09 +02:00
Gil Eluard 1f80c944b5 Merge branch 'element_4087' into element_4134 2021-04-07 13:15:44 +02:00
Gil Eluard fff76c6711 Merge branch 'develop' into element_4087 2021-04-07 13:15:26 +02:00
Gil Eluard 7a162d4404 Crash in [RoomViewController refreshTypingNotification] 2021-04-07 12:26:51 +02:00
Gil Eluard da9455730a Merge branch 'element_4087' into element_4134 2021-04-07 11:15:22 +02:00
Gil Eluard 327af6d35e Crash in [RoomViewController setupActions] 2021-04-07 11:14:08 +02:00
Gil Eluard 0a244a15e4 Merge branch 'element_4087' into element_4134 2021-04-07 09:33:10 +02:00
Gil Eluard 0b58e48a01 Switching composer between text mode & action mode
- Tweaked animation speed
2021-04-07 09:32:57 +02:00
Gil Eluard ad0f7c9143 Limit typing notifications timeline jumps 2021-04-06 13:09:30 +02:00
Gil Eluard eaf2553046 Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-04-02 10:09:04 +02:00
Gil Eluard fd7d69c39d Explore typing notifications inspired by web
- prevent timeline from going up and down by keeping the space allocated for the typing notification
2021-03-29 22:26:03 +02:00
Gil Eluard 7750a1f9f2 Merge branch 'element_4087' into element_4134 2021-03-25 22:15:54 +01:00
Gil Eluard e6ef3b2d34 Switching composer between text mode & action mode 2021-03-25 22:15:18 +01:00
Gil Eluard 86712e60bf Merge branch 'element_4133' into element_4134 2021-03-24 22:43:05 +01:00
Gil Eluard 723dc79764 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 fe18c3991c 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 17a92c5e2d Explore typing notifications inspired by web
- First iteration
2021-03-22 19:55:41 +01:00
Gil Eluard f79eccdbb9 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
Gil Eluard 889bad2daa Merge branch 'develop' into element_4085 2021-03-19 10:51:40 +01:00
ismailgulek 278cf44ce4 Merge branch 'develop' into voip_virtual_timeline_fix 2021-03-17 10:40:11 +03:00
Gil Eluard e670b402d5 Composer Update - Typing and sending a message
- Code tweaks
2021-03-15 14:36:37 +01:00
Gil Eluard eefe1e2157 Composer Update - Typing and sending a message 2021-03-15 14:27:59 +01:00
Gil Eluard f00281c20f Retrying & deleting failed messages
- Update after code review
2021-03-10 22:19:04 +01:00
ismailgulek 4ee0f39b74 Cancel event selection on room if only a selected event exists 2021-03-09 01:12:52 +03:00
Gil Eluard e5042aa3f9 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 5cb904d2ee 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 380ef917c0 Retrying & deleting failed messages
- When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy
2021-02-25 16:51:39 +01:00
SBiOSoftWhare 48e51eb186 RoomVC: Present a RoomInfoCoordinator on room creation cell quick actions. 2021-02-23 15:52:24 +01:00
SBiOSoftWhare 2ed9cb1a70 RoomVC: Handle RoomCreationIntroCell./ 2021-02-22 00:12:01 +01:00
ismailgulek 8d5022575c Show dialpad option only if PSTN supported 2021-02-12 15:47:35 +03:00
ismailgulek 5581211cd8 Merge branch 'voip_2746' into voip_tiles
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-02-10 21:41:51 +03:00
ismailgulek a2f7c13b74 Merge branch 'voip_dialpad' into voip_dtmf
# Conflicts:
#	CHANGES.rst
2021-02-10 00:40:22 +03:00
ismailgulek d56a128d3c Merge branch 'voip_2746' into voip_tiles 2021-02-10 00:38:49 +03:00
ismailgulek 5f6caef4e4 Merge branch 'voip_2746' into voip_dialpad 2021-02-10 00:38:23 +03:00
ismailgulek 61b0e6cd89 Remove k prefix from const string name 2021-02-10 00:17:43 +03:00
Gil Eluard e52929d91c Force device verification on user share key re-request if device is not verified. 2021-02-02 11:31:21 +01:00