Skip to content

Commit de3e17c

Browse files
committed
8.3.9
1 parent 05ebb55 commit de3e17c

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,55 @@
11
CHANGELOG
22
=========
33

4-
8.3.8 (04.08.2024) +30 Commits & +9 0 Translations
4+
8.3.9 (10.12.2024) +230 Commits & +80 Translations
5+
------------
6+
7+
#### Function
8+
9+
- Add: Logic repositories in view models
10+
- Add: Scheduling worker (revamp scheduling logic)
11+
- Fix: Neo Backup not being on default SMS list (credit @dl200010)
12+
- Fix: InvalidBackup directory & packageNameFixed
13+
- Fix: Root access not working and fallback to SAF
14+
- Fix: Specials restore
15+
- Fix: Synchronizing backups
16+
- Fix: Empty properties files
17+
- Fix: ShadowRoot sub-folder not working
18+
- Fix: Possible deletion of built-in plugin
19+
- Update: Revamp & single-inject all view models
20+
- Update: Revamp permissions handling
21+
- Update: Revamp SortFilterModel handling
22+
- Update: (DevTools) allow search operators (and='+' or=',')
23+
- Update: (DevTools) ignore single char search pattern
24+
- Update: Simplify DAOs
25+
- Update: Replace unsafe string context menu action with enum
26+
- Update: Set pauseApps default to false (true causing increasingly problems)
27+
- Remove: Proxy usages of viewmodels, powermanager over OABX
28+
- Fix: Sorting locales for reproducible build (@obfusk)
29+
- CompileSdk 35
30+
31+
#### UI & UX
32+
33+
- Add: Different sorting/filtering for different pages
34+
- Add: Adaptive layout in Main & PrefsPage
35+
- Add: ListDetail layout for Home & Scheduler pages
36+
- Add: App & data size to sort/filter sheet
37+
- Add: Version code to BackupItem
38+
- Add: Data partial selection to context menu
39+
- Add: Share action to plugin editor
40+
- Add: Use Preferences button to jump to DevTools on RootMissing
41+
- Add: Make invalid backups visible
42+
- Fix: Empty terminal text
43+
- Fix: (DevTools) closing when there is no real activity
44+
- Update: Revamp sheets layouts
45+
- Update: Revamp backups layouts
46+
- Update: Split BlockBorder to Top & Bottom
47+
- Update: Hide schedule Tags filters when empty
48+
- Update: Replace AlertDialog usage with composables
49+
- Update: Make schedule backup types initially open and on top
50+
- Update: Animate Permission cards
51+
52+
8.3.8 (04.08.2024) +30 Commits & +90 Translations
553
------------
654

755
#### Function

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId = "com.machiav3lli.backup"
3939
minSdk = 26
4040
targetSdk = 34
41-
versionCode = 8318
42-
versionName = "8.3.8"
41+
versionCode = 8319
42+
versionName = "8.3.9"
4343
buildConfigField("int", "MAJOR", "8")
4444
buildConfigField("int", "MINOR", "3")
4545

0 commit comments

Comments
 (0)