-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat : 낮은 버젼에서도 이미지를 올릴 수 있도록 구현 #707
The head ref may contain hidden characters: "BUG/#706-\uB0AE\uC740_\uBC84\uC83C\uC5D0\uC11C_\uAC8C\uC2DC\uAE00_\uC774\uBBF8\uC9C0_\uB4F1\uB85D\uC774_\uC548\uB418\uB294_\uBC84\uADF8"
Conversation
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.
너무 간단해서 바로 approve 하겠습니다.
자율적으로 반영 후 머지해주세요~
return (0 until count).mapNotNull { i -> | ||
val uri = clipData.getItemAt(i).uri | ||
getAbsolutePathFromUri(uri) | ||
} |
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.
저는 i라고 해도 index라는 것을 바로 알 수 있기 때문에 괜찮습니다! :)
} | ||
|
||
else -> Unit | ||
} | ||
} | ||
|
||
private fun navigateToBack() { |
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.
함수 분리 하신 이유가 궁금합니다!
<string name="post_writing_title_warning">제목을 입력해 주세요</string> | ||
<string name="post_writing_content_warning">내용은 8자 이상이어야 합니다</string> | ||
<string name="post_writing_image_permission_denied_message">사진 권한이 거부되었습니다.</string> | ||
<string name="post_writing_max_image_count_warning_message">최대 5장까지만 선택 가능합니다</string> |
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.
위에 post_writing 묶어 놓은 거랑 같이 두면 좋을 것 같습니다!
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.
@chws0508
간단한 리뷰만 남겼습니다.
이후에 포토피커에 대해 조금 더 알아보고 하위 버전에서 지원이 왜 잘 안 되는지 같이 파악해보면 좋을 것 같습니다.
<service | ||
android:name="com.google.android.gms.metadata.ModuleDependencies" | ||
android:enabled="false" |
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.
사용되지 않는 service는 제거해주세요!
} | ||
|
||
// use when build version under 33 | ||
private val lowVersionAlbumLauncher = |
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.
lowVersion, highVersion 보다는 어떤 버전 이하에서 사용되는 launcher인지 변수명에 명시해주세요.
그럼 주석없이 사용할 때 명확하게 알아볼 수 있습니다.
+) 프로퍼티는 함수 이전에 배치시켜주세요!
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
33.webm
33.webm
예상 소요 시간 및 실제 소요 시간