Skip to content

Commit 7788098

Browse files
committed
8.3.13
1 parent af2f059 commit 7788098

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
CHANGELOG
22
=========
33

4+
8.3.13 (05.10.2025) +40 Commits, +40 Translations
5+
------------
6+
7+
### Function
8+
9+
- Fix: ScheduleService not being started after reboot (credits @jenna-66)
10+
- Fix: Getting fitting shell command on Android 9 - or earlier.
11+
- Update: Make respective DAO and repository functions suspend
12+
- Update: Don't kill the app on pressing back in home page
13+
- Update: Revamp schedule packages' filtering
14+
- CompileSDK 36
15+
16+
### UI & UX
17+
18+
- Add: Details on custom list, block list and packages-to-backup when manually starting a schedule
19+
- Add: Warning dialog on adding app to global block list or deleting schedule
20+
- Fix: Predictive back gesture for preferences page
21+
- Fix: Transition animation of opening/closing app/schedule pages
22+
- Update: Default to user apps as main sorting filter and for schedules
23+
- Update: Reduce slide pages pre-composition to default (0)
24+
- Update: Revamp welcome page, app page, schedule page and help sheet layouts
25+
- Update: Replace the top-bottom-blocks layout with one-block
26+
- Update: Revamp chips, tags and buttons layouts
27+
428
8.3.12 (22.03.2025) +120 Commits, +40 Translations
529
------------
630

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
applicationId = "com.machiav3lli.backup"
4949
minSdk = 26
5050
targetSdk = 35
51-
versionCode = 8325
52-
versionName = "8.3.12"
51+
versionCode = 8326
52+
versionName = "8.3.13"
5353
buildConfigField("int", "MAJOR", "8")
5454
buildConfigField("int", "MINOR", "3")
5555
buildConfigField("String[]", "DETECTED_LOCALES", langsListString)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Add: Details on custom list, block list and packages-to-backup when manually starting a schedule
2+
Add: Warning dialog on adding app to global block list or deleting schedule
3+
Fix: ScheduleService not being started after reboot (credits @jenna-66)
4+
Fix: Getting fitting shell command on Android 9 - or earlier.
5+
Update: Default to user apps as main sorting filter and for schedules
6+
Update: Revamp most pages, chips, tags and buttons layouts
7+
+ more than 40 commits, 40 translations

0 commit comments

Comments
 (0)