fix: 버전업 오류 수정 및 UI 개선

- 난부 버전 1147 (1.4.7)로 업데이트 (중복 버전 코드 제거)
- 휴가 관리 탭 → 근무 관리로 명칭 변경
- 남은 연차 하단에 '기능추가중' 표시 추가

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-13 00:33:55 +09:00
parent f586d74759
commit 30b150bb81
4 changed files with 17 additions and 9 deletions

View File

@@ -20,10 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1144
versionName = "1.4.4"
versionCode = 1145
versionName = "1.4.5"
versionCode = 1147
versionName = "1.4.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -120,6 +120,16 @@
android:text="※ 연차: -1일 / 반년: -0.5일 차감"
android:textSize="12sp"
android:textColor="@color/text_tertiary"
android:layout_marginBottom="8dp"
android:gravity="center"/>
<!-- 기능추가중 Notice -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="기능추가중"
android:textSize="11sp"
android:textColor="@color/primary"
android:layout_marginBottom="24dp"
android:gravity="center"/>

View File

@@ -9,7 +9,7 @@
<string name="tab_basic">기본 설정</string>
<string name="tab_alarm">알람 설정</string>
<string name="tab_additional">부가기능</string>
<string name="tab_lab">휴가 관리</string>
<string name="tab_lab">근무 관리</string>
<string-array name="factory_array">
<item>전주</item>

View File

@@ -1,7 +1,7 @@
{
"versionCode": 1146,
"versionName": "1.4.6",
"apkUrl": "https://git.webpluss.net/attachments/94d91eff-db0f-44af-b043-b03918cba243",
"changelog": "v1.4.6: 휴가관리 중복 텍스트 제거, 자동 저장 기능 추가",
"versionCode": 1147,
"versionName": "1.4.7",
"apkUrl": "https://git.webpluss.net/attachments/eb7f2a8d-3243-4c23-a833-f9864a4686a3",
"changelog": "v1.4.7: 버전업 오류 수정, 휴가관리→근무관리 명칭 변경, 기능추가중 표시",
"forceUpdate": false
}