Conversation
- google_native.dart: shouldUseNativeGoogle + GoogleNativeSignIn 어댑터 (google_sign_in v7, idToken 만 교환 — accessToken·nonce 불필요) - gateway signInWithOAuth/linkOAuth 에 iOS+Google 네이티브 분기 추가 (signInWithIdToken/linkIdentityWithIdToken, 외부 Safari 이탈 제거) - client ID 는 GOOGLE_IOS/WEB_CLIENT_ID dart-define, 미설정 시 웹 OAuth 폴백 - deploy-ios.yml + Fastfile 선택적 주입, Info.plist reversed scheme 자리 - google_native 단위 테스트, docs(ADR-0031·기술스택·가이드) 동기화 Closes #180
- DkChoiceChip 에 선택적 icon 파라미터 추가([아이콘 라벨] Row) - 홈 필터 칩: 전체=list, 카테고리=kCategoryIcon 아이콘 표시 - 노출 조건을 카테고리 1개 이상으로 완화(전체 + 등록 카테고리) - 위젯 테스트 2건 추가, docs 화면별-스펙 동기화 Closes #182
- DkChoiceChip 에 선택적 iconColor 추가(없으면 전경색) - 홈 필터 카테고리 칩 아이콘을 categoryHue 색으로 칠해 구분(가시성) - 전체 칩은 중립 전경색 유지 - 카테고리별 hue 색·상호 구분 위젯 테스트 추가, docs 동기화 Closes #184
- 네이티브 Google 콜백용 iOS URL scheme 자리표시자를 실제 reversed client ID 로 교체 - 값은 공개값(iOS OAuth 는 client secret 없음, 앱 번들에 실림) Closes #186
- Google 네이티브 로그인·홈 카테고리 칩 개선 배치 릴리스 - feat 포함이나 요청대로 패치(+0.0.1)로 고정 Release-As: 0.10.3
This file contains hidden or 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
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.
develop → main 릴리스 (0.10.2 → 0.10.3)
배치 내용:
버전은 요청대로 패치 +0.0.1(0.10.3) 로 고정(Release-As). merge 커밋으로 머지(squash 금지, release-please 파싱).