Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Team-WSS
/
WSS-Android
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
19
Code
Issues
14
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: 피드 화면
- #908
#908
Open
devfeijoa
wants to merge 21 commits into
develop
Team-WSS/WSS-Android:develop
from
feat/891
Team-WSS/WSS-Android:feat/891
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
feat: 피드 화면
#908
devfeijoa
wants to merge 21 commits into
develop
Team-WSS/WSS-Android:develop
from
feat/891
Team-WSS/WSS-Android:feat/891
Copy head branch name to clipboard
Commits
Commits on Jun 22, 2026
feat: 피드 좋아요 상태 캐싱을 위한 데이터 모델 추가
Show description for 13f3fc4
devfeijoa
committed
13f3fc4
View commit details
Copy full SHA for 13f3fc4
Browse repository at this point
fix: 피드 상세 좋아요 상태 동기화 및 캐싱 로직 추가
Show description for 6df2b10
devfeijoa
committed
6df2b10
View commit details
Copy full SHA for 6df2b10
Browse repository at this point
fix: UpdatedFeedRepository 내 좋아요 상태 관리 변수 및 메서드 명칭 수정
Show description for 3198b31
devfeijoa
committed
3198b31
View commit details
Copy full SHA for 3198b31
Browse repository at this point
refactor: 피드 좋아요 상태 동기화 메서드 명칭 수정
Show description for 77a2704
devfeijoa
committed
77a2704
View commit details
Copy full SHA for 77a2704
Browse repository at this point
feat: 피드 좋아요 보류 상태 저장을 위한 `PendingFeedLikeStore` 인터페이스 추가
Show description for efbaa6e
devfeijoa
committed
efbaa6e
View commit details
Copy full SHA for efbaa6e
Browse repository at this point
feat: PendingFeedLikeDataStore를 위한 Dagger Qualifier 추가
Show description for ecd3b39
devfeijoa
committed
ecd3b39
View commit details
Copy full SHA for ecd3b39
Browse repository at this point
feat: PendingFeedLikeDataStore를 위한 Dagger Qualifier 추가
Show description for 92956a8
devfeijoa
committed
92956a8
View commit details
Copy full SHA for 92956a8
Browse repository at this point
feat: 피드 좋아요 보류 상태 저장을 위한 데이터 모델 추가
Show description for 88fcbd5
devfeijoa
committed
88fcbd5
View commit details
Copy full SHA for 88fcbd5
Browse repository at this point
feat: 피드 좋아요 보류 상태 저장을 위한 DataStore 구현
Show description for d324628
devfeijoa
committed
d324628
View commit details
Copy full SHA for d324628
Browse repository at this point
feat: 피드 좋아요 보류 상태 저장을 위한 DataStore 구현
Show description for 7f2ef93
devfeijoa
committed
7f2ef93
View commit details
Copy full SHA for 7f2ef93
Browse repository at this point
feat: 피드 좋아요 보류 상태 삭제 기능 추가
Show description for 47ffc95
devfeijoa
committed
47ffc95
View commit details
Copy full SHA for 47ffc95
Browse repository at this point
feat: 좋아요 상태 변경 시 로컬 저장소 동기화 로직 추가
Show description for 65b4e63
devfeijoa
committed
65b4e63
View commit details
Copy full SHA for 65b4e63
Browse repository at this point
fix: 동기화 완료된 피드 좋아요 상태의 DataStore 삭제 로직 추가
Show description for e90aceb
devfeijoa
committed
e90aceb
View commit details
Copy full SHA for e90aceb
Browse repository at this point
fix: UpdatedFeedRepository 내 펜딩된 좋아요 상태 동기화 로직 추가
Show description for 808fd0a
devfeijoa
committed
808fd0a
View commit details
Copy full SHA for 808fd0a
Browse repository at this point
fix: 좋아요 상태 동기화 로직 보완 및 메모리/로컬 저장소 관리 개선
Show description for 9bd1122
devfeijoa
committed
9bd1122
View commit details
Copy full SHA for 9bd1122
Browse repository at this point
fix: 피드 좋아요 상태 저장 로직의 순차 처리 보장 및 초기화 방식 수정
Show description for 40a43ea
devfeijoa
committed
40a43ea
View commit details
Copy full SHA for 40a43ea
Browse repository at this point
Commits on Jun 23, 2026
fix: `UpdatedFeedRepository` 내 좋아요 상태 저장 로직의 동시성 제어 방식 수정
Show description for 6ae731a
devfeijoa
committed
6ae731a
View commit details
Copy full SHA for 6ae731a
Browse repository at this point
Commits on Jun 24, 2026
refactor: 피드 좋아요 동기화 로직 개선 및 예외 케이스 처리
Show description for d77e967
devfeijoa
committed
d77e967
View commit details
Copy full SHA for d77e967
Browse repository at this point
fix: 피드 좋아요 상태의 원본 값 캐싱 로직 추가
Show description for 6d8fa9d
devfeijoa
committed
6d8fa9d
View commit details
Copy full SHA for 6d8fa9d
Browse repository at this point
refactor: DefaultPendingFeedLikeStore 내 MutableMap 저장 로직 수정
Show description for faaa6e7
devfeijoa
committed
faaa6e7
View commit details
Copy full SHA for faaa6e7
Browse repository at this point
docs: PendingFeedLikeStore 내 좋아요 상태 일치 여부에 따른 삭제 메서드 주석 추가
Show description for 407e534
devfeijoa
committed
407e534
View commit details
Copy full SHA for 407e534
Browse repository at this point
You can’t perform that action at this time.