-
Notifications
You must be signed in to change notification settings - Fork 0
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
Communication
: Show profile picture
#111
Open
FelberMartin
wants to merge
41
commits into
develop
Choose a base branch
from
feature/communication/show-profile-picture
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julian-wls
approved these changes
Nov 19, 2024
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.
Great feature, the results look really nice.
I didn't experience any issues in connection with these changes.
I found some minor things, which might be worth discussing, see below.
Overall good, approved from my side.
.../informatics/www1/artemis/native_app/feature/metis/conversation/ui/chatlist/MetisChatList.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Show resolved
Hide resolved
TimOrtel
requested changes
Nov 25, 2024
...tum/informatics/www1/artemis/native_app/core/ui/remote_images/ProfilePictureImageProvider.kt
Outdated
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Outdated
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Outdated
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Outdated
Show resolved
Hide resolved
...matics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePictureData.kt
Show resolved
Hide resolved
...matics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePictureData.kt
Show resolved
Hide resolved
FelberMartin
force-pushed
the
feature/communication/show-profile-picture
branch
from
November 26, 2024 19:09
94ef35b
to
c0473c4
Compare
…-rendering' into feature/communication/show-profile-picture # Conflicts: # feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/chatlist/MetisChatList.kt # feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/thread/MetisThreadUi.kt # feature/metis/conversation/src/test/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ConversationAnswerMessagesUITest.kt
FelberMartin
added
the
database changes
This PR includes database changes and should be treated with extra care when merging
label
Nov 29, 2024
…ion/show-profile-picture # Conflicts: # feature/metis/conversation/src/test/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/service/storage/impl/MetisStorageServiceImplTestUpgradeLocalAnswerPost.kt
7 tasks
Base automatically changed from
bugfix/communication/attachments-rendering
to
develop
November 30, 2024 13:48
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
database changes
This PR includes database changes and should be treated with extra care when merging
ready for review
This PR can be reviewed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Currently profile pictures are not visible in the android app (see #63). This is the first of two planned PRs for this feature. This PR solely focusses on the minimal functionality by adding the profile pictures to the chat.
Changes
authorImageUrl
to post entitiesProfilePictureImageProvider
ProfilePicture
instead ofAuthorRoleIcon
AuthorRoleIcon
in front of the nameScreenshots
Followup
Add Profile pictures 2:
Adjust the message view to iOS: