Skip to content

Commit ff5f2ff

Browse files
committed
Release 8.0.0 (aka 8.0.0-alpha14)
1 parent e55076f commit ff5f2ff

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
CHANGELOG
22
=========
3+
8.0.0 (29.04.2021, a hot-fix for the unintended release of an alpha on F-Droid) +700 Commits
4+
------------------
5+
NEW BACKUP STRUCTURE: Older backups (v6-v7) are experimentally supported. It's nevertheless preferred to use a new backup directory for a cleaner experience.
6+
NEW FILTER FORMAT: Requires resetting sort/filter manually.
7+
#### UI
8+
- Update: Migrate fragments & sheets to Compose and update UI
9+
- Add: Auto update list on external install/uninstall
10+
- Removed: Tags & Notes disabled for now
11+
- Update: Improve the app restart on theme/language change
12+
- Fix: Welcome fragment scrolling view
13+
- Update: Place state text under actions in AppSheet
14+
#### Function
15+
- Add: Backup & restore permissions
16+
- Update: Refactor batch actions (@hgx42)
17+
- Add: Made the compression level configurable (@pizze)
18+
- Add: Fake developer settings (@hg42, mostly for debugging/testing reasons)
19+
- Add: Call log special backup (@dl200010)
20+
- Fix: SMS/MMS special backup (@dl200010)
21+
- Add: Generic support for older backups(v6-v7) (@hg42)
22+
- Update: Complete rework of the running notification. (@hgx42)
23+
- Fix: Freezing more essential packages (@hg42)
24+
- Fix: (Not) restoring package to both/all profiles
25+
- Fix: Handling backups with dot-dot-dirs (@hg42)
26+
- Add: Option to disable compression (@hg42)
27+
- Add: Special backups to schedules
28+
- Fix: Using toybox on SDK26 (@hg42)
29+
- Fix: More strict hard links (@hg42)
30+
- Fix: Messed up scheduling after rebooting device
31+
- Add: Simple switch where to place the Wifi config file (@pizze)
32+
- Add: Retry mechanism to detect when PackageManager is not ready after installing an APK (@pizze)
33+
#### Usability/UX
34+
- Add: Backend's lazy loading (half-baked)
35+
- Add: Loading toasts for refresh.
36+
- Update: Improve UX for search, scrolling & AppSheet
37+
- Fix: Reseting search box on work finished
38+
- Update: Improve error reporting (@hg42)
39+
- Update Translations
40+
341
7.0.0 (09.10.2021) +300 Commits
442
------------------
543
BACKUPS HAS NEW VARIABLE: making new backups incompatible with old versions of OABX

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
applicationId = "com.machiav3lli.backup"
3232
minSdk = 26
3333
targetSdk = 32
34-
versionCode = 8013
34+
versionCode = 8014
3535
versionName = "8.0.0"
3636
buildConfigField("int", "MAJOR", "8")
3737
buildConfigField("int", "MINOR", "0")
@@ -70,7 +70,7 @@ android {
7070
}
7171
create("neo") {
7272
applicationIdSuffix = ".neo"
73-
versionNameSuffix = "-alpha13"
73+
versionNameSuffix = "-alpha14"
7474
isMinifyEnabled = false
7575
proguardFiles(
7676
getDefaultProguardFile("proguard-android-optimize.txt"),
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This is a hot-fix-release based on 8.0.0-alpha14 as an unintended release was put couple of weeks ago.
2+
It fixes the unintended release's issues and function reliably but still comparably laggy as Compose still doesn't provide the best performance and a true release would take much. Till then, here's some highlights:
3+
* Update: New update format (The app still support older ones)
4+
* Fix: All A12 issues on v7
5+
* Add: Backup/restore given permissions
6+
* Update: Less manual refresh is needed
7+
* Fixed: Most of the special backups (still need testing)
8+
* Tags & Notes are disabled for now
9+
for more details, read the full changelog

0 commit comments

Comments
 (0)