-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/fix small issues #1665
Feature/fix small issues #1665
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comment, else LGTM
.../src/main/java/im/vector/matrix/android/internal/session/room/DefaultRoomDirectoryService.kt
Show resolved
Hide resolved
...main/java/im/vector/matrix/android/internal/session/room/membership/leaving/LeaveRoomTask.kt
Show resolved
Hide resolved
vector/src/main/java/im/vector/riotx/core/platform/EllipsizingTextView.kt
Show resolved
Hide resolved
vector/src/main/java/im/vector/riotx/features/home/room/detail/RoomDetailFragment.kt
Outdated
Show resolved
Hide resolved
.../main/java/im/vector/riotx/features/home/room/detail/timeline/format/NoticeEventFormatter.kt
Show resolved
Hide resolved
@@ -104,5 +105,13 @@ interface RoomService { | |||
searchOnServer: Boolean, | |||
callback: MatrixCallback<Optional<String>>): Cancelable | |||
|
|||
/** | |||
* Return a live data of all local changes membership who happened since the session has been opened. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*that happened
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do it
...in/java/im/vector/matrix/android/internal/session/room/EventRelationsAggregationProcessor.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comment on live bserver
This PR fixes the following issues and some others I could have encountered using the app: