0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added basic support for redacted messages: replace their content on the sdk side and hide them on the app side More... almost 11 years ago
Added different kinds of conditions to bing rules. Separated these into different sub-classes of Condition. Added unit tests for them More... almost 11 years ago
Add missing strings More... almost 11 years ago
-> move the room alias in the view tabbar -> move the members list / room info requests in the actions menu More... almost 11 years ago
The oneself messages are padded left if they are merged More... almost 11 years ago
-> selected row color is transparent instead of blue -> tap on the timestamp to display it -> can select text to copy it. More... almost 11 years ago
Merge branch 'develop' of https://github.com/matrix-org/matrix-android-sdk into develop More... almost 11 years ago
Moved body field up to all message types which is used for display by default More... almost 11 years ago
refresh the MessagesAdapter on demand instead to each new item insertion/deletion. More... almost 11 years ago
-> Fix oneself messages alignment -> fix text alignment when it is displayed on a single line. More... almost 11 years ago
Tap on a room message hides/shows the timestamps More... almost 11 years ago
messages Alignment issue More... almost 11 years ago
The messages are drawn at the ight side of the chat. -> my messages are drawn on the right side -> the other users messages are drawn on the left side. More... almost 11 years ago
Update the room messages layout : -> the timestamp is displayed beside the message body instead of the sender -> the timestamp is displayed event if the message is merged. More... almost 11 years ago
A message is merged if the sender is the same as the previous one More... almost 11 years ago
The images are also cached in the filesystem so it will avoid downloading the images are each application launch. More... almost 11 years ago
Added null checks to fix crash More... almost 11 years ago
a joined user avatar + display name were not properly managed : the default avatar was displayed and the display name was the matrix ID More... almost 11 years ago
Avoid avatat thumbnail flickerings when it is already cached More... almost 11 years ago
Merge remote-tracking branch 'remotes/origin/develop' More... almost 11 years ago
Had removed protected constructor used in unit tests More... almost 11 years ago
Merge remote-tracking branch 'remotes/origin/develop' More... almost 11 years ago
Added the bing rules api to read bing rules from the server. Implemented following the rules in the console app. Simplified RestClients with generics More... almost 11 years ago
Added pink highlighting of rooms with unread messages More... almost 11 years ago
Removed unused line More... almost 11 years ago
Added presence broadcasts for the current user: - Added the possibility to attach event listeners to users - Corrected presence broadcasts from other devices claiming the user is offline when our device isn't More... almost 11 years ago
Merge remote-tracking branch 'remotes/origin/develop' More... almost 11 years ago
Added resend option for unsent messages More... almost 11 years ago
Added a progress dialog when uploading images More... almost 11 years ago
Added local echo for messages while they are being sent (not enough for images, for which this needs to happen during the upload). If sending fails, the message now appears red. More... almost 11 years ago