SpiritCroc 3b6b51748e Fix clearing read but not synced messages in notifications
When lots (> 10) of messages arrive in a chat, such that not all get
/sync'ed, the app couldn't properly check if events that were not synced
are before or after the read marker.
The previous way to handle this was just to always assume these events
would be unread, which caused some old messages show in notifications
and not dismiss themselves when appropriate.

Unfortunately, we can not safely assume that if the read marker is in the
latest chunk, the missing events would be read, since we may be showing
"fastlane" notifications from fcm/push before the /sync finished.

Thus, with this commit, we now remove messages that weren't synced or
paginated if they meet the following heuristic:

1. The read marker is in the latest chunk and
2. The read marker points at an event with a timestamp later than the one of the missing event.

Change-Id: I8053252e95a3b2142512f93244647a86b6f1a231
2022-06-22 12:36:16 +02:00
2022-06-13 12:37:39 +02:00
2022-06-17 13:25:29 +02:00
2021-10-25 19:29:59 +02:00
2022-06-01 13:54:34 +02:00
2022-03-19 11:51:06 +01:00
2021-05-12 16:24:20 +02:00
2022-06-13 12:37:39 +02:00
2021-04-19 11:20:29 +02:00
2021-06-17 17:58:13 +02:00
2021-07-19 09:55:06 +02:00
2021-04-25 11:09:04 +02:00
2022-02-23 18:08:04 +01:00

Translation status SchildiChat-Android Matrix room #schildichat-android:matrix.org

SchildiChat for Android

SchildiChat for Android is a Matrix Client based on Element Android.

Compared to Element, SchildiChat features following most important changes:

  • A unified chat list for both direct and group chats
  • Optional message bubbles
  • Further usability improvements and additional settings to configure the app

A more thorough list of changes compared to Element can be found here - but keep in mind this list might not be up-to-date at all times.

Information about available app variants can be found on our website.

Join the discussion on matrix

Translations

If you want to translate SchildiChat, visit its weblate here. For translations that concern upstream Element code, visit their weblate here.

Screenshots

Description
SchildiChat per Android è un client Matrix basato su Element Android, con un design diverso e varie modifiche aggiuntive, opzioni di personalizzazione e funzioni aggiuntive della comunità. Un elenco dei cambiamenti rispetto a Element è disponibile qui, ma è bene tenere presente che questo elenco potrebbe non essere sempre aggiornato.
Readme AGPL-3.0
Languages
Kotlin 97.5%
Java 1.3%
Shell 0.7%
HTML 0.2%
Python 0.2%