File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 8.3.5 (??.??.2023 ) +30 Commits & +40 Translations
4+ 8.3.5 (12.01.2024 ) +40 Commits & +60 Translations
55------------
66
77#### Function
88
99- Add: Enforce backups limit button to AppSheet
10+ - Add: Allow restoring old apps (older than Android 6) on Android 14+
11+ - Fix: KernelSU support
1012- Update: Move to one-activity structure
1113- Update: Revamp permissions management
1214
@@ -15,6 +17,7 @@ CHANGELOG
1517- Add: Animated switch of pages
1618- Add: Different dynamic and black themes
1719- Fix: Pages popup animation
20+ - Fix: Crash on resume after launching from AppSheet
1821- Fix: Navigation bar item's ripple
1922- Fix: StatusBar visibility in custom dynamic themes
2023- Update: Revamp AppSheet's buttons
@@ -23,8 +26,9 @@ CHANGELOG
2326
2427#### UX
2528
26- - Update: Revamp resume logic (relock on each resume)
2729- Add: Opt-in dev-option to ignore locked backups in housekeeping
30+ - Add: Warning about password on save/loadPreferences dev-tool
31+ - Update: Revamp resume logic (relock on each resume)
2832
2933
30348.3.4 (13.10.2023) +10 Commits & +10 Translations
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ val vCommonsIO = "2.15.1"
3333val vComposeCompiler = " 1.5.8"
3434val vCompose = " 1.6.0-beta03"
3535val vComposeM3 = " 1.1.2" // does NOT crash in context menu "Put"
36+ // TODO migration val vComposeM3 = "1.2.0-beta02"
3637val vDatastore = " 1.0.0"
3738val vKAML = " 0.56.0"
3839val vKotlin = " 1.9.22"
@@ -61,8 +62,8 @@ android {
6162 applicationId = " com.machiav3lli.backup"
6263 minSdk = 26
6364 targetSdk = 33
64- versionCode = 8314
65- versionName = " 8.3.5-alpha01 "
65+ versionCode = 8315
66+ versionName = " 8.3.5"
6667 buildConfigField(" int" , " MAJOR" , " 8" )
6768 buildConfigField(" int" , " MINOR" , " 3" )
6869
Original file line number Diff line number Diff line change 1+ Add: Enforce backups limit button to AppSheet
2+ Add: Allow restoring old apps (older than Android 6) on Android 14+
3+ Add: Different dynamic and black themes
4+ Fix: KernelSU support
5+ Fix: Crash on resume after launching from AppSheet
6+ Update: Revamp AppSheet's buttons
7+ + more than 40 commits and 60 translation contributions
You can’t perform that action at this time.
0 commit comments