Skip to content

Commit

Permalink
Merge pull request #8 from NielsLee/dev
Browse files Browse the repository at this point in the history
修改版本号,添加更新日志
  • Loading branch information
NielsLee committed Jun 26, 2024
2 parents 48b79aa + 6a8bf34 commit dc03e0a
Show file tree
Hide file tree
Showing 6 changed files with 7 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 @@ -13,8 +13,8 @@ android {
applicationId "lying.fengfeng.foodrecords"
minSdk 26
targetSdk 34
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Optimized the notification logic: The app will now attempt to send notifications after the screen is turned on at 10 AM daily, provided notifications are enabled (however, due to customized ROM notification controls and power management controls, timely notifications cannot be guaranteed. It is recommended to manually disable the app's power management policy).
1 change: 1 addition & 0 deletions metadata/fr/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Optimisation de la logique des notifications : L'application tentera désormais d'envoyer des notifications après que l'écran s'allume à 10h00 chaque jour, à condition que les notifications soient activées (toutefois, en raison des contrôles de notification et de gestion de l'alimentation des ROMs personnalisées, la réception des notifications en temps voulu ne peut être garantie. Il est recommandé de désactiver manuellement la politique de gestion de l'alimentation de l'application).
1 change: 1 addition & 0 deletions metadata/zh-CN/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
优化了消息通知的逻辑:现在应用会在开启通知的前提下,每天上午十点以后的屏幕亮起的时候尝试发送通知(但是由于客制化ROM的通知管控和耗电管控,不能保证通知能够及时发送,建议手动取消应用的耗电管控策略
1 change: 1 addition & 0 deletions metadata/zh-HK/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
優化了消息通知的邏輯:現在應用會在開啟通知的前提下,每天上午十點以後的屏幕亮起時嘗試發送通知(但是由於客製化ROM的通知管控和耗電管控,不能保證通知能夠及時發送,建議手動取消應用的耗電管控策略)。
1 change: 1 addition & 0 deletions metadata/zh-TW/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
優化了消息通知的邏輯:現在應用會在開啟通知的前提下,每天上午十點以後的屏幕亮起時嘗試發送通知(但是由於客製化ROM的通知管控和耗電管控,不能保證通知能夠及時發送,建議手動取消應用的耗電管控策略)。

0 comments on commit dc03e0a

Please sign in to comment.