-
Notifications
You must be signed in to change notification settings - Fork 0
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/category create page -> master : 전체 기능을 master로 merge 합니다. #29
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DB에 접근해 템플릿과 프리셋 정보를 가져오는 클래스를 생성함
아직 완성하지 않은 코드가 있지만 협업을 위해 푸시합니다.
아직 완성하지 않은 코드가 있지만 협업을 위해 코드 공유합니다.
템플릿 선택 페이지에서 템플릿과 프리셋 목록, 템플릿 선택 버튼을 표시합니다.
카테고리를 생성하는 기능을 추가함 UI 디자인에 대한 보완이 필요한 코드임 카테고리 변경에 따른 메인페이지 재로딩 기능도 포함하지 않음
카테고리 수정 후 메인 페이지가 refresh 되도록 수정함.
Category 생성 페이지에서 preset들이 완료 버튼이 넘어가는 오류를 넘어가지 않도록 수정함.
DB 작업을 위해 master에서 WorkDatabase를 불러옴.
다이얼 수정 페이지의 저장 및 삭제 버튼이 잘리지 않도록 수정함.
같은 이름의 카테고리를 생성할 수 없는 기능을 추가함.
선택시 색상 수정 빈 템플릿 추가 기타 높이/너비 수정
Dial.toAlertDial 메서드가 정상 작동할 수 있도록 수정
repair/category-create-page 브랜치를 feature/category-create-page 브랜치에 병합합니다
템플릿 설명 및 아이콘이 표시되도록 추가함.
템플릿을 고른 후 뒤로가기 버튼을 눌렀을 때 템플릿이 제대로 펼쳐지지 않고 팅기는 오류 수정.
master 브랜치의 ICategoryValidator 구조를 따라가도록 코드를 수정함.
일부 프리셋의 이름이 너무 길어서 수정을 할 수 없는 오류 수정. mainActivity가 여러 번 실행될 경우 카테고리가 추가 생성되는 오류 수정. 카테고리의 이름이 여러 줄로 입력되는 문제 해결.
Category 생성 페이지에서 template 아이콘 부분에 동그란 원 추가 및 생상 추가
같은 템플릿이 여러 번 등록되지 않도록 앱 시작시 TemplateManager를 초기화하는 코드를 추가함.
TemplateManager 초기화시 빈 템플릿도 없애버리는 오류 수정
템플릿이 여러개 펼쳐지는 문제를 해결함. 다만, 코드가 비효율적이라 템플릿이 많아질 경우 수정이 필요함.
템플릿을 다시 눌러도 접히지 않는 문제를 해결함.
프리셋의 아이콘 및 글자 크기, 마진 및 패딩 값을 조정함.
잘못 머지된 부분 수정
다이얼 및 카테고리 띄어쓰기 제한 기능, 글자 수 제한 수정함.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.