Commit Graph

1017 Commits

Author SHA1 Message Date
Nicolas Werner a23e2ba854
Make overlap of actionMenu a bit smaller again 2022-03-23 01:33:19 +01:00
Nicolas Werner 4495ad8e55
Properly enable hovering on message action menu 2022-03-22 19:59:22 +01:00
Nicolas Werner b52fd8538d
Make hover menu inset slightly 2022-03-22 19:48:07 +01:00
DeepBlueV7.X dfb34a6c96
Merge pull request #1005 from maltee1/fix_input_method
Fix input method
2022-03-22 03:56:01 +01:00
Nicolas Werner a9486ec896
Fix thumbnails for encrypted files and factor upload box out 2022-03-21 05:49:12 +01:00
Nicolas Werner dbd2bebe6c
Show some previews in upload window 2022-03-21 05:05:29 +01:00
Nicolas Werner fd83858715
Add duration and resolution to files 2022-03-21 00:48:27 +01:00
Nicolas Werner d3471a1097
Move uploads to InputBar 2022-03-20 22:49:33 +01:00
Malte E f563098e9a Don't send on Enter when inputMethod.visible ( == OSK active assumed) 2022-03-20 22:17:25 +01:00
Malte E d58a483642 add preedit text to search 2022-03-20 21:57:16 +01:00
Malte E 0cb729cfc2 remove completer trigger characters 2022-03-20 21:34:41 +01:00
Malte E 548063d303 attempt to include preeditText in search string 2022-03-20 17:21:59 +01:00
Malte E 86a81307fb make completer work with input method 2022-03-20 17:12:13 +01:00
Malte E a42335aed2
elide usernames in timeline (#997)
* Use advanceWidth to get the with of the original text

Co-authored-by: Nicolas Werner <nicolas.werner@hotmail.de>
2022-03-20 04:12:41 +00:00
DeepBlueV7.X dda1bcd3c1
Merge pull request #1001 from duarm/master
options to open images/videos with external program by default
2022-03-20 04:30:54 +01:00
Malte E d765305595 properly commit preedit text 2022-03-19 22:30:35 +01:00
math 88d86405f8 add option to open video with external program by default 2022-03-19 02:31:43 -03:00
math 74a4e36f90 add option to open image with external program by default 2022-03-19 01:54:02 -03:00
DeepBlueV7.X a35f5e81cd
Merge pull request #989 from maltee1/improve_reply_popup
small rework of the reply popup
2022-03-16 03:09:34 +01:00
Nicolas Werner 4f44b63a49
Fix screen share calls 2022-03-13 20:40:09 +01:00
Malte E 637abac334 add space between date bubble and own messages 2022-03-12 22:51:02 +01:00
Malte E 3e59b76b54 add space below datebubble and own message bubbles 2022-03-12 22:46:08 +01:00
Malte E 8a78920b88 allow bubbles to be not larger than necessary 2022-03-12 22:34:16 +01:00
Malte E a76b50b48e small rework of the reply popup 2022-03-11 21:32:32 +01:00
tastytea a7388a70be
Use standard buttons where possible
Standard buttons are ordered in the right way and sometimes have an
icon.

Bug: https://matrix.to/#/%23nheko%3Anheko.im/%2476PZ2m6YftX8mqGIe9ettKbh_-pEYeVRQSJBfwFzWi0?via=pixie.town&via=matrix.org&via=matrix.flexinos.tech&via=half-shot.uk
2022-03-11 13:15:26 +01:00
Malte E 7ec0539476 reduce replied-to message to implicitWidth if non-bubble layout is used 2022-03-10 21:54:26 +01:00
Malte E 8fa912ed85 right-align reactions of right-aligned bubbles 2022-03-10 21:47:07 +01:00
Nicolas Werner bf7b58c959
Don't destroy components in use
Add a delay to all destructions and move the call dialog stuff up a
level, so that we don't destroy the component when destroying the parent
dialog.

fixes #984
2022-03-10 20:43:42 +01:00
Nicolas Werner 7a11b69f99
Fix images being cropped instead of scaled 2022-03-09 20:15:37 +01:00
Nicolas Werner fcfcf5573b
Fix a few alignment issues in the hover menu 2022-03-09 19:39:25 +01:00
DeepBlueV7.X 64a939481a
Merge pull request #982 from tastytea/reaction-tooltip
Show long reaction text in tooltip; Remove extra …
2022-03-09 17:54:13 +00:00
tastytea ddf749d3a2
Remove extra … from reaction text if it is already there
elidedText should have … in it if the text doesn't fit, but it seems
that it is omitted if the emoji font doesn't have it. 🙄
See <https://github.com/Nheko-Reborn/nheko/pull/982>.
2022-03-09 18:51:29 +01:00
tastytea b82b724795
Show long reaction text in tooltip
If the reaction text is elided, it will be shown in the tooltip.
2022-03-09 18:42:57 +01:00
Nicolas Werner 5b09dd1a11
Fix a few alignment issues in the roomlist 2022-03-09 18:36:13 +01:00
tastytea b75f7e564d
Make “show more” “show less” in room settings translatable 2022-03-08 11:31:54 +01:00
Nicolas Werner ea6d50d114
Remove spurious log message 2022-03-07 23:19:56 +01:00
Nicolas Werner 9c622b60b9
Fix flickering in hover menu 2022-03-07 23:16:18 +01:00
Nicolas Werner ac1d678254
Fix server switching to https after bootstrap
fixes #878
2022-03-07 05:27:06 +01:00
tastytea e390c39862
Allow to specify reason for removed message
# Previous commits:
#   5949173b Add function to force focus on InputDialog input field
#   9482ac4e Allow explicit selection of SSO method
#   ab05e2d8 Mobile message input (#962)
#   12a6da01 If you replace the txn id, replace a string the length of the txn id...
2022-03-06 19:58:12 +01:00
tastytea 5949173ba2
Add function to force focus on InputDialog input field
# Previous commits:
#   9482ac4e Allow explicit selection of SSO method
#   ab05e2d8 Mobile message input (#962)
#   12a6da01 If you replace the txn id, replace a string the length of the txn id...
#   df6a5aab Fix clicking on images in replies
2022-03-06 19:58:12 +01:00
Nicolas Werner 9482ac4e7a
Allow explicit selection of SSO method
fixes #975
2022-03-06 19:51:17 +01:00
Malte E ab05e2d8dc
Mobile message input (#962)
* swap send and sticker icons based on text input

* collapse MessageInput options when window is narrow

* buttons disappear once you type/send partial text from input method
2022-03-05 22:10:08 +00:00
Nicolas Werner df6a5aabb6
Fix clicking on images in replies
fixes #881
2022-03-05 03:45:45 +01:00
Nicolas Werner 7238ca3765
Open room members dialog when clicking the encryption indicator
fixes #937
2022-03-05 01:45:16 +01:00
DeepBlueV7.X d0623131e5
Merge pull request #965 from maltee1/mobile_room_settings
Mobile room settings
2022-03-05 00:33:45 +00:00
Malte E cb057b016a rich text emoji 2022-03-04 23:11:47 +01:00
Malte E 864adaffca wrap room name 2022-03-04 23:08:00 +01:00
Malte E 573933f239 cosmetics 2022-03-04 13:40:44 +01:00
Malte E 8658801839 hopfefully the button works now 2022-03-04 11:19:58 +01:00
Malte E cf7353c1e9 fix text color and button, copy roomID on click 2022-03-03 21:51:26 +01:00