0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support displaying m.room.member change events. More... about 11 years ago
Split ApiCallback out of MXApiClient and into its own file More... about 11 years ago
Implement member list avatars with in-memory caching. More... about 11 years ago
Changed the world by moving classes and renaming packages More... about 11 years ago
Clean up unused imports. More... about 11 years ago
Implement room member list dialog fragment. More... about 11 years ago
Add RoomMembersAdapter and prepare for displaying member lists. More... about 11 years ago
Tweak Room methods to be leaner and expose only the methods we absolutely must have, without leaking internal storage structures. More... about 11 years ago
Degunkify ApiCallback by having a stub implementation SimpleApiCallback. More... about 11 years ago
Format text messages with clickable links, html etc. More... about 11 years ago
Merge branch 'master' of https://github.com/matrix-org/matrix-android-sdk More... about 11 years ago
Merge branch 'master' of https://github.com/matrix-org/matrix-android-sdk More... about 11 years ago
Bugfix when logging out then back in again. More... about 11 years ago
Added more specific error callbacks converted from Retrofit's More... about 11 years ago
Room name tweaks to get names to display in all circumstances. More... about 11 years ago
Add javadoc/TODOs/general comments. More... about 11 years ago
Implement ability to create public rooms. More... about 11 years ago
Implement ability to create private rooms. More... about 11 years ago
Implement ability to join rooms. More... about 11 years ago
Implement ability to leave rooms. More... about 11 years ago
Implement ability to send messages. More... about 11 years ago
Insert messages as they come down the event stream. More... about 11 years ago
Room layout tweaks. More... about 11 years ago
Retain MatrixMessageListFragment and don't re-init the adapter so it is preserved across orientation changes. More... about 11 years ago
Split out the final layer of fragments for messages. More... about 11 years ago
Move message loading/pagination logic to MatrixMessagesFragment. More... about 11 years ago
Implemented pagination. More... about 11 years ago
Merge branch 'master' of https://github.com/matrix-org/matrix-android-sdk More... about 11 years ago
Add support for displaying image messages. More... about 11 years ago
Added methods to pause, resume, and kill the events thread More... about 11 years ago