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 10, 2024
1 parent 88a7014 commit 54d7a6d
Show file tree
Hide file tree
Showing 20 changed files with 75 additions and 5 deletions.
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 309
versionName '1.4.308.202406xx0'
versionName '1.4.309.202406100'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
15 changes: 11 additions & 4 deletions app/src/gms/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:allowBackup="true"
android:name=".helper.EasyDiaryApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<service android:name=".services.RecoverPhotoService" />
<service android:name=".services.BackupPhotoService" />
<service android:name=".services.FullBackupService" />
<service
android:name=".services.RecoverPhotoService"
android:foregroundServiceType="dataSync" />
<service
android:name=".services.BackupPhotoService"
android:foregroundServiceType="dataSync" />
<service
android:name=".services.FullBackupService"
android:foregroundServiceType="dataSync" />
</application>
</manifest>
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
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.309.202406100 (date: 2024.06.10)
* Fixed Android 14 Foreground Service permission issue

# Changes in 1.4.308.202406030 (date: 2024.06.03)
* Applying the detailed consent guide policy for OAuth

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.309.202406100 (date: 2024.06.10)
* Android 14 Foreground Service権限問題が修正されました

# Changes in 1.4.308.202406030 (date: 2024.06.03)
* OAuthの詳細な同意ガイドポリシーの適用

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.309.202406100 (date: 2024.06.10)
* 안드로이드14 Foreground Service 권한이슈가 수정됨

# Changes in 1.4.308.202406030 (date: 2024.06.03)
* OAuth 세부적인 동의 가이드 정책 적용

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ open class EasyDiaryActivity : BaseSimpleActivity(), ShakeDetector.Listener {
***************************************************************************************************/
fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(309, R.string.release_309))
add(Release(308, R.string.release_308))
add(Release(307, R.string.release_307))
add(Release(306, R.string.release_306))
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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
OAuthの詳細な同意ガイドポリシーの適用
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Android 14 Foreground Service権限問題が修正されました
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
OAuth 세부적인 동의 가이드 정책 적용
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
안드로이드14 Foreground Service 권한이슈가 수정됨
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</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 @@ -756,6 +756,10 @@
v1.4.308.202406030 / 2024.06.03\n
Applying the detailed consent guide policy for OAuth
</string>
<string name="release_309">
v1.4.309.202406100 / 2024.06.10\n
Fixed Android 14 Foreground Service permission issue
</string>

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

0 comments on commit 54d7a6d

Please sign in to comment.