Skip to content

Commit

Permalink
feat: Update release information
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Jun 19, 2024
1 parent 4cacbc3 commit 8890692
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "me.blog.korn123.easydiary"
minSdkVersion 21
targetSdkVersion versions.compileSdk
versionCode 310
versionName '1.4.310.202406xx0'
versionCode 311
versionName '1.4.311.202406190'
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.310.202406190 (date: 2024.06.19)
* Applied Android 12 Splash API

# Changes in 1.4.309.202406100 (date: 2024.06.10)
* Fixed Android 14 Foreground Service permission issue

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.310.202406190 (date: 2024.06.19)
* Android 12 スプラッシュ API を適用

# Changes in 1.4.309.202406100 (date: 2024.06.10)
* Android 14 Foreground Service権限問題が修正されました

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.310.202406190 (date: 2024.06.19)
* 안드로이드12 Splash API 적용

# Changes in 1.4.309.202406100 (date: 2024.06.10)
* 안드로이드14 Foreground Service 권한이슈가 해결됨

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(310, R.string.release_310))
add(Release(309, R.string.release_309))
add(Release(308, R.string.release_308))
add(Release(307, R.string.release_307))
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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Android 14 Foreground Service権限問題が修正されました
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Android 12 スプラッシュ API を適用
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
안드로이드14 Foreground Service 권한이슈가 수정됨
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
안드로이드12 Splash API 적용
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</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 @@ -760,6 +760,10 @@
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>
<string name="release_310">
v1.4.310.202406190 / 2024.06.19\n
Applied Android 12 Splash API
</string>

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

0 comments on commit 8890692

Please sign in to comment.