You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-31 07:04:23 +03:00
[Rich text editor] Add plain text mode and new attachment UI (#7459)
* Add new attachments selection dialog
* Add rounded corners to bottom sheet dialog.
Note these are currently only visible in the collapsed state.
- [Google issue](https://issuetracker.google.com/issues/144859239)
- [Rejected PR](https://github.com/material-components/material-components-android/pull/437)
- [Github issue](https://github.com/material-components/material-components-android/issues/1278)
* Add changelog entry
* Remove redundant call to superclass click listener
* Refactor to use view visibility helper
* Change redundant sealed class to interface
* Remove unused string
* Revert "Add rounded corners to bottom sheet dialog."
This reverts commit 17c43c9188
.
* Remove redundant view group
* Remove redundant `this`
* Update rich text editor to latest
* Update rich text editor version
* Allow toggling rich text in the new editor
* Persist the text formatting setting
* Add changelog entry
This commit is contained in:
@ -3205,6 +3205,16 @@
|
||||
<string name="tooltip_attachment_location">Share location</string>
|
||||
<string name="tooltip_attachment_voice_broadcast">Start a voice broadcast</string>
|
||||
|
||||
<string name="attachment_type_selector_gallery">Photo library</string>
|
||||
<string name="attachment_type_selector_sticker">Stickers</string>
|
||||
<string name="attachment_type_selector_file">Attachments</string>
|
||||
<string name="attachment_type_selector_voice_broadcast">Voice broadcast</string>
|
||||
<string name="attachment_type_selector_poll">Polls</string>
|
||||
<string name="attachment_type_selector_location">Location</string>
|
||||
<string name="attachment_type_selector_camera">Camera</string>
|
||||
<string name="attachment_type_selector_contact">Contact</string>
|
||||
<string name="attachment_type_selector_text_formatting">Text formatting</string>
|
||||
|
||||
<string name="message_reaction_show_less">Show less</string>
|
||||
<plurals name="message_reaction_show_more">
|
||||
<item quantity="one">"%1$d more"</item>
|
||||
|
Reference in New Issue
Block a user