Commit e185f90
authored
* [setting#3] 프로젝트 명칭 변경 (Focpet -> Kindl) 및 관련 패키지 구조 재편
- `rootProject.name`을 "Focpet"에서 "Kindl"로 변경하고, 앱의 네임스페이스 및 `applicationId`를 `com.kindl`로 수정하였습니다.
- 기존 `com.focpet` 패키지 경로의 소스 코드(`FocpetApplication.kt`, `CoilModule.kt`)를 `com.kindl` 패키지로 이동 및 이름을 변경하였습니다.
- `libs.versions.toml` 내의 컨벤션 플러그인 ID를 `focpet.*`에서 `kindl.*` 형식으로 일괄 업데이트하였습니다.
- `AndroidManifest.xml`, `strings.xml`, `themes.xml` 등 리소스 파일 내의 앱 이름 및 테마 설정을 "Kindl"로 변경하였습니다.
- 불필요한 예제 테스트 파일(`ExampleInstrumentedTest.kt`, `ExampleUnitTest.kt`)을 삭제하였습니다.
- `app` 모듈의 의존성에 `core:network` 프로젝트를 추가하였습니다.
- `.idea/icon.svg` 아이콘 파일을 신규 추가하였습니다.
* [setting#3] 프로젝트 패키지 경로 및 네임스페이스 변경 (focpet -> kindl)
- 모든 모듈의 패키지 경로를 `com.focpet`에서 `com.kindl`로 리팩토링하였습니다.
- `build-logic` 내의 프로젝트 네임스페이스 설정 및 컨벤션 플러그인 ID를 `kindl.*` 형식으로 변경하였습니다.
- `core:designsystem`의 기본 테마 이름을 `FocpetTheme`에서 `KindlTheme`로 변경하였습니다.
- `presentation:main` 모듈의 불필요한 ProGuard 설정 파일(`proguard-rules.pro`, `consumer-rules.pro`)을 삭제하였습니다.
- `core:common` 및 `core:network` 등 각 모듈 내 클래스들의 import 경로를 변경된 패키지에 맞춰 수정하였습니다.
- `core:network` 모듈의 `NetworkModule`에서 `BuildConfig` 참조를 올바른 패키지로 수정하였습니다.
1 parent 34f0b35 commit e185f90
62 files changed
Lines changed: 152 additions & 205 deletions
File tree
- .idea
- app
- src
- androidTest/java/com/focpet
- main
- java/com/kindl
- di
- res/values
- test/java/com/focpet
- build-logic/convention
- src/main/kotlin
- com
- focpet/buildlogic
- kindl/buildlogic
- core
- common
- src/main/java/com/kindl/core/common
- base
- extension
- model
- trigger
- util
- designsystem
- src/main/java/com/kindl/core/designsystem/theme
- network
- src/main/java/com/kindl/core/network
- di
- model
- gradle
- presentation/main
- src/main/java/com/kindl/presentation/main
- state
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
Lines changed: 0 additions & 24 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
This file was deleted.
0 commit comments