Skip to content

Commit

Permalink
8.3.5-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Nov 22, 2023
1 parent 8fc6446 commit a73c1e7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
CHANGELOG
=========

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

#### Function

- Add: Enforce backups limit button to AppSheet
- Update: Move to one-activity structure
- Update: Revamp permissions management

#### UI

- Add: Animated switch of pages
- Add: Different dynamic and black themes
- Fix: Pages popup animation
- Fix: Navigation bar item's ripple
- Fix: StatusBar visibility in custom dynamic themes
- Update: Revamp AppSheet's buttons
- Update: Make Prefs backgrounds a bit transparent
- Update: Improve colors contrast to background

#### UX

- Update: Revamp resume logic (relock on each resume)
- Add: Opt-in dev-option to ignore locked backups in housekeeping


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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 33
versionCode = 8313
versionName = "8.3.4"
versionCode = 8314
versionName = "8.3.5-alpha01"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down

0 comments on commit a73c1e7

Please sign in to comment.