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

[Team-01][Android] Todo 화면 및 레포지토리 구현 #151

Open
wants to merge 11 commits into
base: team-01
Choose a base branch
from

Commits on Apr 12, 2022

  1. [Android] PR 피드백 수정 (#41)

    * refact: 피드백 적용 - 카멜 케이스로 변수명 변경
    
    * chore: 피드백 적용 - History 대신 Histories로 메소드 명 변경
    
    메소드 이름으로 명확하게 어떤 기능을 하는 것인지 알 수 있도록 변경하였음
    
    * chore: 피드백 적용 - styles.xml 의 item 한 줄로 변경
    
    일반적인 컨벤션을 따르도록 변경
    banjjak2 authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c7119d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd11ce4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from ku-kim/feature/Android/mockup-update

    [Android] GET /api/histories 의 json 데이터 구조 변경
    shncder authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b596a2d View commit details
    Browse the repository at this point in the history
  4. [Android] Network 관련 코드 분리 및 레포지토리 이름 변경 (#45)

    * refact: 네트워크 관련 코드 분리
    
    History뿐 아니라 Todo에서도 네트워크를 사용해야 함으로 공통으로 쓸 수 있도록 분리
    
    * refact: HistoryRepository를 공용으로 사용할 수 있도록 위치 및 파일명 변경
    banjjak2 authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    eb126f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd55cf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Merge pull request #46 from ku-kim/feature/Android/todo-repository

    [Android] TO-DO Repository 구현
    shncder authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8ff7958 View commit details
    Browse the repository at this point in the history
  2. [Android] Todo 화면 및 레포지토리 구현 (#52)

    * feat: Todo 커스텀 뷰 구현
    
    동일한 뷰가 중복되어 사용된다고 판단해 커스텀 뷰로 구현 진행
    
    * feat: Todo 커스텀 뷰 구현
    
    동일한 뷰가 중복되어 사용된다고 판단해 커스텀 뷰로 구현 진행
    
    * feat: todo_item 레이아웃 생성 리사이클러뷰 적용
    
    * chore: 클래스명 및 위치 변경
    
    * 아이템리스트 swipe 구현중
    
    Co-authored-by: DESKTOP-UIQTHKE\User <[email protected]>
    banjjak2 and shncder authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0708b5a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    b3ee3c3 View commit details
    Browse the repository at this point in the history
  2. chore: MainActivity 테스트 코드를 뷰모델로 이동

    Espresso를 이용해 TestCase 작성 예정
    banjjak2 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    120d3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e18c86 View commit details
    Browse the repository at this point in the history
  4. test: 테스트 코드 수정

    assertThat 적용
    banjjak2 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    4860095 View commit details
    Browse the repository at this point in the history