Skip to content

Commit

Permalink
Update release information
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Feb 24, 2024
1 parent 87c4168 commit 666bfa6
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 19
targetSdkVersion versions.compileSdk
versionCode 305
versionName '1.4.305.202402230'
versionCode 306
versionName '1.4.306.202402250'
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.306.202402250 (date: 2024.02.25)
* Android 14 SCHEDULE_EXACT_ALARM permission acquisition

# Changes in 1.4.305.202402230 (date: 2024.02.23)
* Added scheduler option to create diaries with Google Calendar events

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.306.202402250 (date: 2024.02.25)
* Android 14 SCHEDULE_EXACT_ALARM権限処理を追加

# Changes in 1.4.305.202402230 (date: 2024.02.23)
* Googleカレンダーイベントで日記を自動生成できるスケジューラオプションを追加

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.306.202402250 (date: 2024.02.25)
* Android 14 SCHEDULE_EXACT_ALARM 권한처리 추가

# Changes in 1.4.305.202402230 (date: 2024.02.23)
* 구글캘린더 이벤트로 다이어리를 자동생성 할 수 있는 스케줄러 옵션추가

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ open class EasyDiaryActivity : BaseSimpleActivity() {

fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(305, R.string.release_306))
add(Release(305, R.string.release_305))
add(Release(304, R.string.release_304))
add(Release(303, R.string.release_303))
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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Googleカレンダーイベントで日記を自動生成できるスケジューラオプションを追加
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM権限処理を追加
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
구글캘린더 이벤트로 다이어리를 자동생성 할 수 있는 스케줄러 옵션추가
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM 권한처리 추가
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Android 14 SCHEDULE_EXACT_ALARM permission acquisition
</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 @@ -742,6 +742,10 @@
v1.4.305.202402230 / 2024.02.23\n
Added scheduler option to create diaries with Google Calendar events
</string>
<string name="release_306">
v1.4.306.202402250 / 2024.02.25\n
Added Android 14 SCHEDULE_EXACT_ALARM permission handling
</string>

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

0 comments on commit 666bfa6

Please sign in to comment.