Skip to content

Commit

Permalink
[Feature/#928] 로그인 중앙화 UI 구현 (#1008)
Browse files Browse the repository at this point in the history
* [feature/#928] add auth error activity

* [feature/#928] add text spanStyle

* [feature/#928] add auth button file

* [feature/#928] make auth button

* [feature/#928] make textWithButton component

* [feature/#928] make LoginErrorDialog

* [feature/#928] 텍스트 함수화

* [feature/#928] refactor auth file

* [feature/#928] refactor auth file

* [feature/#928] make error dialog

* [feature/#928] Unnecessary code deletion

* [feature/#928] make sopt logo animation

* [feature/#928] make Auth Screen UI

* [feature/#928] rename AuthTextWithArrow function

* [feature/#928] make DialogTitle function

* [feature/#928] fix sopt logo animation

* [feature/#928] login error dialog -> PopUp

* [feature/#928] delete XML animation function

* [feature/#928] make google login available

* [feature/#928] delete AuthActivity UI XML file

* [feature/#928] make authCertification component

* [feature/#928] phone certification's component

* [feature/#928] phone certification UI

* [feature/#928] fix to AuthCertificationActivity

* [feature/#928] add AuthCertificationActivity in manifest

* [feature/#928] change AuthCertificationScreen function name

* [feature/#928] changing UI

* [feature/#928] 회원인증 모든 경우의 UI

* [feature/#928] activity -> screen

* [feature/#928] 버튼 위치 수정

* [feature/#928] add snack bar logic

* [feature/#928] snackbar UI

* [feature/#928] snackbar 수정

* [feature/#928] 소셜 계정 화면 구현

* [feature/#928] 소셜 계정 연결 화면 구현

* [feature/#928] 소셜 계정 연결 화면 수정

* [feature/#928] 코드 수정

* [feature/#928] 코드 최적화

* [feature/#928] 코드 최적화

* [feature/#928] 접근제어자 수정

* [feature/#928] baseline

* [chore/#928] debugImplementation로 수정

* [chore/#928] 변수명 수정

* [chore/#928] 주석 추가

* [chore/#928] Hairline 추가

* [chore/#928] padding 매개변수로 수정

* [chore/#928] 블록 추가

* [chore/#928] AuthTextField text -> labelText

* [chore/#928] remember 추가

* [chore/#928] BaselineProfile 적용
  • Loading branch information
leeeyubin authored Dec 30, 2024
1 parent 0807ba0 commit d719334
Show file tree
Hide file tree
Showing 29 changed files with 35,658 additions and 15,794 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ dependencies {
implementation(libs.bundles.compose)
implementation(libs.startup)
implementation(libs.swipe.refresh.layout)
debugImplementation(libs.compose.ui.tooling)

implementation(libs.inappupdate)

Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
android:name=".feature.fortune.FortuneActivity"
android:exported="true"
android:launchMode="singleTop" />

<service
android:name=".config.messaging.SoptFirebaseMessagingService"
android:exported="false">
Expand Down
Loading

0 comments on commit d719334

Please sign in to comment.