Skip to content

Commit

Permalink
8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jan 12, 2024
1 parent 7d8c6ce commit bfc895b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
CHANGELOG
=========

8.3.5 (??.??.2023) +30 Commits & +40 Translations
8.3.5 (12.01.2024) +40 Commits & +60 Translations
------------

#### Function

- Add: Enforce backups limit button to AppSheet
- Add: Allow restoring old apps (older than Android 6) on Android 14+
- Fix: KernelSU support
- Update: Move to one-activity structure
- Update: Revamp permissions management

Expand All @@ -15,6 +17,7 @@ CHANGELOG
- Add: Animated switch of pages
- Add: Different dynamic and black themes
- Fix: Pages popup animation
- Fix: Crash on resume after launching from AppSheet
- Fix: Navigation bar item's ripple
- Fix: StatusBar visibility in custom dynamic themes
- Update: Revamp AppSheet's buttons
Expand All @@ -23,8 +26,9 @@ CHANGELOG

#### UX

- Update: Revamp resume logic (relock on each resume)
- Add: Opt-in dev-option to ignore locked backups in housekeeping
- Add: Warning about password on save/loadPreferences dev-tool
- Update: Revamp resume logic (relock on each resume)


8.3.4 (13.10.2023) +10 Commits & +10 Translations
Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ val vCommonsIO = "2.15.1"
val vComposeCompiler = "1.5.8"
val vCompose = "1.6.0-beta03"
val vComposeM3 = "1.1.2" // does NOT crash in context menu "Put"
// TODO migration val vComposeM3 = "1.2.0-beta02"
val vDatastore = "1.0.0"
val vKAML = "0.56.0"
val vKotlin = "1.9.22"
Expand Down Expand Up @@ -61,8 +62,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 33
versionCode = 8314
versionName = "8.3.5-alpha01"
versionCode = 8315
versionName = "8.3.5"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8315.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Enforce backups limit button to AppSheet
Add: Allow restoring old apps (older than Android 6) on Android 14+
Add: Different dynamic and black themes
Fix: KernelSU support
Fix: Crash on resume after launching from AppSheet
Update: Revamp AppSheet's buttons
+ more than 40 commits and 60 translation contributions

0 comments on commit bfc895b

Please sign in to comment.