-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
User profile screen UX/UI redesign #890
base: master
Are you sure you want to change the base?
Conversation
Added AvatarMaker class for handling both contact avatar and user avatar making. Added avatarUri to User class for future image support.
Redesigned the profile view screen and cleaned up some related code. The edit profile view is to be implemented.
Added an edit profile screen for editing the user profile. The screen has a dropdown for changing the status and a nice dialog for changing the name and the status message. Also a lot of related code clean up.
User profile screen UX/UI redesign
…lcorpltd-master
This is my first code in Kotlin and I also have very little experience in Android apps development. |
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 haven't gone over the PR in detail yet since it's very big (this one PR has a diff of >10% of the current aTox codebase), and I can't run it without messing with my profile due to the database changes.
Do you think there's any parts of this we can extract to separate PRs?
The AvatarMaker and some of the unrelated cleanup maybe?
Added migration for avatarUri field in Users table and also fixed the update method for that field in the UserDao.
Cleaned the code regarding the back icon in the toolbar and methods of getting color.
Redesigned the UX/UI of the user profile screen.