Using com.famedly.marked_unnread, as per MSC2867
(https://github.com/matrix-org/matrix-doc/pull/2867)
TODO:
- Currently, when upgrading from an older version, already existing
unread flags are ignored until cache is cleared manually
Change-Id: I3b66fadb134c96f0eb428afd673035d790c16340
Fixes:
- messages going directly to the right of the screen in no-bubble layout
- different padding of incoming and outgoing bubbles in dual-bubble
layout
Change-Id: I7ac3ec72fed6dd925392eda0a96a2beadc8ff496
- Show encryption status also in easy mode again
- Move encryption action down - it's a one-time action and not important
enough to show prevalent on top
- Hide encryption action if permission missing
- TODO: hide encryption action when it's a public room (it's already
hidden on room creation in that case)
Change-Id: I544704191fd7e3573ef35fa9de2f7023a01c4a04
By default, all activities of the app share the same task affinity. By
setting it to "" for this activity, on launch the splash screen and the
home activity are launched as two separate tasks (tested on Android 11).
Change-Id: I60e3791017b6c33288d152cf97c5af04ae8979eb
Native dialler integration breaks the jitsi widget for those of us with non-vanilla telephony frameworks.
Disabling this integration (as is default on the Jitsi Meet Android app) allows us to also join conference calls, with no adverse effect on those for whom it already works.
Signed-off-by: Ed Geraghty <ed@geraghty.london>
- Hide public room functionality (rationale: people chatting with strangers on the internet can be considered advanced users)
- Clicking on + / Rooms goes directly to "Create new room" instead of the intermediate step which allows joining public rooms
- The "New room" screen would hide the setting to make the room public and publish it in the room directory
- Hide room address settings in the room settings
- Hide encryption settings (rationale: encryption is hard to explain to users without background knowledge)
Closes https://github.com/SpiritCroc/SchildiChat-android/issues/23
Change-Id: If1a7f16880ca2f4333270ec29cc1d27f70a9132d
The reason for this being two times the reserved avatar size was
aligning it to the right side, even when having avatars on both sides.
By now, we hide the user's avatar, so one times the reserved avatar size
is enough.
For landscape tablets, don't reduce it, as we have enough screen estate.
Change-Id: I526d11e891612627418fe31bb40c3c131ea18c4c