fix: 비저빌리티 및 폴링 간격 로직 수정 (v1.11.5)

- MainActivity에서 하드코딩된 폴링 제거 (MainViewModel에서 처리)
- 비저빌리티 로직 개선 - 앱 시작 시 새로고침 추가
- WorkerScheduler 배터리 제약 조건 완화
- BootReceiver 저장된 폴링 간격 사용하도록 수정
- 버전 1.11.5로 업데이트
This commit is contained in:
sanjeok77
2026-03-13 07:47:10 +09:00
parent 4d44d8fb7a
commit 5a14002c1d
5 changed files with 36 additions and 30 deletions

View File

@@ -1,10 +1,11 @@
{
"version": "1.11.4",
"versionCode": 21,
"updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v1.11.4/app-release.apk",
"version": "1.11.5",
"versionCode": 22,
"updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v1.11.5/app-release.apk",
"changelog": [
"업데이트 설치 버그 수정",
"Android 12+ 호환성 개선",
"다운로드 리시버 생명주기 관리 개선"
"비저빌리티 새로고침 버그 수정",
"폴링 간격 설정이 저장되지 않던 문제 수정",
"배터리 부족 시에도 폴링 동작하도록 개선",
"부팅 시 저장된 폴링 간격 사용하도록 수정"
]
}