-
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
Ios jwt #69
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
refactor: user info management after sign_in add: jwt v1 ( test not yet )
Refactor: Sign_in view Add: Sign_up view, Sign_up api func
Design: Account, Sign_in UI modify
Fix: sign_in 로그인 실패 버그 처리, 버그 시 ui 처리
Feat: sign_out 기능 추가
Design: friend_request UI modify
Add: sign_out 기능 추가 (웹소켓 재연결 시도 x) Design: tab_bar animation 추가 Rename: ConnectionVC, ConnectionCollectionViewCell, ContactsTableViewCell
Design: tab_bar animation modify friend_request로 이동할 때 send 버튼 위치 오류 수정, navigationBar 색 수정
Feat: Friend Request API 기능 추가 Fix: LoadFriendList 로딩 오류 수정 api에 jwt 접목 성공
Fix: modify jwt retry code
Design: modify ContactsVC navi leftBtn Refactor: move store-func(webrtc)
Design: FriendRequestListVC, FriendRequestListTableViewCell add
email만 저장하도록 수정
Feat: connect FriendRequestListVC to ContactsVC
Design: requestListVC navi add
Changed how button actions are handled. 버튼 동작 처리 방식 변경
Refactor, Test: FriendRequestList FriendRequestList 클래스 생성 contacts navi 좌우 변경, 화면 이동 변경, 애니메이션 변경
Feat: load request list
Design: empty state add
Feat: request list, user data reset
친구 요청 보낸 후 화면 이동
Feat: request accept, reject add Design: UI changes depending on whether a request is made or not.
Add: Edit Profile VC
Design: button color change if editing, button is disabled
Feat: profile update
Design: email part modify
Design: EditProfileVC navi add
Feat: withdrawl 계정탈퇴 기능 추가 Fix: 변경된 name, language 저장 Design: 편집 알림 텍스트 수정
Fix: webrtc 사용자 정보 처리 방식 변경으로 인한 통화 연결 버그 해결
Design: connecting view add Fix: 맨처음 통화를 끊고 다음 통화 때 offer가 안보내지는 오류 수정
Feat: VideoViewController 화상통화 구현 + 통화 상대 이메일 표시
Rename: STTVC TestSTTViewController -> STTViewController
Merged
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.
ADD