-
Notifications
You must be signed in to change notification settings - Fork 1
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
deploy: v.1.3.0 배포(new) #627 #629
Conversation
- 기능 변경에 대한 내용을 사용자 입장에서 더 이해하기 쉽게 수정
- WebViewActivity를 실행할 context와 url, 페이지 제목을 전달한다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
같이 기도해주세요
하드디스크에 계시는 우리 프로그램이시여,
디버그를 거룩하게 하옵시고,
컴파일에 임하옵시며,
명령이 키보드에서 이루어진것과 같이,
모니터에서도 이루어지게 하옵소서.
일용할 데이터를 주시옵고,
우리가 프로그램의 오류를 용서한 것과 같이,
우리의 오타를 사하여 주옵시고,
우리를 버그에 들게 하지 마옵시며,
다만 불시의 에러에서 구하옵서서.
대개 속도와, 파워와, 안정성이,
프로그램에게 영원히 있사옵나이다.
엔터
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
배포 준비하느라 고생하셨습니다~~
이번엔 제발 🙏🙏🙏🙏🙏
|
||
[UI 개선] | ||
스타카토를 생성하고 수정하는 화면을 개선했어요. | ||
- 방문 일시와 카테고리를 선택하는 창을 분리했어요. | ||
- 방문 일시와 카테고리를 선택하는 버튼의 순서를 바꾸었어요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이제 더 이상 사용자가 혼란스럽지 않겠네요 👍
|
||
fun launch( | ||
context: Context, | ||
url: String, | ||
toolbarTitle: String, | ||
) { | ||
val intent = | ||
Intent(context, WebViewActivity::class.java) | ||
.putExtra(EXTRA_URL, url) | ||
.putExtra(EXTRA_TOOLBAR_TITLE, toolbarTitle) | ||
context.startActivity(intent) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WebViewActivity가 activity를 launch하는 책임을 가지게 되었네요! 굳굳 👍
⭐️ Issue Number
🚩 Summary
배포 실패한 v.1.3.0을 다시 시도합니다 😟
배포 전 사소한 리팩터링과 출시노트의 내용을 수정했습니다.
WebViewActivity
를 시작하는 로직을 수정했습니다.WebViewActivity
를 시작하는launch
메서드 생성🙂 To Reviewer
📋 To Do