-
Notifications
You must be signed in to change notification settings - Fork 737
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
Spaces support - beta #2840
Spaces support - beta #2840
Conversation
f5634ba
to
f1e05b3
Compare
5696d49
to
1011606
Compare
62de25e
to
25c0e54
Compare
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.
Some remark / question, also I have pushed some commits
...-sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/RoomSummaryQueryParams.kt
Outdated
Show resolved
Hide resolved
matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/model/RoomSummary.kt
Outdated
Show resolved
Hide resolved
...droid/src/main/java/org/matrix/android/sdk/api/session/room/powerlevels/PowerLevelsHelper.kt
Outdated
Show resolved
Hide resolved
matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/util/MatrixItem.kt
Outdated
Show resolved
Hide resolved
...x-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/space/CreateSpaceTask.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailFragment.kt
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/settings/VectorSettingsLabsFragment.kt
Outdated
Show resolved
Hide resolved
bd42670
to
7f50f10
Compare
b79e36a
to
fbec250
Compare
...sdk-android/src/main/java/org/matrix/android/sdk/internal/query/QueryStringValueProcessor.kt
Outdated
Show resolved
Hide resolved
dcd673a
to
9e7bf3c
Compare
Make drawer menu more obvious + fix notification count
Bug due to cell reuse not showing back menu
7030962
to
70476b9
Compare
Downloaded the test build from firebase and installed it, but can't find any mention of spaces or settings. Is there anything else I need to do? I assumed the normal matrix.org instance would work? |
There is a currently a bug, I will update today. |
Thank you, I've added some spaces via https://develop.element.io and it seems to work now. |
Join beta here : https://appdistribution.firebase.dev/i/10ee8a3487126561
See PRs:
#2920
#2930
#3002
#3023
#3030
#3032
#3050
#3160
#3191
#3225
Update: Spaces are no more under lab flag
Fixes #2495
Base SDK changes for Spaces support.
This PR adds the fundation for the spaces feature, and will be iterated on, so expect several branches on top of this one with changes/refactoring
Preview / peeking models are subject to changes