feat: UI/UX 개선 및 자동 새로고침 기능 추가

- Edge-to-edge UI 적용 (상태바/네비게이션바 투명)
- WindowInsets 처리로 시스템 바 가림 해결
- 내 키워드 필터 추가 (키워드 매칭된 게시물만 표시)
- 백그라운드에서 포어그라운드 전환 시 자동 새로고침
- Scaffold contentWindowInsets 적용

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
sanjeok77
2026-03-05 07:56:25 +09:00
parent 426393ba86
commit 447db0a0b7
5 changed files with 342 additions and 290 deletions

View File

@@ -1,13 +1,14 @@
{
"version": "1.4.1",
"versionCode": 10,
"version": "1.5.0",
"versionCode": 11,
"minSdk": 31,
"targetSdk": 35,
"forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/8571e491-bc80-4773-b6c7-32254adc4117",
"changelog": [
"설정 화면 진입 시 크래시 수정",
"AppDatabase 누락된 괄호 수정",
"REQUEST_INSTALL_PACKAGES 권한 예외 처리"
"Edge-to-edge UI 적용 (상태바/네비게이션바 투명)",
"내 키워드 필터 추가",
"백그라운드에서 포어그라운드 전환 시 자동 새로고침",
"WindowInsets 처리로 시스템 바 가림 해결"
]
}