-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor/#732 이미지 불러오는 속도 개선 #738
Merged
The head ref may contain hidden characters: "Refactor/#732-\uC774\uBBF8\uC9C0_\uBD88\uB7EC\uC624\uB294_\uC18D\uB3C4_\uAC1C\uC120"
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmdgh1592
added
Android
안드로이드 관련 이슈
리팩터링
테스트 코드의 검증 값이 변환하지 않고 코드 변경
High Priority
리뷰 우선순위가 높은 PR
Low Priority
리뷰 우선순위가 낮은 PR
labels
Oct 17, 2023
chws0508
approved these changes
Oct 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preload라는 기능이 있군요...와우
고생 많으셨습니다!!!
홍실폰으로 실험하면서, 몇장을 preload할지 한번 더 정하면 좋을 것 같습니다
@chws0508 좋습니다. 이따가 테스트해보죠~ |
chws0508
pushed a commit
that referenced
this pull request
Oct 18, 2023
chws0508
added a commit
that referenced
this pull request
Oct 18, 2023
* refactor: toolbar 설정 * refactor: 게시글 글쓰기 화면, appbarLayout -> materialToolbar 하나만 사용하여, 뷰 계층 구조 최소화 * refactor: 함께해요 Detail 화면, appbarLayout -> materialToolbar 하나만 사용하여, 뷰 계층 구조 최소화 * refactor: 함께해요 글쓰기 화면 뷰 계층 최소화 * Refactor/#730 오버드로(over draw) 감소 (#736) * refactor: 컨퍼런스 화면 Overdraw 최적화 * refactor: 테마의 windowBackground를 white로 변경 * refactor: 테마의 statusBarColor를 투명하게 변경 * refactor: 행사 스크랩 화면 Overdraw 최적화 * refactor: 대회 목록 화면 Overdraw 최적화 * refactor: 프로필 화면 OverDraw 최적화 * refactor: NoContentView OverDraw 최적화 * refactor: 행사 검색 화면OverDraw 최적화 * refactor: 알림 보관함 화면 OverDraw 최적화 * refactor: 행사 상세 화면 OverDraw 최적화 * refactor: 피드 상세 화면 OverDraw 최적화 * refactor: 같이가요 상세 화면 OverDraw 최적화 * refactor: 설정 화면 OverDraw 최적화 * refactor: 알림 설정 화면 OverDraw 최적화 * refactor: 차단 목록 화면 OverDraw 최적화 * refactor: 대댓글 화면 OverDraw 최적화 * refactor: 채팅방 목록 화면 OverDraw 최적화 * refactor: 채팅 목록 화면 OverDraw 최적화 * refactor: 프로필 수정 OverDraw 최적화 * refactor: 프로필 조회 화면 OverDraw 최적화 * refactor: 메인 화면 바텀 네비게이션 배경 투명하게 변경 * Refactor/#732 이미지 불러오는 속도 개선 (#738) * refactor: 오픈 채팅방 URL 설정 Activity를 manifest에서 제거 - 사용되지 않음 * refactor: 컨퍼런스 이미지를 8개까지 미리 불러와 캐싱하도록 변경 * refactor: 대회 이미지를 8개까지 미리 불러와 캐싱하도록 변경 * refactor: 프로필 수정시, 활동별로 정상적으로 뜨도록 버그 해결 (#744) * refactor: 함께해요 Detail 화면, appbarLayout -> materialToolbar 하나만 사용하여, 뷰 계층 구조 최소화 * refactor: 테마 전체적용 해제 * refactor: keepScreenOn 제거, 함수명 변경 --------- Co-authored-by: BuNa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Android
안드로이드 관련 이슈
High Priority
리뷰 우선순위가 높은 PR
Low Priority
리뷰 우선순위가 낮은 PR
리팩터링
테스트 코드의 검증 값이 변환하지 않고 코드 변경
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
📝 작업 내용
스크린샷 (선택)
Before
After
비교 GIF
PlaceHolder
가 오래 보이는 문제가 해결되었습니다.#8B00FF
2024년 웹개발 트렌드 세미나
화면이 회색(PlaceHolder) 로 보이지 않고 바로 로딩되어 보이는 모습예상 소요 시간 및 실제 소요 시간 (일 / 시간 / 분)
예상 소요 시간 : 1시간
실제 소요 시간 : 30분
💬 리뷰어 요구사항 (선택)