-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: 상세 배경 dimmed 60 으로 올린다 * feat: 소셜 미디어 아이콘을 앱의 res 로 변경한다 * feat: add school image & background image * feat: 상세 페에지 이름 길이 두 줄 대응 * feat(FestivalList): 텍스트 높이를 고정한다 * fix: 최근 검색어 전체 삭제 컬러 수정 * feat: RecyclerView 애니메이션 제거 * feat: Default user profile 변경 * feat: dim 60% 로 변경 * feat: 축제 상세 공연 목록을 4 줄 GridLayoutManager 로 변경한다. * feat: 축제 공연 테두리 굵기를 0.2 로 줄인다 * feat: 아티스트에 둥근 테두리 추가 * feat: 아직 라인업이 공개되지 않았어요 메세지 추가 * feat: 바텀 네비게이션 전환 애니메이션 삭제 * feat: 선택 업데이트 요청 버전만 선택 업데이트 창을 띄운다 * style: ktlint check * refactor: naming convention * chore: Update App version to 2.0.4(13)
- Loading branch information
1 parent
2df37cd
commit 8b995af
Showing
53 changed files
with
420 additions
and
65 deletions.
There are no files selected for viewing
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
android/festago/domain/src/main/java/com/festago/festago/domain/model/social/SocialMedia.kt
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
9 changes: 9 additions & 0 deletions
9
...d/festago/domain/src/main/java/com/festago/festago/domain/model/social/SocialMediaType.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.festago.festago.domain.model.social | ||
|
||
enum class SocialMediaType { | ||
FACEBOOK, | ||
INSTAGRAM, | ||
YOUTUBE, | ||
X, | ||
NONE, | ||
} |
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
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
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
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
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
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
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
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
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
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
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
4 changes: 4 additions & 0 deletions
4
android/festago/presentation/src/main/res/animator/nav_default_enter_anim.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
</set> |
4 changes: 4 additions & 0 deletions
4
android/festago/presentation/src/main/res/animator/nav_default_exit_anim.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
</set> |
4 changes: 4 additions & 0 deletions
4
android/festago/presentation/src/main/res/animator/nav_default_pop_enter_anim.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
</set> |
4 changes: 4 additions & 0 deletions
4
android/festago/presentation/src/main/res/animator/nav_default_pop_exit_anim.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
</set> |
7 changes: 7 additions & 0 deletions
7
android/festago/presentation/src/main/res/drawable/bg_artist_stroke.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="oval"> | ||
<stroke | ||
android:width="0.4dp" | ||
android:color="@color/background_gray_03" /> | ||
</shape> |
11 changes: 5 additions & 6 deletions
11
android/festago/presentation/src/main/res/drawable/bg_festival_list_festival.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" > | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<stroke | ||
android:color="@color/background_gray_03" | ||
android:width="1dp" /> | ||
<solid | ||
android:color="@color/background_gray_02" /> | ||
</shape> | ||
android:width="0.2dp" | ||
android:color="@color/background_gray_03" /> | ||
<solid android:color="@color/background_gray_02" /> | ||
</shape> |
16 changes: 16 additions & 0 deletions
16
android/festago/presentation/src/main/res/drawable/ic_facebook.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="20dp" | ||
android:height="20dp" | ||
android:viewportWidth="20" | ||
android:viewportHeight="20"> | ||
<group> | ||
<clip-path | ||
android:pathData="M2,2h16v16h-16z"/> | ||
<path | ||
android:pathData="M18,10C18,5.582 14.418,2 10,2C5.582,2 2,5.582 2,10C2,13.752 4.583,16.9 8.068,17.764V12.445H6.418V10H8.068V8.947C8.068,6.224 9.3,4.962 11.973,4.962C12.48,4.962 13.355,5.061 13.712,5.16V7.376C13.524,7.356 13.196,7.347 12.788,7.347C11.476,7.347 10.97,7.844 10.97,9.135V10H13.583L13.134,12.445H10.97V17.941C14.931,17.463 18,14.09 18,10H18Z" | ||
android:fillColor="#0866FF"/> | ||
<path | ||
android:pathData="M13.134,12.445L13.583,10H10.97V9.135C10.97,7.843 11.476,7.346 12.788,7.346C13.196,7.346 13.524,7.356 13.712,7.376V5.16C13.355,5.061 12.48,4.961 11.973,4.961C9.3,4.961 8.068,6.224 8.068,8.946V10H6.418V12.445H8.068V17.764C8.686,17.918 9.334,18 10,18C10.328,18 10.652,17.98 10.969,17.941V12.445H13.134H13.134Z" | ||
android:fillColor="#ffffff"/> | ||
</group> | ||
</vector> |
Oops, something went wrong.