-
Notifications
You must be signed in to change notification settings - Fork 782
Feature/bca/spaces alias #3484
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/bca/spaces alias #3484
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.
Thanks for the improvement of the alias input rendering, it's much better now :)
Some remark after a static review.
...id/src/main/java/org/matrix/android/sdk/internal/session/room/DefaultRoomDirectoryService.kt
Show resolved
Hide resolved
...ix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/RoomDirectoryService.kt
Outdated
Show resolved
Hide resolved
...main/java/org/matrix/android/sdk/internal/session/room/alias/RoomAliasAvailabilityChecker.kt
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/form/FormEditTextItem.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/spaces/create/CreateSpaceViewModel.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/spaces/create/CreateSpaceViewModel.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/spaces/create/CreateSpaceViewModel.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/spaces/create/CreateSpaceViewModelTask.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/spaces/manage/SpaceSettingsController.kt
Outdated
Show resolved
Hide resolved
vector/src/main/java/im/vector/app/features/spaces/manage/SpaceSettingsController.kt
Outdated
Show resolved
Hide resolved
I think this would be great in various other places like the sign-up/sign-in flow, to reduce confusion about whether the prefix (@ or #) needs to be included etc. |
200ca65
to
f836e56
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.
Thanks for the update.
There is a conflict to fix, also some minor change to do (copyright)
...sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/AliasAvailabilityResult.kt
Outdated
Show resolved
Hide resolved
...id/src/main/java/org/matrix/android/sdk/internal/session/room/DefaultRoomDirectoryService.kt
Show resolved
Hide resolved
...main/java/org/matrix/android/sdk/internal/session/room/alias/RoomAliasAvailabilityChecker.kt
Show resolved
Hide resolved
the file |
f836e56
to
4180b4c
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.
Thanks for the update, LGTM!
Fixes #3483
Uses prefix/suffix of textInputLayout instead of custom form alias item