Skip to content

Commit

Permalink
deploy: Update release information
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Oct 24, 2024
1 parent 699c336 commit cb480dd
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 21
targetSdkVersion versions.compileSdk
versionCode 317
versionName '1.4.317.202410xx0'
versionName '1.4.317.202410240'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_en
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.4.317.202410240 (date: 2024.10.24)
* Changed multi-picker support policy

# Changes in 1.4.313.202410010 (date: 2024.10.01)
* User Experience (UX) Optimization

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_ja
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.4.317.202410240 (date: 2024.10.24)
* マルチピッカーのサポートポリシーを変更しました

# Changes in 1.4.313.202410010 (date: 2024.10.01)
* ユーザーエクスペリエンス(UX)の最適化

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/RELEASE_ko
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---------------------------------------------------

# Changes in 1.4.317.202410240 (date: 2024.10.24)
* 멀티피커 지원정책 변경

# Changes in 1.4.313.202410010 (date: 2024.10.01)
* 사용자경험(UX) 최적화

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ open class EasyDiaryActivity : BaseSimpleActivity(), ShakeDetector.Listener {
***************************************************************************************************/
fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(317, R.string.release_317))
add(Release(313, R.string.release_313))
add(Release(312, R.string.release_312))
add(Release(309, R.string.release_309))
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
ユーザーエクスペリエンス(UX)の最適化
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
マルチピッカーのサポートポリシーを変更しました
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
사용자경험(UX) 최적화
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
멀티피커 지원정책 변경
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-sat/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- 自1.4.47版本以来添加的资源点击这里。 -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@
v1.4.313.202410010 / 2024.10.01\n
User Experience (UX) Optimization
</string>
<string name="release_317">
v1.4.317.202410240 / 2024.10.24\n
Changed multi-picker support policy
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down

0 comments on commit cb480dd

Please sign in to comment.