File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4288.3.12 (22.03.2025) +120 Commits, +40 Translations
529------------
630
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments