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

Feature/#48 프로필 화면 구현 #139

Merged
merged 47 commits into from
Aug 1, 2023

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c87bc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e263e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d88772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a64be8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3534dd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2c2c6f View commit details
    Browse the repository at this point in the history
  7. feat(MyProfileFragment): 회원 정보 화면 xml 일부 구현

    - 회원의 활동 정보 외의 정보를 보여주는 레이아웃 구현
    ki960213 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fe77950 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. feat(MyProfileFragment): 회원 정보 화면 일부 구현

    - 회원의 이름, 사진, 소개글, 직무 정보를 보여주는 기능 구현
    ki960213 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    de86666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a50e817 View commit details
    Browse the repository at this point in the history
  3. refactor(MyProfileScreenUiState): MyProfileScreenUiState의 속성명 변경

    - oneLineIntroduce -> description
    ki960213 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5a3192f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4577a10 View commit details
    Browse the repository at this point in the history
  5. refactor(fragment_my_profile): 바인딩 어댑터 속성명 변경

    - jobs -> myprofile_jobs
    - activities -> myprofile_activities
    ki960213 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e66ba27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1e5ded View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81d00ed View commit details
    Browse the repository at this point in the history
  8. refactor(MemberWithoutActivitiesApiModel): 클래스명 변경

    - MemberApiModel1 -> MemberWithoutActivitiesApiModel
    ki960213 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a214fd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    8caac36 View commit details
    Browse the repository at this point in the history
  2. refactor(bg_myprofile_job.xml): 마이 프로필 화면의 직무 태그 배경의 파일명 변경

    - bg_myprofile_category.xml -> bg_myprofile_job.xml
    ki960213 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8b6ae13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5e0c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    94cb706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44439b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bacd0ee View commit details
    Browse the repository at this point in the history
  4. refactor(SwipeRefreshLayoutBindingAdapter): SwipeRefreshLayout의 새로고침 …

    …호출 시 실행할 함수를 바인딩해주는 어댑터 구현
    ki960213 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    933d0bd View commit details
    Browse the repository at this point in the history
  5. refactor(Member1): 회원의 활동 목록을 요청하는 메서드 명 변경

    - operator fun get(activityType: ActivityType) -> fun
    getActivities(activityType: ActivityType)
    ki960213 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    aace342 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0319245 View commit details
    Browse the repository at this point in the history
  7. refactor(ActivitiesAssociatedByActivityType, ActivityApiModel): ApiMo…

    …del 명 변경
    
    - MemberActivitiesBindActivityTypeApiModel ->
    ActivitiesAssociatedByActivityType
    - MemberActivitiesApiModel -> ActivityApiModel
    ki960213 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    696f2ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b27e3a5 View commit details
    Browse the repository at this point in the history
  9. refactor(MainActivity): 변수명 변경

    - bnvMain -> mainBottomNavigationView
    ki960213 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    11582ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8470ca7 View commit details
    Browse the repository at this point in the history
  11. fix(nanum_square.xml): 각 폰트마다 fontWeight 설정

    - fontWeight를 설정해야 텍스트의 굵기마다 맞는 font를 선택할 수 있음
    ki960213 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0828bc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7544c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    006b04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69b430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a218c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3948ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4781c6 View commit details
    Browse the repository at this point in the history
  6. fix(myProfile/adapter): areItemsTheSame 메서드와 areContentsTheSame 메서드 사…

    …용 목적에 따라 로직 수정
    ki960213 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e4dba6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a94947 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9f90d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef7d87a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3913d17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd24a29 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aeb2b30 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f87e92e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a91bca View commit details
    Browse the repository at this point in the history
  15. style: ktlint 적용

    ki960213 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    127a874 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f35a5de View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/android-main' into Feature/#48-프…

    …로필_화면_구현
    
    # Conflicts:
    #	android/2023-emmsale/app/build.gradle.kts
    ki960213 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bf98e2b View commit details
    Browse the repository at this point in the history