Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] v1.2.1 #246

Merged
merged 10 commits into from
Apr 22, 2024
Merged

[Release] v1.2.1 #246

merged 10 commits into from
Apr 22, 2024

Conversation

gnksbm
Copy link
Contributor

@gnksbm gnksbm commented Apr 19, 2024

작업내용

1.2.1 버전 배포

리뷰요청

X

관련 이슈

X

gnksbm and others added 9 commits April 15, 2024 21:20
* [Setting] Widget Extension 타겟 추가

* [Setting] Widget match identifier 주석 해제

* [Feat] ArrivalInfoWidget 추가

* [Remove] 레거시 위젯 제거 ArrivalInfoWidget로 대체

* [Chore] 위젯뷰 경로 수정

* [Add] RefreshView Preview 추가

* [Fix] 주변정류장 위젯 이름 / 설명 추가

* [Feat] ArrivalInfoIntent 동적 파라미터 추가

* [Fix] DynamicOptionsProvider defaultResult 추가

* [Chore] NearByStopView 경로 수정

* [Fix] widgetBackground 인자 기본값 추가

* [Setting] Widget Extension Resources 경로 수정

* [Setting] 빌드버전 한국기준으로 고정

* [Setting] CI/CD OS, Xcode, Swift 버전 수정

* [Setting] 빌드 테스트 Scheme App으로 수정
* [Feat] 처음 선택된 ClusterMaker값 처리

* [Fix] rx MainScheduler에서 output.selectedBusStopInfo의 subsribe가 실행되게 수정

  - .observe(on: MainScheduler.asyncInstance) 추가

* [Feat] LeafMakerUpdater 구조 변경

* [Feat] #233 코드정리

* [fix] 변수 private 처리

* [Fix] 레거시 코드 삭제

* [Fix] selectedBusStopId의 distinctUntilChanged() 제거

  - viewWillAppear할 때마다 moveCamera가 돌기 위함
* [Fix] #234 버스도착정보모델 adirection 프로퍼티 추가

* [Add] #234 FavoritesBusResponse 모델 추가

* [Add] #234 FavoritesBusResponseMO 추가

* [Feat] #234 CoreDataService 중복저장하지 않는 save 함수 구현

* [Fix] #234 FavoritesBusResponse identifier 추가

* [Fix] CoreDataService 중복확인, 삭제 로직 수정

* [Feat] #234 정류장 도착정보 모델 즐겨찾기 업데이트 메서드 구현

* [Fix] #234 즐겨찾기 마이그레이션 구현, 즐겨찾기 추가 / 제거 로직 수정

* [Fix] FavoritesRepository 디코딩 타입 수정, fetch 시점 수정

* [Fix] CoreData 마이그레이션 로직 수정

* [Feat] #234 CoreDataService Store 상태 값 추가

* [Fix] Repository CoreDataService fetch시점 수정

* [Feat] 버스도착정보 즐겨찾기되지 않은 버스 제거 로직 구현

* [Feat] 홈 UseCase: 즐겨찾기에 새로운 정류장 추가시 Fetch 되는 로직 구현

* [Fix] 마이그레이션 로직 중복저장하지 않게 수정

* [Fix] #234 정규알람 adirection 프로퍼티 추가

* [Fix] #234 정규알람MO 경량 마이그레이션

* [Fix] 정규알람 수정 시 DatePicker 편집되기 전 시간으로 설정

* [Fix] AddRegularAlarmEndPoint adirection 프로퍼티 추가

* [Feat] UserDefaultsWrapper 구현

* [Fix] CoreDataService 마이그레이션 로직 수정

* [Feat] #234 정규알람 마이그레이션 로직 구현

* [Fix] #234 즐겨찾기 마이그레이션 로직 수정

* [Remove] BusOptionProvider 제거

* [Fix] BusStop -> Favorites OptionProvider 수정

* [Fix] 즐겨찾기 마이그레이션 로직 수정

* [Chore] CoreDataService 디버깅 주석 추가, 에러 수정

* [Fix] AppGroupUserDefaults 앱 삭제시 데이터 지워지지 않는 문제 해결

* [Chore] CoreDataService 주석 추가, 버그 의심 코드 주석

* [Fix] 마이그레이션 작업 글로벌큐로 실행, 즐겨찾기 UseCase 로직 수정

* [Fix] FavoritesUseCase 즐겨찾기 되지 않은 결과 제외해 리턴

* [Fix] 버스도착정보 API 호출 실패시 Optional 처리

* [UI] 오토레이아웃 경고 수정, extension 사용으로 코드 단축

* [Fix] CoreDataService Fetch 리턴값 Observable로 수정

* [Fix] 즐겨찾기 Fetch 로직 수정

* [Chore] CoreDataService 로그 출력 보강

* [Fix] 즐겨찾기Repository 로직 수정

* [Fix] 정규알람 함수 분리 및 파일 정리, 로그 추가

* [Fix] 함수 호출부 글로벌 큐 처리 제거

* [Chore] 수정 필요한 주석 TODO 처리

* [Fix] #234 즐겨찾기가 비었을 때 Home Refresh가 되지 않는 버그 수정

* [Remove] 레거시 NotificationExtension 제거

* [Chore] UserDefaultsWrapper 파일 분리

* [Chore] Core 모듈 Extension 문서화

* [Chore] 열거형 타입 이름 수정

* [Fix] CloudKit Database 연동

* [Fix] 알람추가 뷰 새로운 알람 추가하는 상황에서 날짜 초기화 되지 않는 버그 수정
@gnksbm gnksbm added the 🌏 앱 배포 배포관련 label Apr 19, 2024
@gnksbm gnksbm self-assigned this Apr 19, 2024
@gnksbm gnksbm merged commit b37cb63 into main Apr 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 앱 배포 배포관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants