Skip to content

Commit bfc895b

Browse files
committed
8.3.5
1 parent 7d8c6ce commit bfc895b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
CHANGELOG
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

3034
8.3.4 (13.10.2023) +10 Commits & +10 Translations

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ val vCommonsIO = "2.15.1"
3333
val vComposeCompiler = "1.5.8"
3434
val vCompose = "1.6.0-beta03"
3535
val vComposeM3 = "1.1.2" // does NOT crash in context menu "Put"
36+
// TODO migration val vComposeM3 = "1.2.0-beta02"
3637
val vDatastore = "1.0.0"
3738
val vKAML = "0.56.0"
3839
val 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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)