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

마인드맵 텍스트 크기 자동화 #66

Merged
merged 21 commits into from
Nov 20, 2023

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    9580ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d33af5 View commit details
    Browse the repository at this point in the history
  3. feat(#39): 클릭 이벤트 더블 클릭으로 수정

    더블 클릭 시 텍스트 박스 그리기, 빈 화면 단일 클릭 시 텍스트 박스 지우기
    jaehan4707 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b91c48c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8992e58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd1d176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99b16e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13b6143 View commit details
    Browse the repository at this point in the history
  8. feat(#39): Node 더블 클릭 이벤트 구현

    더블 클릭 시 해당 지점에 노드가 있다면 다이얼로그를 출력
    jaehan4707 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9efa952 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f1507f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    1901ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed55fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. feat(#39): 다이얼로그 프래그먼트로 변경

    NodeClickListener color 추가,
    다이얼로그 배경색 노드 배경색과 일치화
    jaehan4707 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    aead1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a252d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa86e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fa66ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bb9956 View commit details
    Browse the repository at this point in the history
  6. fix(#39): 사각형 높이 조절 수정

    너비와 높이를 모두 반영해야하는데, 초기의 너비만 반영함. 따라서 높이가 반영이 안되는 문제가 생김.
    jaehan4707 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    aac4faf View commit details
    Browse the repository at this point in the history
  7. Merge branch 'AOS-feature/mindmap' into AOS-feature/mindmap-text

    # Conflicts:
    #	AOS/app/src/main/java/boostcamp/and07/mindsync/ui/view/NodeView.kt
    jaehan4707 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b719483 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28fcfca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e724b1 View commit details
    Browse the repository at this point in the history
  10. refactor(#39): 코드 리뷰 반영

    checkRange -> isInsideNode
    NodeClickListener 제거 -> viewModel 대체
    DialogInterface 변수명 수정
    jaehan4707 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2b0cbc0 View commit details
    Browse the repository at this point in the history