Skip to content

[Fix]: 온보딩 종료 로직 보완 및 Retrofit ProGuard 규칙 추가** - #152

Merged
oungsi2000 merged 1 commit into
developfrom
fix/onBoarding
Aug 19, 2026
Merged

[Fix]: 온보딩 종료 로직 보완 및 Retrofit ProGuard 규칙 추가**#152
oungsi2000 merged 1 commit into
developfrom
fix/onBoarding

Conversation

@oungsi2000

Copy link
Copy Markdown
Collaborator

온보딩 과정에서 권한 요청 이후 화면 전환이 누락된 문제를 수정하고, 향후 코드 난독화 적용에 대비하여 Retrofit 관련 ProGuard 예외 규칙을 구성합니다.

  • OnboardingRoute: 권한 요청 결과 수신(permissionLauncher) 시 onFinish()를 호출하여 다음 단계로 진입하도록 로직 수정
  • OnboardingRoute: Android 13(Tiramisu) 미만 버전에서 알림 권한 요청 사이드 이펙트 발생 시 즉시 onFinish()가 호출되도록 예외 처리 추가
  • app/build.gradle.kts: 릴리스 설정에서 isMinifyEnabledisShrinkResourcesfalse로 변경
  • proguard-rules.pro: Retrofit 인터페이스, @retrofit2.http 어노테이션이 붙은 메서드, suspend 함수 반환 타입 및 제네릭 타입(Response, Call, Continuation) 유지를 위한 규칙 추가

관련 이슈

작업 내용

변경사항 / 상세

중점 리뷰사항

스크린샷 (선택)

온보딩 과정에서 권한 요청 이후 화면 전환이 누락된 문제를 수정하고, 향후 코드 난독화 적용에 대비하여 Retrofit 관련 ProGuard 예외 규칙을 구성합니다.

- `OnboardingRoute`: 권한 요청 결과 수신(`permissionLauncher`) 시 `onFinish()`를 호출하여 다음 단계로 진입하도록 로직 수정
- `OnboardingRoute`: Android 13(Tiramisu) 미만 버전에서 알림 권한 요청 사이드 이펙트 발생 시 즉시 `onFinish()`가 호출되도록 예외 처리 추가
- `app/build.gradle.kts`: 릴리스 설정에서 `isMinifyEnabled` 및 `isShrinkResources`를 `false`로 변경
- `proguard-rules.pro`: Retrofit 인터페이스, `@retrofit2.http` 어노테이션이 붙은 메서드, suspend 함수 반환 타입 및 제네릭 타입(`Response`, `Call`, `Continuation`) 유지를 위한 규칙 추가
@oungsi2000 oungsi2000 self-assigned this Aug 19, 2026
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: f7023e6b-2275-47a9-a98b-9a8afff8ae2e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@oungsi2000
oungsi2000 merged commit 2ba351a into develop Aug 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant