Skip to content
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

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Dec 9, 2021

  1. Created AvatarMaker for handling avatar images

    Added AvatarMaker class for handling both contact avatar and user avatar making.
    Added avatarUri to User class for future image support.
    roihershberg committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    560a7c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Redesigned profile view screen + Related code cleanup

    Redesigned the profile view screen and cleaned up some related code.
    The edit profile view is to be implemented.
    roihershberg committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    88bf795 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Added edit profile screen + related code cleanup

    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.
    roihershberg committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8220a02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from roihershberg/profile_settings_ux_redesign

    User profile screen UX/UI redesign
    roihershberg authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    d230af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e1893a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Resolve rebase conflicts

    roihershberg committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    409602b View commit details
    Browse the repository at this point in the history
  2. Resolve rebase conflicts

    roihershberg committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    b809d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82517e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9834c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Resolve ktlint errors

    roihershberg committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    44f5b21 View commit details
    Browse the repository at this point in the history
  2. Added migration of the database with avatarUri field

    Added migration for avatarUri field in Users table and also fixed the update method for that field in the UserDao.
    roihershberg committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    f3da907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5430aac View commit details
    Browse the repository at this point in the history
  4. Cleaned the code of toolbar icon and color methods

    Cleaned the code regarding the back icon in the toolbar and methods of getting color.
    roihershberg committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    c432393 View commit details
    Browse the repository at this point in the history
  5. Resolved ktlint errors

    roihershberg committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    39f41d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65df88f View commit details
    Browse the repository at this point in the history