mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-24 01:48:31 +03:00
Matrix client / Element Android fork
e58a13ea91
Previously, we had a fixed margin for bubbles to the other side. However, in group chats, we currently display avatars on one side and not on the other, which leads to inhomogeneous message bubbles widths. This patch leaves the width for direct chats unchanged, but adapts the widths in group chats as following: - Incoming messages a little bit wider, as these already are "missing" the avatar space. - Outgoin messages a little bit narrower, so we have a more homogeneous look in group chats, and also do not start nearly at the same x-offset as incoming messages. Closes https://github.com/SchildiChat/SchildiChat-android/issues/42. Change-Id: Ic5391f1d512d4425ce4694182049ba0630ec9498 |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
.idea | ||
attachment-viewer | ||
diff-match-patch | ||
docs | ||
fastlane/metadata/android | ||
fastlane_testing | ||
gradle/wrapper | ||
graphics | ||
matrix-sdk-android | ||
matrix-sdk-android-rx | ||
multipicker | ||
resources/img | ||
tools | ||
upstream_.github | ||
upstream_fastlane | ||
vector | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
alternative_package.sh | ||
AUTHORS.md | ||
build.gradle | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
correct_strings.sh | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
increment_version.sh | ||
legacy_icons.sh | ||
LICENSE | ||
merge_helpers.sh | ||
post_merge.sh | ||
pre_merge.sh | ||
PRIVACY.md | ||
README.md | ||
settings.gradle | ||
upstream_README.md |
SchildiChat for Android
SchildiChat for Android is a Matrix Client based on Element Android.
Compared to Element, SchildiChat features following changes:
- A unified chat list for both direct and group chats
- Optional message bubbles
- Follows the system setting for dark/light mode
- Further small usability improvements
The version in the official F-Droid repositories comes without the proprietary libraries for push notifications. This might lead to increased battery drain and a higher delay for delivering messages. If you are looking for a version with push notification support, you can get it from my F-Droid repository. The latest version should also be available for direct download here.
Screenshots