Commit Graph
10 Commits
Author SHA1 Message Date
sanjeok77 7ae5f713d6 v0.2.8: Site & Keyword Reordering Support & Slim Bottom Bar Margins 2026-08-20 23:53:24 +00:00
sanjeok77 c7efc6959c v0.2.4: Add ArcaLive (아카라이브) hotdeal support & settings toggle & main filter 2026-08-20 23:16:30 +00:00
sanjeok77 a3fe76326e v0.2.4: Add ArcaLive (아카라이브) hotdeal support & settings toggle & main filter 2026-08-20 23:16:29 +00:00
sanjeok77andSisyphus 00bdec3ca7 fix: 빌드 에러 수정 - 중복 코드 제거
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-11 22:10:26 +09:00
sanjeok77andSisyphus fd58995802 feat: 뽐뿌 인기 게시물 감지 로직 추가
- tr.baseList 선택으로 변경하여 인기 게시물 감지
- hotpop_bg_color 클래스로 인기 여부 판단
- HotDeal 생성 시 isPopular 값 설정

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-11 21:44:34 +09:00
sanjeok77andSisyphus 674b696421 feat: 인기 게시물 필드 추가 (데이터 레이어)
- HotDeal 도메인 모델에 isPopular 필드 추가
- HotDealEntity에 isPopular 컬럼 추가
- Migration 4->5 추가 (isPopular 컬럼)
- DatabaseModule에 Migration 4_5 등록

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-11 21:44:34 +09:00
sanjeok77 4060be7395 fix: 설정 화면 진입 시 크래시 수정
- AppDatabase.kt 누락된 닫는 괄호 추가
- PermissionHelper.canInstallUnknownApps() SecurityException 처리

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-05 07:05:38 +09:00
sanjeok77 9b6fc1dd01 feat: 즐겨찾기 기능 데이터 레이어 추가
- HotDeal, HotDealEntity에 isFavorite 필드 추가
- HotDealDao에 즐겨찾기 관련 쿼리 메서드 추가
- 데이터베이스 마이그레이션 (v3 -> v4) 추가

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-05 04:13:32 +09:00
sanjeok77 f9b4a4a90f Fix keyword alarm and add visual indicators
- Fix: Only keyword-matched deals send notifications
- Add: Visual indicator for keyword-matched deals (badge + border)
- Add: Polling interval setting with persistence
- Add: Version check in settings
- Add: Update dialog on app start
2026-03-04 01:57:25 +09:00
sanjeok77 25a349f273 Initial commit: HotDeal Alarm Android App
Features:
- Multi-site hot deal scraping (Ppomppu, Clien, Ruriweb, Coolenjoy)
- Site filter with color-coded badges
- Board display names (e.g., ppomppu8 -> 알리뽐뿌)
- Anti-bot protection with request delays and User-Agent rotation
- Keyword matching and notifications
- Material Design 3 UI
2026-03-04 01:29:34 +09:00