Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed May 13, 2019
1 parent 45759fc commit 90f5087
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 2 deletions.
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.78 (date: 2019/05/13)
* Fixed an error that ended abnormally if some function of the setting screen does not have access to device storage

# Changes in 1.4.77 (date: 2019/05/11)
* Add diary symbols and apply categories

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.78 (date: 2019/05/13)
* 設定画面の一部の機能がデバイスストレージにアクセスできない場合に異常終了するエラーを修正しました

# Changes in 1.4.77 (date: 2019/05/11)
* ダイアリーシンボルの追加やカテゴリ適用

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.78 (date: 2019/05/13)
* 저장소 접근권한이 없는경우 설정화면 일부 기능에서 비정상 종료되던 버그 수정

# Changes in 1.4.77 (date: 2019/05/11)
* 다이어리 심볼 추가 및 카테고리 적용

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

fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(141, R.string.release_141))
add(Release(140, R.string.release_140))
add(Release(139, R.string.release_139))
add(Release(138, R.string.release_138))
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 @@ -244,6 +244,10 @@
v1.4.77 / 2019.05.11\n
Add diary symbols and apply categories
</string>
<string name="release_141">
v1.4.78 / 2019.05.13\n
Fixed an error that ended abnormally if some function of the setting screen does not have access to device storage
</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 @@ -244,6 +244,10 @@
v1.4.77 / 2019.05.11\n
Add diary symbols and apply categories
</string>
<string name="release_141">
v1.4.78 / 2019.05.13\n
Fixed an error that ended abnormally if some function of the setting screen does not have access to device storage
</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 @@ -244,6 +244,10 @@
v1.4.77 / 2019.05.11\n
ダイアリーシンボルの追加やカテゴリ適用
</string>
<string name="release_141">
v1.4.78 / 2019.05.13\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 @@ -244,6 +244,10 @@
v1.4.77 / 2019.05.11\n
다이어리 심볼 추가 및 카테고리 적용
</string>
<string name="release_141">
v1.4.78 / 2019.05.13\n
저장소 접근권한이 없는경우 설정화면 일부 기능에서 비정상 종료되던 버그 수정
</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 @@ -244,6 +244,10 @@
v1.4.77 / 2019.05.11\n
Add diary symbols and apply categories
</string>
<string name="release_141">
v1.4.78 / 2019.05.13\n
Fixed an error that ended abnormally if some function of the setting screen does not have access to device storage
</string>

<!-- ////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- Resources added since version 1.4.47 here. -->
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
// minSdk : 16,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '1.4.77',
publishVersionCode: 140,
publishVersion : '1.4.78',
publishVersionCode: 141,

gradlePlugin : '3.3.2',
// spotlessPlugin : '3.14.0',
Expand Down

0 comments on commit 90f5087

Please sign in to comment.