Conversation
Owner
Author
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.

변경 사항
한국어 키보드의 😀 키를 탭하면 이모지 선택기로 전환되는 기능을 구현합니다.
구현 내용
IMEMode.IME_EMOJI추가 — 이모지 선택기 전용 키보드 모드EmojiView신규 생성 —androidx.emoji2:emoji2-emojipicker기반StringKeyMessage로 브로드캐스트 →commitText()경로 재사용동일 위치/크기)
OpenMoaIME에서SpecialKey.EMOJI토글 처리 — 진입 시previousImeMode저장,닫기 시 복귀
when (imeMode)분기에서IME_EMOJI를IME_KO_*조건과 쉼표로 묶어 처리(이모지 모드는 한국어 키보드에서만 진입 가능하다는 전제)
의존성
androidx.emoji2:emoji2-emojipicker:1.4.0추가compileSdk33 → 34 상향 (라이브러리 요구사항)