This avoids different emojis from the editText compared to other
messages and the system keyboard.
When using the inbuilt emoji picker, we get slightly different emojis
to the rest of the system and messages either way, so we might as well
start in the editText, to keep at least that one equal to the rest.
Change-Id: If4cf1dec0513ed725a3bb098cc05a5cd267860b0
What we want with that setting:
- When enabled, include all member state events
- When disable, exclude all member state events
What it did:
- When enabled, exclude all member state events except from the
logged-in user
- When disabled, include all member state events
Change-Id: I86eec2188163dc3265444e121d230ce0cb9c7f7a
Related to:
fa5acb49c Align reactions better with message bubbles
We do not want to change the alignment for views that draw actual
bubbles, but also pseudo-bubbles, such as media items.
Change-Id: Ie6e0e8d9145239d284ee4e35987459a9184e48ff
Broken in f5054106e8:
"Exchange emoji and attachments button back to familiar layout"
We cannot animate attachments view out to the side as elegantly as before,
but we can move it out at the bottom.
Change-Id: I1060a95ee583bb1e73259bb86f85741ef5b27f31
Notices don't have imageContentRenderer and previewUrlRetriever set.
Accordingly, when recycling messages that previously had an URL preview,
we do not want to keep that preview, but actually hide it, instead of
returning early.
Change-Id: I245d4bf5006ffc756fa35196351decb9cdabfb8a
- Always use maximum available width for the preview
- TODO reserve footer for time
- TODO fix upstream bug which comes more apparent on Schildi:
fast scrolling leads to previews attached to wrong messages
Change-Id: Ie8447b7a9dbace54e38c14fc7d281b7f3887736c
Conflicts:
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
vector/src/main/java/im/vector/app/features/home/HomeActivity.kt
vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/MessageTextItem.kt
vector/src/main/java/im/vector/app/features/roomdirectory/createroom/CreateRoomController.kt
vector/src/main/java/im/vector/app/features/roomprofile/settings/RoomSettingsController.kt
vector/src/main/java/im/vector/app/features/themes/ActivityOtherThemes.kt
vector/src/main/java/im/vector/app/features/themes/ThemeUtils.kt
vector/src/main/res/drawable/ic_attachment.xml
vector/src/main/res/layout/item_bottom_sheet_action.xml
vector/src/main/res/layout/item_timeline_event_base.xml
vector/src/main/res/layout/item_timeline_event_text_message_stub.xml
vector/src/main/res/values-v23/theme_status.xml
vector/src/main/res/values/array.xml
vector/src/main/res/values/theme_status.xml
Note to self: need to check if URL preview works with wrap_content
Change-Id: I028b2873a33bb1a770f2da96d576b97202b5bcf9